Notice: geoip_country_code_by_name(): Host 192.99.32.115 not found in /var/www/missbimbo/inc/lang.inc.php on line 298 var LANG_MSG_CHALLENGE_FIX = 'You can bet your bimbo dollars.
Win the bet at stake and reap the rewards !

'; function challenge_submit(retour) { var dossier='/jeu/ajax/challenge/'; var idForm = "lancer_defi"; if(retour=='message') { var urlAction = "action.php?message=ok"; var calque='message'; } else { var urlAction="action.php"; var calque='pending_list'; } data=jQuery("input,select,textarea",jQuery("#"+idForm)).serialize(); closeMessage(); jQuery.post ( dossier+urlAction, data, function(data){jQuery("#"+calque).html(data);magicUpdateMenu();} ); } function challenge_popup(maxi,nom,bimboid,retour) { var dia=jQuery("

"); var mise=""; if(maxi>1000) maxi=1000; for (i=10; i <= maxi; i = i + 10){ mise += ""; } var mess=retour; dia.attr("title","

"+LANG_H2_CHALLENGE+nom+"

"); dia.html("

"+LANG_MSG_CHALLENGE_FIX+mise+""+LANG_MSG_CHALLENGE2_FIX+bimboid+LANG_MSG_CHALLENGE3_FIX+mess+LANG_MSG_CHALLENGE4_FIX+"

"); dia.addClass("jq_dialog"); dia.dialog({modal:true,zIndex:60000}); } function postPageEval(urlAction,divAjax) { document.getElementById("defi_message").innerHTML=""; jQuery.get(urlAction,callback_eval); } function callback_eval(conn) { eval(conn); } function challenge_accept_done(id,row,message,bo,ba,outcome) { document.getElementById("defi_message").innerHTML+=message; document.getElementById("done_hider").style.display="block"; document.getElementById("incoming_table").getElementsByTagName('tbody')[0].removeChild(document.getElementById("incoming_"+id)); var ntr=document.getElementById("done_table").getElementsByTagName('tbody')[0].insertRow(-1); ntr.setAttribute('id','done_'+id); for(var i=0;iYou don't have any challenges in progress

"; if(outcome) { var cw=document.getElementById("challengeswon"); cw.innerHTML=parseInt(cw.innerHTML)+1; } document.getElementById("menuBO").innerHTML=bo; document.getElementById("menuBA").innerHTML=ba; } function challenge_accept_fail(message) { document.getElementById("defi_message").innerHTML+=message; }