// JavaScript Document

function rannking(){

document.write('<div id="rankking_box">\n');
document.write('<h3><img src="/img/cap_right_rannking.gif" alt="人気ランキング" width="238" height="31" /></h3>\n');
document.write('<div id="rannking_list_center">\n');
document.write('<ul>\n');
document.write('<li><img src="/img/rank_no1.gif" alt="１位" width="48" height="32" /> <img src="/img/ranking_01.gif" alt="１位" width="30" height="33" />　<a href="/item/ps3.html">SONY PlayStation3</a></li>\n');
document.write('<li><img src="/img/rank_no2.gif" alt="２位" width="48" height="32" /> <img src="/img/ranking_02.gif" alt="２位" width="30" height="33" />　<a href="/item/ipod.html">Apple iPod nano 8GB</a></li>\n');
document.write('<li><img src="/img/rank_no3.gif" alt="３位" width="48" height="32" /> <img src="/img/ranking_03.gif" alt="３位" width="30" height="33" />　<a href="/item/psp.html">PSP</a></li>\n');
document.write('</ul>\n');
document.write('</div>\n');
document.write('</div>\n');


}


