function new_live_akcja(ak) {
advAJAX.get({
    url: "includes_bets/live_ajax/new_live_akcja.php", tag: "new_live_akcja", "ak" : ak,
    onSuccess : function(obj) { document.getElementById(obj.tag).innerHTML = obj.responseText; }
});
                  }
			
function new_live_top() {
advAJAX.get({
    url: "includes_bets/live_ajax/new_live_top.php", tag: "new_live_top",
    onSuccess : function(obj) { document.getElementById(obj.tag).innerHTML = obj.responseText; }
});
}			


function new_live_kursy() {
advAJAX.get({
    url: "includes_bets/live_ajax/new_live_kursy.php", tag: "new_live_kursy",
    onSuccess : function(obj) { document.getElementById(obj.tag).innerHTML = obj.responseText; }
});
}	

			
									
advAJAX.setDefaultParameters({
  onSuccess : function(obj) {
  
      document.getElementById(obj.tag).innerHTML = obj.responseText;
  }
});

function kupon_live_new(oferta,bet,odds){advAJAX.get({ tag: "kupon", url: "ajax/bet_live_new.php", "oferta" : oferta, "bet" : bet, "odds" : odds

         
})};		


							
