<!-- CODE BELOW  -->


function loadFrames() {		

			if ((navigator.appName == 'Microsoft Internet Explorer') && (parseInt(navigator.appVersion) == 3)) {

				this.location="default.html"

 			} else { 

				this.location.replace("default.html")

			}

}



<!-- END OF CODE  -->