/*if (navigator.appName != 'Microsoft Internet Explorer')
{	
	jQuery(document).ready(function($) {
		$("#leftContent").hide();
		$(window).load(function () {
			$("#leftContent").fadeIn('slow', function() {
			// Animation complete
			});
		});
	});
} */
