var character = new Array(

"<a href = 'http://antiheroforhire.com/'><img src='characters/antihero.gif' width=180 height=600 border=0></a>",

"<a href = 'http://countyoursheep.com/'><img src='characters/countyoursheep1.jpg' width=180 height=440 border=0></a>",
"<a href = 'http://countyoursheep.com/'><img src='characters/countyoursheep2.jpg' width=180 height=394 border=0></a>",
"<a href = 'http://countyoursheep.com/'><img src='characters/countyoursheep3.jpg' width=180 height=394 border=0></a>",

"<a href = 'http://www.dungeond.com/'><img src='characters/dungeonsanddenizens1.jpg' width=180 height=374 border=0></a>",
"<a href = 'http://www.dungeond.com/'><img src='characters/dungeonsanddenizens2.jpg' width=180 height=270 border=0></a>",
"<a href = 'http://www.dungeond.com/'><img src='characters/dungeonsanddenizens3.jpg' width=180 height=266 border=0></a>",

"<a href = 'http://everythingjake.com/'><img src='characters/everythingjake.gif' width=180 height=504 border=0></a>",

"<a href = 'http://eviljoshandbilly.keentoons.com/'><img src='characters/eviljoshandbilly.gif' width=180 height=500 border=0></a>",

"<a href = 'http://genecatlow.com/'><img src='characters/genecatlow.gif' width=180 height=681 border=0></a>",

"<a href = 'http://www.goblinscomic.com/'><img src='characters/goblins1.png' width=180 height=414 border=0></a>",
"<a href = 'http://www.goblinscomic.com/'><img src='characters/goblins2.png' width=180 height=429 border=0></a>",
"<a href = 'http://www.goblinscomic.com/'><img src='characters/goblins3.png' width=180 height=315 border=0></a>",

"<a href = 'http://newshounds.com/'><img src='characters/newshounds.gif' width=180 height=523 border=0></a>",
"<a href = 'http://newshounds.com/'><img src='characters/newshounds2.gif' width=180 height=523 border=0></a>",

"<a href = 'http://nopinkponies.com/'><img src='characters/nopinkponies1.jpg' width=180 height=533 border=0></a>",

"<a href = 'http://outtherecomic.com/'><img src='characters/OutThereSidebar1.jpg' width=180 height=548 border=0></a>",
"<a href = 'http://outtherecomic.com/'><img src='characters/OutThereSidebar2.jpg' width=180 height=549 border=0></a>",
"<a href = 'http://outtherecomic.com/'><img src='characters/OutThereSideBar3.jpg' width=180 height=594 border=0></a>",

"<a href = 'http://poisonedminds.com/'><img src='characters/ssdd.gif' width=180 height=574 border=0></a>",

"<a href = 'http://www.somethinghappens.net/'><img src='characters/somethinghappens-1.jpg' width=180 height=325 border=0></a>",
"<a href = 'http://www.somethinghappens.net/'><img src='characters/somethinghappens-2.jpg' width=180 height=325 border=0></a>",
"<a href = 'http://www.somethinghappens.net/'><img src='characters/somethinghappens-3.jpg' width=180 height=325 border=0></a>",

"<a href = 'http://www.stripteasecomic.com/'><img src='characters/striptease2.jpg' width=180 height=461 border=0></a>",
"<a href = 'http://www.stripteasecomic.com/'><img src='characters/striptease3.jpg' width=180 height=461 border=0></a>",

"<a href = 'http://superosity.com/'><img src='characters/superosity.gif' width=180 height=574 border=0></a>",
"<a href = 'http://superosity.com/'><img src='characters/superosity2.gif' width=180 height=345 border=0></a>",
"<a href = 'http://superosity.com/'><img src='characters/superosity3.gif' width=180 height=507 border=0></a>",

"<a href = 'http://zebragirl.net/'><img src='characters/zebraside1.jpg' width=180 height=570 border=0></a>",
"<a href = 'http://zebragirl.net/'><img src='characters/zebraside2.jpg' width=180 height=478 border=0></a>",
"<a href = 'http://zebragirl.net/'><img src='characters/zebraside3.jpg' width=180 height=568 border=0></a>",

rnd = Math.floor(character.length * Math.random());

document.write(character[rnd]);

