$(document).ready(function() {

	if (REAL.isIE) {

		$("body").addClass("older");

	}

});
