/*--------------------------------------------------------------------------*
 * 
 * Copyright (C) 2010 Brand Labs LLC
 * 
 * Google Analytics Tracking for Volusion, using GA Asynchronous Tracker
 * 
 * Version 1.0.3
 * 
 *--------------------------------------------------------------------------*/

/* Define the queue (globally) */
var _gaq = _gaq || [];

/* Set the account number */
_gaq.push(['_setAccount', 'UA-16367005-1']);

/* Track the pageview */
_gaq.push(['_trackPageview']);

/* Include the Google Analytics script */
(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);
})();

