function random_imglink(){
var myimages=new Array()
myimages[1]="http://www.railheadeffects.com/graphics/slides/Books468x60.gif"
myimages[2]="http://www.railheadeffects.com/graphics/slides/DVDs468x60.gif"
myimages[3]="http://www.railheadeffects.com/graphics/slides/GourmetFood468x60.gif"
myimages[4]="http://www.railheadeffects.com/graphics/slides/Kitchen468x60.gif"
myimages[5]="http://www.railheadeffects.com/graphics/slides/Magazines468x60.gif"


myimages[6]="http://g-images.amazon.com/images/G/01/associates/logos/nsearchbytheCD468x60a3_np.gif"


myimages[7]="http://www.railheadeffects.com/graphics/slides/zzbass468x60.gif"
myimages[8]="http://www.railheadeffects.com/graphics/slides/zzcomputer468x60.gif"
myimages[9]="http://www.railheadeffects.com/graphics/slides/zzgeneral468x60.gif"
myimages[10]="http://www.railheadeffects.com/graphics/slides/zzguitar468x60.gif"
myimages[11]="http://www.railheadeffects.com/graphics/slides/zzkeyboard468x60.gif"
myimages[12]="http://www.railheadeffects.com/graphics/slides/zzrecording468x60.gif"




var imagelinks=new Array()
imagelinks[1]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/283155"
imagelinks[2]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/130"
imagelinks[3]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/3370831"
imagelinks[4]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/284507"
imagelinks[5]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/599858/"


imagelinks[6]="http://www.amazon.com/exec/obidos/redirect?tag=railheaddesign&path=tg/browse/-/5174"



imagelinks[7]="http://www.zzounds.com/a--635751"
imagelinks[8]="http://www.zzounds.com/a--635751"
imagelinks[9]="http://www.zzounds.com/a--635751"
imagelinks[10]="http://www.zzounds.com/a--635751"
imagelinks[11]="http://www.zzounds.com/a--635751"
imagelinks[12]="http://www.zzounds.com/a--635751"




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()