function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function random_imglink(){
	 
  var myimages=new Array()
  //specify random images below. You can have as many as you wish
  myimages[1]="http://starboardcomics.com/images/website/featured/ablue_feat.png"
  myimages[2]="http://starboardcomics.com/images/website/featured/motokool_feat.png"
  myimages[3]="http://starboardcomics.com/images/website/featured/ssw_feat.png"


  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://abluecomic.com"
  imagelinks[2]="http://motokool.net"
  imagelinks[3]="http://sswestern.com"


  var ry=Math.floor(Math.random()*myimages.length)

  if (ry==0)
     ry=1
	 document.write('<center>');
	 document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
	 document.write('</td></tr>');
	 document.write('</center>');
}

  random_imglink()
