

function showInfo()
{
now = new Date(),hour = now.getHours()
if(hour < 6){document.write("太晚了，丁丁提醒您：看电视别忘了休息!")}
else if (hour < 8){document.write("早上好!全新的一天开始了，看看昨天有什么新的电视剧？!")}
else if (hour < 12){document.write("上午好!工作辛苦了，今天有不少新信息！快来看看吧！")}
else if (hour < 14){document.write("中午好!还在找分类信息吗?丁丁提醒您别忘了午饭哦")}
else if (hour < 18){document.write("下午好!上班不忘查信息，精神可嘉！丁丁祝你工作顺利!")}
else if (hour < 22){document.write("晚上好!丁丁祝你今晚玩的愉快!天天都有新收获！")}
else if (hour < 24){document.write("夜深了!要注意身体呀! 丁丁希望所有朋友都能做个好梦!")}
}



function showCopyright()
{
document.writeln("		&copy;2006 tvinhere.com, all rights reserved ");
document.write ('<script language="javascript" type="text/javascript" src="http://js.users.51.la/673938.js"></script>');
document.write ('<noscript><a href="http://www.51.la/?673938" target="_blank"><img alt="&#x6211;&#x8981;&#x5566;&#x514D;&#x8D39;&#x7EDF;&#x8BA1;" src="http://img.users.51.la/673938.asp" style="border:none" /></a></noscript>');
}

