//  STINKYFEETEVENTS
//  Login JS
//  Copr. 2008

$(document).ready(function(){
	$("#newacct").click(function(){ location.href = "/register/"; })
});