var $j = jQuery.noConflict();

$j(function(){
	if (navigator.appVersion.indexOf("Win")!=-1) {
		$j('body').removeClass('century');
	}
});

