  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-23698126-1']);
  _gaq.push(['_setDomainName', 'scw.com']);
  _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);
  })();

window.addEvent('load', function() {	
	
	// Instantiate the drop down menu
	var yaddm = new YADDM();
	
	//If slider object exists in DOM, make it a slideshow
	if(document.id('Slider')) {
	    new NivooSlider($('Slider'), {
	        animSpeed: 850,
	        effect: 'fade',
	        interval: 10000,
	        orientation: 'vertical',
	        slices: 1,
	        controlNav: true,
	        directionNav: true,
	        directionNavHide: true,
	        directionNavWidth: 100
	    }).addEvents({});
	}

});
