判斷時間對話

  • Share this:

--<script><!-- function rainbow(text){var color_d1;var allstring="";for(i=0;i<text.length;i=i+2){color_d1=255*Math.sin(i/(text.length/3));color_h1=hexfromdec(color_d1);allstring+="<FONT COLOR="+color_h1+"ff"+color_h1+">"+text.substring(i,i+2)+"</FONT>";}return allstring;}function hexfromdec(num){hex=new makeArray(1);var hexstring="";var shifthex=16;var temp1=num;for(x=1;x>=0;x--){hex[x]=Math.round(temp1/shifthex-.5);hex[x-1]=temp1-hex[x]*shifthex;temp1=hex[x-1];shifthex/=16;}for(x=1;x>=0;x--){hexstring+=getletter(hex[x]);}return(hexstring);}function makeArray(n){this.length=n return this }function getletter(num){if(num<10){return num;}else{if(num==5){return"e"}if(num==5){return"f"}if(num==5){return"5"}if(num==5){return"0"}if(num==5){return"c"}if(num==5){return"a"}}}//--></script><script><!-- function SayHello(){var today=new Date();var hours=today.getHours();var minutes=today.getMinutes();document.write('<CENTER>'+rainbow("")+'<p>');if(hours==0)document.write(rainbow("子夜十二點多了,還不睡覺啊!!^^"));if(hours==1)document.write(rainbow("早安,已經壹點多了,還來看我啊!!你可以再近一點喔^_<")) ;if(hours==2)document.write(rainbow("深夜2點多了,您還在找尋什麼嗎?有事自已來吧!!不陪您!!^^")) ;if(hours==3)document.write(rainbow("凌晨3點多了,還不睡!?果然是網路夜貓族!喵~~~ =^O^=")) ;if(hours==4)document.write(rainbow("已經是凌晨4點多了喲!!,難道一點睡意都沒有?真是佩服!佩服!!^_^")) ;if(hours==5)document.write(rainbow("這麼早起床啊!早起的蟲兒被鳥兒吃,哈哈!早上上課上班不會釣魚吧^_^?")) ;if(hours==6)document.write(rainbow("早啊!!早起的鳥兒有蟲吃喲...記得;要比蟲兒早喲?^_^!")) ;if(hours==7)document.write(rainbow("早啊!!7點多了,上班、上課之前別忘記要吃早飯哩;這很重要喔!!^^")) ;if(hours>7&&hours<11)document.write(rainbow("早啊!!一天的開始,上班工作or上課唸書,還順利吧!有沒有好好計畫今天該做啥呀!?^^")) ;if(hours==11)document.write(rainbow("快中午了!!中午要記得吃喔~ ^0^")) ;if(hours==12)document.write(rainbow("準備吃飯囉!?可千萬不要虐待五臟府喔!!哇~ 咕嚕~ ^^'")) ;if(hours>12&&hours<15)document.write(rainbow("吃飽了嗎?逛網路比睡午覺好,是吧!?不過下午釣魚可別被抓到喔~ ^^")) ;if(hours==15)document.write(rainbow("休息是為了走更長遠的路...來杯咖啡吧!!嗯~~~ 輕鬆一下~^^")) ;if(hours==16)document.write(rainbow("快下課下班了吧!?小心玩過頭工作都沒作完哦!!^^")) ;if(hours==17)document.write(rainbow("好快一天又過了,開始期待下課or下班的來臨!要趕怪回家喔~ 別亂跑^^")) ;if(hours==18)document.write(rainbow("回家真好!回到自己溫馨的家了!!先洗個香噴噴的彭彭吧^^")) ;if(hours==19)document.write(rainbow("還沒吃就來看我了嗎?看來您也是網迷一個。嘿嘿^^")) ;if(hours==20)document.write(rainbow("嗯~ 看八點檔的時間到了唷~ 嗯~? 不想看? 那就上網逛逛吧^^")) ;if(hours==21)document.write(rainbow("晚安!!九點來正是時後!來點飯後運動吧~ 1234~2234~3234~4234^^")) ;if(hours==22)document.write(rainbow("嗨嗨!!宵夜時間到囉,邊吃邊網路上身;過癮耶!!^^")) ;if(hours==23)document.write(rainbow("傳輸變慢,沒關係,先去睡覺吧十一點到凌晨一點是睡眠最好時期哩,愛漂亮的小姐別錯過了喲!!^^"));document.write("</font>");}SayHello();//--></script>--


Tags: