$(function() {
    if ($.browser.msie && $.browser.version < 7)
        $('#wrapperfull').before(
   '<div id="ie6detect">' +
   'It has been detected that you are using Internet Explorer 6 or lower.<br />Unfortunately this is an unsupported ' +
   'browser and you won\'t be able to view this website properly.<br />Internet Explorer also has know security issues are we reccomend you change your browser.<br />We recommend upgrading to a newer version of ' +
   'Internet Explorer, FireFox, or Google Chrome' +
   '</div>'
  );
});