document.getElementById("callstatsarea").innerHTML = "06/09/2010 22:50:15
No queues for any department
"
function refreshcallstats() {
// document.getElementById("callstatsarea").innerHTML = "Fetching...";
var randomnumber = Math.floor(Math.random()*1000001)
var headID = document.getElementsByTagName("head")[0];
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
//newScript.src = 'http://beusergroup.co.uk/drsox/callstats/ajax.php?rnd=1592345468';
newScript.src = 'http://beusergroup.co.uk/drsox/callstats/ajax.php?rnd='+randomnumber+'js';
headID.appendChild(newScript);
}