function c(m){
	console.log(m)
}
$(document).ready(function(){
	$("div#object").pngFix();
	
	
	
});