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://artisticdoom.com/widget/ablue.jpg"
  myimages[2]="http://artisticdoom.com/widget/adoom.jpg"
  myimages[3]="http://artisticdoom.com/widget/lawls.jpg"

  //specify corresponding links below
  var imagelinks=new Array()
  imagelinks[1]="http://abluecomic.com"
  imagelinks[2]="http://artisticdoom.com/store"
  imagelinks[3]="http://lawlscomic.com"

  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('#ad {');
	 document.write('background-color:#000000;');
	 document.write('width:164px;');
	 document.write('height:284px;');
	 document.write('padding:1px 1px 5px; margin-left:3px');
	 document.write('}');
	 document.write('#chatTab {background-image:url(http://tnppress.com/js/collective_ads/chat.png);height:20px;width:100px;float:left;margin-left:29px;} #chatTab:hover { background-position:0 -20px; position:relative; margin-left:29px;}');
	
	 document.write('</style>');
	 
	 document.write('<div id="ad">');
     document.write('<table width="158" border="0" cellspacing="0" cellpadding="2"><tr><td>');
	 	 
	 document.write('<center>');
	 document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
	 document.write('</td></tr>');
	 document.write('</center>');
	 
	 document.write('<tr><td>');
	 document.write('<center>');
	 document.write('<select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu(\'parent\',this,0)">');
	 document.write('<option value="#">My Work:</option>');
     document.write('<option value="http://lawlscomic.com">L.A.W.L.S.</option>');
     document.write('<option value="http://abluecomic.com/">Anhedonia Blue</option>');
	 document.write('<option value="http://artisticdoom.com/">ArtisticDOOM</option>');
	 document.write('</select>');
	 document.write('</center>');	 
	 document.write('</td></tr></table>');

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

}

  random_imglink()
