// if using another js framework/library
//jQuery.noConflict();

jQuery(function($)
{
	// IE6 png fix (apply to all png images)
	$('img[src$=.png], .header').ifixpng();
});