<!--
function createRandomLink(index) {
var links = new Array;
links[0] = "http://www.nuklearpower.com/latest.php>8-Bit Theatre";
links[1] = "http://www.drunkduck.com/Anything_could_happen/>Anything Could Happen";
links[2] = "http://www.beaverandsteve.com/index.php>Beaver and Steve";
links[3] = "http://www.blastwavecomic.com/>Gone With The Blastwave";
links[4] = "http://www.insideoutcomic.com/index.html>Inside Out";
links[5] = "http://www.homestarrunner.com/>Homestarrunner";
links[6] = "http://digitalpimponline.com/strips.php?title=movie>Joe Loves Crappy Movies";
links[7] = "http://www.leasticoulddo.com/>Least I Could Do";
links[8] = "http://www.lfgcomic.com/>Looking For Group";
links[9] = "http://www.graphiteplayground.com/comic.php>Manly Girly Man";
links[10] = "http://www.odd-fish.net/index.php>Odd-Fish";
links[11] = "http://www.orneryboy.com/>Orneryboy";
links[12] = "http://www.hingos.com/patches/index.php>Patches";
links[13] = "http://picturesforsadchildren.com/index.php>Pictures For Sad Children";
links[14] = "http://www.questionablecontent.net/>Questionable Content";
links[15] = "http://www.shortpacked.com/index.html>Shortpacked!";
links[16] = "http://drmcninja.com/index.html>The Adventures of Dr. McNinja";
links[17] = "http://www.rmcomics.com/Mirror/Current/>The Gods of Arr-Kelaan";
links[18] = "http://www.pbfcomics.com/>The Perry Bible Fellowship";
links[19] = "http://www.thogcomic.com/>Thog Infinitron";
links[20] = "http://www.whiteninjacomics.com/comics.shtml>White Ninja";
links[21] = "http://www.xkcd.com/>xkcd";
return links[index];
}
//-->