// START: Fullscreenr background image plugin
	var FullscreenrOptions = {  width: 1260, height: 1110, bgID: '#bgimg' };
	jQuery.fn.fullscreenr(FullscreenrOptions);
// END: Fullscreenr background image plugin

// START: Slideshow jQuery plugin for the right-column messages of support
	jQuery(document).ready(function(){ jQuery('#text-4 .textwidget').jshowoff({ autoPlay:false, links:false }); });
// END: Slideshow jQuery plugin for the right-column messages of support
	
// START: Google Analytics
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19333507-1']);
  _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);
  })();
// END: Google Analytics
