/*
 * Attention IE6: Get a better browser!!!
 * Version: 1.0.0 (02/16/2009)
 * Copyright (c) 2009 Adrian Pelletier
 * Feel free to use however you want: http://creativecommons.org/licenses/by/3.0/
*/

$(window).load(function () {
  $("body").prepend('<p id="attention_ie6"><a href="http://www.mozilla.com/firefox/" title="Download Firefox now!">Warning: your browser is outdated and may not display this page correctly. Click here to resolve this issue...</a></p>');
  $("#attention_ie6").css('display','none');
  $("#attention_ie6").slideDown();
});