var character = new Array(

"<a href = 'http://adventurers-comic.com/'><img src='characters/adventurers.gif' width=180 height=538 border=0></a>",

"<a href = 'http://www.andiewear.com/'><img src='characters/sidebar_andie.jpg' width=180 height=560 border=0></a>",

"<a href = 'http://www.basilflint.com/'><img src='characters/flintagain01.jpg' width=180 height=600 border=0></a>",
"<a href = 'http://www.basilflint.com/'><img src='characters/flintagain02.jpg' width=180 height=620 border=0></a>",
"<a href = 'http://www.basilflint.com/'><img src='characters/flintagain03.jpg' width=180 height=571 border=0></a>",

"<a href = 'http://boxjamsdoodle.com/'><img src='characters/boxjamsdoodle.gif' width=180 height=343 border=0></a>",

"<a href = 'http://bradleystar.com/'><img src='characters/bradstar.gif' width=180 height=346 border=0></a>",

"<a href = 'http://www.crazyinlovecomic.com/'><img src='characters/crazyinlove.gif' width=180 height=574 border=0></a>",

"<a href = 'http://damonk.com/'><img src='characters/framed.jpg' width=180 height=419 border=0></a>",

"<a href = 'http://www.downtoearthcomic.com/'><img src='characters/sidebar_downtoearth1.gif' width=180 height=421 border=0></a>",
"<a href = 'http://www.downtoearthcomic.com/'><img src='characters/sidebar_downtoearth2.gif' width=180 height=421 border=0></a>",
"<a href = 'http://www.downtoearthcomic.com/'><img src='characters/sidebar_downtoearth3.gif' width=180 height=421 border=0></a>",

"<a href = 'http://www.elfonlyinn.net/'><img src='characters/sidebar_eoi_woot.gif' width=180 height=414 border=0></a>",
"<a href = 'http://www.elfonlyinn.net/'><img src='characters/sidebar_eoi_megan.gif' width=180 height=315 border=0></a>",
"<a href = 'http://www.elfonlyinn.net/'><img src='characters/sidebar_eoi_duke.gif' width=180 height=429 border=0></a>",

"<a href = 'http://www.filthylies.net/'><img src='characters/fl01.gif' width=180 height=378 border=0></a>",
"<a href = 'http://www.filthylies.net/'><img src='characters/fl02.gif' width=180 height=587 border=0></a>",
"<a href = 'http://www.filthylies.net/'><img src='characters/fl03.gif' width=180 height=587 border=0></a>",

"<a href = 'http://www.newshounds.com/manifestations/index.html'><img src='characters/manifestations-sidebar.jpg' width=180 height=419 border=0></a>",

"<a href = 'http://www.madaboutu.com/'><img src='characters/sidebar-madaboutu1.jpg' width=180 height=364 border=0></a>",
"<a href = 'http://www.madaboutu.com/'><img src='characters/sidebar-madaboutu2.jpg' width=180 height=364 border=0></a>",
"<a href = 'http://www.madaboutu.com/'><img src='characters/sidebar-madaboutu3.jpg' width=180 height=300 border=0></a>",

"<a href = 'http://meninhats.com/'><img src='characters/meninhats.gif' width=180 height=486 border=0></a>",

"<a href = 'http://queenofwands.net/'><img src='characters/qow.gif' width=180 height=600 border=0></a>",

"<a href = 'http://www.secretagentgirl.org/'><img src='characters/sidebar_felicity.jpg' width=180 height=533 border=0></a>",

"<a href = 'http://rpgworldcomic.com/'><img src='characters/rpgworld.gif' width=180 height=648 border=0></a>",
"<a href = 'http://rpgworldcomic.com/'><img src='characters/rpgworld2.jpg' width=180 height=607 border=0></a>",
"<a href = 'http://rpgworldcomic.com/'><img src='characters/rpgworld3.jpg' width=180 height=718 border=0></a>",

"<a href = 'http://www.shinkage.com/'><img src='characters/Shi-Kage_Sidebar.jpg' width=180 height=574 border=0></a>",

"<a href = 'http://sillyconev.keenspot.com/'><img src='characters/sillyconev.gif' width=180 height=587 border=0></a>",

"<a href = 'http://www.sporkman.com'><img src='characters/spork.jpg' width=180 height=560 border=0></a>",

"<a href = 'http://talismenseries.com/'><img src='characters/talis1.jpg' width=180 height=282 border=0></a>",
"<a href = 'http://talismenseries.com/'><img src='characters/talis2.jpg' width=180 height=398 border=0></a>",
"<a href = 'http://talismenseries.com/'><img src='characters/talis2.jpg' width=180 height=609 border=0></a>",

"<a href = 'http://www.vigilanteho.com/'><img src='characters/vigilanteho.jpg' width=180 height=520 border=0></a>");

"<a href = 'http://www.wingercomics.com/'><img src='characters/character_furry_winger.jpg' width=180 height=460 border=0></a>",
"<a href = 'http://www.wingercomics.com/'><img src='characters/character_human_winger.jpg' width=180 height=500 border=0></a>",

rnd = Math.floor(character.length * Math.random());
document.write(character[rnd]);

