function swapPhoto(photoSRC) 
	{ 
	document.images.imgPhoto.src = "wp-content/themes/smilesDesign/assets/" + photoSRC; 
	} 

