$(document).ready(function(){$(".slider .next").click(function(){var next=$("#"+$(this).attr("name")+" .slide:visible").next(":hidden");if(next.length==0){var next=$("#"+$(this).attr("name")+" .slide:first")}$("#"+$(this).attr("name")+" .slide:visible").hide();next.show();$(this).prev().find(".cur_slide").text(next.prevAll(":hidden").length+1);$(this).prev().find(".cur_slide2").text(next.prevAll(":hidden").length+1)});$(".slider .prev").click(function(){var prev=$("#"+$(this).attr("name")+" .slide:visible").prev(":hidden");if(prev.length==0){var prev=$("#"+$(this).attr("name")+" .slide:last")}$("#"+$(this).attr("name")+" .slide:visible").hide();prev.show();$(this).next().find(".cur_slide").text(prev.prevAll(":hidden").length+1);$(this).next().find(".cur_slide2").text(prev.prevAll(":hidden").length+1)});control=$("#primero");$(".seiya").click(function(){idedicion=$(this).attr("title");idsigno=$(this).attr("tabindex");seccionhoroscopo=document.getElementById("seccionhoroscopo");seccionhoroscopo.innerHTML="";$(this).css("backgroundImage","url(/imgs/naranja.png)");$(control).css("backgroundImage","url(/imgs/gris.png)");control=$(this);html=$.ajax({type:"GET",url:"/horoscopo.php",data:"idedicion="+idedicion+"&idsigno="+idsigno,async:false}).responseText;seccionhoroscopo.innerHTML=html});$("#slider").easySlider()});
