// On load

$(document).ready(function() {
	// PNG FIX IE6
	$(document).pngFix();
});

