function showcode(){al=Math.round(Math.random()*99999999);document.write('
Cargando código de iCompetición...
');$.get("http://icompeticion.com/script/script.php",{id_code:id_code,id_torneo:id_torneo,type:type,border:border,background:background,text_name:text_name,text_teams:text_teams,text_other:text_other,id_div:id_code+"_"+al,al:al},function mostrar(data){respuesta=data.split("");$("#code_ic_"+respuesta[0]).html(respuesta[1]);});} showcode();