


//loads the navigation include
$(document).ready(function(){
				$("#nav-container").load("new_includes/nav.html");
				$("fieldset.news").load("new_includes/news.html");
				$("fieldset.signin").load("new_includes/signin.html");
			});

function popLogin(){
	var win = window.open('gatemain.html');
}