var random_number = Math.random();
if (random_number < .71)
{
document.write('<table border="0" width="500" cellspacing="1"><tr><td>');
document.write('<td><a href="Techno-Kitty.html"><img border="1" src="thumb/Techno-Kitty.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Teacher-Reveals-Best-Cheating-Technique.html"><img border="1" src="thumb/Teacher-Reveals-Best-Cheating-Technique.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="snowball-mob-ready-for-battle.html"><img border="1" src="thumb/snowball-mob-ready-for-battle.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="gas-vs-bottled-water.html"><img border="1" src="thumb/gas-vs-bottled-water.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="cat-invades-soccer-field.html"><img border="1" src="thumb/cat-invades-soccer-field.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Power-Station-Explodes.html"><img border="1" src="thumb/Power-Station-Explodes.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="more-reasons-not-to-drink.html"><img border="1" src="thumb/more-reasons-not-to-drink.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Basejumping-the-Russian-Way.html"><img border="1" src="thumb/Basejumping-the-Russian-Way.jpg" width="52" height="46"></a></td>');
document.write('</tr></table>');
}
else if (random_number < .80)
{
document.write('<table border="0" width="500" cellspacing="1"><tr><td>');
document.write('<td><a href="drinking-out-of-his-hockey-skate.html"><img border="1" src="thumb/drinking-out-of-his-hockey-skate.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="oil-change-fail.html"><img border="1" src="thumb/oil-change-fail.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Circle-of-Hair.html"><img border="1" src="thumb/Circle-of-Hair.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="well-mannered-horse.html"><img border="1" src="thumb/well-mannered-horse.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="pac-man-dress.html"><img border="1" src="thumb/pac-man-dress.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="how-to-trap-a-skier.html"><img border="1" src="thumb/how-to-trap-a-skier.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="cat-trying-to-fall-asleep.html"><img border="1" src="thumb/cat-trying-to-fall-asleep.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="bird-thief.html"><img border="1" src="thumb/bird-thief.jpg" width="52" height="46"></a></td>');
document.write('</tr></table>');
}
else if (random_number < .90)
{
document.write('<table border="0" width="500" cellspacing="1"><tr><td>');
document.write('<td><a href="Tortoise-is-a-Fast-Eater.html"><img border="1" src="thumb/Tortoise-is-a-Fast-Eater.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="25-Pound-Emerald-Found-in-Brazil.html"><img border="1" src="thumb/25-Pound-Emerald-Found-in-Brazil.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="nice-escape-from-a-crash.html"><img border="1" src="thumb/nice-escape-from-a-crash.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="whos-small-now.html"><img border="1" src="thumb/whos-small-now.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="kid-dances-with-style.html"><img border="1" src="thumb/kid-dances-with-style.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="is-this-one-shape.html"><img border="1" src="thumb/is-this-one-shape.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="lots-of-help-on-the-road.html"><img border="1" src="thumb/lots-of-help-on-the-road.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="all-toy-birds-must-die.html"><img border="1" src="thumb/all-toy-birds-must-die.jpg" width="52" height="46"></a></td>');
document.write('</tr></table>');
}
else
{
document.write('<table border="0" width="500" cellspacing="1"><tr><td>');
document.write('<td><a href="dont-tickle-this-man.html"><img border="1" src="thumb/dont-tickle-this-man.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Stephen-Fry-on-Internet-Trolls.html"><img border="1" src="thumb/Stephen-Fry-on-Internet-Trolls.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Duct-Tape.html"><img border="1" src="thumb/Duct-Tape.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="young-ping-pong-player.html"><img border="1" src="thumb/young-ping-pong-player.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="pants-on-the-ground-ii.html"><img border="1" src="thumb/pants-on-the-ground-ii.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="moving-a-mountain.html"><img border="1" src="thumb/moving-a-mountain.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="toilet-expert-mode.html"><img border="1" src="thumb/toilet-expert-mode.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="Donkey-Sing-a-Long.html"><img border="1" src="thumb/Donkey-Sing-a-Long.jpg" width="52" height="46"></a></td>');
document.write('</tr></table>');
}
