    	$(document).ready(function(){
			
			$('div#mainNav ul li').hover(
				  function () { var thisid = $(this).attr("id"); $('div#rollover-menus div#dropdown-' + thisid).show()}, 
				  function () {$('div#rollover-menus div').hide();} );
			
			$('div#rollover-menus div').mouseenter(function(){$(this).show();});
			$('div#rollover-menus div').mouseleave(function(){$(this).hide();});







 if($.trim($("#sidebar_boxed_links").text()) == "") { ; $('#sidebar_boxed_links').remove();  }
   
 $("#facebook-sidebar a[href='http://www.facebook.com/badges/']").remove();
 $("#facebook-sidebar a:contains('Ferndale Area Chamber')").remove();











		});

