///////////////////////////////////////////////////////////////////////
//
// BLOG PARTS JS
//
///////////////////////////////////////////////////////////////////////

var spf2RootPath = "http://blogparts.hangame.co.jp/core/specialf/080317/sub/";



//DISPLAY BLOG PARTS/////////////////////////////////////

var spf2Str = '<div style="text-align:center;"><div id="specialForceBpArea2" style="width:160px;height:300px;background:#222222;margin:10px auto;"><iframe src="' + spf2RootPath + 'base.html?tic=' + T_SPF + '&smi=' + S_SPF + '&cid=' + C_SPF + '&sui=' + U_SPF + '&dur=' + document.URL + '&tit=' + document.title.replace(/[\'\"!#$%&]/g,'') + '&ref=' + document.referrer+'" name="specialForceBP2" width="160" height="300" frameborder="0" scrolling="no" allowtransparency="true"></iframe></div></div>';
document.write(spf2Str);
