/*
Script 
*/
x = new Date();
y = x.getDate();

if (y<32) z=("4")
if (y<24) z=("3")
if (y<16) z=("2")
if (y<8) z=("1")

document.write('<center>Puzzle of the week<br>')
document.write('<a href="http://www.waaaww.be/puzzels/WeekPuzzel/'+ z + '.exe" target="_blank" title="Puzzle for download, tested VIRUS,FREE"><img src="http://www.waaaww.be/puzzels/WeekPuzzel/'+ z + '.jpg" width="120" height="90" border="0"></a>')
