// JavaScript Document
<!--
function pvopen(a,b){
var vid = new String();
vid += a;
vid += b;

var so = new SWFObject("http://i.yimg.jp/images/videocast/swf/vsuexy.swf", "flash-js", "425", "350", "8", "");
so.addVariable("vid", vid);
so.addVariable("tok", "3067af3805d26a485cade34e57df433d");
so.addVariable("ts", "1256127433");
so.addVariable("ptn", "yfcfree");
so.addVariable("host", "ch.yahoo.co.jp/pcimusic");

so.addVariable("wmode", "transparent");
so.addVariable("allowScriptAccess", "always");
so.write("flash-js");

/*
var str='<object width="425" height="350">';
str+='<param name="movie" value="http://i.yimg.jp/images/videocast/swf/vsuexy.swf?vid='+a+''+b+'" >';
str+='</param>';
str+='<param name="wmode" value="transparent">';
str+='</param>';
str+='<param name="vid" value="'+a+''+b+'">';
str+='</param>';
str+='<embed src="http://i.yimg.jp/images/videocast/swf/vsuexy.swf?vid='+a+''+b+'" type="application/x-shockwave-flash" wmode="transparent" width="425"';
str+='height="350">';
str+='</embed>';
str+='</object>';
document.getElementById("flash-js").innerHTML = str;
*/
}
//-->
