+999<!--
function WriteGongLi()  //写公历
 {
	MyDate  = new Date();
	WeekDay = new Array("日","一","二","三","四","五","六");
    document.write(
      MyDate.getYear(),"年",
      MyDate.getMonth()+1,"月",
      MyDate.getDate(),"日   ",
      "星期"+WeekDay[MyDate.getDay()]
     );
  } 
  
function WriteNongLi() //写农历、节气等时间性较强但无诸事不宜规律的东西
{	
	MyDate = new Date();
	MyArray= new Array(
	"农历癸未年  二月    十四日     宜：诸事不宜                    忌：小事取吉时",
	"农历癸未年  二月    十五日     宜：修造  动土  祭祀  祈福      忌：补垣  塞墓",
	"农历癸未年  二月    十六日     宜：裁衣  酝酿  牧养  纳畜      忌：理发  远行",
	"农历癸未年  二月    十七日     宜：立券  交易  祭祀  出行      忌：安葬  启攒",
	"农历癸未年  二月    十一日     宜：诸事不宜                    忌：小事取吉时",
	"农历癸未年  二月    十二日     宜：祭祀  取鱼                  忌：上册  受封",
	"农历癸未年  二月    十三日     宜：祭祀  祈福  求嗣  移徙      忌：嫁娶  启攒"
	);
	document.write("<marquee width=180 scrollamount=1 scrolldelay=80 >"+MyArray[MyDate.getDay()]+"</marquee>");
}

function bookmarkit()  //将本页面加入书签
  {
    window.external.addFavorite('http://www.nuc-power.com/','中国核电网')
  }

  

function stuliudong(seed)   //状态栏滚动文字
 { var msg= "欢迎光临天诺网-时尚家居，国内首家家居文化时尚网站。 "; 
       var out = " ";  
       var c = 1;  
 var speed  = 350 
if (seed > 100) 
{                seed-=2; 
                var cmd="stuliudong(" + seed + ")";    
             timerTwo=window.setTimeout(cmd,speed);}      
    else if (seed <= 100 && seed > 0) 
     {                for (c=0 ; c < seed ; c++) 
                      {       out+=" ";}    
       out+=msg;         seed-=2;       
   var cmd="stuliudong(" + seed + ")";       
   window.status=out;          
 timerTwo=window.setTimeout(cmd,speed); }         
      else if (seed <= 0)  
{                if (-seed < msg.length)  
                  {  
                       out+=msg.substring(-seed,msg.length);         
                       seed-=2;                         
                       var cmd="stuliudong(" + seed + ")";          
                       window.status=out;                      
       timerTwo=window.setTimeout(cmd,speed);} 
       else {               window.status=" ";        
                 timerTwo=window.setTimeout("stuliudong(100)",speed);}}}
                 
function writescrollingtext()
{
	var docstring="&nbsp;&nbsp;&nbsp;<b><font color=teal>“天诺网-时尚家居”</font></b>立足于传播家居空间时尚信息，"
		+"为扩大交流，特向社会征集<b><font color=red>时尚精品网站</font></b>做友情链接。<br>"
		+"&nbsp;&nbsp;&nbsp;友情网站侧重于与生活时尚相关的服饰、精品、旅游、汽车、音乐、电影等领域的主题性网站，"
		+"欢迎符合以上内容的网站与本站联系，也希望广大网友把“酷站”推荐给<b><a href=mailto:webmaster@ateno.com>天诺网</a>。"
	document.write("<marquee scrollamount=1 scrolldelay=200 direction=up onmouseover='this.stop()' onmouseout='this.start()' width=227 height=60 border=0 style='font-size: 10pt'>");                 
	document.write(docstring);
	document.write("</marquee>");
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->