
		function random_imglink(){
		  var myimages=new Array()
		  myimages[1]="wp-content/themes/l4ld/img/thumbs_custom-trading-pins.jpg"
		  myimages[2]="wp-content/themes/l4ld/img/thumbs_custom-patches.jpg"
		  myimages[3]="wp-content/themes/l4ld/img/thumbs_custom-stickers.jpg"
		  myimages[4]="wp-content/themes/l4ld/img/thumbs_custom-lapel-pins.jpg"
		  myimages[5]="wp-content/themes/l4ld/img/thumbs_custom-chocolates.jpg"
		
		  //specify corresponding links below
		  var imagelinks=new Array()
		  imagelinks[1]="http://www.tradingpins4less.com"
		  imagelinks[2]="http://www.patches-on-sale.com"
		  imagelinks[3]="http://www.stickers-on-sale.com"
		  imagelinks[4]="http://www.lapelpins4less.com"
		  imagelinks[5]="http://www.chocolates-4-less.com"
		  
		  var linktitles=new Array()
		  linktitles[1]="Custom Trading Pins!"
		  linktitles[2]="Custom Patches!"
		  linktitles[3]="Custom Stickers and Decals!"
		  linktitles[4]="Custom Lapel Pins!"
		  linktitles[5]="Custom Chocolates!"
		  
		  var imgalts=new Array()
		  imgalts[1]="Custom Trading Pins!"
		  imgalts[2]="Custom Patches!"
		  imgalts[3]="Custom Stickers and Decals!"
		  imgalts[4]="Custom Lapel Pins!"
		  imgalts[5]="Custom Chocolates!"
		
		  var ry=Math.floor(Math.random()*myimages.length)
		
		  if (ry==0)
			 ry=1
			 document.write('<a href='+'"'+imagelinks[ry]+'"'+' title='+'"'+linktitles[ry]+'"'+'><img src="'+myimages[ry]+'" alt="'+imgalts[ry]+'" border=0></a>')
		}
		
		  random_imglink()
