<!--
window.onerror = function () {return true};
function $(objectId) {
if(document.getElementById && document.getElementById(objectId)) {
// W3C DOM
return document.getElementById(objectId);
}
else if (document.all && document.all(objectId)) {
// MSIE 4 DOM
return document.all(objectId);
}
else if (document.layers && document.layers[objectId]) {
// NN 4 DOM.. note: this won't find nested layers
return document.layers[objectId];
}
else {
return false;
}
}
function switchad(adname,adtpname){
if ($(adname) && $(adtpname)){
$(adname).innerHTML=$(adtpname).innerHTML;
$(adtpname).innerHTML='';
}
}
//下载页广告
switchad("tonglan960","tonglan960_tp");
switchad("bd200","bd200_tp");
switchad("bd250","bd250_tp");
switchad("bd468","bd468_tp");
switchad("commentdxy","commentdxy_tp");
function resizeDiv()
{
var abc = document.getElementById("ad_6");
abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-150+"px";
setTimeout(function(){resizeDiv();},50);
}
function showclose(){
document.getElementById('qqclose').style.display="block";
}
function closeqq(){
document.getElementById("ad_6").style.display="none";
}
document.write('<DIV id=ad_6 style="bottom:0px;right:0px;POSITION:absolute;Z-INDEX:99906; background:#FFFFFF"><span id="qqclose" style="font:12px;display:none; color:red;margin:0; padding:0; height:20px; line-height:20px; cursor:pointer"><img src="http://img.jb51.net/imgby/close.gif" border=0></span><a href="http://www.wanyx.com/" target=_blank><img src="http://img.jb51.net/imgby/wanyx.gif" border=0></a></DIV>');
resizeDiv();
var isIe = /msie/i.test(navigator.userAgent);
if(isIe){
var location="";
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36)
一句也不懂
[ 本帖最后由 焚香燕坐 于 2009-4-3 21:36 编辑 ] |