$("#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.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.newschannel10.com/Global/category.asp?C=73764'>Telemundo</a> |";
secNavArray[3] = "<a href='http://www.newschannel10.com/Global/category.asp?C=127114'>LATV</a> |";
secNavArray[4] = "<a href='http://www.newschannel10.com/Global/category.asp?C=155868'>Power of Knowledge</a> |";
secNavArray[5] = "<a href='http://www.newschannel10.com/Global/category.asp?C=76356'>Health Connection</a> |";
secNavArray[6] = "<a href='http://www.newschannel10.com/Global/category.asp?C=107961'>Expert Connection</a> |";
secNavArray[7] = "<a href='http://www.newschannel10.com/Global/category.asp?C=128300'>Legal Connection</a> |";
secNavArray[8] = "<a href='http://www.newschannel10.com/global/Category.asp?c=159370'>Valentines</a>";