﻿// Javscript File

$(document).ready(function() {
    // apply to all png images
    $('img[@src$=.png]').ifixpng();
});