// JavaScript Document
now=new Date();
year=now.getYear();  //得到年份
month=now.getMonth()+1;  //得到月份
date=now.getDate();  //得到日期


var date1=""; 
var date2= year+"-"+month+"-"+date;
if (date1.length == 0) 
{
document.writeln("<fot color=\"#333333\">");
document.writeln("");
document.writeln("<br>");
document.writeln("<br>经文;");
document.writeln("<br>时间：<br>");
document.writeln("<br>讲题：你要小心");
document.writeln("<br>证道:严凤英<br>");
document.writeln("<br>诗歌   131首  176首");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<br>");
document.writeln("直播安排:星期三、五晚上7：30分<br>");
document.writeln("<br>");
document.writeln("安息日上午9:00下午2:00<br>");
document.writeln("<br>");
document.writeln("<\/font>");

}
else
{
execScript('s = DateDiff("d",date2,date1)','vbscript'); 
	if (s<0)
	{
document.writeln("信息读取中...");

	}
	else
	{
document.writeln("<fot color=\"#333333\">");
document.writeln("");
document.writeln("<br>");
document.writeln("<br>经文;");
document.writeln("<br>时间：<br>");
document.writeln("<br>讲题：你要小心");
document.writeln("<br>证道:严凤英<br>");
document.writeln("<br>诗歌   131首  176首");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<br>");
document.writeln("直播安排:星期三、五晚上7：30分<br>");
document.writeln("<br>");
document.writeln("安息日上午9:00下午2:00<br>");
document.writeln("<br>");
document.writeln("<\/font>");

	}
}
