function random_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="flores/f92p.jpg"
myimages[2]="flores/f191p.jpg"
myimages[3]="flores/o03p.jpg"
myimages[4]="flores/pb06p.jpg"
myimages[5]="dark/d02_t.gif"
myimages[6]="citacoes/un_t.jpg"
myimages[7]="citacoes/amor005_t.gif"
myimages[8]="agostina/thm_leo.gif"
myimages[9]="amor/38t.jpg"
myimages[10]="amor/amor19_t.jpg"


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href=rastejantes/index.shtml><img src="rastejantes/images/'+myimages[ry]+'" border=0 width=65 height=65 alt="Cartões Rastejantes"></a>')
}
random_imglink()


 