$(function() {
    if($.browser.msie && $.browser.version=="6.0") {
        $('body').prepend('<div id="ie6banner">You are using an outdated and unsafe browser. It is recommended that you <a href="http://browsehappy.com">upgrade your browser</a>.</div>');
    }
});
