"); } else { if(is_nav4up || (is_ie5up && is_mac) || is_gecko) { for(i = 0; i < navigator.plugins.length; i++) { if((navigator.plugins[i].description.indexOf("Flash 4.0") >= 0) || (navigator.plugins[i].description.indexOf("Flash 6.0") >= 0)) { ShockMode = 1 break; } } } } if(ShockMode && ShockMode == 1) { self.location.href = "index1.html"; } else { self.location.href = "home1.html"; } //-->