\n');
}
if(plugin){
//document.write("Flashを使用することが出来ます。");
var str_url = document.referrer;
var str_fla = "";
if (str_url.lastIndexOf("nadell") != -1) {
// スキップする
str_fla = "top?flg_skip=1";
changebodybgcolor('#FFFFFF');
//document.getElementById('areaFooter').style.display = "block";
}else {
str_fla = "top?flg_skip=0";
changebodybgcolor('#5D8BA3');
//document.getElementById("areaFooter").style.display = none;
}
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','960','height','670','title','','src',str_fla,'quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','movie',str_fla ); //end AC code
}else{
//document.write("Flashを使用することが出来ません。");
document.write('

');
document.write('
');
changebodybgcolor('#FFFFFF');
}