function spriteclip()
{
<!--
if((navigator.userAgent.indexOf('Win') != -1) &&
  (navigator.userAgent.indexOf('95') != -1))
    { spritewin1(); }
  else if(navigator.userAgent.indexOf('Win') != -1)
    { spritewin1(); }
// -->
}


function spritewin1()
{



if (navigator.appName == "Microsoft Internet Explorer")
{
document.write('<div id="spritemovie" style="position: absolute; Top:1;  z-Index:-1">');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%" >');
document.write('<tr>');
document.write('<td colspan="3" height="650">');
document.write('<div align="center">');
document.write('<table width="740" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"');
document.write('ID="loader" STYLE="position: absolute; top: 0; position:relative;center; visibility: VISIBLE; z-Index:100" width="740" height="650">');
document.write('<PARAM NAME=movie VALUE="loadmovie.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
document.write('<EMBED NAME="loader" src="loadmovie.swf"');
document.write('quality=high wmode=transparent bgcolor=#FFFFFF  WIDTH=740 HEIGHT=650');
document.write('TYPE="application/x-shockwave-flash"');
document.write('swLiveConnect="true"');
document.write('PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</td>');
document.write('<td>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('</table>');
document.write('</div>');
}
}

