$(document).ready(function() {
	//apply ie png fix
	//$(document).pngFix();
	
	
	// apply to all png images and to class 'pngFix'
	$('.pngFix').ifixpng(); 
 	
	
});