  //Featured Toons


function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}


y = 0;
ad = new Array(y);
ad[y++] = '<a href="http://www.mindfaucet.com/tyler.martin" target="_blank"><img src="ad.tylermartin.jpg" border="0" alt="TYLER MARTiN"></a>'
ad[y++] = '<a href="http://www.mindfaucet.com/" target="_blank"><img src="http://mindfaucet.com/banner.mindfaucet.jpg" border="0" alt="Mind Faucet"></a>'
ad[y++] = '<a href="http://www.geocities.com/timothywong85" target="_blank"><img src="ad.timothywong.jpg" border="0" alt="Timothy Wong"></a>'
ad[y++] = '<a href="http://perso.wanadoo.es/mpicasso/" target="_blank"><img src="ad.mariapicasso.jpg" border="0" alt="Maria Picasso"></a>'
ad[y++] = '<a href="http://www.foulfiend.com" target="_blank"><img src="ad.ninak.jpg" border="0" alt="Foulfiend"></a>'
ad[y++] = '<a href="http://www.discordantart.com" target="_blank"><img src="ad.chadlenjer.jpg" border="0" alt="Discordant Art"></a>'
ad[y++] = '<a href="http://ontherockscomics.com" target="_blank"><img src="http://ontherockscomics.com/links/smallbanner.gif" border="0" alt="On the Rocks Comics"></a>'
ad[y++] = '<a href="http://felix.laflamme.org/" target="_blank"><img src="ad.felixlaflamme.gif" border="0" alt="LaFlamme Illustrations"></a>'
ad[y++] = '<a href="http://smellslikedark.com/" target="_blank"><img src="ad.adamstewart.jpg" border="0" alt="aDaM sTeWaRt"></a>'
x = Math.floor(Math.random()*(y));
document.write(ad[x]);
