<!--
now = new Date()
if (now.getDay() == 5)
document.write("Today Is Friday And All Movies Have Been Updated")
if (now.getDay() == 6)
document.write("Today Is Saturday And All Movies Have Been Updated")
if (now.getDay() == 0)
document.write("Today Is Sunday And All Movies Have Been Updated")
if (now.getDay() == 1)
document.write("Today Is Monday And All Movies Have Been Updated")
if (now.getDay() == 2)
document.write("Today Is Tuesday And All Movies Have Been Updated")
if (now.getDay() == 3)
document.write("Today Is Wednesday And All Movies Have Been Updated")
if (now.getDay() == 4)
document.write("Today Is Thursday And All Movies Have Been Updated")
// -->