//var time = new Date().getTime();
//var flash_URL = "http://makomayo.com/flash/blogparts/hakureichan/hakureichan.swf?" + time;

var flash_URL = "http://makomayo.com/flash/blogparts/hakureichan/hakureichan.swf";

var flash_width = "170";
var flash_height = "400";
var flash_code = "";

flash_code += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/" data="' + flash_URL + '" width="' + flash_width + '" height="' + flash_height +'" type="application/x-shockwave-flash">';
flash_code += '<param name="movie" value="' + flash_URL + '" />';
flash_code += '<pram name="MENU" value="FALSE" />';
flash_code += '<param name="quality" value="high" />';
flash_code += '<embed src="'+flash_URL+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+flash_width+'" height="'+flash_height+'"></embed>';
flash_code += '</object>';

document.write( flash_code );

