function Banner(){
var isp = url.isp;

document.writeln('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="759">');
document.writeln('<TR VALIGN="top">');
document.writeln('<TD ALIGN="center">');
document.writeln('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="10" WIDTH="60%">');
document.writeln('<TR ALIGN="center" VALIGN="top">');

if(isp == "yahoo"){
document.writeln('<TD ALIGN="center">');
document.write('<A href="http://www.bitway.ne.jp/kodansha/wgendai/'+isp+'/" target="_blank">');
document.writeln('<IMG SRC="../../image_common/b_wgendai.gif" WIDTH="120" HEIGHT="120" BORDER="0" ALT="週刊現代オンライン"></A></TD>');
}
else {
document.writeln('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="759">');
document.writeln('<TR VALIGN="top">');
document.writeln('<TD ALIGN="center">');
document.writeln('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="10" WIDTH="60%">');
document.writeln('<TR ALIGN="center" VALIGN="top">');
/*
	//MouRa 
	document.writeln('<TD ALIGN="center">');
	document.writeln('<A href="http://moura.jp/" target="_blank">');
	document.writeln('<IMG SRC="../../image_common/moura_w.gif" WIDTH="120" HEIGHT="120" BORDER="0" ALT=""></A></TD>');
*/
//週刊現代オンライン
document.writeln('<TD ALIGN="center">');
var isp = url.isp;
// スクープエンジンページの場合は共通無料トップへのリンク
if(isp == "scoopengine"){
	isp = "";
}
else{
	isp = isp+"/";
}
document.write('<A href="http://www.bitway.ne.jp/kodansha/wgendai/'+isp+'" target="_blank">');
document.writeln('<IMG SRC="../../image_common/b_wgendai.gif" WIDTH="120" HEIGHT="120" BORDER="0" ALT="週刊現代オンライン"></A></TD>');
/*
	//スクープエンジン
	document.writeln('<TD ALIGN="center">');
	document.writeln('<A href="http://moura.jp/scoop-e/" target="_blank">');
	document.writeln('<IMG SRC="../../image_common/b_scoop.gif" WIDTH="120" HEIGHT="120" BORDER="0" ALT=""></A></TD>');
*/
}
document.writeln('</TR>');
document.writeln('</TABLE>');
document.writeln('</TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');

}

