function fbShowThumbs(a){$.getJSON("https://graph.facebook.com/"+a+"/photos?callback=?",function(c){var b="";$.each(c.data,function(d,e){b+="<li>";b+='<a href="'+e.images[0].source+'" class="thumbnail" rel="thumbs"> <img src="'+e.images[1].source+'" /></a>';b+="</li>"});$("ul#fbThumbs").html(b);$("ul#fbThumbs a.thumbnail").fancybox({speedIn:600,speedOut:200,overlayShow:true})})}var idioma="";function validarkey(a){tecla=(document.all)?a.keyCode:a.which;if(tecla==13){RegisterUser();return false}}function RegisterUser(){var c=isEmailAddress();if(c>0){if(document.getElementById("PromotionsEmail")&&document.getElementById("Sign_Up")){if(idioma=="es"){var a=VarNonSecureSite+"ofertas-y-noticias-por-correo?em="+document.getElementById("Sign_Up").value}else{a=VarNonSecureSite+"english/email-offers-&-news?em="+document.getElementById("Sign_Up").value}try{urlAmigable=urlAmigable.split(",")[2]}catch(b){}document.getElementById("PromotionsEmail").action=a;document.getElementById("PromotionsEmail").submit()}ShowMessage("")}else{if(c==-1){ShowMessage(InvalidEMail)}else{ShowMessage("")}}}function ShowMessage(a){if(document.getElementById("lblMesaggePromotion")){document.getElementById("TrPromotions").style.display="block";document.getElementById("lblMesaggePromotion").innerHTML=a}}function isEmailAddress(){try{if(document.getElementById("Sign_Up")){var c=document.getElementById("Sign_Up");var a=c.value;var d=/^[A-Za-z][A-Za-z0-9_]*@[A-Za-z0-9_]+\.[A-Za-z0-9_.]+[A-za-z]$/;if(a.length==0){return -1}if(d.test(a)){return 1}else{c.focus()}return -1}}catch(b){return -1}};

