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="<img src=\"http://www.hainan365.com/images/xiqing2010.jpg\" border=\"0\" width=\"993\" height=\"300\">"
         
	     $(url).appendTo("#adurl"); 
	}
function CloseLayer()
	{
	$('#adlayer').slideUp('normal');
	 $('#adlayer').slideDown('normal');
		  $('#adurl').html('');
	
	     var url=""
	        url="<img src=\"http://www.hainan365.com/images/xiqingsmall.gif\" border=\"0\" width=\"993\" height=\"45\">"
         
	     $(url).appendTo("#adurl"); 
	}
function PlayAd()
	{
	ShowLayer();
	setTimeout(CloseLayer,15000);
	}
function GetIp()
{
	PlayAd()
}   


