document.write('<p id="members">');
if (document.cookie.indexOf("sacbee_user_auth") > -1) {
	document.write('<a href="http://subscriber.sacbee.com/register-bin/trusted_interface.pl.cgi?mode=edit"><strong>My Account</strong></a> | <a href="http://www.sacbee.com/cgi-bin/registration/signout.cgi">Sign Out</a>');
} else {
	document.write('<a href="http://subscriber.sacbee.com/user_registration/login/index.html"><strong>Sign In</strong></a> | <a href="https://ssl.sacbee.com/registration/">Register Now</a>');
}
document.write(' | <a href="http://subscriber.sacbee.com/mbr/">PressClub</a> <a href="http://www.sacbee.com/help/" id="sitehelp">Site Help</a></p>');
