﻿$(function() {
	// pngFix
	if (/MSIE (5\.5|6\.)/.test(navigator.userAgent)) {
		$(document).pngFix();
	}
});

