function test(){
	alert('The site specific JS is linked to from the site.');
}

window.onload = function() {
    try {
        var pageTracker = _gat._getTracker("UA-8179255-1");
        pageTracker._trackPageview();
    } catch(err) {}
}