var cache=Math.random();
var free_call=true;
function call(query){

var call=document.getElementById("call");
if(call.lastChild)call.removeChild(call.lastChild);
if(free_call){
obj1 =document.createElement("SCRIPT");
obj1.setAttribute("src",query+"&c="+cache);
cache++;
call.appendChild(obj1);
}}

