/*
RANDOM IMAGE SCRIPT
revised 2-6-07
for use with one image only,
see GMTF.com for multi-image script
*/

var num = ((Math.ceil(Math.random()*16)*10)/10); //  = TIMES NUMBER OF OPTIONS AVAILABLE ... 

var inset = '<img src="images/taa_insetPic-'+num+'.jpg"  width="742" height="200" class="inset" />';	

document.write(inset);