

function show_banner()
{   

jumpURL = new Array();
jumpURL[0] = "/psl/download/pdf_manual/index.html";
jumpURL[1] = "/psl/manual/index.html";
jumpURL[2] = "/psl/shopping/brand/artistry/howto/en_use/pointmakeup/en_make/details/killer_eye_mode.html";



imgURL  = new Array();
imgURL[0]  = "/ICSFiles/afieldfile/2008/09/02/A2.jpg";
imgURL[1]  = "/ICSFiles/afieldfile/2007/12/19/pr_04.jpg";
imgURL[2]  = "/ICSFiles/afieldfile/2010/06/15/summermake_20100615.jpg";



imgALT  = new Array();
imgALT[0] = "かんたんマニュアル";
imgALT[1] = "サイトの使い方";
imgALT[2] = "Killer eye mode";



n=Math.floor(Math.random()*2);
m=(n+Math.floor(Math.random()*1)+1)%2;
n=Math.floor(Math.random()*2);
m=(n+Math.floor(Math.random()*1)+1)%2;
n=Math.floor(Math.random()*3);
m=(n+Math.floor(Math.random()*2)+1)%3;



document.write("<li><a href='"+jumpURL[n]+"'>");
document.write("<img src='"+imgURL[n]+"' alt='"+imgALT[n]+"' width='176' height='50' border='0' />");
document.write("</a></li>");

document.write("<li><a href='"+jumpURL[m]+"'>");
document.write("<img src='"+imgURL[m]+"' alt='"+imgALT[m]+"' width='176' height='50' border='0' />");
document.write("</a></li>");

//ここにダウンロードバナーを追加
document.write("<li><a href='/psl/download/index.html'>");
document.write("<img src='/psl/common/img/side/bnr_download.jpg' alt='ダウンロード' width='176' height='50' border='0' />");
document.write("</a></li>");
document.write("<li><a href='http://www.amwaylive.com/nca/' target='nca'>");
document.write("<img src='/psl/common/img/side/bnr_nca.jpg' alt='NCAスペシャルサイト' width='176' height='50' border='0' />");
document.write("</a></li>");
}

