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