function t01aBlogpartsPrint(logo, movie, sentence, page) {
rootUrl = "http://plusd.itmedia.co.jp/mobile/special/toshiba0907/";
imgUrl  = "http://image.itmedia.co.jp/nac/toshiba0907/";
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"");
document.write("id=\"BlogParts\" width=\"160\" height=\"295\"");
document.write("codebase=\"http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab\">");
document.write("<param name=\"movie\" value=\"" + rootUrl + "BlogParts.swf\" />");
document.write("<param name=\"quality\" value=\"high\" />");
document.write("<param name=\"bgcolor\" value=\"#869ca7\" />");
document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
document.write("<param name=\"flashvars\" value=\"logo=" + imgUrl + logo + "&movie=" + movie + "&sentence=" + imgUrl + sentence + "&page=" + page + "\" /> ");
document.write("<embed src=\"" + rootUrl + "BlogParts.swf\" quality=\"high\" bgcolor=\"#869ca7\"");
document.write("width=\"160\" height=\"295\" name=\"BlogParts\" align=\"middle\"");
document.write("play=\"true\"");
document.write("loop=\"false\"");
document.write("quality=\"high\"");
document.write("allowScriptAccess=\"sameDomain\"");
document.write("type=\"application/x-shockwave-flash\"");
document.write("pluginspage=\"http://www.adobe.com/go/getflashplayer\"");
document.write("flashvars=\"logo=" + imgUrl + logo + "&movie=" + movie + "&sentence=" + imgUrl + sentence + "&page=" + page + "\">");
document.write("</embed>");
document.write("</object>");
};
