
function ba(item_id)
{
      var jsel = document.createElement('SCRIPT');
      jsel.type = 'text/javascript';
      jsel.src = 'basket_sender.php?action=add&item_id='+item_id+'&r='+Math.floor(Math.random() * 2);
      document.body.appendChild (jsel);
}

function cmp(item_id)
{
      var jsel = document.createElement('SCRIPT');
      jsel.type = 'text/javascript';
      jsel.src = 'basket_sender.php?action=add_cmp&item_id='+item_id+'&r='+Math.floor(Math.random() * 2);
      document.body.appendChild (jsel);
}
