$(document).ready(function() {
	if($.browser.msie == true && $.browser.version == '6.0') {
		//
	} else {
		$('#main_content .scroll_content').animate({opacity: 1.0}, 500).fadeIn(1500);
	}
});