/* SECONDARY NAVIGATION */
$(document).ready(function(){
	//CATCH LINKS+
	if($("#WNBrandingImage").attr("src").toString().indexOf("station_id.gif")!=-1){
		return false;
	}
	//CATCH PRINTABLE PAGE
	if($("#WNHeader img").attr("src").toString().indexOf("hdr_607x37.gif")!= -1){
		return false;
	}
	
	$("#WNBranding").css("position", "relative");
	$("#WNBrandingImage").css({"position": "relative", "z-index": "1"});
	$("#WNBranding").append(secNav);

	var secNavContents = "";
	for(ii=0;ii<secNavArray.length;ii++){
		secNavContents += secNavArray[ii];
	}
	$("#sec_nav").append(secNavContents);
	$("#sec_nav a").css("color","#ffffff").css("text-decoration","none").css("padding","0px 2px").css("font-size", "11px");
	$("#sec_nav a").mouseover(function(){
		$(this).attr("title",$(this).html())
		$(this).css("text-decoration","underline");
	});
	$("#sec_nav a").mouseout(function(){
		$(this).css("text-decoration","none");
	});
	$("#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: 0px; left: 0px; text-align: right; color: #fff;'></div>";

var secNavArray = new Array();
secNavArray[0] = "<a href='http://www.ktre.com/category/18260/job-link'>Job Link</a> &middot; ";
secNavArray[1] = "<a href='http://www.ktre.com/category/210660/health-connections-2011'>Health Connections</a> &middot; ";
secNavArray[2] = "<a href='http://www.ktredeals.com/'>KTRE Deals</a> &middot; ";
secNavArray[3] = "<a href='http://www.ktre.com/category/20846/ask-the-expert'>Ask the Expert</a> &middot; ";
secNavArray[4] = "<a href='http://www.ktre.com/link/247220/ktre9-to-go'>9 to Go</a> &middot; ";
secNavArray[5] = "<a href='http://www.sunbeltagnet.com/category/195082/ktre'>Sunbelt AgNet</a>";
