	function swapImage(imageSrc){	
		var imageSwapSrc = imageSrc.replace('_S','_L');
		$('#prodImg').attr({src : imageSwapSrc});
	}