function swfwrite(){
	var d = document.getElementById(divid);
	var str = '<object'
					+' classid="' + obj_classid + '"'
					+' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"'
					+' width="' + obj_width + '"'
					+' height="' + obj_height + '"'
					+' data="' + obj_data + '"'
					+' type="application/x-shockwave-flash"'
					+ ' VIEWASTEXT>'
			+'<param name="movie" value="'+ p_movie_value +'" />'
			+'<param name="quality" value="'+ p_quality_value +'" />'
			+'<param name="wmode" value="'+ p_wmode_value +'" />'
			+'<embed '
					+' src="' + emb_src + '"'
					+' quality="' + emb_quality + '"'
					+' pluginspage="http://www.macromedia.com/go/getflashplayer"'
					+' type="application/x-shockwave-flash"'
					+' width="' + emb_width + '"'
					+' height="' + emb_height + '"'
					+' wmode="' + emb_wmode + '"'
			+'</embed>'
			+'<noembed>'
			+'Time to make the best choice？Ask FFNet.We have IT.'
			+'POWER1あらゆる業種に最適な答えを出す構築力。POWER2あらゆる環境を柔軟に結ぶ対応力。POWER3あらゆるニーズにきめ細かく応える開発力。'
			+'</noembed>'
			+'</object>';

	d.innerHTML = str;
//	document.write(str);

/*
	var t_object=document.createElement('object');
	var t_param1=document.createElement('param');
	var t_param2=document.createElement('param');
	var t_param3=document.createElement('param');
	var t_embed=document.createElement('embed');

	divid.appendChild(t_object);
	t_object.classid = obj_classid;
	t_object.codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0";
	t_object.width = obj_width;
	t_object.height = obj_height;
	t_object.data = obj_data;
	t_object.type = "application/x-shockwave-flash";
	t_object.id = "swfobjid";

	swfobjid.appendChild(t_param1);
	swfobjid.appendChild(t_param2);
	swfobjid.appendChild(t_param3);
	swfobjid.appendChild(t_embed);

	t_param1.name = "movie";
	t_param1.value = p_movie_value;
	t_param2.name = "quality";
	t_param2.value = p_quality_value;
	t_param3.name = "wmode";
	t_param3.value = p_wmode_value;
	
	t_embed.src = emb_src;
	t_embed.quality = emb_quality;
	t_embed.pluginspage = "http://www.macromedia.com/go/getflashplayer";
	t_embed.type = "application/x-shockwave-flash";
	t_embed.width = emb_width;
	t_embed.height = emb_height;
	t_embed.wmode = emb_wmode;

*/


}


//google analytics nakagome
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

//fujiwara 実行順序が怪しいので外出しにしてみる
document.write(unescape("%3Cscript src='/urchin.js' type='text/javascript'%3E%3C/script%3E"));


//try {
//var pageTracker = _gat._getTracker("UA-9988324-1");
//pageTracker._trackPageview();
//} catch(err) {}
