<!--Load AC_RunActiveContent.js. This is a file automatically generated by DW. No modification is required. Remember to modify the path here when changing the file directory-->
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<!--Be careful when modifying the following JS. There are four places to modify in total:
300 is the width;
200 is the height;
images/killIEBorder is the path and file name. Pay attention when modifying it. There are two places. Pay special attention not to add ".swf" after the file name. This suffix has been written in AC_RunActiveContent.js -->
<script type="text/javascript">AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 'width', '300', 'height', '200', 'src', 'images/killIEBorder', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go /getflashplayer', 'wmode', 'transparent', 'movie', 'images/killIEBorder' ); //end AC code
</script>
<!--When the browser disables javascript, the following code in <noscript></noscript> will be called, which is the code we inserted into flash before Dreamweaver was upgraded to 8.0.2. The <param> tag works for IE, and the <embed> tag works for Firefox and Netscape. -->
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19, 0" width="300" height="200">
<param name="movie" value="images/killIEBorder.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="images/killIEBorder.swf" width="300" height="200" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x- shockwave-flash" wmode="transparent"></embed>
</object>
</noscript>