

<!--



function random_imglink(){

var myfacts=new Array()

//specify random images below. You can have as many as you wish

myfacts[1]="<img name='front_r2_c15' src='img_gear.jpg' width='470' height='289' border='0' alt=''>"
myfacts[2]="<img name='front_r2_c15' src='img_switch.jpg' width='470' height='289' border='0' alt=''>"
myfacts[3]="<img name='front_r2_c15' src='img_cpuback.jpg' width='470' height='289' border='0' alt=''>"
myfacts[4]="<img name='front_r2_c15' src='img_fuses.jpg' width='470' height='289' border='0' alt=''>"
myfacts[5]="<img name='front_r2_c15' src='robots.jpg' width='470' height='289' border='0' alt=''>"
myfacts[6]="<img name='front_r2_c15' src='solder.jpg' width='470' height='289' border='0' alt=''>"
myfacts[7]="<img name='front_r2_c15' src='img_dmm.jpg' width='470' height='289' border='0' alt=''>"
myfacts[8]="<img name='front_r2_c15' src='img_tesla.jpg' width='470' height='289' border='0' alt=''>"
myfacts[9]="<img name='front_r2_c15' src='img_tesla2.jpg' width='470' height='289' border='0' alt=''>"
myfacts[10]="<img name='front_r2_c15' src='img_mower.jpg' width='470' height='289' border='0' alt=''>"


var ry=Math.floor(Math.random()*myfacts.length)

if (ry==0)

ry=1

document.write(myfacts[ry])

}

random_imglink()

//-->


