function bnr1(){
　　var rNam;
　　rNam = Math.ceil(Math.random()*100000);
　　if(rNam % 2 == 0){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/higashi.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr1.jpg" width="300" height="166" border="0"></a>');
　　} else if(rNam % 2 == 1){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/kogane.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr2.jpg" width="300" height="166" border="0"></a>');
　　} 
}


function bnr2(){
　　var rNam;
　　rNam = Math.ceil(Math.random()*100000);
　　if(rNam % 2 == 0){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/fukuyama.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr4.jpg" width="300" height="166" border="0"></a>');
　　} else if(rNam % 2 == 1){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/ikeda.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr3.jpg" width="300" height="166" border="0"></a>');
　　} 
}


function bnr3(){
　　var rNam;
　　rNam = Math.ceil(Math.random()*100000);
　　if(rNam % 4 == 0){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/kogane.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr2.jpg" width="300" height="166" border="0"></a>');
　　} else if(rNam % 4 == 1){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/ikeda.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr3.jpg" width="300" height="166" border="0"></a>');
　　} else if(rNam % 4 == 2){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/fukuyama.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr4.jpg" width="300" height="166" border="0"></a>');
　　} else if(rNam % 4 == 3){
　　document.write('<a href="http://www.premium-tour.jp/senganen/static/osusume/higashi.html"><IMG SRC="http://www.premium-tour.jp/senganen-images/bnr1.jpg" width="300" height="166" border="0"></a>');
　　} 
}


