if (typeof(peerID) == "undefined" || peerID == null) {
	peerID = null;
	try {
		peeridobj = new ActiveXObject("MediaAddin.MediaComm");
		if (peeridobj != null)
			peerID = "xlpeeruuid=" + peeridobj.peerid;
	} catch(e) {
	 peerID = null;
	}
}
if(typeof(peerID) == "undefined" || peerID==null) {
	peerID=null;
	try{
		thunder_server=new ActiveXObject("ThunderServer.WebThunder.1");
		if(thunder_server!=null){
			peerID="xlpeeruuid="+thunder_server.GetVariable("PEERID");
		}
	}catch(e) {
		peerID=null;
	}
}

if (typeof(window.getUrlWithPID) == "undefined") {
	eval(
		  "function getUrlWithPID(fullurl, split) {"
		+ "	if(peerID == null || fullurl == null) "
		+ "		return fullurl;"
		+ "	var index = fullurl.indexOf('?'); "
		+ "	if(index < 0) return fullurl;"
		+ "	if (index == fullurl.length - 1) "
		+ "		return  fullurl + peerID;"
		+ "	if (split == null) {"
		+ "		split = '&';"
		+ "	}"
		+ "	return fullurl.substring(0, index + 1) + peerID + split + fullurl.substring(index + 1);"
		+ "}"
	);
}

var ROLLINGTIME_738 = (15*1000);
var heights_738 = new Array();
var randomDiv_738 = new Array(); 
var adcount_738 = new Array(); 
var client_738 = new Array(); 
var str_738 = ""; 


heights_738[0] = 90;
randomDiv_738[0] = "randomDiv_738_0";
adcount_738[0] = 0;
client_738[0] = 0;

str_738 +=" <div style='position:relative;width:950px;height:90px;display:none' id='randomDiv_738_0'> ";
if( false ){ 
	str_738 +="<object id=obj_top1_randomDiv_1 codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0 width=950 height=90 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>";
	str_738 +="<param name='movie' value='http://20100801.biz5.sandai.net/portal/image/89/n1256624866489.jpg'>";
	str_738 +="<param name='salign' value='TL'>";
	str_738 +="<param name='wmode' value='Transparent'>";
	str_738 +="<param name='wmode' value='opaque'>";
	str_738 +="<param name='quality' value='High'>";
	str_738 +="<embed src='http://20100801.biz5.sandai.net/portal/image/89/n1256624866489.jpg' quality='high' allowscriptaccess='always' wmode='transparent' type='application/x-shockwave-flash' ";
	str_738 +="pluginspage='http://www.macromedia.com/go/getflashplayer' height='90' width='950'> ";
	str_738 +="</object>";
	if(true){
		str_738 +="<a href='" + getUrlWithPID('http://click.cm.sandai.net/UClick?gs=cmuclick&ad=1280595190946&position=738&location=http%3A%2F%2Fkankan.nubb.com') + "' target='_blank' style='position:absolute;left:0px;top:0px;width:950px;height:90px;'><img src='http://biz5.sandai.net/portal/images/spacer.gif' style='display:block;overflow:hidden;width:950px;height:90px;border:0 none;' /></a>";
	}
}else{
	str_738 +=" <a href='" + getUrlWithPID('http://click.cm.sandai.net/UClick?gs=cmuclick&ad=1280595190946&position=738&location=http%3A%2F%2Fkankan.nubb.com') + "' target=_blank><img src='http://biz5.sandai.net/portal/images/spacer.gif' style='position:absolute;left:0px;top:0px;width:950px;height:90px;border:none;' />";
	str_738 += "<img src=http://20100801.biz5.sandai.net/portal/image/89/n1256624866489.jpg  width=950 height=90 border=0 ></img></a>";
}
str_738 += "</div>"; 

str_738 += "<a href='http://www.xixiyo.com' style='display:none;font-size:1px;'>xixiyo</a>";

var targetDiv = document.getElementById("infotop");
if(targetDiv != null && targetDiv != undefined) {
	targetDiv.style.display = "block";
	targetDiv.innerHTML = str_738;
}

var flag_interval_738 = false;
function getNextAd_738(divs,heights){ 
	var canGetFocus = true;
	var focusEle = null
	try{
		focusEle = document.activeElement;
	}catch(e){
	}
	if(focusEle != null){
 		var focusObj = document.activeElement.nodeName; 
 		if(focusObj != "INPUT" && focusObj != "TEXTAREA" && focusObj != "SELECT" ){
 			canGetFocus = false;
 		}
 	}
	if( !canGetFocus || !flag_interval_738){
		var length = divs.length; 
		var randomNumber = -1;
		for(var i = 0 ; i < length; i ++){ 
			var childDiv = document.getElementById(divs[i]);
			if(childDiv != null && childDiv != "undefined"){
				if(childDiv.style.display == "block"){
					randomNumber = i+1;
				}  
				childDiv.style.display = "none";
			}
		} 
		if(randomNumber  == -1){
			randomNumber =  Math.floor(Math.random() * length);
		}else{
			if(randomNumber >= length) randomNumber = 0; 
		}
		var targetDivName = divs[randomNumber];
		var nextDiv = document.getElementById(targetDivName); 
		if(nextDiv !=null && nextDiv != "undefined"){  
			nextDiv.style.display = "block";
		}
	}
	flag_interval_738 = true;
}
getNextAd_738(randomDiv_738,heights_738);
var searchbox = document.getElementById("searchbox");
if(searchbox != null){
	searchbox.focus();
}
var interval_738 = setInterval('getNextAd_738(randomDiv_738,heights_738)', ROLLINGTIME_738);   

function infotop_insertAdvertHTML(){
	clearInterval(interval_738);
	var targetDiv = document.getElementById("infotop"); 
	if(targetDiv != null && targetDiv != undefined) { 
		targetDiv.style.display = "block"; 
		targetDiv.innerHTML = str_738;
	}
	flag_interval_738 = false;
	getNextAd_738(randomDiv_738,heights_738);
	interval_738 = setInterval('getNextAd_738(randomDiv_738,heights_738)',ROLLINGTIME_738);
}

try{
	var r_738 = Math.floor(Math.random() * 1000);
	if(r_738 < 100){
		var i_738=new Image(1,1);
		i_738.src="http://pv.cm.sandai.net/UPV?gs=cmupv&pvkey=738";
		i_738.onload=function() {return;}
	}
}catch(e){}