/**
 * @author john
*/


$(document).ready(

	function() {
			
		//$('meta[http-equiv=Content-Type]').attr({"content":"text/html; charset=utf-8"});
		
		
		//APPEND BODY WITH TOS IMAGE
/*
		$("body").append(

			"<div style='text-align:center;'><img src='/sharedImages/footertext_global.gif' /></div>"

		);


		//FRONT PAGE FORM VALIDATION
		$("#front_page_form form").submit(function(){

			alert("we did it!");
			return false;


		}); */


	}

);


function tosPopUp() {

	window.open("tos.php",'','height=500,width=450,resizable=yes,scrollbars=yes');
	
}
function privacyPolicy() {

	window.open("tos.php#pp",'','height=500,width=450,resizable=yes,scrollbars=yes');
	
}
