<!--
// —vpngfix.js
$(document).ready(function() {
	$("img[@src$=png]").pngfix();
});
//-->
