function loadImage(girl,imgNum) {
	document.getElementById('photoSwitch').src="images/"+girl+"-"+imgNum+".jpg";
	document.getElementById('HiddenImage').src="images/"+girl+"-"+imgNum+".jpg";
}
