Day=new Array(7);
Day[0]="日 开奖：<br><font color=red>双色球</font> <font color=green>七星彩</font> <font color=red>福彩3D</font> <font color=green>排列35</font>";
Day[1]="一 开奖：<br><font color=red>七乐彩</font> <font color=red>福彩3D</font> <font color=green>排列35</font> <font color=green>大乐透</font>";
Day[2]="二 开奖：<br><font color=red>双色球</font> <font color=green>七星彩</font> <font color=red>福彩3D</font> <font color=green>排列35</font>";
Day[3]="三 开奖：<br><font color=red>七乐彩</font> <font color=red>福彩3D</font> <font color=green>排列35</font> <font color=green>大乐透</font>";
Day[4]="四 开奖：<br><font color=red>双色球</font> <font color=red>福彩3D</font> <font color=green>排列35</font>";
Day[5]="五 开奖：<br><font color=red>七乐彩</font> <font color=green>七星彩</font> <font color=red>福彩3D</font> <font color=green>排列35</font>";
Day[6]="六 开奖：<br><font color=red>福彩3D</font> <font color=green>排列35</font> <font color=green>大乐透</font>";

today=new Date();
month=today.getMonth()+1;
day=today.getDate();
year=today.getYear();
weekly=today.getDay();

mydate="<b>今天是</b> "+month+"月"+day+"日 星期"+Day[weekly];
//document.write(year+"年"+mymonth+"月"+myday+"日 "+weekday);
document.write(mydate);
