		var now,hours,minutes,seconds,timeValue, y_ne_we="Yahoo%20%u5373%u6642%u65B0%u805E%3Cbr%3E%0D%0A%3Ciframe%20marginwidth%3D0%20marginheight%3D0%20src%3D%22http%3A//home.rewolf.org/news.php%22%20frameborder%3D0%20width%3D440%20scrolling%3Dno%20height%3D20%20name%3D%22ticker%22%3E%3C/iframe%3E%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A%u4ECA%u65E5%u5929%u6C23%3Cbr%3E%0D%0A%3Ciframe%20bg%20color%3D33cc99%20marginwidth%3D0%20marginheight%3D0%20src%3D%22http%3A//home.rewolf.org/weather.php%22%20frameborder%3D0%20width%3D440%20scrolling%3Dno%20height%3D20%20name%3D%22ticker%22%3E%3C/iframe%3E%3Cbr%3E%0D%0A%3Cbr%3E%0D%0A"
var y_news="%3Ciframe%20marginwidth%3D0%20marginheight%3D0%20src%3D%22http%3A//www.rewolf.org/news.php%22%20frameborder%3D0%20width%3D440%20scrolling%3Dno%20height%3D20%20name%3D%22ticker%22%3E%3C/iframe%3E%0D%0A%0D%0A"
var y_weather="%3Ciframe%20bg%20color%3D33cc99%20marginwidth%3D0%20marginheight%3D0%20src%3D%22http%3A//www.rewolf.org/weather.php%22%20frameborder%3D0%20width%3D440%20scrolling%3Dno%20height%3D20%20name%3D%22ticker%22%3E%3C/iframe%3E"
		function showtime(){
			  if (!document.layers&&!document.all) return;
			  now = new Date();
			  hours = now.getHours();
			  minutes = now.getMinutes();
			  seconds = now.getSeconds();
			  timeValue = (hours >= 12) ? "下午 " : "上午 ";
			  timeValue += ((hours > 12) ? hours - 12 : hours) + " 點";
			  timeValue += ((minutes < 10) ? " 0" : " ") + minutes + " 分";
			  timeValue += ((seconds < 10) ? " 0" : " ") + seconds + " 秒";
			  if (document.layers){
			      document.clockmain.document.clock.document.write("<center><b><font color=green>"+timeValue+"</font><b></center>");
			      document.clockmain.document.clock.document.close();
			  }
			  else if (document.all)
			  clock.innerHTML = timeValue;
			  setTimeout("showtime()",100);
		}


			var Title_String ='新年倒數：'
			var	Target_y=new Date().getYear()
			var	Target_m=12
			var	Target_d=31
			var before="! !"
			var current="!^_^!"
			var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
		function countdown(yr,m,d){
			theyear=yr;themonth=m;theday=d
			var today=new Date()
			var todayy=today.getYear()
			if (todayy < 1000)
			todayy+=1900
			var todaym=today.getMonth()
			var todayd=today.getDate()
			var todayh=today.getHours()
			var todaymin=today.getMinutes()
			var todaysec=today.getSeconds()
			var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
			futurestring=montharray[m-1]+" "+d+", "+yr
			dd=Date.parse(futurestring)-Date.parse(todaystring)
			dday=Math.floor(dd/(60*60*1000*24)*1)
			dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
			dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
			dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
			if(dday==0&&dhour==0&&dmin==0&&dsec==1){
			document.forms.count.count2.value=current
			return
			}
			else
			document.forms.count.count2.value=" 再"+dday+ " 天 "+dhour+" 小時 "+dmin+" 分 "+dsec+" 秒    "+before
			setTimeout("countdown(theyear,themonth,theday)",1000)
		}

		function GetFile(Filename){
			window.open("http://myweb.hinet.net/home6/szuyu/" + Filename);
			return;
		}

function GetFile(Filename){
	window.open("http://0rz.net/" + Filename);
	return;
}

function OutWord(Inp_Words)
{
var NewWords;
NewWords = unescape(Inp_Words);
document.write(NewWords);
} 
