<!--
	// no conflict with prototype
	jQuery.noConflict();

	jQuery(document).ready(function($){ 		

		//fix pngs for ie6
		$.ifixpng('images/layout/spacer.gif'); 
	
		// apply to all png images 
		$('img[@src$=.png]').ifixpng(); 
			
	});	
-->
