<script language= "javascript"type="text/javascript">
var d=new Date()
theDay =d.getDay()
switch (theDay)
{
case5:
document.write ("Finally Friday")
braek;
case6:
document.write ("Super Saturday")
braek;
case0:
document.write ("sleepy sunday")
braek;
default:
document.write ("I am looking forward to this weekend")
}
</script>
var d=new Date()
theDay =d.getDay()
switch (theDay)
{
case5:
document.write ("Finally Friday")
braek;
case6:
document.write ("Super Saturday")
braek;
case0:
document.write ("sleepy sunday")
braek;
default:
document.write ("I am looking forward to this weekend")
}
</script>
No comments:
Post a Comment