﻿//リーセントニュース内の切り替えバナー
function randomImage_news()
{
img = new Array();
img[0] = "http://www.yoga-gene.com/news1.jpg";
img[1] = "http://www.yoga-gene.com/news2.jpg";
img[2] = "http://www.yoga-gene.com/news3.jpg";
img[3] = "http://www.yoga-gene.com/news4.jpg";
img[4] = "http://www.yoga-gene.com/news1_on.jpg";
img[5] = "http://www.yoga-gene.com/news2_on.jpg";
img[6] = "http://www.yoga-gene.com/news3_on.jpg";
img[7] = "http://www.yoga-gene.com/news4_on.jpg";


var url = 'http://www.yoga-gene.com/workshop/6689.html#content http://www.yoga-gene.com/workshop/2910.html#content http://www.yoga-gene.com/contents/ws_and_etc/anatomy.html#content http://www.yoga-gene.com/contents/ws_and_etc/yoga-generation-tt.html#content'.split(' ');
var n = Math.floor(Math.random()*4);
document.write('<a href="'+url[n]+'">');
document.write('<img src="'+img[n]+'" border="0" onMouseOver="this.src=\''+img[n-0+4]+'\'" onMouseOut="this.src=\''+img[n]+'\'" id="topnews1" style="float:left; margin:15px 0 0 0;">');
document.write('</a>');
}
//設定終了

//ワークショップニュース内の切り替えバナー
function randomImage_ws()
{
img = new Array();
img[0] = "http://www.yoga-gene.com/ws1.jpg";
img[1] = "http://www.yoga-gene.com/ws2.jpg";
img[2] = "http://www.yoga-gene.com/ws3.jpg";
img[3] = "http://www.yoga-gene.com/ws1_on.jpg";
img[4] = "http://www.yoga-gene.com/ws2_on.jpg";
img[5] = "http://www.yoga-gene.com/ws3_on.jpg";

var url = 'http://www.yoga-gene.com/workshop/586.html#content http://www.yoga-gene.com/workshop/1319.html#content http://www.yoga-gene.com/workshop/5724.html#content'.split(' ');
var n = Math.floor(Math.random()*3);
document.write('<a href="'+url[n]+'">');
document.write('<img src="'+img[n]+'" border="0" onMouseOver="this.src=\''+img[n-0+3]+'\'" onMouseOut="this.src=\''+img[n]+'\'" id="topws1" style="float:left; margin:15px 0 0 0;">');
document.write('</a>');
}
//設定終了

//トップページバナー『ヨガジェネ的コンテンツ』
function randomImage_yogagene()
{
img = new Array();
img[0] = "http://www.yoga-gene.com/top_image/btn/beginner_btn.jpg";
img[1] = "http://www.yoga-gene.com/top_image/btn/ownerinterview_btn.jpg";
img[2] = "http://www.yoga-gene.com/top_image/btn/beginner_btn_on.jpg";
img[3] = "http://www.yoga-gene.com/top_image/btn/ownerinterview_btn_on.jpg";

var url = 'http://www.yoga-gene.com/top-contents/whatisyoga/what-is-yoga.html#content http://www.yoga-gene.com/studio/owners-interview#content'.split(' ');
var n = Math.floor(Math.random()*2);
document.write('<a href="'+url[n]+'">');
document.write('<img src="'+img[n]+'" border="0" onMouseOver="this.src=\''+img[n-0+2]+'\'" onMouseOut="this.src=\''+img[n]+'\'" id="topws1" style="float:left; margin:0 0 0 0;">');
document.write('</a>');
}
//設定終了
