/* SnifFilm v1.5 */
if(window.clientInformation && window.clientInformation.userAgent.indexOf('MSIE 7')>0)
 document.write('<link href="/css/ie7.css" media="screen" rel="Stylesheet" type="text/css" />');

if(window.screen.width==1024)
 document.write('<link href="/css/res1024.css" media="screen" rel="Stylesheet" type="text/css" />');

var sel=null;

function cambia(id){
 if(sel==null)sel=document.getElementById("menu_new");
 if(sel.id==id)return;
 sel.style.display='none';
 sel=document.getElementById(id);
 sel.style.display='block';
}

function writeHeader(){
 var ids=['1','2','3','4','1','2','3','4','1','2','3'];
 document.writeln('<div id="imgBanner" class="t' + ids[Math.round(Math.random()*10)] + '"></div>');
}


if (!pageNum) var pageNum = Math.round(Math.random() * 100000000);

function cinemameno()
{ 
 var flashvars="Goto=http://admanager.multiplayer.it/adclick/CID=000016700000000000000000/acc_random="+(Math.round(Math.random() * 100000000)).toString()+"/SITE=JOYPAD.CINEMA/AREA=SNIFFILM/AAMSZ=100x196/pageid="+pageNum;
 
 document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" id=\"cinemameno\" width=\"100\" height=\"196\">");
 document.write("<param name=\"movie\" value=\"/cinemameno.swf\">");
 document.write("<param name=\"menu\" value=\"false\">");
 document.write("<param name=\"quality\" value=\"high\">");
 document.write("<param name=\"scale\">");
 document.write("<param name=\"bgcolor\" value=\"#ffffff\">");
 document.write("<param name=\"flashvars\" value=\""+flashvars+"\">");
 document.write("<embed src=\"/cinemameno.swf\" menu=\"false\" quality=\"high\" scale=\"noborder\" bgcolor=\"#ffffff\" width=100 height=196 type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" flashvars=\""+flashvars+"\">");
 document.write("</embed>");
 document.write("</object>");
}