jQuery( document ).ready( function()
{
	if( jQuery.browser.msie && parseInt( jQuery.browser.version ) < 7 )
	{
		jQuery(document).pngFix(); 
		jQuery( "#header" ).append( "<div style=\"border-bottom:2px solid #333333;line-height:24px;font-weight:bold;color:#FFF;background-color:#000000;text-align:center;\">This website runs best with Internet Explorer 7 and above or the <a class=\"white\" style=\"text-decoration:underline;\" href=\"http://mozilla.com/firefox\" target=\"_blank\">Firefox browser</a>.</div>" );
	}
} );
