<HTML>
<HEAD>
<TITLE>Click File and save if this page is OK - Hit the backbutton to change settings.</TITLE>
<!-- ** THIS PAGE EMBEDS A FLASHMOVIE IN A HTML-DOCUMENT ** -->
<!-- ** THE CODE IS PRODUCED AUTOMATIC BY THE TOOL AT: EchoEcho.Com/toolflashembedder.htm ** -->
<!-- ** NOTE: The code to embed the file is divided into two sections ** -->
<!-- ** The first section MUST be placed in the HEAD-section of the document. ** -->
<!-- ** The second section MUST be placed in the BODY-section of the document. ** -->
<!-- ** Below follows the two sections: ** -->
<!-- *********** START OF FLASHEMBEDDING CODE TO BE PLACED IN THE HEAD OF YOUR PAGE *********** -->
<SCRIPT LANGUAGE="JavaScript">
<!-- hide code
// define pages
flashpage="C:\Documents and Settings\Rodney lush\My Documents\Movie1.swf";
minimumver=4;
manualdetectpage="C:\Documents and Settings\Rodney lush\My Documents\Movie1.swf";
// detect browser
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
// assign base variables
flash = "no"
flashver = "1.0"
action = "ns_exec"
flashver2=false;
flashver3=false;
flashver4=false;
flashver5=false;
flashver6=false;
// detect plugin for NS flash 3 version
if (bName=="Netscape")
{
if (navigator.plugins["Shockwave Flash 2.0"]) {ver = "2.0"}
else if(navigator.plugins["Shockwave Flash"]) {ver = "3.0"}
else {flashver = navigator.plugins["Shockwave Flash"].description.substring(16,19);}
test=navigator.plugins["Shockwave Flash"].description.substring(16,19);
if (test>0) {ver=test;}
}
else { action = "ie_exec" }
bver=0;
if (navigator.appVersion.indexOf('3.')!=-1) {bver=3}
if (navigator.appVersion.indexOf('4.')!=-1) {bver=4}
if (navigator.appVersion.indexOf('5.')!=-1) {bver=5}
if (navigator.appVersion.indexOf('6.')!=-1) {bver=6}
//-->
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
<!--
on error resume next
If action = "ie_exec" then
flashver2=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2")))
flashver3=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))
flashver4=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))
flashver5=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))
flashver6=(IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))
End If
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!-- Actions
if(flashver2) {ver=2};
if(flashver3) {ver=3};
if(flashver4) {ver=4};
if(flashver5) {ver=5};
if(flashver6) {ver=6};
if (ver<minimumver)
{
if (bver>=4) {alert('This page requires ShockWave Flash Plug-In.\n \n Press OK to install the Plug-In')}// Flash can be installed automatic
else {window.location=manualdetectpage}
// Flash needs manual installation
}
//-->
</SCRIPT>
<!-- *********** END OF FLASHEMBEDDING CODE TO BE PLACED IN THE HEAD OF YOUR PAGE *********** -->
</head>
<body bgcolor="White">
<!-- *********** START OF FLASHEMBEDDING CODE TO BE PLACED IN THE BODY OF YOUR PAGE *********** -->
<!-- *********** END OF FLASHEMBEDDING CODE *********** -->
</BODY></HTML>