jQuery.noConflict();
(function($, window, document, undefined){

$(document).ready(function(){

	

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('img, #header a.btn1, #content .list1 li, #container2, .box4, .box42, .div2 ul li, .pc4');
		}
	}

});

})(jQuery, window, document);