function eventoMouseHover(p1){if(p1!=""){srcimg=$(p1).children("h4").children("a:last").children("img:first").attr("src");var comprobador= new RegExp("http://juegos.");if(comprobador.test(srcimg)==true){srcimg2=srcimg;}else{srcimg2=srcimg.replace("127x106","180x150");srcimg2=srcimg2.replace(".gif","-anim.gif");}if($(p1).children("h4").children("a:first").attr("href")==""){}else{if($(p1).children("h4").children("a:last").children("img").hasClass("anim")==true){}else{$(p1).children("h4").children("a:last").append("<img class='mini_thumb anim' height='106' width='127' src='"+srcimg2+"' style='display:none'/>");}$(p1).children("h4").children("a:last").children(":last").css("display","inline");$(p1).children("h4").children("a:last").children(":first").css("display","none");}}}$(document).ready(function(){var act = 0;var srcimg = "";var srcimg2 = "";modify_x=15;modify_y=15;$("*").mousemove(function(e){if($("#search_float_div").css("display")=="none"){}else{if(e.pageX%2==0 || e.pageY%2==0){$("#search_float_div").css({'left' : e.pageX+modify_x, 'top' : e.pageY+modify_y,'z-index' :'999'});}}});$(".mini").hover(function(e){a=this;if($(this).children("h4").children("a:first").attr("href")!=""){var route=$(this).children("div").html();var bgcolor=$(this).parent().parent("div").css("background-color");var titulo_color=$(this).children("div").children(".datos").children(".titulo").css("background-color");var titulo_color_texto=$(this).children("div").children(".datos").children(".titulo").css("color");var descripcion_color=$(this).children("div").children(".datos").children(".descripcion").css("background-color");$("#search_float_div").css("display","block").html(route);$("#search_float_div").css("background-color", bgcolor);$("#search_float_div>.datos>.titulo").css("background-color", titulo_color);$("#search_float_div>.datos>.titulo").css("color", titulo_color_texto);$("#search_float_div>.datos>.descripcion").css("background-color", descripcion_color);}if($(this).parent().parent().parent().parent().hasClass("columnaR")==true){modify_x=-400;}else{modify_x=15;}var asdf=setTimeout("eventoMouseHover(a)",1000); },function(){a="";$("#search_float_div").css("display","none");$(this).children("h4").children("a:last").children(":last").css("display","none");$(this).children("h4").children("a:last").children(":first").css("display","inline");});});
