$(document).ready(function() {
    $(document).pngFix(); 	
	if($.browser.msie && window["XMLHttpRequest"]) {
		$(".rounded").corner();
	}
});

