var random_number = Math.random();
if (random_number < .71)
{
document.write('<table border="0" width="100%" cellspacing="1"><tr><td>');
document.write('<td><a href="getting-close-with-a-penguin.html"><img border="1" src="thumb/getting-close-with-a-penguin.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="gm-angers-ford.html"><img border="1" src="thumb/gm-angers-ford.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="four-is-a-crowd.html"><img border="1" src="thumb/four-is-a-crowd.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="worst-iron-man-ever.html"><img border="1" src="thumb/worst-iron-man-ever.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="back-flip-forward-flip.html"><img border="1" src="thumb/back-flip-forward-flip.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="now-this-is-a-life.html"><img border="1" src="thumb/now-this-is-a-life.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="dog-and-kitten-chilling-out.html"><img border="1" src="thumb/dog-and-kitten-chilling-out.jpg" width="52" height="46"></a></td>');
document.write('<td><a href="shopping-carts-going-up-an-escalator.html"><img border="1" src="thumb/shopping-carts-going-up-an-escalator.jpg" width="52" height="46"></a></td>');
document.write('</tr></table>');
}
else if (random_number < .80)
{
document.write('<table border="0" width="100%" 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="100%" 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="100%" 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>');
}
