<? include $_SERVER["DOCUMENT_ROOT"] . "/web/inc/php/metaData.php" ?>
<script language="javascript">

$(document).ready(function(){

	$(".jBack").click2(function(){
		//location.href = history.back() ;
		history.back() ;
		return false ;
	});


}) ;


</script>