function ie6Detecter (){
if (jQuery.browser.msie){
		if (jQuery.browser.version < 7){
		$('<div></div>').html('Internet Explorer is missing updates required to view this site. Click here to update...')
                            .activebar({
                                'url': 'href="http://www.microsoft.com/windows/internet-explorer/default.aspx'
                            });
		}
        }
}
