// 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("<font color=\"#333333\">");
document.writeln("<br>");
document.writeln("<br>");
document.writeln("证道题目:同享主恩<br>");
document.writeln("证道人员:王兢传道<br>");
document.writeln("翻译人员:何丽云姐妹<br>");
document.writeln("唱    诗:280.284首<br>");
document.writeln("时间：2010.3.6星期六下午<br>");
document.writeln("<br>");
document.writeln("另:星期五晚上19:00<br>");
document.writeln("安息日上午9:00下午14:00 <br>");
document.writeln("<\/font>");

}
else
{
execScript('s = DateDiff("d",date2,date1)','vbscript'); 
	if (s<0)
	{
document.writeln("信息读取中...");

	}
	else
	{
document.writeln("<font color=\"#333333\">");
document.writeln("<br>");
document.writeln("<br>");
document.writeln("证道题目:同享主恩<br>");
document.writeln("证道人员:王兢传道<br>");
document.writeln("翻译人员:何丽云姐妹<br>");
document.writeln("唱    诗:280.284首<br>");
document.writeln("时间：2010.3.6星期六下午<br>");
document.writeln("<br>");
document.writeln("另:星期五晚上19:00<br>");
document.writeln("安息日上午9:00下午14:00 <br>");
document.writeln("<\/font>");

	}
}