/*
jQUERY HOME PAGE FUNCTIONS
--------------------------------------------------*/
$(document).ready (function() {
		
	// FIX PNG IMAGES
	$('h1 a').ifixpng();
	
	if ($(".site-content").attr('id') == "IngredientsPage") {
		$('html').Ingredients();
	}
	if ($(".site-content").attr('id') == "AllergenPage") {
		$('html').Allergens();
	}
	if ($(".site-content").attr('id') == "LighterOptionsPage" && $.browser.msie == true) {
		//$('#LighterOptionsPage div.contentHolder a').ifixpng();
		
	}
	
});