Code
<script language=JavaScript>
now = new Date()
if (now.getDay() == 0)
document.write("<img src='http://cool-zona.org.ru/voskresen.jpg' alt='Воскресенье!' width='188' height='110' border='0'></a>")
if (now.getDay() == 1)
document.write("<img src='http://cool-zona.org.ru/ponedel.jpg' alt='Пондельник!' width='188' height='110' border='0'></a>")
if (now.getDay() == 2)
document.write("<img src='http://cool-zona.org.ru/vtornik.jpg' alt='Вторник!' width='188' height='110' border='0'></a>")
if (now.getDay() == 3)
document.write("<img src='http://cool-zona.org.ru/sreda.jpg' alt='Среда!' width='188' height='110' border='0'></a>")
if (now.getDay() == 4)
document.write("<img src='http://cool-zona.org.ru/chetverg.jpg' alt='Четверг!' width='188' height='110' border='0'></a>")
if (now.getDay() == 5)
document.write("<img src='http://cool-zona.org.ru/piatnica.jpg' alt='Пятница!' width='188' height='110' border='0'></a>")
if (now.getDay() == 6)
document.write("<img src='http://cool-zona.org.ru/subbota.jpg' alt='Суббота!' width='188' height='110' border='0'></a>")
</script>