var shared={hdClone:null,searchValue:null,sbHeight:null,mainHeight:null,init:function(){shared.searchValue=$(".text-search").val();shared.sbHeight=$(".sb").height();shared.mainHeight=$(".main").height();$('input[type="submit"]').val(" ");shared.mount();mnHover.init();shared.opacityItem(".tags a");shared.getTwitter()},mount:function(){$(".text-search").bind("focus",shared.cleanSeacrhValue).bind("blur",shared.restoreSeacrhValue);$(".btn-hide-slideshow").bind("click",shared.hideSlideshow).bind("mouseenter",shared.mouseenterSlideShow).bind("mouseleave",shared.mouseleaveSlideShow);shared.removeTags();shared.flashArea(".flash-area",936,260,"http://www.ladygagabrasil.com.br/wp-content/themes/ladygaga/swf/flasharea.swf")},cleanSeacrhValue:function(a){$(a.currentTarget).val()==shared.searchValue?$(a.currentTarget).val(""):$(a.currentTarget).val($(a.currentTarget).val())},restoreSeacrhValue:function(a){$(a.currentTarget).val()==""?$(a.currentTarget).val(shared.searchValue):$(a.currentTarget).val($(a.currentTarget).val())},hideSlideshow:function(a){$(".ct-main .slideshow").slideToggle("slow",function(){$(a.currentTarget).toggleClass("show")})},mouseenterSlideShow:function(a){$(a.currentTarget).css({backgroundPosition:"0 0"}).stop().animate({backgroundPosition:"(0 -16)"},{duration:"fast"})},mouseleaveSlideShow:function(a){$(a.currentTarget).stop().animate({backgroundPosition:"(0 0)"},{duration:"fast"})},removeTags:function(){$(".tags ul h3").remove()},lnkEnter:function(a){$(a).mouseenter(function(){$(this).fadeTo("slow",0.5)}).mouseleave(function(){$(this).fadeTo("slow",1)})},createNivo:function(){$(".nivoSlider").nivoSlider({animSpeed:300,pauseTime:6000,controlNav:true,effect:"boxRandom",controlNavThumbs:false,})},opacityItem:function(a){$(a).mouseenter(function(b){$(b.currentTarget).addClass("on");$(a).not(".on").stop().fadeTo("slow",0.5)}).mouseleave(function(b){$(a).not(".on").stop().fadeTo("slow",1);$(a).removeClass("on")})},flashArea:function(c,a,d,b){$(c).flash({src:b,width:a,height:d,wmode:"transparent"})},getTwitter:function(){$(".sb-twitter .twitter").jTweetsAnywhere({username:"siteladygagabr",count:3})},showitems:function(a){$(a).show()},getCarrossel:function(b,a){$.ajax({type:"GET",url:"http://www.ladygagabrasil.com.br/wp-content/themes/ladygaga/xml/carrossel.xml",dataType:"xml",beforeSend:function(){$('<p class="loading" />').html("Carregando imagens...").appendTo(b)},error:function(c){$('<p class="error" />').html("Erro "+c.status+". N&atilde;o foi poss&iacute;vel carregar o carrossel. Tente novamente.").appendTo(b)},complete:function(){$(".loading").remove()},success:function(c){$(b).append('<div class="nivoSlider" />');$(c).find(a).each(function(e,f){var h=$(f).find("imagem").text();var d=$(f).find("descricao").text();var g=$(f).find("link").text();$(b+" .nivoSlider").append('<a href="'+g+'" target="_blank"><img src="'+h+'" title="'+d+'" /></a>')});shared.createNivo()}})}};var mnHover={init:function(){$(".ct-main ul li a").bind("mouseenter",mnHover.mnEnter).bind("mouseleave",mnHover.mnLeave)},mnEnter:function(b){var a=$(this).attr("class");var c=$(".ct-main ul li a."+a).bgx();$(b.currentTarget).stop().animate({backgroundPosition:"("+c+" 0)"},{duration:"fast"})},mnLeave:function(b){var a=$(this).attr("class");var c=$(".ct-main ul li a."+a).bgx();$(b.currentTarget).stop().animate({backgroundPosition:"("+c+" -36)"},{duration:"fast"})}};$(function(){shared.init()});
