//連載漫画リンク設定
function rensai(){
	manga = new Array(
//書式→タイトル+半角コロン+識別名+半角コロン+変更があれば*
"アストラルエンジン:astral:",
"アノアの森:anoa:",
"クレイモア:claymore:",
"黒いラブレター:kuro:",
"GO AHEAD:goahead:",
"聖王伝キリン:kirin:",
"ドラゴンドライブ:dd:",
"NORA:nora:",
"ファイアーエムブレム 覇者の剣:fe:",
"風飛び一斗:itto:",
"冒険王ビィト:beet:",
"増田こうすけ劇場 ギャグマンガ日和:gag:",
"魔砲使い黒姫:kurohime:",
"みずしな孝之のミズシネマ:mizucinema:",
"Mr.Clice:clice:",
"RUNNING CHASER:rc:",
"ロザリオとバンパイア:rosario:",
"情熱読切Red:red:"
	);
	tag3 = '<tr valign="top"><td width="10" height="44"><img src="../img/b21-1.gif" width="10" height="44" border="0"></td>';
	for (i=0; i<=6; i++){
		namae = manga[i].split(":");
		if (namae[2] == "*"){imgtag = '../img/logo/'+namae[1]+'-a.gif';} else {imgtag = '../img/logo/'+namae[1]+'.gif';}
		if((namae[1] == 'sori')||(namae[1] == 'fabre')){
			tag3 += '<td width="76" background="../img/b21-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_blank" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a><br><img src="../img/s.gif" width="76" height="11" border="0"></td>';
		} else {
			tag3 += '<td width="76" background="../img/b21-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_self" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a><br><img src="../img/s.gif" width="76" height="11" border="0"></td>';
		}
	}
	tag3 += '</tr><tr valign="top"><td width="10" height="44"><img src="../img/b21-1.gif" width="10" height="44" border="0"></td>';
	for (i=7; i<=13; i++){
		namae = manga[i].split(":");
		if (namae[2] == "*"){imgtag = '../img/logo/'+namae[1]+'-a.gif';} else {imgtag = '../img/logo/'+namae[1]+'.gif';}
		if((namae[1] == 'sori')||(namae[1] == 'fabre')){
			tag3 += '<td width="76" background="../img/b21-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_blank" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a></td>';
		} else {
			tag3 += '<td width="76" background="../img/b21-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_self" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a></td>';
		}
	}
	tag3 += '</tr><tr valign="top"><td width="10" height="34"><img src="../img/b22-1.gif" width="10" height="34" border="0"></td>';
	for (i=14; i<manga.length; i++){
		namae = manga[i].split(":");
		if (namae[2] == "*"){imgtag = '../img/logo/'+namae[1]+'-a.gif';} else {imgtag = '../img/logo/'+namae[1]+'.gif';}
		if((namae[1] == 'sori')||(namae[1] == 'fabre')){
			tag3 += '<td width="76" background="../img/b22-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_blank" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a></td>';
		} else {
			tag3 += '<td width="76" background="../img/b22-2.gif" align="center"><a href="../'+namae[1]+'/index.html" target="_self" title="'+namae[0]+'"><img src="'+imgtag+'" width="65" height="33" border="0" alt="'+namae[0]+'"></a></td>';
		}
	}
	for (i=manga.length; i<=20; i++){
			tag3 += '<td width="76" background="../img/b22-2.gif" align="center"><img src="../img/s.gif" width="65" height="33"></a></td>';
	}
	tag3 += '</tr>';
	document.write(tag3);
	tag3 = "";
}
