    function UnsubscribeValidate()
    {
		if(window.confirm("You are about to unsubscribe from this service!\n\nUnsubscribing will remove all of your details."))
			return true;
		return false;
    }