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://lawlscomic.com/images/psa/ablue/ablueFB.png"
  myimages[2]="http://lawlscomic.com/images/psa/ablue/read-lawls.png"
  myimages[3]="http://lawlscomic.com/images/psa/ablue/gaga.png"
  myimages[4]="http://lawlscomic.com/images/psa/ablue/adoom.png"
  myimages[4]="http://lawlscomic.com/images/psa/ablue/buy-ablue-book1.png"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://www.facebook.com/#!/pages/LAWLS/137444826267656?ref=ts"
  imagelinks[2]="http://lawls.co"
  imagelinks[3]="http://artisticdoom.com/store/index.php?route=product/product&path=35&product_id=71"
  imagelinks[4]="http://artisticdoom.com"
  imagelinks[4]="http://artisticdoom.com/store/index.php?route=product/product&manufacturer_id=11&product_id=51"
  
    //specify corresponding links below for titles
  var imagetitles=new Array()
  imagetitles[1]="Keep Updated on BOTH my comics from the LAWLS Facebook Page!"
  imagetitles[2]="Check out my other comic, L.A.W.L.S.!"
  imagetitles[3]="Get your original Lady Gaga : Pop Villain Print Today!"
  imagetitles[4]="ARtisticDOOM Art Prints, Plushies, Comics and More!"
  imagetitles[4]="Anhedonia Blue's FIRST Comic Book!"


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

  if (ry==0)
     ry=1
	 document.write('<style type="text/css">');
	 document.write('img{border:none;}');
	 document.write('#random-images {');
	 document.write('background-color:;');
	 document.write('}');
	
	 document.write('</style>');
	 
	 document.write('<div id="random-images">');
     document.write('<table width="560" border="0" cellspacing="0" cellpadding="2"><tr><td>');
	 	 
	 document.write('<center>');
	 document.write('<a target="_blank" href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" title="'+imagetitles[ry]+'" border=0></a>')
	 document.write('</td></tr>');
	 document.write('</center>');	 
	 document.write('</table>');

	 document.write('</div>');

}

  random_imglink()

