/* 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("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: 110px; left: 0px; text-align: right; color: #fff;'></div>";



var secNavArray = new Array();

secNavArray[0] = "<a href='/category/230886/black-history-month' style='color:#fff;'>Black History Month</a> &middot; ";
secNavArray[1] = "<a href='http://greenlivingexpo.ashtondata.com/' style='color:#00ff00;'>Green Living</a> &middot; ";
secNavArray[2] = "<a href='/category/160733/cleveland-now' style='color:#fff;'>Cleveland Now</a> &middot; ";
secNavArray[3] = "<a href='/category/92939/ski-report' style='color:#fff;'>The Ski Report</a> &middot; ";
secNavArray[4] = "<a href='/category/202822/discount-drug-mart' style='color:#fff;'>DDM Health Tips</a> &middot; ";
secNavArray[5] = "<a href='/category/203578/getting-legal-with-tim-misny' style='color:#fff;'>Getting Legal</a> &middot; ";
secNavArray[6] = "<a href='/category/169124/health-connections' style='color:#fff;'>Health Connections</a> &middot; ";
secNavArray[7] = "<a href='http://woio.careers.adicio.com/careers/jobsearch/results?searchType=quick&country=United+States&state=OH&location=OH&view=Brief&network=US&networkView=national' style='color:#fff;'>Jobs</a> &middot; ";
secNavArray[8] = "<a href='http://woio.incentrev.com/' style='color:#fff;'>Just Pay Half</a>";
