$(function() {

	$('div#subnav h3').sifr({ strSWF: 'flash/hoefler-text-italic.swf', strColor: '#1B263D', strWmode: 'transparent', strFlashVars: 'textalign=center&' },{ expressInstall: true });
	$('div#content h2').sifr({ strSWF: 'flash/hoefler-text.swf', strColor: '#fffaed', strWmode: 'transparent', strCase: 'upper', strFlashVars: 'letterSpacing=4&' },{ expressInstall: true });
	$('div#content div.home-featured-product h3').sifr({ strSWF: 'flash/hoefler-text.swf', strColor: '#FFFFFF', strWmode: 'transparent', strCase: 'upper', strFlashVars: 'letterSpacing=4&' },{ expressInstall: true });
	//$('div.item-details h3').sifr({ strSWF: 'flash/hoefler-text.swf', strColor: '#f2d071', strWmode: 'transparent', strCase: 'upper', strFlashVars: 'letterSpacing=4&' },{ expressInstall: true });

	// GA Event tracking 
	URCHIN = typeof(pageTracker)=='undefined'?true:false;
	$('.item-details').each(function(){
		var x = $(this);
		var tag = $('h3',x).text();
		$('form',x).submit(function(){
			URCHIN?urchinTracker(tag):pageTracker._trackEvent('product', 'add_to_cart', tag);
		});
	});

});

