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

// Subscriber
var pcdata1 = new Array();
pcdata1[1] = '<a href="http://subscriber.sacbee.com/mbr">Bee subscribers can get special online benefits. Click to see</a>';
// pcdata1[2] = '<a href="http://www.sacticket.com/mbr">Bee subscribers can read Friday Ticket now</a>';

// Non-Subscriber
var pcdata2 = new Array();
pcdata2[1] = '<a href="http://subscriber.sacbee.com/mbr">Bee subscribers can get special online benefits.</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 valign="bottom" 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://subscriber.sacbee.com/register-bin/trusted_interface.pl.cgi?mode=edit" alt="" coords="0,0,58,15" /><area href="http://www.sacbee.com/cgi-bin/registration/signout.cgi" alt="" coords="69,0,113,15" /></map><img src="http://www.sacbee.com/static/images/pc/pc_btns2.gif" width="113" height="15" 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://subscriber.sacbee.com/user_registration/login/index.html" alt="" 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/empty7.gif/63653662633766653431313363393330" alt="" coords="55,0,113,15" /></map><img src="http://www.sacbee.com/static/images/pc/pc_btns.gif" width="113" height="15" alt="" border="0" usemap="#pc_nav" /></td>');
}
document.write('</tr></table>');

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