$(document).ready(function() {

	//load flash obj
	// <![CDATA[
		var fo = new SWFObject("http://katieraber.com/cart/includes/templates/template_default/images/menu.swf", "text", "978", "50", "7", "#ffffff", true);
		fo.addParam("allowScriptAccess", "always");
		fo.addParam("wmode", "transparent");
		fo.write("menu_s");
	// ]]>
	
	
	/*
	*	IF IE6
	*/	
	if( jQuery.browser.msie && (jQuery.browser.version < 7) ) {		
		
		jQuery("#back").pngfix();
		jQuery("#back_f").pngfix();
		jQuery(".prd_f").pngfix();
		jQuery(".img_hold").pngfix();
		jQuery(".btn_details").pngfix();
		jQuery("#review_prods").pngfix();
		jQuery(".img_holder").pngfix();
		jQuery(".btn_details").pngfix();
		jQuery("#best_prods").pngfix();
	}


});

