// JavaScript Document

$(document).ready(function() {
			
			// Fix background images on all A elements
			$("button").pngfix();
			
			// Fix background images on all A elements
			$("h3").pngfix();
			
			// Fix background images on all A elements
			$(".offerslink").pngfix();
			
			// Fix background images on all A elements
			$(".warrantyoffer").pngfix();
			
			// Fix background images on all A elements
			$("#largeimgbg").pngfix();
			
			// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"
			$("img[@src$=png], #").pngfix({
				sizingMethod: "scale"
			});
			
			// $.miseAlphaImageLoader("sdsd");
		});