var o = new Object();
// o.file     = 'lumix01.swf?' + Math.random() + "" + (new Date().getTime());
 o.file     = '/title.swf?10';
 o.id       = 'titleswf';
 o.version = 7;
 o.bgcolor  = '#ffffff';
 o.width    = '100%';
 o.height   = '101';
 o.quality = 'high';
 o.lang = 1;
 o.noFlashHtml = 'flashプラグインをインストールしてください。';
// o.flashvars = "nocache=1";
 putSwfWrap(o);

function putSwfWrap(o){
//	o.flashvars = "title=" + getCategory();
	o.flashvars = "title=" + document.getElementsByTagName("body").item(0).id
	putSwf(o);
}
