$(document).ready(function(){
		//Lightbox
	    $('a.lightbox').lightBox(); // Select all links with lightbox class
		
		//SEO addition requested by David Implemented by steve c
		$('img.ImageRelImg').each(function(index) { var s =$(this).attr("src");s=s.replace("_TH","");$(this).parent().attr("href",s);
			});
		 });
