$("#WNHeader").ready(function(){
	$("#WNHeader").after(secNav);
	$("#sec_nav").css({
		"position": "relative",
		"font": "7pt Verdana",
		"color": "#333333",
		"width": "980px",
		"background": "#a7a7a7",
		"background-image" : "url(http://kfda.images.worldnow.com/images/296520_G.jpg)",
		"padding": "5px 0px",
		"display": "none"
	});
	var secNavContents = "";
	for(ii=0;ii<secNavArray.length;ii++){
		secNavContents += secNavArray[ii];
	}
	$("#sec_nav").append(secNavContents);
	$("#sec_nav a").css({
		"color": "#1a1a1a",
		"text-decoration": "none",
		"padding": "0px 10px"
	});
	$("#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'></div>";

var secNavArray = new Array();

secNavArray[0] = "<a href='http://www.newswest9.com/global/Category.asp?c=178171'>Expert Connection</a> |";
secNavArray[1] = "<a href='http://www.newswest9.com/global/category.asp?c=207568'>Health Connection</a> |";
secNavArray[2] = "<a href='http://jobs.mynextjobspot.com/jobs/results/midland-texas-united-states?view=List_Brief&amp;radius=100' target='_blank'>MyNextJobSpot.com</a> |";
secNavArray[3] = "<a href='http://www.newswest9.com/story/13454413/newswest-9-presents-weathercall-home-weathercall-mobile'>NewsWest 9 Weather Call</a> |";
secNavArray[4] = "<a href='http://www.newswest9.com/gametime'>NewsWest 9 Game Time</a> |";
secNavArray[5] = "<a href='http://www.newswest9.com/global/Category.asp?c=139933'>Gas Price Zone</a>";


