<!--

/*
+ ----------------------------------------------------------------------------+
|	e107 website system - User Javascript File.
|
+----------------------------------------------------------------------------+
*/

// sample JavaScript function that displays an alert box
function test()
	{
    alert("Yes, my user.js JavaScript file is working!");
  }


/*	Google Analytics stuff -- added by dei, 4/22/11, google account: dehkordi@digitallightlab.com
*/
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5069358-2']);
_gaq.push(['_trackPageview']);

(function() {
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

//-->
