<!-- Hide script from old browsers

var index_page = "404.htm";

version = parseInt(navigator.appVersion);

if (top.location == self.location) {

if (version > 3) {
initialize();
parent.location = index_page;
}
}

// End hiding script from old browsers -->

