$( document ).ready( function() {
	$( ".tn" ).mouseover(
		function() {
			document.getElementById( "slideshow_photo" ).src = this.src.replace( "tn","" ) ;
		}
	);
});
