$(document).ready(function(){
  if(jQuery.support.boxModel) {
		jQuery("#old_browser_warning").css("display", "none");
	}
});

