function EV_randomPic(total){
	var Rand;
	 Rand= Math.round((Math.random()*10000)%total);
	 //alert(Rand);
	//alert("sdfasdfa");
	//alert(document.Newpic.src)
	document.Newpic.src="images/pressquote_"+Rand+".gif";
}