var arrImg = new Array(
'08.gif',
'02.gif',
'01.gif',
'03.gif',
'04.gif',
'05.gif',
'07.gif',
'06.gif',
'09.gif',
'10.gif',
'11.gif',
'12.gif',
'13.gif',
'14.gif'
);

var arrText = new Array(
'大人専用',
'おもしろ',
'爆笑',
'脱衣',
'イチオシ',
'美少女',
'ゲーム',
'セクシー',
'笑える',
'最強',
'新着',
'ロリ',
'動画',
'笑える'
);


for(i=0;i<12;i++){
document.write('<div style="float:left; width:100px height:115px; margin:7px 4px; ">');
document.write('<A href="'+ arrRank[i][0]+'" target="_blank">');
//document.write(arrText[i]+'<BR>');
document.write('<IMG src="/img/link/'+ arrImg[i]+'" width="100" height="100" border="0">');
document.write('</A>');
document.write('</div> ');
}