function killErrors() { return true;}
window.onerror = killErrors;

var thelocation=location.href;
var thepath=location.pathname;

var autourl=new Array();
      autourl[1]="http://luckynet.uzai.ca";
      autourl[2]="http://luckynet.uuuq.com";
      autourl[3]="http://lucknet.t35.com";
      autourl[4]="http://luckynet.sitegoz.com";
      autourl[5]="http://www.freewebtown.com/luckynet";
      autourl[6]="http://luckynet.hostrator.com";
      autourl[7]="http://www.freewebtown.com/lucknet";
      autourl[8]="http://free.hostultra.com/~lucknet";
i=1;
function auto(url) //设置一个自动转向的函数
{
  if(i)
  {
    i=0;
    this.location=url //设置新页面打开的形式
  }}
function run() //设置一个启动函数
{
  for(var i=1;i<autourl.length;i++) //设置一个循环检测，检测最先打开的站点
    document.write("<img src="+autourl[i]+" width=1 height=1 onerror=auto('"+autourl[i]+thepath+"')>") //写出具体的链接地址
}

if (thelocation.substring(7,33)=="www.hostultra.com/~lucknet" && 10*Math.random()>2){
    thepath=thepath.substring(9,thepath.length );
//  this.location="http://luckynet.1stfreehosting.com"+thepath;
    run();
};
if (thelocation.substring(7,34)=="www.hostultra.com/~luckynet" && 10*Math.random()>2){
    thepath=thepath.substring(10,thepath.length );
//  this.location="http://luckynet.1stfreehosting.com"+thepath;
    run();
};
if (location.hostname=="www.luckynet.nipz.com" || location.hostname=="luckynet.nipz.com"){
    run();
}
if ((location.hostname=="www.luckynet.vzz.net" || location.hostname=="luckynet.vzz.net") && 10*Math.random()>2){
    run();
}
//////////////////////////////// 自动转向结束 //////////////////////////////////////////////


if (this.location!=top.location){top.location=this.location;};
if (document.charset!="gb2312") {document.charset="gb2312"; }

//************** 取得网站主目录路径 ××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

var baseurl="";
var my_style="";
var css_path="";
var is_php=false;

if (thelocation.substring(7,33)=="www.hostultra.com/~lucknet")   {  baseurl="/~lucknet";  };
if (thelocation.substring(7,34)=="free.hostultra.com/~lucknet")  {  baseurl="/~lucknet";  };
if (thelocation.substring(7,34)=="www.hostultra.com/~luckynet")   {  baseurl="/~luckynet";  };
if (thelocation.substring(7,35)=="free.hostultra.com/~luckynet")  {  baseurl="/~luckynet";  };
if (thelocation.substring(7,35)=="www.freewebtown.com/luckynet")  {  baseurl="/luckynet";  };
if (thelocation.substring(7,34)=="www.freewebtown.com/lucknet")   {  baseurl="/lucknet";  };
if (thelocation.substring(0,8)=="file:///")                       {  baseurl="file:///E:/A/Aweb/CdiDream";  };

if ((thelocation.indexOf("t35.com")!=-1) || (thelocation.indexOf("1stfreehosting")!=-1) || (thelocation.indexOf("sitegoz.com")!=-1) || (thelocation.indexOf("uuuq.com")!=-1) || (thelocation.indexOf("luckynet.uzai.ca")!=-1) || (thelocation.indexOf("hostrator")!=-1)){phphost="";}
else {
	phphost="http://luckynet.uzai.ca";   // 用于相关链接和TOP10，是否由本地主机读取
}
//************** 选择显示样式 ××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

function xm_readCookie(name){
    if(document.cookie == '') //如果没有cookie则返回false
        return false;
    else
        return unescape(xm_getCookieValue(name)); //取得值并返回该值
}
function xm_getCookieValue(name){

	var strCookie=document.cookie;
	var arrCookie=strCookie.split("; ");  //将多cookie切割为多个名/值对,注意分号后一定要有一个空格
	xm_CookieValue ="";
	for(var i=0;i<arrCookie.length;i++){	//遍历cookie数组，处理每个cookie对
         var arr=arrCookie[i].split("=");

         if(name==arr[0]){    //找到名称为name的cookie，并返回它的值
         	 xm_CookieValue = arr[1];
             break;
	     }
	}
	if (xm_CookieValue){ return xm_CookieValue; }
	else{return false;}


/*
    // Declare variables.
    var firstChar,lastChar;

    // Get the entire cookie string.
    // (This may have other name=value pairs in it.)

    var theBigCookie = document.cookie;

    // Grab just this cookie from theBigCookie string.
    // Find the start of 'name'.
    firstChar = theBigCookie.indexOf(name);

    // If you found it,
    if(firstChar != -1){

        // skip 'name' and '='.
        firstChar += name.length + 1;

        // Find the end of the value string (i.e. the next ';').
        lastChar = theBigCookie.indexOf(';', firstChar);

        if(lastChar == -1) lastChar = theBigCookie.length;

        // Return the value.
        return theBigCookie.substring(firstChar, lastChar);

    } else{
        // If there was no cookie, return false.
        return false;
    }
*/
}

function xm_getSearchStrValue(name){

	var strSearch=location.search.substr(1);  	//取1，去除?号

	var arrSearch=strSearch.split("&");  //将多SearchStr切割为多个名/值对

	for(var i=0;i<arrSearch.length;i++){	//遍历Search数组，处理每个Search对
         var arr=arrSearch[i].split("=");

         if(name==arr[0]){    //找到名称为name的Search，并返回它的值
         	 return arr[1];
             break;
	    } else{
	        return false; // If there was no Search, return false.
	    }
	}
}

var search_style;
var cookie_style;
var my_style;
var expiration = new Date((new Date()).getTime() + 1 *60* 1000);//1分钟后过期
theDate =new Date();
theDate.setDate(theDate.getDate()+1);
theDate.setHours(0);
theDate.setMinutes(0);
theDate.setSeconds(0);

search_style=xm_getSearchStrValue("luckynet_style");
cookie_style=xm_getCookieValue("luckynet_style");

if (search_style){
	my_style=search_style;
	if (xm_readCookie("luckynet_style")!=my_style){
	    document.cookie = "luckynet_style="+ my_style + ";expires=" + theDate.toGMTString()+";path=/;";
//	    document.cookie = "luckynet_style="+ my_style + ";expires=" + expiration.toGMTString();
	}
}
else if (cookie_style) {
	my_style=cookie_style;
}
else {my_style="green";}


//my_style="blue";
if (my_style==""){my_style="green";}
css_path=baseurl + '/com/'+ my_style;
	document.write('<link rel="stylesheet" href="' + css_path + '/style.css" type="text/css">');
    document.write('<script type="text/javascript"  src="' + css_path + '/style.js"></script>');

//************** 主要参数设置 ××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

var gb_url='http://luckynet.uzai.ca/php/guestbook/index.htm';  //请您留言URL××××××××××××

fanti="繁體中文版"
if (location.host!="203.84.199.31") {
    var my_location=escape(location.href);
    if (location.protocol=="file:")
    {my_location=escape("http://luckynet.1stfreehosting.com/index.html"); }
    thelocation="";
    var my_location_array = my_location.split("/");
    thelocation=my_location_array[0];

    for (loop=1; loop < my_location_array.length; loop++)
    {
        thelocation=thelocation+"%2f"+my_location_array[loop]
    }

    fanti='<B><a href="http://tw.babelfish.yahoo.com/translate_url?doit=done&tt=url&intl=1&fr=bf-home&trurl=' + thelocation + '&lp=zh_zt&btnTrUrl=%E7%BF%BB%E8%AD%AF"><font color="#FF0000">繁體中文版</font></a></B>';

//    fanti='<B><a href="http://66.196.80.202/babelfish/translate_url_content?.intl=tw&lp=zh_zt&trurl=' + thelocation + '"><font color="#FF0000">繁體中文版</font></a></B>';
}


//×××××××××××××××××××××××××××× 双击鼠标滚动屏幕的代码××××××××××××××××××××××××××××××××××××××
var currentpos,timer;
function initialize()
{
    timer=setInterval ("scrollwindow ()",100);
}
function sc()
{
    clearInterval(timer);
}
function scrollwindow()
{
    currentpos=document.body.scrollTop;
    window.scroll(0,++currentpos);
    if (currentpos !=document.body.scrollTop)
    sc();
}
document.onmousedown=sc
document.ondblclick=initialize


//************** 主要函数设置 ××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××××

function out(obj)  {
    //if(window.event.toElement.name!="item")
    obj.style.visibility="hidden";
}

function time(){
    var t=new Date();
    var hour=t.getHours();
    if(hour>=5&&hour<11)
        return("早上好! 欢迎光临!");
    else if(hour>=11&&hour<13)
        return("中午好！吃午饭了吗？");
    else if(hour>=13&&hour<18)
        return("下午好! 欢迎光临!");
    else if(hour>=18&&hour<22)
        return("晚上好! 欢迎光临!");
    else if(hour>=22&&hour<24)
        return("很晚了，请别打搅别人休息!");
    else
        return("夜深了，请保重身体");
}
function DateDemo() {
    var d,s="今天是：";
    var x=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
    d=new Date();
    s+=d.getFullYear()+"年";
    s+=(d.getMonth()+1)+"月";
    s+=d.getDate()+"日 ";
    var day=d.getDay();
    document.write("<p><span  style='color:#ff0000;font-size:14px;margin-left:10pt'>"+time()+"<br>"+(s+=x[day])+"</span></p>");
}
function DateDemo2() {
	setInterval("jnkc.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);
}

// **************************************************************************************

// *********************  与网页结构相关的重要函数  *************************************

// **************************************************************************************

function top_ad(){
    google_ad_client = "pub-6036395243300031";
    //bottom_link(728X15)
    google_ad_slot = "9209470853";
    google_ad_width = 728;
    google_ad_height = 15;
     document.write('<script type="text/javascript"  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
}

function link(){
    document.write('<div id="links"><iframe id="iframe_links" name="iframe_links" height="160" width="780" SCROLLING="auto" ' + 'frameborder = 0 src="http://luckynet.uzai.ca/php/link/mylinks.php"></iframe></div>');
}

function related(){
    document.write('<div id="related"><iframe id="iframe_related" name="iframe_related" height="200" width="650"' + ' SCROLLING="auto" frameborder = 0 src="' + phphost + '/php/related2.php"></iframe></div><br>');
}

function topfile(){
    document.write('<div id="top10"><iframe id="iframe_top10" name="iframe_top10" height="800"' + ' width="168" SCROLLING="NO" frameborder = 0 src="' + phphost + '/php/top10_new.php"></iframe></div>');
};
/**/

function xm_counter(){

//	document.write('<iframe height="20" width="20" SCROLLING="NO" frameborder = 0 '+' src="http://luckynet.700megs.com/php/phpstats/stats.php?style=icon&referer='+ escape(document.referrer)+ '&screenwidth='+(screen.width)+'" ></iframe>');
    document.write('<iframe height="20" width="20" SCROLLING="NO" frameborder = 0 '+' src="http://luckynet.1stfreehosting.com/php/phpstats/stats.php?style=icon&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'" ></iframe>');
	document.write('<iframe height="20" width="20" SCROLLING="NO" frameborder = 0 '+' src="http://luckynet.host56.com/php/phpstats/stats.php?style=icon&referer='+ escape(document.referrer)+ '&screenwidth='+(screen.width)+'" ></iframe>');
    document.write('<iframe height="20" width="20" SCROLLING="NO" frameborder = 0 '+' src="http://luckynet.sitegoz.com/php/phpstats/stats.php?style=icon&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'" ></iframe>');

	document.write('<iframe height="20" width="121" SCROLLING="NO" frameborder = 0 '+' src="http://luckynet.uzai.ca/php/phpstats/stats.php?style=pic&referer='+ escape(document.referrer)+ '&screenwidth='+(screen.width)+'" ></iframe>');


	document.write('<script language=javascript src=http://lucknet.qsh.eu/xmstats/mystat.asp?style=icon></script>');
    document.write('<a href=http://users1.jabry.com/luckynet/xmstats/index.asp target=_blank>' + '<img src=http://users1.jabry.com/luckynet/xmstats/stat.asp?style=img&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+' alt="寻梦统计"></a>');
    document.write('<a href=http://users1.nofeehost.com/luckynet/xmstats/index.asp target=_blank>' + '<img src=http://users1.nofeehost.com/luckynet/xmstats/stat.asp?style=img&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+' alt="寻梦统计"></a>');


//量子恒道统计 (原Yahoo 统计）
    document.write('<script type="text/javascript" src="http://js.tongji.linezing.com/12871/tongji.js"></script>');

// google 统计
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>");

    try {
        var pageTracker = _gat._getTracker("UA-8121523-1");
        pageTracker._trackPageview();
    } catch(err) {}
//statcounter  统计
    document.write('<a href="http://my.statcounter.com/project/standard/stats.php?project_id=1178928&amp;guest=1"' + ' target="_blank">' + '<img class="statcounter" src="http://c11.statcounter.com/1178928/0/c81550ce/0/" alt="free web stats" ></a>' );
	sc_project=1178928;
	sc_invisible=1;
	sc_partition=10;
	sc_security="c81550ce";
	document.write('<script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>')

};

function btm1(){
    document.write('<hr size=1 color=#008000 width="760">');
    related();
    document.write('<br>'+ fanti+'<br>');

    google_ad_client = "pub-6036395243300031";
    //bottom_link(728X15)
    google_ad_slot = "9209470853";
    google_ad_width = 728;
    google_ad_height = 15;
    document.write('<br><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
};

function btm2(){
    document.write('<br><hr size="1" color="#008000" width="760"><table align="center" width="100%"><tr> ' + '<td align="center">版权所有 &copy; 2005-2008 <a href="http://luckynet.uzai.ca" target="_top">追寻梦想</a><br>' + 'Copyright &copy; 2000-2005, <a href="http://luckynet.uzai.ca" target="_top">http://luckynet.uzai.ca</a><br>' + ' - All rights reserved.</td></tr></table><br>');
};

function btm3(){
    str1='<table width="468" align="center"><tr><td align="center"><a href="' + baseurl + '/freesource/code/free5xia.htm" target="_top">免费武侠代码,只需将JS代码加入你的网页中, 即可拥有本站一模一样的武侠栏目, 自动更新!</a><br></td></tr><tr><td align="center"><a href="' + baseurl + '/ecard.html" target="_top">想给亲朋好友发一张制作精美的电子贺卡吗? 这里应有尽有! 完全免费! 无需注册!</a><br></td></tr></table>';
    str1=str1+ '<br><a href="http://www.hostultra.com/cgi-bin/ref.cgi?luckynet" target="_blank"><img src="' + baseurl + '/banner/hostultra.gif" alt="hostultra,Free Hosting,Unlimited Disk Space,Unlimited Bandwidth" border="0"></a>';
    document.write(str1);

    google_ad_client = "pub-6036395243300031";
    /* bottom_com(468x60), 创建于 07-12-23 */
    google_ad_slot = "0152214641";
    google_ad_width = 468;
    google_ad_height = 60;
    str3='<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>';
    document.write(str3);

};

function btm4(){
};

function btm5(){
    xm_counter();
};

function btm6(){


////////////////  其它统计

//  document.write('<a href=http://users1.nofeehost.com/luckynet/xmstats/index.asp><img src=http://users1.nofeehost.com/luckynet/xmstats/stat.asp?style=img&referer='+escape(document.referrer)+'&screenwidth='+(screen.width)+' alt=寻梦统计></a>');

    document.write('<script language=JavaScript1.1 src=http://luckynet.uuuq.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
    document.write('<script language=JavaScript1.1 src=http://lucknet.t35.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
    document.write('<script language=JavaScript1.1 src=http://luckynet.surge8.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
    document.write('<script language=JavaScript1.1 src=http://luckynet.hostrator.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
    document.write('<script language=JavaScript1.1 src=http://luckynet.byethost3.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
    document.write('<script language=JavaScript1.1 src=http://luckynet.iamspace.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');

    document.write('<script language=JavaScript1.1 src=http://luckynet.700megs.com/php/phpstats/stat.php?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');

    document.write('<script language=JavaScript1.1 src=http://users1.nofeehost.com/luckynet/xmstats/stat.asp?style=no&is_olduser='+ xm_readCookie("Luckynet")+'&style=icon&referer='+escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');
//   document.write('<script language=JavaScript1.1 src=http://users.domaindlx.com/lucknet/xmstats/stat.asp?style=no&referer='+ escape(document.referrer)+'&screenwidth='+(screen.width)+'></script>');

///////////////  其它相关链接
    document.write('<script language="JavaScript1.1" src="http://users1.jabry.com/luckynet/related.asp?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://lucknet.qsh.eu/related.asp?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://users1.nofeehost.com/luckynet/related.asp?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.host56.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.1stfreehosting.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://lucknet.t35.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.uuuq.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.sitegoz.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.hostrator.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.surge8.com/php/related.php?style=no"></script>');
    document.write('<script language="JavaScript1.1" src="http://luckynet.700megs.com/php/related.php?style=no"></script>');
//    document.write('<script language="JavaScript1.1" src="luckynet.byethost3.com/php/related.php?style=no"></script>');
//  document.write('<script language="JavaScript1.1" src="http://luckynet.1stfreehosting.com/php/related.php?style=no"></script>');

};





// *************** 以上部分基本与模板结构无关 ××××××××××××××××××××××××××××

// *************** 以下部分定义与模板结构相关部分结构 ××××××××××××××××××××××××××××


function showmenu(){
// ************************* MENU BAR BEGIN ***********************************************************
    tdstr='<td onmouseover="this.background=\'' + css_path + '/menuon.gif\';" onmouseout="this.background=\'' + css_path + '/menu.gif\';" background="' + css_path + '/menu.gif" align="center" nowrap style="font-size:13px"><A target="_top" href="';

    str='<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="right" class="menutable">';
    str=str+'    <table width="100%" align="center" bgcolor="#66ddff" cellspacing="1" cellpadding="0" border="0" style="font-size:13px">';
    str=str+'      <tr bgcolor="#5bff6a" id="menu_top">';

    str=str+tdstr+baseurl+'/index.html">寻梦首页</a></td>';
    str=str+tdstr+baseurl+'/bbs.html">寻梦论坛</a></td>';
    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';down.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(down)"  align="center" nowrap><A href="' + baseurl + '/faq/index.html">有问有答</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="down" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/faq/computer/index.html">电脑/数码</a><br><a href="' + baseurl + '/faq/yule/index.html">娱乐</a><br><a href="' + baseurl + '/faq/star/index.html">明星/名人</a><br><a href="' + baseurl + '/faq/game/index.html">游戏</a><br><a href="' + baseurl + '/faq/sport/index.html">体育/运动</a><br><a href="' + baseurl + '/faq/health/index.html">健康/医疗</a><br><a href="' + baseurl + '/faq/living/index.html">生活/休闲/时尚</a><br><a href="' + baseurl + '/faq/business/index.html">商业/经济</a><br><a href="' + baseurl + '/faq/edu/index.html">教育/科学</a><br><a href="' + baseurl + '/faq/sensibility/index.html">情感/烦恼</a><br><a href="' + baseurl + '/faq/culture/index.html">社会/文化</a><br><a href="' + baseurl + '/faq/art/index.html">艺术/文学</a><br><a href="' + baseurl + '/faq/provincial/index.html">地区/省市</a></div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';skill.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(skill)"  align="center" nowrap><A href="' + baseurl + '/howto/index.html">实用技巧</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="skill" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/howto/software/index.htm">软件技巧</a><br> <a href="' + baseurl + '/howto/network/index.htm">网络技巧</a><br> <a href="' + baseurl + '/howto/os/index.htm">操作系统</a><br> <a href="' + baseurl + '/howto/reg/index.htm">注 册 表</a><br> <a href="' + baseurl + '/howto/hacker/index.htm">黑客与病毒</a><br> <a href="' + baseurl + '/howto/media/index.htm">多 媒 体</a><br> <a href="' + baseurl + '/howto/imgskill/index.htm">图形图象</a><br> <a href="' + baseurl + '/howto/hardware/index.htm">硬件栏目</a><br>   <a href="' + baseurl + '/howto/dw/index.htm">Dreamweaver专题</a><br> <a href="' + baseurl + '/howto/webdesign/index.htm">网页设计技巧</a> </div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';program.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(program)"  align="center" nowrap><A href="' + baseurl + '/programming/index.html">编程开发</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="program" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/programming/html/index.html">HTML园地</a><br> <a href="' + baseurl + '/programming/dhtml/index.html">DHTML初步</a><br>    <a href="' + baseurl + '/programming/javascript/index.html">Javascript教程</a><br>  <a href="' + baseurl + '/programming/vbscript/index.html">VBScript教程</a><br>  <a href="' + baseurl + '/programming/asp/index.html">ASP世界</a><br>    <a href="' + baseurl + '/programming/java/index.html">Java天地</a><br>  <a href="' + baseurl + '/programming/visualbasic/index.html">Visual Basic编程</a><br>   <a href="' + baseurl + '/programming/c/index.html">C/C++编程</a><br>    <a href="' + baseurl + '/programming/cgi/index.html">CGI编程</a><br>    <a href="' + baseurl + '/programming/flash/index.html">Flash</a><br>    <a href="' + baseurl + '/programming/php/index.html">PHP编程</a><br>    <a href="' + baseurl + '/programming/perl/index.html">Perl编程</a><br>  <a href="' + baseurl + '/programming/xml/index.html" >XML编程</a>   </div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';hero.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(hero)"  align="center" nowrap><A href="' + baseurl + '/hero/index.html">武侠天地</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="hero" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/hero/jinyong/index.html">金庸</a>　<a href="' + baseurl + '/hero/gulong/index.html">古龙</a>　<a href="' + baseurl + '/hero/liangys/index.html">梁羽生</a>　<a href="' + baseurl + '/hero/wenra/index.html">温瑞安</a>　<a href="' + baseurl + '/hero/chenqy/index.html">陈青云</a>　<a href="' + baseurl + '/hero/yunzy/index.html">云中岳</a>　<a href="' + baseurl + '/hero/gongsqy/index.html">公孙千羽</a><br> <a href="' + baseurl + '/hero/huangyi/index.html">黄易</a>　<a    href="' + baseurl + '/hero/xiaoyi/index.html">萧逸</a>　<a href="' + baseurl + '/hero/sml/index.html">司马翎</a>　<a    href="' + baseurl + '/hero/wols/index.html">卧龙生</a>　<a href="' + baseurl + '/hero/liucy/index.html">柳残阳</a>　<a href="' + baseurl + '/hero/dugh/index.html">独孤红</a>　<a href="' + baseurl + '/hero/smzy/index.html">司马紫烟</a><br> <a href="' + baseurl + '/hero/liliang/index.html">李凉</a>　<a href="' + baseurl + '/hero/qiru/index.html">奇儒</a>　<a href="' + baseurl + '/hero/sbs/index.html">松柏生</a>　<a href="' + baseurl + '/hero/guigz/index.html">鬼谷子</a>　<a    href="' + baseurl + '/hero/linghy/index.html">令狐庸</a>　<a href="' + baseurl + '/hero/dongfy/index.html">东方玉</a>　<a   href="' + baseurl + '/hero/huanzlz/index.html">还珠楼主</a><br> <a href="' + baseurl + '/hero/nikuang/index.html">倪匡</a>　<a  href="' + baseurl + '/hero/hy/index.html">黄鹰</a>　<a href="' + baseurl + '/hero/qiumh/index.html">秋梦痕</a>　<a  href="' + baseurl + '/hero/danyun/index.html">丹云</a>　<a href="' + baseurl + '/hero/index.html">更多作者</a>  </div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';movie.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(movie)"  align="center" nowrap><A href="' + baseurl + '/movie/index.html">娱乐休闲</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="movie" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/movie/joke/index.html">精彩相声名家荟萃</a><br><a href="' + baseurl + '/movie/movie/index.html">精彩视频在线欣赏</a><br>　<a href="' + baseurl + '/movie/movie/swimming.html">游泳教学录像</a>　<a    href="' + baseurl + '/movie/movie/wushu.html">武术教学录像</a>　<a href="' + baseurl + '/movie/movie/football.html">足球精彩镜头</a><br>　<a    href="' + baseurl + '/movie/movie/xiangshen.html">精彩相声录像</a>　<a href="' + baseurl + '/movie/movie/xiaopin.html">精彩小品录像</a>　<a href="' + baseurl + '/movie/movie/zongyi.html">精彩综艺录像</a><br>　<a href="' + baseurl + '/movie/movie/animal.html">动物滑稽录像</a>　<a href="' + baseurl + '/movie/movie/family.html">家庭滑稽录像</a>　<a href="' + baseurl + '/movie/movie/sports.html">体育滑稽录像</a><br>　<a href="' + baseurl + '/movie/movie/inter.html">国外滑稽录像</a>　<a href="' + baseurl + '/movie/movie/national.html">国内滑稽录像</a><br>　<a href="' + baseurl + '/movie/movie/p3guo.html">易中天品三国</a><br></div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';wangzhi.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(wangzhi)"  align="center" nowrap><A href="' + baseurl + '/navigate/index.html">网址大观</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="wangzhi" name="item" class="menuitem">';
    str=str+'<FONT color=#000000><FONT color=#ff0000><B>娱乐休闲</B></FONT><BR><A href="' + baseurl + '/navigate/mpwz/1.htm">音乐</A> <A href="' + baseurl + '/navigate/mpwz/2.htm">游戏</A> <A href="' + baseurl + '/navigate/mpwz/5.htm">聊天</A> <A href="' + baseurl + '/navigate/mpwz/77.htm">动画</A> <A href="' + baseurl + '/navigate/mpwz/62.htm">交友</A> <A href="' + baseurl + '/navigate/mpwz/4.htm">爱情</A> <A href="' + baseurl + '/navigate/mpwz/30.htm">电影</A><BR><A href="' + baseurl + '/navigate/mpwz/22.htm">明星</A> <A href="' + baseurl + '/navigate/mpwz/39.htm">时尚</A> <A href="' + baseurl + '/navigate/mpwz/25.htm">女性</A> <A href="' + baseurl + '/navigate/mpwz/21.htm">娱乐</A> <A href="' + baseurl + '/navigate/mpwz/6.htm">下载</A> <A href="' + baseurl + '/navigate/mpwz/11.htm">笑话</A> <A href="' + baseurl + '/navigate/mpwz/81.htm">漫画</A><BR><A href="' + baseurl + '/navigate/mpwz/63.htm">星座</A> <A href="' + baseurl + '/navigate/mpwz/14.htm">旅游</A> <A href="' + baseurl + '/navigate/mpwz/24.htm">桌面</A> <A href="' + baseurl + '/navigate/mpwz/12.htm">手机</A> <A href="' + baseurl + '/navigate/mpwz/145.htm">彩票</A> <A href="' + baseurl + '/navigate/mpwz/3.htm">军事</A> <A href="' + baseurl + '/navigate/mpwz/9.htm">人才</A><BR><A href="' + baseurl + '/navigate/mpwz/28.htm">新闻</A> <A href="' + baseurl + '/navigate/mpwz/15.htm">论坛</A> <A href="' + baseurl + '/navigate/mpwz/10.htm">汽车</A> <A href="' + baseurl + '/navigate/mpwz/13.htm">体育</A></FONT><FONT color=#ff0000><B><BR>电脑网络</B></FONT><BR><A href="' + baseurl + '/navigate/mpwz/166.htm">搜索</A> <A href="' + baseurl + '/navigate/mpwz/6.htm">软件</A> <A href="' + baseurl + '/navigate/mpwz/23.htm">编程</A> <A href="' + baseurl + '/navigate/mpwz/18.htm">网页</A> <A href="' + baseurl + '/navigate/mpwz/17.htm">黑客</A> <A href="' + baseurl + '/navigate/mpwz/7.htm">硬件</A> <A href="' + baseurl + '/navigate/mpwz/24.htm">壁纸</A><BR><A href="' + baseurl + '/navigate/mpwz/152.htm">源码</A> <A href="' + baseurl + '/navigate/mpwz/159.htm">棋牌</A> <A href="' + baseurl + '/navigate/mpwz/168.htm">ＱＱ</A> <A href="' + baseurl + '/navigate/mpwz/155.htm">杀毒</A> <A href="' + baseurl + '/navigate/mpwz/179.htm">数码</A> <A href="' + baseurl + '/navigate/mpwz/84.htm">驱动</A> <A href="' + baseurl + '/navigate/mpwz/161.htm">贺卡</A><BR><A href="' + baseurl + '/navigate/mpwz/163.htm">邮箱</A> <A href="' + baseurl + '/navigate/mpwz/169.htm">宽带</A> <A href="' + baseurl + '/navigate/mpwz/67.htm">反恐</A> <A href="' + baseurl + '/navigate/mpwz/66.htm">传奇</A> <A href="' + baseurl + '/navigate/mpwz/170.htm">外挂</A> <A href="' + baseurl + '/navigate/mpwz/172.htm">网校 </A><BR><FONT      color=#ff0000><B>教育文化</B></FONT><BR><A href="' + baseurl + '/navigate/mpwz/33.htm">教育</A> <A href="' + baseurl + '/navigate/mpwz/9.htm">求职</A> <A href="' + baseurl + '/navigate/mpwz/37.htm">考试</A> <A href="' + baseurl + '/navigate/mpwz/35.htm">出国</A> <A href="' + baseurl + '/navigate/mpwz/158.htm">英语</A> <A href="' + baseurl + '/navigate/mpwz/117.htm">美术</A> <A href="' + baseurl + '/navigate/mpwz/127.htm">论文</A><BR><A href="' + baseurl + '/navigate/mpwz/93.htm">文学</A> <A href="' + baseurl + '/navigate/mpwz/94.htm">小说</A> <A href="' + baseurl + '/navigate/mpwz/126.htm">考研</A> <A href="' + baseurl + '/navigate/mpwz/160.htm">图书</A> <A href="' + baseurl + '/navigate/mpwz/131.htm">少儿</A> <A href="' + baseurl + '/navigate/mpwz/157.htm">设计</A> <A href="' + baseurl + '/navigate/mpwz/71.htm">校友</A><BR><A href="' + baseurl + '/navigate/mpwz/125.htm">自考</A><BR><FONT       color=#ff0000><B>经济生活</B></FONT><BR><A href="' + baseurl + '/navigate/mpwz/122.htm">房产</A> <A href="' + baseurl + '/navigate/mpwz/123.htm">家装</A> <A href="' + baseurl + '/navigate/mpwz/154.htm">保险</A> <A href="' + baseurl + '/navigate/mpwz/8.htm">证券</A> <A href="' + baseurl + '/navigate/mpwz/20.htm">购物</A> <A href="' + baseurl + '/navigate/mpwz/32.htm">法律</A> <A href="' + baseurl + '/navigate/mpwz/29.htm">政府</A><BR><A href="' + baseurl + '/navigate/mpwz/130.htm">生活</A> <A href="' + baseurl + '/navigate/mpwz/133.htm">宠物</A> <A href="' + baseurl + '/navigate/mpwz/110.htm">新闻</A> <A href="' + baseurl + '/navigate/mpwz/107.htm">交通</A> <A href="' + baseurl + '/navigate/mpwz/108.htm">地图</A> <A href="' + baseurl + '/navigate/mpwz/135.htm">广播</A> <A href="' + baseurl + '/navigate/mpwz/136.htm">电视</A><BR><A href="' + baseurl + '/navigate/mpwz/111.htm">报刊</A> <A href="' + baseurl + '/navigate/mpwz/27.htm">健康</A> <A href="' + baseurl + '/navigate/mpwz/171.htm">鲜花</A> <A href="' + baseurl + '/navigate/mpwz/167.htm">银行</A> <A href="' + baseurl + '/navigate/mpwz/128.htm">商贸</A> <A href="' + baseurl + '/navigate/mpwz/175.htm">足球</A><BR><FONT color=#ff0000><B>综合其他</B></FONT><BR><A href="' + baseurl + '/navigate/mpwz/176.htm">名站</A> <A href="' + baseurl + '/navigate/mpwz/177.htm">黄页</A> <A href="' + baseurl + '/navigate/mpwz/91.htm">省市</A> <A href="' + baseurl + '/navigate/mpwz/118.htm">集藏</A> <A href="' + baseurl + '/navigate/mpwz/174.htm">非典</A> <A href="' + baseurl + '/navigate/mpwz/153.htm">美食</A> <A href="' + baseurl + '/navigate/mpwz/22.htm">图库</A><BR><A href="' + baseurl + '/navigate/mpwz/129.htm">时装</A> <A href="' + baseurl + '/navigate/mpwz/132.htm">生育</A> <A href="' + baseurl + '/navigate/mpwz/162.htm">两性</A> <A href="' + baseurl + '/navigate/mpwz/208.htm">科普</a> <A href="' + baseurl + '/navigate/mpwz/118.htm">集藏</a> <A href="' + baseurl + '/navigate/mpwz/211.htm">查询</a> <A href="' + baseurl + '/navigate/mpwz/191.htm">网络</a><br><A href="' + baseurl + '/navigate/mpwz/175.htm">足球</a> <A href="' + baseurl + '/navigate/mpwz/114.htm">DVD</A> <A href="' + baseurl + '/navigate/mpwz/116.htm">艺术</A> <A href="' + baseurl + '/navigate/mpwz/173.htm">人体</A> <A href="' + baseurl + '/navigate/mpwz/115.htm">摄影</A> <A href="' + baseurl + '/navigate/mpwz/98.htm">写真</A></div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';news.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(news)"  align="center" nowrap><A href="' + baseurl + '/news/index.html">新闻中心</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="news" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/news/code/abstract.html">焦点新闻</a><br><a href="' + baseurl + '/news/code/international.html">国际新闻</a><br><a href="' + baseurl + '/news/code/national.html">国内新闻</a><br><a href="' + baseurl + '/news/code/sports.html">体育新闻</a><br>    <a href="' + baseurl + '/news/code/army.html">军事新闻</a><br><a href="' + baseurl + '/news/code/science.html">科技新闻</a><br><a href="' + baseurl + '/news/code/society.html">社会新闻</a><br><a href="' + baseurl + '/news/code/stock.html">股市必读</a><br><a href="' + baseurl + '/news/code/computer.html"> IT 焦点</a><br><a href="' + baseurl + '/news/code/humor.html">幽默笑话</a><br><a href="' + baseurl + '/news/code/entertainment.html">影视娱乐</a><br><a href="' + baseurl + '/news/code/others.html">另类花边</a><br><a href="' + baseurl + '/news/code/love.html">两性话题</A><br><a href="' + baseurl + '/news/code/women.html">女人奥秘</a><br><a href="' + baseurl + '/news/code/yy.html">医药快讯</a><br><a href="' + baseurl + '/news/code/game.html">游戏新闻</a><br><a href="' + baseurl + '/news/code/car.html">车行天下</a><br><a href="' + baseurl + '/news/code/travel.html">旅游资讯</a><br><a href="' + baseurl + '/news/code/qiwen.html">奇闻轶事</a><br><a href="' + baseurl + '/news/local/index.html">地方新闻</a></div></div> </td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';freesrc.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(freesrc)"  align="center" nowrap><A href="' + baseurl + '/freesource/index.html">免费资源</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="freesrc" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/freesource/code/page.htm">免费主页</a><br><a href="' + baseurl + '/freesource/code/email.htm">免费邮箱</a><br><a href="' + baseurl + '/freesource/code/domain.htm">免费域名</a><br><a href="' + baseurl + '/freesource/code/bbs.htm">免费论坛</a><br><a href="' + baseurl + '/freesource/code/guestbook.htm">免费留言</a><br><a href="' + baseurl + '/freesource/code/count.htm">免费统记</a><br><a href="' + baseurl + '/freesource/code/chat.htm">免费聊天</a><br><a href="' + baseurl + '/freesource/code/cgi.htm">免费CGI</a><br><a href="' + baseurl + '/freesource/code/java.htm">免费JAVA</a><br><a href="' + baseurl + '/freesource/code/elist.htm">免费列表</a><br><a href="' + baseurl + '/freesource/code/count.htm">免费统计</a><br><a href="' + baseurl + '/freesource/code/adv.htm">免费广告</a><br><a href="' + baseurl + '/freesource/code/test.htm">免费测试</a><br><a href="' + baseurl + '/freesource/code/magzine.htm">免费刊物</a></div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';game.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(game)"  align="center" nowrap><A href="' + baseurl + '/netgame/index.html">网络游戏</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="game" name="item" class="menuitem">';
    str=str+'<a href="' + baseurl + '/netgame/netgame/qz.htm">枪战游戏</a><br><a href="' + baseurl + '/netgame/netgame/ty.htm">体育游戏</a><br><a href="' + baseurl + '/netgame/netgame/qp.htm">棋牌游戏</a><br><a href="' + baseurl + '/netgame/netgame/dz.htm">动作类游戏</a><br><a href="' + baseurl + '/netgame/netgame/jq.htm">技巧类游戏</a><br><a href="' + baseurl + '/netgame/netgame/mx.htm">冒险游戏</a><br><a href="' + baseurl + '/netgame/netgame/zl.htm">智力游戏</a><br><a href="' + baseurl + '/netgame/netgame/ym.htm">幽默游戏</a><br><a href="' + baseurl + '/netgame/netgame/sj.htm">射击类游戏</a><br><a href="' + baseurl + '/netgame/netgame/xx.htm">休闲类游戏</a><br><a href="' + baseurl + '/netgame/netgame/dr.htm">多人游戏</a></div></div></td>';

    str=str+'<td background="' + css_path + '/menu.gif" onmouseover="this.background=\'' + css_path + '/menuon.gif\';other.style.visibility=\'visible\'" onmouseout="this.background=\'' + css_path + '/menu.gif\';out(other)"  align="center" nowrap><A href="' + baseurl + '/art/index.html">其它类别</a><div style="position:relative;width:60;z-index:4;">'  +  '<div id="other" name="item" class="menuitem" style="left:-20;">';
    str=str+'<a href="' + baseurl + '/art/index.html">艺术天地</a><br><li><a href="' + baseurl + '/art/gallary/index.html">经典画廊</a><br><li><a href="' + baseurl + '/art/symphony/index.html">交响之魂</a><br><li><a href="' + baseurl + '/art/literal/index.html">奇文共赏</a><br><li><a href="' + baseurl + '/art/stamp/index.html">集邮天地</a><br><a href="' + baseurl + '/makemoney/index.html">网上赚钱</a><br></div></div></td></tr></table></td></tr></table>';

    document.write(str);

// ************************* MENU BAR END ***********************************************************

}

// ************************* BOTTOM MENU BAR BEGIN ***********************************************************

function show_bottom_menu(){
    tdstr='<td onmouseover="this.background=\'' + css_path + '/menuon.gif\';" onmouseout="this.background=\'' + css_path + '/menu.gif\';" background="' + css_path + '/menu.gif" align="center" nowrap style="font-size:13px"><A target="_top" href="';

    tdstr1=tdstr+baseurl;

    str='<table width="100%" align="center" border="0"  cellpadding="0" cellspacing="0"  background="'+baseurl+'/gif/di.gif">';
    str=str+'  <tr><td align="center" valign="top" width="100%">';
    str=str+'    <table width="100%" align="center" bgcolor="#66ddff" cellspacing="1" cellpadding="0" border="0" style="font-size:14px">';
    str=str+'      <tr bgcolor="#5bff6a" id="menu_bottom">';
    str=str+tdstr1+'/index.html">寻梦首页</a></td>';
    str=str+tdstr1+'/bbs.html">寻梦论坛</a></td>';
    str=str+tdstr1+'/faq/index.html">有问有答</a></td>';
    str=str+tdstr1+'/howto/index.html">实用技巧</a></td>';
    str=str+tdstr1+'/programming/index.html">编程开发</a></td>';
    str=str+tdstr1+'/news/index.html">新闻中心</a></td>';
    str=str+tdstr1+'/freesource/index.html">免费资源</a></td>';
    str=str+tdstr1+'/hero/index.html">武侠天地</a></td>';
    str=str+tdstr1+'/movie/index.html">娱乐休闲</a></td>';
    str=str+tdstr1+'/navigate/index.html">网址大观</a></td>';
    str=str+tdstr1+'/netgame/index.html">网络游戏</a></td>';
    str=str+tdstr1+'/art/index.html">艺术天地</a></td></tr></table></td></tr></table>';
    document.write(str);
};
// ************************* BOTTOM MENU BAR END ***********************************************************


function welcome(){
    str=' <div width="100%" style="position:absolute;height:17;top:expression(document.body.clientHeight-this.style.pixelHeight+document.body.scrollTop);">';
    str=str+'<table width="100%" align="center" border="0"  cellpadding="0" cellspacing="0"  background="' + baseurl + '/gif/di.gif">';
    str=str+'  <tr><td align="center" valign="top" width="100%">';
    str=str+'    <table width="95%" align="center" cellspacing="1" cellpadding="0" border="0" style="font-size:13px">';
    str=str+'      <tr bgcolor="#5bff6a">';
    str=str+'<td background="' + baseurl + '/gif/di.gif" align="center" nowrap style="font-size:13px">';
    str=str+'<marquee behavior="loop" scrollDelay="100" scrollAmount="3" onmouseout=this.start() onmouseover=this.stop() style="font-size: 9pt; line-height:12pt;color:red">';

    str=str+'欢迎光临“追寻梦想” '+sub_welcome+'!　站长小龙恭祝大家  一帆风顺!　梦想成真!  本站正在更新版本，将逐步启用新版本，希望您喜欢！</marquee></td></tr></table></td></tr></table></div>';
    document.write(str);
}

function left_bar(){
//	document.write('<span style="font-size:14px"><script language="JavaScript" type="text/javascript">document.write(time());</script><br><span id="jnkc"><script language="JavaScript" type="text/javascript">DateDemo2();</script></span></span>');
	document.write('      <table valign="top" width="120" border="0"  cellpadding="0" cellspacing="0" background="' + baseurl + '/gif/headback00.gif">');
	document.write('        <tr><td width="120" height="47" align="center">');
	document.write('            <img src="' + baseurl + '/gif/eagl.gif" width="110" height="47" border="0" alt=""></td></tr>');
	document.write('		 <tr><td width="120" height="40" align="left" style="padding:1pt,4pt,1pt,4pt"><img src="' + baseurl + '/banner/dream.gif" width="116" height="36"></td> ');
	document.write('</tr></table>');
	document.write('<br><div style="color:red">本站域名</div>');
	document.write(' <a href="http://luckynet.uzai.ca" target="_blank">luckynet.uzai.ca</a><br>');
	document.write(' <a href="http://www.luckynet.tk" target="_blank">www.luckynet.tk</a><br>');
	document.write(' <a href="http://luckynet.2ya.com" target="_blank">luckynet.2ya.com</a><br>');
	document.write(' <a href="http://luckynet.vzz.net" target="_blank">luckynet.vzz.net</a><br>');
	document.write(' <br>'+ fanti+'<br><br>');

	document.write(' <div style="font-size:12px"><a href="#" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.luckynet.tk/\');window.event.returnValue = false;" target="_blank">【设为主页】</a> ');
	document.write(' <a href="" onMouseDown="window.external.addFavorite(\'http://www.luckynet.tk/\',\'追寻梦想---编程的乐园\')">【加入收藏】</a><br>');
	document.write(' <a href="' + baseurl + '/link.htm" target="_blank">【友情连接】</a>');
	document.write(' <a href="' + baseurl + '/bbs.html" target="_blank">【寻梦论坛】</a><br>');
	document.write(' <a href="'+gb_url+'" target="_blank">【请您留言】</a>');
	document.write(' <a href="' + baseurl + '/ecard.html" target="_blank">【免费贺卡】</a><br>');
	document.write(' <a href="' + baseurl + '/about.htm" target="my_main">【关于本站】</a>');
	document.write(' <a href="' + baseurl + '/fuwu.htm" target="my_main">【实用查询】</a><br><br>');
	document.write(' <div style="color:red">【提示】</div>');
	document.write(' 双击页面的非链接部位可自动滚屏，单击停止滚屏。<br><br>');
	document.write(' 本站启用新版本，希望您喜欢！</div>');


}

function showdate(){
	var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
	var dateLR		= "right"	// DATE LEFT OR RIGHT
	var dateX		= "10"		// DATE X LOCATION
	var dateY		= "5"		// DATE Y LOCATION

   if (showdate == "yes") {
		document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px;line-height:100%;color:#FFFF00">');
		document.write('<span style="font-size:12px">'+time()+'<br><span id="jnkc">'+DateDemo2()+'</span></span><br>');
		var d=new Date()
		var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
		var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
		document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
		document.write(monthname[d.getMonth()] + " ")
		document.write(d.getDate() + ". ")
		document.write(d.getFullYear())
		document.write("</nobr></span>")

		document.write('</div>');

	}
}
showdate();

function changecolor(my_style){
    document.cookie = "luckynet_style="+ my_style + ";expires=" + theDate.toGMTString()+ ";path=/;";
    if (search_style){ top.location="?";
    }else{location.reload();}
//	history.go(0);
}
