function show_hot_widget() { document.write("

Best seller!
\"Tomb
Tomb of the Twilight Queen 5E
"); } function show_new_widget() { document.write("

New!
\"Map
40x30 Battlemap - Underwater Coral Village
"); } function show_any_widget() { var randomnumber=Math.floor(Math.random()*2) switch(randomnumber) { case 0: show_hot_widget(); break; case 1: show_new_widget(); break; } }