var scriptList_gaiden = document.getElementById('lineagegaiden_blogparts_script1').src.split('blogparts1.js?_N_=')
var nick_gaiden = '';
if(scriptList_gaiden.length > 1){
	nick_gaiden = scriptList_gaiden[1];
}else{
	nick_gaiden = '';
}

function goGaidenEvent(url){
     location.href = url + '&_N_=' + nick_gaiden;
}


document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="160" height="300" align="middle">');
document.write('<param name="allowScriptAccess" value="always">');
document.write('<param name="movie" value="http://static.plaync.jp/gaiden/flash/Blogpart_type1_ver016.swf">');
document.write('<param name="FlashVars" value="_N_=' + nick_gaiden + '">');
document.write('<param name="quality" value="high">');
document.write('<embed flashvars="_N_=' + nick_gaiden + '" src="http://static.plaync.jp/gaiden/flash/Blogpart_type1_ver016.swf" quality="high" width="160" height="300" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</object>');
