function logoutMe()
{
	
	if(confirm("Contents of shopping cart will be lost if you logout now."))
		window.location.href="<%=sNonSecurePath%>logout.asp"
	return false;
}