var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); var pageTracker = null; var testPageTrackerGG = null; var ggscr = unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"); document.write(ggscr); $(document).ready(function() { $("#usernameinput").focus(function() { if( $(this).attr("value") == $(this).attr("defaultValue") ) { $(this).attr("value", ""); } }).blur(function() { if( $(this).attr("value") == "" ) { $(this).attr("value", $(this).attr("defaultValue")); } }); $("#emailinput").focus(function() { if( $(this).attr("value") == $(this).attr("defaultValue") ) { $(this).attr("value", ""); } }).blur(function() { if( $(this).attr("value") == "" ) { $(this).attr("value", $(this).attr("defaultValue")); } }); try { pageTracker = _gat._getTracker("UA-4422434-1"); pageTracker._initData(); pageTracker._trackPageview(); testPageTrackerGG = typeof googleSubmitTransaction; if( testPageTrackerGG == "function" || testPageTrackerGG == "object" ) { googleSubmitTransaction(); } } catch(err) { // nothing to do } });