function pointpost(time){ var math = Math.round(Math.random()*10000); var img = document.getElementById('KejetPoint'+math); /*if (img) { img.parentNode.removeChild(img); }*/ img = document.createElement('img'); img.style.display = 'none'; img.id = 'KejetPoint';img.src = 'http://as.kejet.com/afapoint?u/N0M5RDYyQjQ4MjVDMTk4/p/MjI1ODM4OTdFMEZFNjhC?time='+encodeURI(time)+'&math='+math;}