//AUTHOR: FFFFx029A
//SITE:   YOUSTATUS.RU
//RELEASE 24.02.10
function getzombie() 			   { 			   var zdiv=document.getElementById('zz'); 			   zdiv.innerHTML = "<center>        <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'       codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0'          id='zombie'          width='900' height='900'        >          <param name='movie' value='http://youstatus.ru/i/c/zombie.swf'>          <param name='bgcolor' value='#FFFFFF'>          <param name='quality' value='high'>          <param name='wmode' value='transparent'>          <param name='allowscriptaccess' value='samedomain'>          <embed            type='application/x-shockwave-flash'            pluginspage='http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'            name='zombie'            width='900' height='900'            src='http://youstatus.ru/i/c/zombie.swf'            quality='high'            wmode='transparent'            allowscriptaccess='samedomain'          >            <noembed>            </noembed>          </embed>        </object>     </center>"; 	setTimeout("document.getElementById('zz').innerHTML=''", 15000);  			   }
 
//Put this div in your page, and include this js code
//<div style="width:100%;z-index:1;position:absolute;z-index:1;text-align:center;margin: 0 auto; margin-top:-100px;" id="zz"></div>
