
function checkLoggedIn ()
{
	if (getCookie("saabi_userid"))
	{
		location.replace ("saabi_edit.shtml");
	}
}




