/*
Network Header Script - By Ran Jado
*/
function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}
function ran_ban(){
var ban=new Array()
ban[1]='<a href="http://spiderforest.com/forums/viewforum.php?f=40" target="_BLANK"><img src="http://network.spiderforest.com/ban/sfsub.png" border="0"></a>'


var ry=Math.floor(Math.random()*ban.length)
if (ry==0)
ry=1
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0"  height="60"  bgcolor="#2f0000">');
document.writeln('<tr><td valign="top" width="220">');
document.writeln('<a href="http://spiderspawn.com/" target="_SFDC"><img src="http://network.spiderforest.com/pics/ss.gif" alt="SpiderSpawn.com" align="left" border="0"></a>');
document.writeln('</td><td valign="top"><center>');
document.write(ban[ry]);
document.writeln('</center></td><td valign="middle" align="right" width="100">');
document.writeln('<FORM SIZE="500"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD align="center"><FORM>');
document.writeln('<TR><TD align="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');
document.write('<OPTION VALUE="">SS.com Webcomics<\/OPTION>');
document.write('<OPTION VALUE="">------<\/OPTION>');
document.write('<OPTION VALUE="http://www.colinthebrick.com">Colin the Brick<\/OPTION>');
document.write('<OPTION VALUE="http://nonsense.spiderspawn.com">Hardcore Nonsense<\/OPTION>');
document.write('<OPTION VALUE="http://heymike.spiderspawn.com">Hey Mike<\/OPTION>');
document.write('<OPTION VALUE="http://lancaster.spiderspawn.com">Lancaster<\/OPTION>');
document.write('<OPTION VALUE="http://rosetintmyworld.spiderspawn.com">Rose Tint My World<\/OPTION>');
document.write('<OPTION VALUE="http://seldomheard.spiderspawn.com">Seldom Heard<\/OPTION>');
document.write('<OPTION VALUE="http://sidandlasker.spiderspawn.com">Sid and Lasker<\/OPTION>');
document.write('<OPTION VALUE="http://svenandyon.spiderspawn.com">Sven and Yon<\/OPTION>');
document.write('<OPTION VALUE="http://teo.spiderspawn.com">Try Everything Once<\/OPTION>');
document.write('<OPTION VALUE="http://yearone.spiderspawn.com">Year One<\/OPTION>');
document.write('<OPTION VALUE="">------<\/OPTION>');
document.write('<OPTION VALUE="">SF.com Webcomics<\/OPTION>');
document.write('<OPTION VALUE="">-----<\/OPTION>');
document.write('<OPTION VALUE="http://balladmaker.spiderforest.com">The Ballad Maker<\/OPTION>');
document.write('<OPTION VALUE="http://boa.spiderforest.com">Black-Ops Angel<\/OPTION>');
document.write('<OPTION VALUE="http://blueskunk.spiderforest.com">Blue Skunk<\/OPTION>');
document.write('<OPTION VALUE="http://bds.spiderforest.com">Chaost<\/OPTION>');
document.write('<OPTION VALUE="http://crimsonnight.spiderforest.com">Crimson Night<\/OPTION>');
document.write('<OPTION VALUE="http://etime.spiderforest.com">The End Time Saga<\/OPTION>');
document.write('<OPTION VALUE="http://juathuur.spiderforest.com">Juathuur<\/OPTION>');
document.write('<OPTION VALUE="http://normandcory.spiderforest.com">Norm and Cory<\/OPTION>');
document.write('<OPTION VALUE="http://ravenwood.spiderforest.com">Ravenwood<\/OPTION>');
document.write('<OPTION VALUE="http://requiem.spiderforest.com/">Requiem<\/OPTION>');
document.write('<OPTION VALUE="http://specialschool.spiderforest.com">Special School<\/OPTION>');
document.write('<OPTION VALUE="">------<\/OPTION>');
document.writeln('<\/SELECT><\/TD><\/TR><\/TD><\/TR><\/FORM><\/TABLE>');
document.writeln('</td></tr></table>');
}
ran_ban()
