function variation_footer(){
	if(typeof(_gat)!='object'){
		document.write('<sc'+'ript src="http'+(document.location.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com/ga.js"></sc'+'ript>');
	}
	$(document).ready(function(){
		try {
			var gwoTracker=_gat._getTracker("UA-889527-2");
			gwoTracker._trackPageview("/3725923643/test");
		}catch(err){}
	});
}

function conversion_footer(){
	if(typeof(_gat)!='object'){
		document.write('<sc'+'ript onload="convf" src="http'+(document.location.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com/ga.js"></sc'+'ript>');
	}
	$(document).ready(function(){
		try {
			var gwoTracker=_gat._getTracker("UA-889527-2");
			gwoTracker._trackPageview("/3725923643/goal");
		}catch(err){}
	});
}

var spartan_uri = window.location.pathname;
if(spartan_uri.match(/^\/us\/static\/alt\/$/) || spartan_uri.match(/^\/us\/index$/)){
    variation_footer();
} else if(spartan_uri.match(/\/us\/checkout\/confirmation\.html/)) {
    conversion_footer();
}
