/// 1. CAMBIA il LINK AFFILIAZIONE qui sotto (metti il tuo codice di affiliato al posto di XXX)
var urlval = "http://www.acquaticobellucci.it/biglietteria.asp"

/// 2. CAMBIA l' URL qui sotto (cambia "tuo.-dominio.com" con l'url del tuo sito)
var smallbg = "http://www.acquaticobellucci.it/pirati/images/small.gif"  
var bigimg = "http://www.acquaticobellucci.it/pirati/images/big.gif"

/// 3. HAI FINITO (ora segui le istruzioni del file LEGGIMI.TXT)



/////////////////////////////////////////////////////////////
var movingimage = ""     
var scrolltxt = "FREE Ticket..."
var txtsize = " 22"
var textcolor = "0xFF0000"
var scrollspeed = "15"   
var top = "0px"
var left = "0px"
var owindow = "_BLANK" 

function showAt(myobject, identifier1, displacment1, identifier2, displacment2 ) 
{ 	
	document.getElementById(identifier1).style.top = displacment1; 
	document.getElementById(identifier2).style.top = displacment2; 
	// Hook for Internet Explorer.
	if (navigator.appName.indexOf('Microsoft')!= -1) 
	{ 
		window.resizeBy(1,1); 
	}
}
function groundUncover(command, args) 
{ 
//window.alert("groundUncover");
if (command == 'doaction') 
	{ 
	covered.style.top = '-1000px'; 
	uncovered.style.top = top; 
	}
}
function groundCover(command, args) 
{ 
//window.alert("groundCover");
	if (command == 'doaction') 
	{ 
	uncovered.style.top = '-1000px'; 
	covered.style.top = top; 
	}
}

document.write('<style type="text/css">'+'#uncovered { top:-1000px; } </style>'); 

if (navigator.appVersion.indexOf('Windows') != -1 || navigator.appName.indexOf('Microsoft') != -1) 
	{ 	
	document.write('<style type="text/css">#covered { top:'+top+'; left:'+left+'; } #uncovered { left:'+left+'; } </style>'); 
	} 
	else 
	{ 
	document.write('<style type="text/css">#covered { top:-1000px; left:'+left+'; } #uncovered { left:'+left+'; } </style>'); 
	}
document.write('<div id="covered" style="position:absolute; width:75px; height:75px; z-index:20001;">'+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" onMouseOver="checkexitcookie();" onClick="checkexitcookie();" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="cover4" width="75" height="75">'+'<param name="allowScriptAccess" value="always"><param name="movie" value="http://www.acquaticobellucci.it/pirati/images/PeelLT.swf"><param name="wmode" value="transparent"><param name="FlashVars" value="smallimg='+smallbg+'&scrolltxt='+scrolltxt+'&txtsize='+txtsize+'&textcolor='+textcolor+'&scrollspeed='+scrollspeed+'&movingimage='+movingimage+'">'+'<embed src="http://www.acquaticobellucci.it/pirati/images/PeelLT.swf" id="cover4" name="cover4" wmode="transparent" flashvars="smallimg='+smallbg+'&scrolltxt='+scrolltxt+'&txtsize='+txtsize+'&textcolor='+textcolor+'&scrollspeed='+scrollspeed+'&movingimage='+movingimage+'" width="75" height="75" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+'</object>'+'</div>'+'<div id="uncovered" style="position:absolute; height:400px; width:300px; z-index:20001;">'+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" onMouseOver="checkexitcookie();" onClick="checkexitcookie();" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="uncover4" width="400" height="300">'+'<param name="allowScriptAccess" value="always"><param name="movie" value="http://www.acquaticobellucci.it/pirati/images/UnPeelLT.swf"><param name="wmode" value="transparent"><param name="FlashVars" value="bigimg='+bigimg+'&urlval='+urlval+'&window='+owindow+'&yaxis=0">'+'<embed src="http://www.acquaticobellucci.it/pirati/images/UnPeelLT.swf" wmode="transparent" width="400" height="300" flashvars="bigimg='+bigimg+'&urlval='+urlval+'&window='+owindow+'&yaxis=0" id="uncover4" name="uncover4" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>'+'</object>'+'</div>');

if (navigator.appName.indexOf('Microsoft') != -1 && navigator.userAgent.indexOf('Windows'))	{ 
				  	var script="<script language='javascript'>";
				   	script+=" function small_FSCommand(command, args){ ";
					script+=" groundUncover(command, args); ";
				   	script+="} ";
					script+=" function big_FSCommand(command, args){ ";
					script+=" groundCover(command, args); ";
				   	script+=" } ";
				   	script+=" <//script>";
					//document.write(script);
}

