document.write(
	'<scr' + 'ipt type="text/javascript" src="' + 'http://faces.bascule.co.jp/~kampei/pictone/swfobject.js' + '" charset="utf-8"></scr' + 'ipt>'
);
function ___pictone__embed()
{
	var guid = "flashcontent" + Math.round(Math.random() * 1000000);
	var getFlashPath = "http://faces.bascule.co.jp/~kampei/pictone/noflash.gif";
	var swfPath = "http://faces.bascule.co.jp/~kampei/pictone/pictone.swf";
	var w = 250;
	var h = 200;
	
	document.write(
		"<div id='" + guid + "'><a href='http://www.adobe.com/go/getflashplayer_jp' target='_blank'><img src='"
		 + getFlashPath
		 + "' border='0' width='" + w + "' height='" + h + "'></a></div>"
	);
	var so = new SWFObject(swfPath, guid, w, h, "9", "#ffffff");
	so.addParam("wmode", "opaque");
	so.write(guid);
}
