$("#WNHeader").ready(function(){
	$("#WNHeader").css({"position": "relative"});
	$("#WNBranding").append(secNav);
	$("#sec_nav").css({
		"position": "absolute",
		//"top": "105px",
		"bottom": "5px",
		"left": "145px",
		"font": "11px Arial,Verdana,San-serif",
		"color": "#ffffff",
		"width": "835px",
		"display": "none"
	});
	var secNavContents = "";
	for(ii=0;ii<secNavArray.length;ii++){
		secNavContents += secNavArray[ii];
	}
	$("#sec_nav").append(secNavContents);
	$("#sec_nav a").css({
		"color": "#393939",
		"text-decoration": "none",
		"margin": "0px 5px"
	});
	$("#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",
			"background" : "none"
		});
	});
	$("#sec_nav").show();
});
var secNav = "<div id='sec_nav' align='left'></div>";

var secNavArray = new Array();
secNavArray[0] = "<a href='http://www.newschannel10.com'>NewsChannel 10 Home</a> |";
secNavArray[1] = "<a href='http://www.newschannel10.com/Global/category.asp?C=73765'>NewsChannel 10 Too</a> |";
secNavArray[2] = "<a href='http://www.telemundoamarillo.com'>Telemundo</a> |";
secNavArray[3] = "<a href='http://my.latv.com' target='_blank'>LATV</a> | ";
secNavArray[3] = " <strong style=\"color:#333;\">Connections:</strong> ";
secNavArray[4] = "<a href='http://www.newschannel10.com/Global/category.asp?C=76356'>Health</a> |";
secNavArray[5] = "<a href='http://www.newschannel10.com/Global/category.asp?C=107961'>Expert</a> |";
secNavArray[6] = "<a href='http://www.newschannel10.com/Global/category.asp?C=128300'>Legal</a> |";
//secNavArray[8] = "<a href='http://www.newschannel10.com/global/category.asp?c=200153'>Business</a>    ";
secNavArray[7] = "<strong><a href=\"http://www.newschannel10.com/category/214374/homelinks\" style=\"color: #cf3227 !important;\">Homelinks<\/a><\/strong>";

