function Show_day_score(a,b){$("#Votation_box").fadeOut(1e3,function(){var c=0;var d=1e3;var e=Math.floor(Math.random()*(d-(c-1)))+c;$("#Votation_box").html("");$.getJSON("/Server_resources/Customer_calls/Callback_process_score.php?Arg1=Score_request&Arg2="+a+"&UPDATE="+e,function(a){if(a[0]["photo_votes"]==1){String_voted="Ya votó";String_people="persona"}else{String_voted="Votaron";String_people="personas"}First_score=(a[0]["photo_points"]/a[0]["photo_votes"]).toFixed(1);$("#Votation_box").html("<h3>"+b+'</h3><div class="Vote_result">'+First_score+"</div><h6>"+String_voted+" "+a[0]["photo_votes"]+" "+String_people+"</h6>");if($.browser.msie&&$.browser.version<7){$(".Vote_result").css("color","#fff");$(".Vote_result").css("background-color","#b80000");$("#Votation_box").css("margin-top","0")}});$("#Votation_box").fadeIn(1e3)})}function Update_votes(a){if(Client_voted==1){$.cookie("CAN_vote","YES",{expires:1});if($.cookie("CAN_vote")!="YES"){}else{$.post("/Server_resources/Customer_calls/Callback_process_votation.php",{Value_vote:a},function(a){Show_day_score("TODAY","¡Al momento tiene!");$.cookie("User_navi",Today_DATE,{expires:1})})}}else{};}$(document).ready(function(){$("#Shadow_fixed").css("opacity","0");Client_voted=0;if($.cookie("User_navi")==Today_DATE){User_voted=1}else{User_voted=0}$("#Photo_show").fadeIn(2e3,function(){$("#Votation_box").fadeIn(1e3);$("#Social_section").fadeIn(1e3)});if($.browser.msie&&$.browser.version<7){$("body").prepend('<div id="Alert_top_block">SU NAVEGADOR ES ANTIGUO (INTERNET EXPLORER 6) HAGA CLICK AQUÍ PARA OBTENER AYUDA</div>');$(".BIG_button").css("background-color","#000");$(".Vote_result").css("color","#000");$(".Vote_result").css("background","none");$(".Section_button").css("margin-bottom","none")}if(Current_position_site=="TODAY"){if(User_voted==1){Show_day_score("TODAY","Al momento tiene!")}else{Hearths_group="";Hearths_ids="";for(Score=1;Score<=10;Score++){Hearths_ids+="#Vote_element_"+Score+",";Hearths_group+='<a class="Vote_element"><div id="Vote_element_'+Score+'"><img src="/Content_images/Vote_hearth_32x27.png" width="15" height="12"></img><br/>'+Score+"</div></a>"}$("#Votation_box").html('<h3>Dale un puntaje!</h3><div id="Votes_location">'+Hearths_group+"</div><br/><h6>Vote pare ver el promedio global</h6>");$(""+Hearths_ids+"").click(function(a){Client_voted+=1;This_vote=this.id;New_vote=This_vote.substring(13);Update_votes(New_vote)})}}if(Current_position_site=="YESTERDAY"){Show_day_score("YESTERDAY","¡Su puntaje fue de!")}$("#Article").bind("mouseenter",function(){$("#Link_anotation").fadeIn(1e3)});$("#Article").bind("mouseleave",function(){$("#Link_anotation").fadeOut(1e3)});$(".Section_button").click(function(){if(this.id=="Suggest_BOX_SECTION"){$("#Window_light_box").css("width","634");$("#Window_light_box").css("height","520");$("#Window_light_box").html('<iframe src="https://docs.google.com/spreadsheet/viewform?formkey=dGJyRVpDWl9RRExjNlpTQTNIem5Qc0E6MQ"></iframe>')}$("#Shadow_fixed").css("display","block");$("#Shadow_fixed").animate({opacity:1},1e3)});$("#Shadow_fixed").click(function(){$("#Shadow_fixed").animate({opacity:0},1e3,function(){$("#Shadow_fixed").css("display","none");$("#Window_light_box").html("")})})});jQuery.cookie=function(a,b,c){if(arguments.length>1&&String(b)!=="[object Object]"){c=jQuery.extend({},c);if(b===null||b===undefined){c.expires=-1}if(typeof c.expires==="number"){var d=c.expires,e=c.expires=new Date;e.setDate(e.getDate()+d)}b=String(b);return document.cookie=[encodeURIComponent(a),"=",c.raw?b:encodeURIComponent(b),c.expires?"; expires="+c.expires.toUTCString():"",c.path?"; path="+c.path:"",c.domain?"; domain="+c.domain:"",c.secure?"; secure":""].join("")}c=b||{};var f,g=c.raw?function(a){return a}:decodeURIComponent;return(f=(new RegExp("(?:^|; )"+encodeURIComponent(a)+"=([^;]*)")).exec(document.cookie))?g(f[1]):null}
