// JavaScript Document





	function insertPlayer(music){

		

	    var playerpath	= 'singlemp3player.swf';
		var path		= '';
		var filename	= music+'.mp3'

		var mp3html = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
		mp3html += 'width="1" height="1" ';
		mp3html += 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">';
		mp3html += '<param name="movie" value="'+playerpath+'?';
		mp3html += 'showDownload=false&file=' + filename + '&autoStart=true';
		mp3html += '&backColor=ffffff&frontColor=ffffff';
		mp3html += '&repeatPlay=false&songVolume=100" />';
		mp3html += '<param name="wmode" value="transparent" />';
		mp3html += '<embed wmode="transparent" width="1" height="1" ';
		mp3html += 'src="' + playerpath + '?'
		mp3html += 'showDownload=false&file=' + filename + '&autoStart=true';
		mp3html += '&backColor=ffffff&frontColor=ffffff';
		mp3html += '&repeatPlay=false&songVolume=50" ';
		mp3html += 'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
		mp3html += '</object>';
		return mp3html;

	} 
 

var pag='index';


function font()
{
Cufon.replace('h1',{ fontFamily: 'Zapfino' });
Cufon.replace('h2');
  Cufon.replace('.testo',{ fontFamily: 'English' });
  Cufon.replace('.testohead',{ fontFamily: 'Zapfino' });
  Cufon.replace('.testodx',{ fontFamily: 'English' });
  //Cufon.replace('.foot',{ fontFamily: 'English' });
  Cufon.replace('.testoevento',{ fontFamily: 'English' });
  
}

 $(function()
 {
  
 
  
  
  font();
  

  
  
 });
 

 
 
