// JavaScript Document

function clearNameCookie(){
	document.cookie="DYN_PROFILE_ID=;path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT";
	document.cookie="DYN_USER_ID=;path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT";
	document.cookie="DYN_USER_CONFIRM=;path=/;expires=Thu, 01-Jan-1970 00:00:01 GMT";
}