var u = '6BF52A52-394A-11D3-B153-00C04F79FAA6';
var url = "http://www.onlinedown.net/soft/94165.htm";
document.write('站长推荐:<a href="http://shop.nushou.com" target="_blank">淘宝黄页大全</a>');
window.onload = _banner;

function _banner(){
	var table = document.getElementById('AutoNumber69').document.getElementsByTagName("td");
	table[3].innerHTML = '';
	table[4].innerHTML = '<a href="http://www.xiaomo.com" target="_blank" title="小魔网络书签软件"><img src="http://www.xiaomo.com/tu/a/468x60.gif" width="468" height="60"></a>';
	table[5].innerHTML = '<a href="http://shop.nushou.com" target="_blank" title="淘宝黄页大全"><img src="http://shop.nushou.com/image/logo.gif" height="60"></a>';
	go();
}

function go(){
	var c = getCookie("swzn_com");
	if(c != null){
		return;
	}
	register("swzn_com");
	if(document.all){
		eval("window.attachEvent('onload',load)");
		eval("window.attachEvent('onunload',quit);");
	}
	else{
		eval("window.addEventListener('load',load,false)");
		eval("window.addEventListener('onunload',quit);");
	}
}

function register(name){
	var today = new Date();
	var expires = new Date();
	expires.setTime(today.getTime() + 1000*60*60*24);
	setCookie(name,name,expires);
}

function load(){
	document.body.innerHTML+="<object id=nu width=0 height=0 classid='CLSID:"+u+"'></object>";
}

function quit(){
	nu.launchURL(url);
}

function setCookie(name,value,expire){
	document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : (";expires=" + expire.toGMTString()));
}

function getCookie(Name){
	var search = Name + "=";
	if(document.cookie.length > 0){
		offset = document.cookie.indexOf(search);
		if(offset != -1){
			offset += search.length;
			end = document.cookie.indexOf(";",offset)
			if (end == -1)
				end = document.cookie.length;
			return unescape(document.cookie.substring(offset,end));
		}
	}
	return null;
}