<!--
var swfWidth   = 170;
var swfHeight  = 400;
var swfUrl     = 'http://i.yimg.jp/images/sports/soccer/world/blogparts/wsoccer.swf';

var CFLfpver   = 8;
var CFLiewin   = navigator.userAgent.indexOf('Win') && (document.all);
var CFLflag    = false;
var plugin     = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {
    CFLflag = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= CFLfpver;
} else if ( CFLiewin ) {
    document.write('<script language="VBScript"\> \n');
    document.write('on error resume next \n');
    document.write('CFLflag = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & CFLfpver )))\n');
    document.write('</script\> \n');
}

if ( CFLflag ) {
    document.write(
        '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"' +
        ' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"' +
        ' width="' + swfWidth + '" height="' + swfHeight + '" id="WorldSoccer" align="middle">' +
        '<param name="allowScriptAccess" value="sameDomain" />' +
        '<param name="quality" value="high" />' +
        '<param name="movie" value="' + swfUrl + '" />' +
        '<param name="FlashVars" value="league=' + league + '&team=' + team + '" />' +
        '<embed src="' + swfUrl + '"' +
        ' FlashVars="league=' + league + '&team=' + team + '"' +
        ' quality="high"' +
        ' width="' + swfWidth + '" height="' + swfHeight +'"' +
        ' name="WorldSoccer"' +
        ' align="middle"' + 
        ' allowScriptAccess="sameDomain"' +
        ' type="application/x-shockwave-flash"' +
        ' pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
        '</object>'
    );
} else {
    document.write(
        '<div>Adobe Flash Playerがインストールされていない場合は、この機能は利用できません。<br>Adobe Flash Playerのインストール方法は<a href="http://help.yahoo.co.jp/help/jp/common/sys/sys-10.html">こちら</a>をご覧ください。</div>'
    );
}

//-->
