if(counter == null){ var counter = new Counter(); //alert(typeof(jQuery)); if(typeof(jQuery) != 'function'){ // make sure we have jQuery to work with var newScript = document.createElement('script'); newScript.id = 'jQuery'; newScript.type = 'text/javascript'; newScript.src = 'http://www.myinstantwebtools.com/api/jquery.js.php'; document.getElementsByTagName('head')[0].appendChild(newScript); } counter.setIntervalId(setInterval('counter.tick()', 100)); } counter.add(20304.342, 0.0009, 'mymoneygrid', 0);