$(function(){
 if($.browser.msie && $.browser.version<7)
  $('#topnote').before(
   '<div id="ie6detect">'+
   'It has been detected that you are using Internet Explorer 6 or lower.<br />Though we do our best to make sure you see '+
   'our sites as intended, unfortunately this browser is an<br />unsupported and outdated'+
   'and you won\'t be able to view this website properly.<br />We recommend upgrading to a newer version of '+
   'Internet Explorer or FireFox'+
   '</div>'
  );
});