/**
* Common JavaScript file to be called into every page of the leisure domain,
* within the "secondarynav" <div> tag.
* 
* @author			: Toni Ruckwood
* @version			: 1.0 
* @create date		: 07 August 2006
* @modified date	: 
*/
if (readCookie('PersonName') != null && readCookie('PersonName') != 'Guest'){
	document.writeln('<a href="/ibeCAcpSSOLogout.jsp?a=b">logout</a>');
}