function getTodaysComics(){var igtc = "<BR><B>comics updating today</B><BR>";var ngtc = "<B>comics not updating today</B><BR>";var d = weekdays[(new Date()).getDay()];for (var i=0;i<comiclists.length;i++){if (comiclists[i].days.indexOf(d) != -1) {igtc += "<A href=\""+comiclists[i].url+"\">"+comiclists[i].name+"</A> - "+comiclists[i].title+"<BR>";}else {ngtc+="<A href=\""+comiclists[i].url+"\">"+comiclists[i].name+"</A> - "+comiclists[i].title+"<BR>";}}var gtc=igtc+"<BR>"+ngtc;return gtc;}function comic(url,name,title,days,button) {this.url = url;this.days=days;this.title=title;this.name=name;this.button=button;}function getOtherLink(i){var gol = "<A href=\""+otherlinks[i].url+"\">"+otherlinks[i].name+"</A> - "+otherlinks[i].title+"<BR>";return gol;}function getAllOtherLinks(){var gaol="";for(i=0;i<otherlinks.length;i++){gaol+=getOtherLink(i);}return gaol;}function getSpotlight(i){var gsl = "<A href=\""+comiclists[spotlight[i]].url+"\"><IMG src=\""+comiclists[spotlight[i]].button+"\" width=\"88\" height=\"30\" border=\"0\" alt=\""+comiclists[spotlight[i]].name+" - "+comiclists[spotlight[i]].title+"\"></A><BR><IMG src=\"images/3apd-st-blank.jpg\" width=\"88\" height=\"2\" border=\"0\"><BR>";return gsl;}function getAllSpotlight(){ var gasl="";for(i=0;i<spotlight.length;i++){gasl+=getSpotlight(i);}return gasl;}

var spotlight = new Array(5,11);
var weekdays = new Array ("S","M","T","W","R","F","A");

var comiclists = new Array (
new comic("http://www.megatokyo.com","Megatokyo","manga and robots","MWF",""),
new comic("http://www.nuklearpower.com","8Bit Theater","addictive sprite humor","TRA",""),
new comic("http://www.sixthirtyfive.com","6:35","thought-provoking even when it\'s funny","W",""),
new comic("http://www.staccatocomic.com","Staccato","furries and plushies","MWF",""),
new comic("http://www.squidi.net","A Modest Destiny","pixel art, very humorous","SMTWRFA",""),
new comic("http://remar.gdchat.org/daniel/um","Ultimortal","dark sci-fi action, 3APD\'s Swedish twin","MF","images/umlink.gif"),
new comic("http://tog.litazia.com/","Tau of Geek","grade A geek humor","MTWRF",""),
new comic("http://dual1ty.net/","Dual1ty","sketchy goodness","S",""),
new comic("http://www.megaone.com/baseline/","Baseline Jason","100 dead tomatoes in every episode","T",""),
new comic("http://www.game-daycomics.com","Game Day","see the world just a little bit differently","T",""),
new comic("http://www.room931.com/Spelling.html","Spelling the Vacuum","weirder than it sounds, in a good way","T",""),
new comic("http://www.dredlox.com/","Dredlox.com","this guy drank too much dew","T","images/dredlink.jpg"),
new comic("http://mixedmyth.keenspace.com/","Mixed Myth","beautiful fantasy artwork","T",""),
new comic("http://www.l33tpixelz.com/","L33TPixelz","pixel art and gaming humor","T",""),
new comic("http://www.vgcats.com/","VG Cats","cats, video games, and good artwork","T",""),
new comic("http://www.thecrackedfunnybone.tk/","Cracked Funnybone","silly handdrawn fun","T",""),
new comic("http://www.noneedforbushido.com","No Need for Bushido","funny, artistic, best use of color in a webcomic","T","")
);

var otherlinks = new Array(
new comic("http://markofportent.keenspace.com/","Mark of Portent","probably one of my first favorites","",""),
new comic("http://www.project-y.net","Project Y","one of the most stylish comics out there","",""),
new comic("http://www.battleon.com","Adventure Quest","a lunch-break sized online RPG","","")
);

