var user_cookie = getCookie('ubber2452300.1438');

if(('' == user_cookie) || (null == user_cookie)) {
	// User is not logged in
	document.writeln('You are not logged in.' , ' <a href="http://forums.tubal-reversal.net/cgi-bin/ultimatebb.cgi/ubb/login.html">Login</a> or <a href="http://forums.tubal-reversal.net/cgi-bin/ultimatebb.cgi/ubb/agree.html">register</a>')
} else {
	// User is logged in
	var user_array=user_cookie.split("&");
	user_array[2] = unescape(user_array[2]);
	document.writeln('Hello, ', user_array[2]);
	document.writeln('[ <a title="Click here to log out." href="http://forums.tubal-reversal.net/cgi-bin/ultimatebb.cgi/ubb/logoff.html">log&nbsp;out</a> ]');

	// PM check
	var haspms = '0';
	if(haspms > 0) {
		document.writeln("<" + "b" + "r />");
		document.writeln("<" + "a");
		document.writeln(' href="http://forums.tubal-reversal.net/cgi-bin/ultimatebb.cgi/ubb/my_profile.html"');
		document.writeln(">" + "<" + "im" + "g src=" + '"http://forums.tubal-reversal.net/ubb/newpm.gif" border="0" valign="middle" alt=" [New PM] " ' + "/");
		document.writeln(">You have  " + haspms + "  unread private messages.<" + "/" + "a>");
	} // end if

} // end else// JavaScript Document