/* SECONDARY NAVIGATION */
$wn(document).ready(function(){
	//CATCH LINKS+
	if($wn("#WNBrandingImage").attr("src").toString().indexOf("station_id.gif")!=-1){
		return false;
	}
	//CATCH PRINTABLE PAGE
	if($wn("#WNHeader img").attr("src").toString().indexOf("hdr_607x37.gif")!= -1){
		return false;
	}
	
	$wn("#WNBranding").css("position", "relative");
	$wn("#WNBrandingImage").css({"position": "relative", "z-index": "1"});
	$wn("#WNBranding").append(secNav);

	var secNavContents = "";
	for(ii=0;ii<secNavArray.length;ii++){
		secNavContents += secNavArray[ii];
	}
	$wn("#sec_nav").append(secNavContents);
	$wn("#sec_nav a").css("color","#000000").css("text-decoration","none").css("padding","0px 2px").css("font-size", "11px");
	$wn("#sec_nav a").mouseover(function(){
		$wn(this).attr("title",$wn(this).html())
		$wn(this).css("text-decoration","underline");
	});
	$wn("#sec_nav a").mouseout(function(){
		$wn(this).css("text-decoration","none");
	});
	$wn("#sec_nav").show();
});
var secNav = "<div id='sec_nav' style='position: absolute; font: bold 15px Arial,Verdana,sans-serif; width:980px; height: 14px; display:none; z-index: 100; top: -5px; right: 5px; text-align: right; color: #000000;'></div>";

var secNavArray = new Array();

secNavArray[0] = "<a href='http://www.live5deals.com/'>Deal of the Week</a> &middot; ";
secNavArray[1] = "<a href='/category/190600/sc-education-lottery'>Lottery</a> &middot; ";
secNavArray[2] = "<a href='http://www.couponbug.com/couponweb/index.aspx?pid=14896&zid=me83&nid=15&cid=0&alt=yes&bid=ALK02220502314D0A87D7C5717'>Coupons</a> &middot; ";
secNavArray[3] = "<a href='/category/170323/joblink'>Job Link</a> &middot; ";
secNavArray[4] = "<a href='/category/214536/go-local'>Go Local</a> &middot; ";
secNavArray[5] = "<a href='/category/162019/local-biz-network'>Local Biz</a> &middot; ";
secNavArray[6] = "<a href='/category/221192/golden-apple-award'>Golden Apple Award</a> &middot; ";
secNavArray[7] = "<a href='/category/228138/take-a-stand'>Take a Stand</a>";


