$(function(){



	// THIS IS THE JQUERY PRELOADER //
		$.fn.preload = function() {
			this.each(function(){
				$('<img/>')[0].src = this;
			});
		}
		
$(document).pngFix();


});




