var tab = new Array();
tab[0]='<a href="/goodies/index.php"><img src="/images/wallpaper_module_1.jpg" width="313" height="125" hspace="7" border="0" /></a>';
tab[1]='<a href="/goodies/index.php"><img src="/images/wallpaper_module_2.jpg" width="313" height="125" hspace="7" border="0" /></a>';
tab[2]='<a href="/goodies/index.php"><img src="/images/wallpaper_module_3.jpg" width="313" height="125" hspace="7" border="0" /></a>';
tab[3]='<a href="/goodies/index.php"><img src="/images/wallpaper_module_4.jpg" width="313" height="125" hspace="7" border="0" /></a>';
document.write(tab[parseInt(Math.random()*4)]);