if(myPic<10){
	zero="0"
} else {
	zero=""
}
document.write("<IMG SRC=\"/EMHE/large/EMHE_" + zero + myPic + ".jpg\" WIDTH=\"760\" HEIGHT=\"570\">");

