$(document).ready(function(){
	if($("#WNHeader").html() != null){
//CONTAINER E
		$("#WNHeader").after(secNav);
	}else{
//CONTAINER D
		$(".wnMainHeader").after(secNav);
	}
	$("#sec_nav").css("position","relative").css("font","7pt Verdana").css("width","980px").css("height","14px").css("overflow","hidden").css("background-color","#f0f0f0").css("padding","2px 0px").css("display","none").css("font-weight","bold")

	var secNavContents = "";
	for(ii=0;ii<secNavArray.length;ii++){
		secNavContents += secNavArray[ii];
	}
	$("#sec_nav").append(secNavContents);
	$("#sec_nav a").css("color","#030065").css("text-decoration","none").css("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");
	});
	if($.browser.msie){
		//$("#sec_nav").css("top","-5px");
	}
	$("#sec_nav").show();
});
var secNav = "<div id='sec_nav'></div>";

var secNavArray = new Array();
secNavArray[0] = "<a href='http://www.wmbfnews.com/global/Category.asp?c=178137'>Virtual Business Directory</a>";
secNavArray[1] = "<a href='http://www.wmbfnews.com/global/Category.asp?c=168169'>Expert Network</a>";
secNavArray[2] = "<a href='http://wmbf.incentrev.com/'>Just Pay Half</a>";
secNavArray[3] = "<a href='http://wmbf.cityvoter.com'>Best of the Grand Strand</a>";
secNavArray[4] = "<a href='http://www.wmbfnews.com/global/Category.asp?c=180268'>Legal Access</a>";
secNavArray[5] = "<a href='http://www.wmbfhomes.com'>Real Estate</a>";
secNavArray[6] = "<a href='http://www.wmbfnews.com/global/Category.asp?c=178971'>Job Link</a>";
secNavArray[7] = "<a href='http://wmbf.tributes.com/'>Obituaries</a>";
secNavArray[8] = "<a href='http://www.luckytentevent.com'>Lucky Tent Event</a>";