// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar6"] = {
	"NavigationButton1" : { image: "../Our_Listings_Ns1.gif", rollover: "../Our_Listings_NRs2.gif", w: 132, h: 38 },
	"NavigationButton2" : { image: "../Search_Area_Listings_Ns1.gif", rollover: "../Search_Area_Listings_NRs2.gif", w: 132, h: 38 },
	"NavigationButton3" : { image: "../Weather_Ns1.gif", rollover: "../Weather_NRs2.gif", w: 132, h: 38 },
	"NavigationButton4" : { image: "../Area_News_Ns1.gif", rollover: "../Area_News_NRs2.gif", w: 132, h: 38 },
	"NavigationButton5" : { image: "../VideoNews_Ns1.gif", rollover: "../VideoNews_NRs2.gif", w: 132, h: 38 },
	"NavigationButton6" : { image: "../_Newsletter_Ns1_1.gif", rollover: "../_Newsletter_NRs2_1.gif", w: 132, h: 38 },
	"NavigationButton7" : { image: "../Contact_Us_Hs3.gif", rollover: "../Contact_Us_HRs4.gif", w: 132, h: 38 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar6", rollover: true, autoClose: false });
	$("#NavigationBar6").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar6 ul").hide();
});


// End Navigation Bars


