var imgheight_close
document.ns = navigator.appName == "Microsoft Internet Explorer"
var bdy = (document.documentElement && document.documentElement.clientWidth)?document.documentElement:document.body;

window.screen.width>800 ? imgheight_close=130:imgheight_close=130

function MM_reloadPage(init) //reloads the window if Nav4 resized
	{  
	if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
		document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
MM_reloadPage(true)

function ShowLayer()
	{
		  $('#adlayer').slideDown('normal');
		  $('#adurl').html('');
	     var url=""
	        url="<a href=\"http://www.100t.com/Artcle/2010119/17354.htm\" target=\"_blank\"><img src=\"http://www.100t.com/flash/9year_big.gif\" border=\"0\" width=\"773\" height=\"280\"></a>"
         
	     $(url).appendTo("#adurl"); 
	}
function CloseLayer()
	{
	$('#adlayer').slideUp('normal');
	 $('#adlayer').slideDown('normal');
		  $('#adurl').html('');
	
	     var url=""
	        url="<a href=\"http://www.100t.com/Artcle/2010119/17354.htm\" target=\"_blank\"><img src=\"http://www.100t.com/flash/9year_small.jpg\" border=\"0\" width=\"773\" height=\"30\"></a>"
         
	     $(url).appendTo("#adurl"); 
	}
function PlayAd()
	{
	ShowLayer();
	setTimeout(CloseLayer,10000);
	}
function GetIp()
{
	PlayAd()
}   

