function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.mdpromote.com/msn/ed-pool/bot-img001.jpg"
myimages[2]="http://www.mdpromote.com/msn/ed-pool/bot-img002.jpg"
myimages[3]="http://www.mdpromote.com/msn/ed-pool/bot-img003.jpg"
myimages[4]="http://www.mdpromote.com/msn/ed-pool/bot-img004.jpg"
myimages[5]="http://www.mdpromote.com/msn/ed-pool/bot-img005.jpg"
myimages[6]="http://www.mdpromote.com/msn/ed-pool/bot-img006.jpg"
myimages[7]="http://www.mdpromote.com/msn/ed-pool/bot-img007.jpg"
myimages[8]="http://www.mdpromote.com/msn/ed-pool/bot-img008.jpg"


//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.evanselectricdepot.com"
imagelinks[2]="http://www.evanselectricdepot.com"
imagelinks[3]="http://www.evanselectricdepot.com"
imagelinks[4]="http://www.uschristmastree.com"
imagelinks[5]="http://shop.planetledlights.com"
imagelinks[6]="http://shop.planetledlights.com"
imagelinks[7]="http://www.uschristmastree.com"
imagelinks[8]="http://www.birthdaydepot.com"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}
random_imglink()