url = document.URL;
document.write('<div><table cellspacing="0" cellpadding="0" border="0" width="99">');
document.write('<tr>');
document.write('<td bgcolor="#243E82">');

if(url.indexOf('/action.html') > -1){
document.write('<div><a href="/action.html"><img src="/image/listimg/listaction1.gif" width="99" height="28" border="0" alt="アクション・サスペンス"></a></div>');
}
else{
document.write('<div><a href="/action.html"><img src="/image/listimg/listaction.gif" width="99" height="28" border="0" alt="アクション・サスペンス"></a></div>');
}
if(url.indexOf('/sf.html') > -1){
document.write('<div><a href="/sf.html"><img src="/image/listimg/listsf1.gif" width="99" height="28" border="0" alt="SF・ホラー"></a></div>');
}
else{
document.write('<div><a href="/sf.html"><img src="/image/listimg/listsf.gif" width="99" height="28" border="0" alt="SF・ホラー"></a></div>');
}
if(url.indexOf('/nihon.html') > -1){
document.write('<div><a href="/nihon.html"><img src="/image/listimg/listnihon1.gif" width="99" height="28" border="0" alt="日本映画"></a></div>');
}
else{
document.write('<div><a href="/nihon.html"><img src="/image/listimg/listnihon.gif" width="99" height="28" border="0" alt="日本映画"></a></div>');
}

if(url.indexOf('/anime.html') > -1){
document.write('<div><a href="/anime.html"><img src="/image/listimg/listtokusatu1.gif" width="99" height="28" border="0" alt="特撮・アニメ"></a></div>');
}
else{
document.write('<div><a href="/anime.html"><img src="/image/listimg/listtokusatu.gif" width="99" height="28" border="0" alt="特撮・アニメ"></a></div>');
}

if(url.indexOf('/ongaku.html') > -1){
document.write('<div><a href="/ongaku.html"><img src="/image/listimg/listongaku1.gif" width="99" height="28" border="0" alt="音楽"></a></div>');
}
else{
document.write('<div><a href="/ongaku.html"><img src="/image/listimg/listongaku.gif" width="99" height="28" border="0" alt="音楽"></a></div>');
}

if(url.indexOf('/gazouhikaku.html') > -1){
document.write('<div><a href="/gazouhikaku.html"><img src="/image/listimg/listgazou1.gif" width="99" height="28" border="0" alt="画像比較"></a></div>');
}
else{
document.write('<div><a href="/gazouhikaku.html"><img src="/image/listimg/listgazou.gif" width="99" height="28" border="0" alt="画像比較"></a></div>');
}

if(url.indexOf('/kikaku.html') > -1){
document.write('<div><a href="/kikaku.html"><img src="/image/listimg/listkikaku1.gif" width="99" height="28" border="0" alt="企画物"></a></div>');
}
else{
document.write('<div><a href="/kikaku.html"><img src="/image/listimg/listkikaku.gif" width="99" height="28" border="0" alt="企画物"></a></div>');
}

document.write('</tr>');
document.write('</table></div>');