/////////////////////////////////////////
//  EDIT VALUES BELOW ///////////////////
/////////////////////////////////////////

// Subscriber
var pcdata1 = new Array();
pcdata1[1] = '<a href="http://subscriber.sacbee.com/classads">Tomorrow&#39;s Stuff Classifieds are available online tonight</a>';

// Non-Subscriber
var pcdata2 = new Array();
 pcdata2[1] = '<a href="http://subscriber.sacbee.com/mbr">Subscribers can view tomorrow&#39;s  Stuff Classifieds each evening</a>';
pcdata2[2] = '<a href="http://subscriber.sacbee.com/mbr">If you&#39;re a Bee subscriber, you get special treatment online</a>';

/////////////////////////////////////////
/////////////////////////////////////////

document.write('<table id="hdr_pc"><tr><td class="o1"><a href="http://subscriber.sacbee.com/mbr"><img src="http://www.sacbee.com/static/images/pc/pc_logo.gif" alt="PressClub Member Benefits" border="0" /></a></td><td class="o2">');
if (document.cookie.indexOf("sacbee_user_auth") > -1) {
	document.write(pcdata1[Math.ceil(Math.random() * (pcdata1.length - 1))]);
	document.write('</td><td class="o3"><map name="pc_nav"><area href="http://www.sacbee.com/register-bin/trusted_interface.pl.cgi?mode=edit" alt="Edit Your Account" coords="0,0,58,15" /><area href="http://www.sacbee.com/cgi-bin/registration/signout.cgi" alt="Sign Out" coords="69,0,113,15" /></map><img src="http://www.sacbee.com/static/images/pc/pc_btns2.gif" alt="" border="0" usemap="#pc_nav" /></td>');
} else {
	document.write(pcdata2[Math.ceil(Math.random() * (pcdata2.length - 1))]);
	document.write('</td><td class="o3"><map name="pc_nav"><area href="http://www.sacbee.com/user_registration/login/index.html?goto=' + escape(location.href) + '" alt="Sign In to PressClub" coords="0,0,44,15" /><area href="http://ads.nandomedia.com/RealMedia/ads/click_lx.ads/www.sacbee.com/matttest/1989495226/sacbeetracking/Sacbee/circ_txt_nw_hist/empty6.gif/63653662633766653431313363393330" alt="Subscribe to PressClub" coords="55,0,113,15" /></map><img src="http://www.sacbee.com/static/images/pc/pc_btns.gif" alt="" border="0" usemap="#pc_nav" /></td>');
}
document.write('</tr></table>');

/////////////////////////////////////////
