	$(document).ready(function() {
		
			
			// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"
			$("img[@src$=png], .base").pngfix({
				sizingMethod: "scale"
			});
			
			$("img[@src$=png], .second-title").pngfix({
				sizingMethod: "scale"
			});	
			
			
			// $.miseAlphaImageLoader("sdsd");
		});// JavaScript Document