   //         J  F  M  A  M   J   J   A   S   O   N   D
   var daysinmonth = new Array( 0, 31,59,90,120,151,181,212,243,273,304,334,365 );
   var link = new Array(
      "http://yeahduff.keenspace.com/",
      "http://alexandilia.keenspace.com/",
      "http://orion.keenspace.com/",
      "http://entity.keenspace.com/",
      "http://brokenglass.keenspace.com/",
      "http://cortland.keenspace.com/",
      "http://pele.keenspace.com/",
      "http://thedevilspanties.keenspace.com/",
      "http://www.digitalwar.co.uk/",
      "http://endofthings.keenspace.com/",
      "http://flatwood.keenspace.com/",
      "http://mercuryhat.keenspace.com/",
      "http://ifthenelse.keenspace.com/",
      "http://www.thejaded.co.uk/",
      "http://kageroumanga.keenspace.com/",
      "http://km.keenspace.com/",
      "http://mixedmyth.keenspace.com/",
      "http://morningstar.keenspace.com/",
      "http://nahast.keenspace.com/",
      "http://nekkoandjoruba.keenspace.com/",
      "http://nishichi27.keenspace.com/",
      "http://pointless.keenspace.com/",
      "http://www.reasonedcognition.com/",
      "http://spools.keenspace.com/",
      "http://nowhere.keenspace.com/",
      "http://roughies.keenspace.com/",
      "http://therules.keenspace.com/",
      "http://ju-lian.keenspace.com/",
      "http://saturnalia.keenspace.com/",
      "http://shifters.keenspace.com/",
      "http://oosterwijk.keenspace.com/",
      "http://gunsnstuff.keenspace.com/",
      "http://npc.keenspace.com/",
      "http://vagrantvivian.keenspace.com/"
   );
   var names = new Array(
      "/images/yeahduff_200x40.gif",
      "/images/alexandilia_200x40.jpg",
      "/images/beyondreality_200x40.png",
      "/images/bluezombie_200x40.jpg",
      "/images/brokenglass_200x40.jpg",
      "/images/cortland_200x40.gif",
      "/images/deitypermit_200x40.jpg",
      "/images/devilspanties_200x40.png",
      "/images/digitalwar_200x40.jpg",
      "/images/theendofthings_200x40.jpg",
      "/images/flatwood_200x40.png",
      "/images/gunmetalannie_200x40.png",
      "/images/ifthenelse_200x40.jpg",
      "/images/thejaded_200x40.jpg",
      "/images/kagerou_200x40.jpg",
      "/images/kurenaimashin_200x40.jpg",
      "/images/mixedmyth_200x40.jpg",
      "/images/morningstar_200x40.gif",
      "/images/nahast_200x40.gif",
      "/images/nekkoandjoruba_200x40.jpg",
      "/images/nishichi27_200x40.gif",
      "/images/pointless_200x40.jpg",
      "/images/reasonedcognition_200x40.png",
      "/images/rif_200x40.png",
      "/images/nowhere_200x40.png",
      "/images/roughies_200x40.png",
      "/images/therules_200x40.gif",
      "/images/romb_200x40.jpg",
      "/images/saturnalia_200x40.gif",
      "/images/shifters_200x40.jpg",
      "/images/starbored_200x40.gif",
      "/images/swordsarecool_200x40.png",
      "/images/npc_200x40.png",
      "/images/viv_200x40.jpg"
   );
   var today = new Date();
   var month, date_str;
   index = ( daysinmonth[ today.getMonth() ] + today.getDate() )% names.length;
   document.write( "<a href=\"" + link[ index ] + "\"><img src=\"" + names[ index ] + "\" style=\"border:none; width:200px; height:40px;\" alt=\"Featured Link\" /></a>" );

