//after editing the jscript with script tags, be sure to remove the tags //since this is referenced as a scrip in the base page. //pre load stats1.asp as a gif var abc = new Image(); abc.src = "http://212.179.36.21/stats/stats1.asp" abc.onload = imgload function imgload(){ //window.status = "loaded" b = new Image(1,1); b.src = 'http://212.179.36.21/stats/stats2.asp?servername=easybkdocs' }