// JavaScript Document

if (navigator.userAgent.indexOf("IE 6") != -1){
		window.location = "update";
}
