function getcampaign(_place)
{var ajaxD = new Date();ajaxstr = ajaxD.getDate() +"."+ ajaxD.getHours();
jQuery.ajax({url:'/f/ajax.php?',type:'get',data:'action=banner&type='+_place+'&rnd='+ajaxstr,success:function(_str){jQuery("#"+_place).html(_str);}});}

function getcampaign2(_place)
{var ajaxD = new Date();ajaxstr = ajaxD.getDate() +"."+ ajaxD.getHours();
jQuery.ajax({url:'/f/ajax.php?',type:'get',data:'action=onead&type='+_place+'&rnd='+ajaxstr,success:function(_str){jQuery("#"+_place).html(_str);}});}