var theImages = new Array()

theImages[0] = 'images/wc/betweenfailures.jpg'
theImages[1] = 'images/wc/farnot.jpg'
theImages[2] = 'images/wc/gb.jpg'
theImages[3] = 'images/wc/zg.jpg'
theImages[4] = 'images/wc/bearnuts.jpg'
theImages[5] = 'images/wc/cad.jpg'
thrImages[6] = 'images/qc/collar6.jpg'
theImages[7] = 'images/wc/da.jpg'
theImages[8] = 'images/wc/fom.jpg'
theImages[9] = 'images/wc/flipside.jpg'
theImages[10] = 'images/wc/girly.jpg'
theImages[11] = 'images/wc/imy.gif'
theImages[12] = 'images/wc/io.jpg'
theImages[13] = 'images/wc/loldwell.jpg'
theImages[14] = 'images/wc/manly.jpg'
theImages[15] = 'images/wc/mt.jpg'
theImages[16] = 'images/wc/mf.jpg'
theImages[17] = 'images/wc/omake.jpg'
theImages[18] = 'images/wc/qc.jpg'
theImages[19] = 'images/wc/shesaid.jpg'
theImages[20] = 'images/wc/se.gif'
theImages[21] = 'images/wc/xkcd.jpg'



var theLinks = new Array()

theLinks[0] = 'http://www.betweenfailures.com'
theLinks[1] = 'http://www.farnot.com'
theLinks[2] = 'http://ginger.crazycstudios.com'
theLinks[3] = 'http://www.metaljawcomics.com'
theLinks[4] = 'http://www.bearnutscomic.com'
theLinks[5] = 'http://www.ctrlaltdel-online.com'
theLinks[6] = 'http://www.collar6.com'
theLinks[7] = 'http://www.duelinganalogs.com'
theLinks[8] = 'http://www.littleteacup.net/fallonme'
theLinks[9] = 'http://www.flipsidecomics.com'
theLinks[10] = 'http://www.girlyyy.com'
theLinks[11] = 'http://www.imycomic.com'
theLinks[12] = 'http://www.insideoutcomic.com'
theLinks[13] = 'http://www.loldwell.com'
theLinks[14] = 'http://www.thepunchlineismachismo.com'
theLinks[15] = 'http://www.megatokyo.com'
theLinks[16] = 'http://www.misfile.com'
theLinks[17] = 'http://www.omaketheater.com'
theLinks[18] = 'http://www.questionablecontent.net'
theLinks[19] = 'http://www.krisdresencomics.com/shesaid/shesaid.html'
theLinks[20] = 'http://www.vgcats.com/super/'
theLinks[21] = 'http://www.xkcd.com'

var j = 0;
var i = 0;
var p = theImages.length;

for (i=0;i<p;i++)
{
document.write('<a href="'+theLinks[i]+'" target=_blank><img src="'+theImages[i]+'" border=0 /></a>');
}