$(document).ready(function() {
	
	/*If IE6 just load image*/
			
	if($.browser.msie && jQuery.browser.version.substr(0,1)=="6"){
		$('#parallax').empty().addClass("png parallax_ie6");
	}else{
		$('#parallax').jparallax();
	}


});

