/* --------------------------------
file name   : site.js
aouthor     : http://www.nagomu.me
last update : 2009.03.08
-------------------------------- */

$(document).ready(function($){
	pngFix();
});

function pngFix() {
	$('img[src$=png]').pngfix();
}
