



//////////////////////////////

//////// Create the Script Object ////////
var script = document.createElement('script');
script.src = document.location.protocol+'//counter.goingup.com/js/tracker.js?st=bpb7db5&amp;b=5';
script.type = 'text/javascript';
script.defer = true;
script.id = 'scriptID'; // This will help us in referencing the object later for removal
// Insert the created object to the html head element
var head = document.getElementsByTagName('head').item(0);
head.appendChild(script);
//
//to remove:
//var head = document.getElementsByTagName('head').item(0);
//var old = document.getElementById('scriptID');
//if (old) head.removeChild(old);
//////// Create the Script Object ////////

//////////////////////////////
/*
<!-- counter.goingup -->
<script type="text/javascript">
document.write(unescape('%3Cscript type="text/javascript" src="'+
document.location.protocol+'//counter.goingup.com/js/tracker.js?st=bpb7db5&amp;b=5"%3E%3C/script%3E'));
</script>
<noscript><a href="http://www.goingup.com" title="stat counter"><img src="http://counter.goingup.com/default.php?st=bpb7db5&amp;b=5" border="0" alt="stat counter" /></a></noscript>
<!-- counter.goingup -->
*/

// <script type="text/javascript" src="analytics_growing_up.js"></script>
