Gift Vouchers
'); $("#mm_euromillones").before('
EuroMillions Superdraw130 Millones.
'); });
"; // return false; var f=document.getElementById(juego+"_fecha_sel"); if (!f) return false; f.chatin=false; var valorFecha=f.value; semaforo=1; $.get('mod_ultimos_resultados.php?idiomaQuery=ing&fechaQuery='+valorFecha+'&juegoQuery='+juego, function(data) { $("#banner_r_"+juego+"_datos").html(data); $("#banner_r_"+juego+"_datos .div_datos").center(); if (!isMobile){ $("#banner_r_"+juego+"_datos .div_datos").draggable( { zIndex: 109700, containment: "body"}); } semaforo=0; deshabilitarFechas(false); }); return true; } jQuery.fn.center = function () { return; var of=this.parent().parent().position(); this.css("position","absolute"); this.css("top", (( $("#banner_r_caja").height() - this.outerHeight()) / 2)- of.top + "px"); this.css("left", (( $("#banner_r_caja").width() - this.outerWidth()) / 2)- of.left + "px"); return this; } }, false);