$(document).ready(function() {
		//add classes to body for targeting css hacks
		if ($.browser.msie && jQuery.browser.version.substr(0,1)=="6") {
			$('body').addClass('ie6');
		}
		if ($.browser.msie && jQuery.browser.version.substr(0,1)=="7") {
			$('body').addClass('ie7');
		}
		$('#nav li').hover(function() {
		  $(this).addClass('hover');
		}, function() {
		  $(this).removeClass('hover');
		});

		//rock our transparencies for ie6
		if ($.browser.msie && jQuery.browser.version.substr(0,1)=="6") {
			DD_belatedPNG.fix('.ie6 #steak img, .ie6 #work, .ie6 #sundance , .ie6 #about, .ie6 #leftnav li, .jcarousel-prev, .jcarousel-next, .ie6 #contactBlock ');
		}
		
		
		
	});

//Google Analytics Snippet
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22202834-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);
})();


