Cufon.replace('nav#menu li a, nav#submenu li a', {fontFamily:'Myriad Pro', textShadow: '1px 1px 0px rgba(0, 0, 0, 0.8)',hover:true});$(document).ready(function(){					    	$("a.new_window").attr("target", "_blank");});$(function() {   $("a.favoritos").click(function(e) {     e.preventDefault();     // aqui deve definir o endereço do site     var url = 'http://www.lacocerteiro.com.br';     // aqui deve definir o titulo do site     var title = 'Bem-vindo ao Portal Laço Certeiro';      // mozilla firefox               if ($.browser.mozilla == true) {         window.sidebar.addPanel(title, url, '');       return false;     // internet explorer     } else if($.browser.msie == true) {           window.external.AddFavorite( url, title);         return false;     // outros navegadores     } else {         alert('Pressione as teclas CTRL + D para adicionar aos favoritos.');     }   });});$(function(){	setInterval(function() {		$('div#logo img').css({opacity:"0.1"});		$('div#logo img').animate({opacity:"1"}, 300);	},5000)});$(function(){	$(".galParticipantes1").jCarouselLite({		btnNext:".next1",		btnPrev:".prev1",		visible: 5,	})	$(".widget1 img").click(function(){		$(".widget1 .mid img").attr("src", $(this).attr("src"));	})});$(function(){	$(".galParticipantes2").jCarouselLite({		btnNext:".next2",		btnPrev:".prev2",		visible: 5,	})	$(".widget2 img").click(function(){		$(".widget2 .mid img").attr("src", $(this).attr("src"));	})});$(function(){	$(".galParticipantes3").jCarouselLite({		btnNext:".next3",		btnPrev:".prev3",		visible: 5,	})	$(".widget3 img").click(function(){		$(".widget3 .mid img").attr("src", $(this).attr("src"));	})});$(function(){	$(".galParticipantes4").jCarouselLite({		btnNext:".next4",		btnPrev:".prev4",		visible: 5,	})	$(".widget4 img").click(function(){		$(".widget4 .mid img").attr("src", $(this).attr("src"));	})});$(function(){	$(".galParticipantes5").jCarouselLite({		btnNext:".next5",		btnPrev:".prev5",		visible: 5,	})	$(".widget5 img").click(function(){		$(".widget5 .mid img").attr("src", $(this).attr("src"));	})});//-------------------------------------------------------------- */// abas//-------------------------------------------------------------- */		$(document).ready(function() {					//Default Action					$(".tab_content").hide(); //Hide all content					$("ul.tabs-general-style01 li:first").addClass("active").show(); //Activate first tab					$(".tab_content:first").show(); //Show first tab content										//On Click Event					$("ul.tabs-general-style01 li").click(function() {						$("ul.tabs-general-style01 li").removeClass("active"); //Remove any "active" class						$(this).addClass("active"); //Add "active" class to selected tab						$(".tab_content").hide(); //Hide all tab content						var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content						$(activeTab).fadeIn(); //Fade in the active content						return false;					});										//Default Action					$(".subtab_content").hide(); //Hide all content					$("ul.subtabs-general-style01 li:first").addClass("active").show(); //Activate first tab					$(".subtab_content:first").show(); //Show first tab content										//On Click Event					$("ul.subtabs-general-style01 li").click(function() {						$("ul.subtabs-general-style01 li").removeClass("active"); //Remove any "active" class						$(this).addClass("active"); //Add "active" class to selected tab						$(".subtab_content").hide(); //Hide all tab content						var activeTab = $(this).find("a").attr("href"); //Find the rel attribute value to identify the active tab + content						$(activeTab).fadeIn(); //Fade in the active content						return false;					});		});
