$(document).ready(function() {
	
			
			$('a#topreturn').click(function() {
				var targetOffset = $('body').offset().top;
				$("html,body").animate({scrollTop:targetOffset},500);
				return false;
			});
			
			//$('a[@rel*=lightbox]').lightBox();
 });
