$(document).ready(function(){

	// Hide the javascript warning
	$("#js-warning").hide();

	if($.browser.version == '6.0' && $.browser.msie){
		$("#mainContent").prepend('<div id="js-warning">It appears you are using Internet Explorer 6. IE 6 has been known to cause problems with most new websites as it was made back in 2001. If you would like to know how or why to upgrade click <a href="http://www.stoplivinginthepast.com/why-upgrade/">here</a>. You can use IE 6 to view my site however, it is very likely that some parts will not appear correctly.</div>');
	}
	
});