﻿//IE6去除png灰色背景
$(document).ready(function() {
    $(document).pngFix();
})
