﻿$(document).ready(function() {
	InitPngFux();
});

function InitPngFux(){
    $(document).pngFix({blankgif: "/images/s.gif"});
}
