function RunAnimation()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="300" >');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name=movie value="swf/indexBanner.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="opaque" />');
    document.write('<embed src="swf/indexBanner.swf" type="application/x-shockwave-flash" quality="high" width="900" height="300" wmode="opaque" allowScriptAccess="sameDomain">');
    document.write('</embed>');
    document.write('</object>');
}
function RunStopwatch()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="85" height="105" >');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
    document.write('<param name=movie value="swf/stopwatch.swf" />');
    document.write('<param name="quality" value="high" />');
    document.write('<param name="wmode" value="opaque" />');
    document.write('<embed src="swf/stopwatch.swf" type="application/x-shockwave-flash" quality="high" width="85" height="105" wmode="opaque" allowScriptAccess="sameDomain">');
    document.write('</embed>');
    document.write('</object>');
}