$(window).load(function() {

// Fix PNG images if the user client is IE 6 or lower
	if($.browser.msie) {
		if($.browser.version <= 6) {
			$('head').append('<script type="text/javascript" src="style/myspott_lichtrustigontwerp/js/dd_png.js" />');
			DD_belatedPNG.fix('#banner-wrapper, .wrapper-textfield, .bottom, .news-view, .navigation li.active');
		};
	};

});


