gcount = 8;		
gnum = (Math.ceil(Math.random()*gcount) % gcount)+1;
document.writeln("<IMG width=\"200\" height=\"440\" src=\"images/g"+gnum+".jpg\">");
