$(document).ready(function(){

	if (navigator.appVersion.indexOf("Win")!=-1) {
		$("body").addClass("noSmooth");
	}
	
});
