/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function(){
	if (jQuery.browser.msie) {
		if((parseInt(jQuery.browser.version)) == 6){
			var informText = "You seem to be using Internet Explorer version 6.0, which is over 8 years old. For the best";
			informText += " usability on this web site we recommend a modern web-browser. <a href=\"http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx\" target=\"_blank\">Upgrade to IE 8</a> or use <a href=\"http://www.mozilla.com/en-US/products/download.html?product=firefox-3.5.5&os=linux&lang=en-US\">Mozilla Firefox 3.5</a>.<br /><br />";
			$("#inform").html(informText);		
		}
	}
});
