swfObj = new Object();
swfObj.file = "/common/2009_10/images/nextmatch2009_10.swf?20100516?2009_10";
swfObj.id = "match";
swfObj.width = "220";
swfObj.height = "305";
swfObj.requiredVer = "8";
swfObj.bgcolor = "#000000";
swfObj.scale = "exactfit";
swfObj.quality = "high";
swfObj.menu = false;
swfObj.align = "middle";
swfObj.wmode = "transparent";
var code = getFlash(swfObj);

var nextmatch = '<div class="box-s-outer-rc-bk">';
nextmatch += '<div class="inner">';
nextmatch += code;
nextmatch += '</div>';
nextmatch += '</div>';
document.write(nextmatch);