// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 104, height: 35,
		src: '../assets/applets/6._Mellows_Bar_-_Mellows_Theme_Tune___THE_LOOP____6_Loops_-__1.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/MELLOWS_BAR_Ns1.gif", rollover: "../assets/images/autogen/MELLOWS_BAR_NRs3.gif", w: 110, h: 18 },
	"NavigationButton2" : { image: "../assets/images/autogen/Latest_News_Ns1_1.gif", rollover: "../assets/images/autogen/Latest_News_NRs3.gif", w: 110, h: 18 },
	"NavigationButton3" : { image: "../assets/images/autogen/Biography_Ns1_1.gif", rollover: "../assets/images/autogen/Biography_NRs3.gif", w: 110, h: 18 },
	"NavigationButton4" : { image: "../assets/images/autogen/Style_Ns1_1.gif", rollover: "../assets/images/autogen/Style_NRs3.gif", w: 110, h: 18 },
	"NavigationButton5" : { image: "../assets/images/autogen/Photo_Galleries_Ns1_1.gif", rollover: "../assets/images/autogen/Photo_Galleries_NRs3.gif", w: 110, h: 18 },
	"NavigationButton6" : { image: "../assets/images/autogen/DJ_Lists_Ns1_1.gif", rollover: "../assets/images/autogen/DJ_Lists_NRs3.gif", w: 110, h: 18 },
	"NavigationButton7" : { image: "../assets/images/autogen/Flyers___Menus_Ns1_1.gif", rollover: "../assets/images/autogen/Flyers___Menus_NRs3.gif", w: 110, h: 18 },
	"NavigationButton8" : { image: "../assets/images/autogen/Music_Playlist_Hs3.gif", rollover: "../assets/images/autogen/Music_Playlist_HRs1.gif", w: 110, h: 18 },
	"NavigationButton9" : { image: "../assets/images/autogen/Reunion_Nights_Ns1_1.gif", rollover: "../assets/images/autogen/Reunion_Nights_NRs3.gif", w: 110, h: 18 },
	"NavigationButton10" : { image: "../assets/images/autogen/Guestbook_Ns1_1.gif", rollover: "../assets/images/autogen/Guestbook_NRs3.gif", w: 110, h: 18 },
	"NavigationButton11" : { image: "../assets/images/autogen/Web_Links_Ns1_1.gif", rollover: "../assets/images/autogen/Web_Links_NRs3.gif", w: 110, h: 18 },
	"NavigationButton12" : { image: "../assets/images/autogen/Contact_Us_Ns1_1.gif", rollover: "../assets/images/autogen/Contact_Us_NRs3.gif", w: 110, h: 18 },
	"NavigationButton13" : { image: "../assets/images/autogen/Mailing_List_Ns1_1.gif", rollover: "../assets/images/autogen/Mailing_List_NRs3.gif", w: 110, h: 18 },
	"NavigationButton14" : { image: "../assets/images/autogen/Thanks_To_Ns1_1.gif", rollover: "../assets/images/autogen/Thanks_To_NRs3.gif", w: 110, h: 18 }
};

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


// End Navigation Bars

