		$(document).ready(function(){
			$("#usecurrentgacct").click(function(){
				if ($('#usecurrentgacct').is(':checked') == false) {
					gaccounts.location.href="https://www.google.com/accounts/Logout";
				}
			 });
					
	   });
		

