//These will be useful for compressing the javascript
var doc = document;
var win = window;
//This is where we put all things that need to fire instead of body onload event
jQuery(doc).ready(function() {
	jQuery(doc).pngFix();
});
