function logSearchPluginDL (ip, page, id) { if (null == document.getElementById(id)) { var newDIV = document.createElement('DIV'); newDIV.id = id; var script = document.createElement('SCRIPT'); script.type = 'text/javascript'; script.src = page +"?ip=" + ip + "&id="+ id; document.body.appendChild (newDIV); document.body.appendChild (script); } }