Redirect using flash detection

hello, I am installing the flash detection kit from macromedia. Everything works fine unless Java detect NO flash plug-in. } else { // flash is too old or we can’t detect the plugin var alternateContent = ‘Alternate HTML content should be placed here.’ + ‘This content requires the Macromedia Flash Player.’ + ‘Get Flash’; document.write(alternateContent); // insert non-flash content } I just need it to redirect to another page…but not sure what to do. Tried a number of redirecting script but no luck.