$(function(){
	/**$('#bg').addClass('bb-nav-owners');
	$('#bb-nav-owners').addClass('over');
	$('a.learn-more').attr('href', 'http://www.affordabledentures.com/car/dentists/');
	$('#bb-nav ul li').mouseover(function(){
		if($('#bg').attr('class') != $(this).attr('id')) {
			$('a.learn-more').attr('href', $(this).find('a').attr('href'));
			$('#bg').stop().css('opacity','1');
			$('#bb-nav ul li').removeClass('over');
			$(this).addClass('over');
			$('#bg').attr('class','');
			var cla = $(this).attr('id');
			$('#bg').fadeOut(200, function(){$(this).addClass(cla); $('#bg').fadeIn(200);});
		}	
	});**/
});
