//特大バナー
function rtad01() {
	ad01=new Array();
	//基本入力項目
	//ad01[0]=new adlist01('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	//ad01[0]=new adlist01('/recommends/riceforce.html','/images/banner/rice_force300x250.jpg','CXtH[X [wێgCALbg');
	//ad01[1]=new adlist01('/diet/excare/ems/index.html','/diet/excare/images/ems300x250.jpg','EMS楽トレ');
	//ad01[0]=new adlist01('/recommends/tri_be3.html','http://www.accesstrade.net/at/r.html?rk=01004csc0045c9','パーソナルレーザー脱毛器 TRIA (トリア）');
	//ad01[0]=new adlist01('/recommends/s-herb.html','/images/banner/s-herb_300x250.gif','パイナップル豆乳ローション');
	//ad01[1]=new adlist01('/special/090327/index.html','<object width="300" height="250"><param name="movie" value="http://www.youtube.com/v/D-AZFdlqsYw&hl=ja&fs=1&rel=0&fmt=22&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="swVolume" value="0"></param><embed src="http://www.youtube.com/v/D-AZFdlqsYw&hl=ja&fs=1&rel=0&fmt=22&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" swVolume="0" width="300" height="250"></embed></object>','ある公爵夫人');
	//ad01[0]=new adlist01('/recommends/miyabi_pan.html','/images/banner/miyabi_pan_300_250_1.gif','ダイエットクッキーパン');
	//ad01[0]=new adlist01('/recommends/namayuba_hina.html','/images/banner/namayuba_hina_300x250.gif','無添加生ゆばフェイスパック 雛（HIINA）');
	ad01[0]=new adlist01('/recommends/jcp_01.html','/images/banner/jcp_bn_all01_300x250.gif','自由が丘の診察室で生まれた化粧品、JCprogram');
	ad01[1]=new adlist01('/recommends/macchialb.html','/images/banner/macchialb_300x250.gif','マキアレイベル 新・美容液ファンデ「薬用ホワイトニングファンデーション」');
	//ad01[0]=new adlist01('/recommends/eyebrake_300x250.html','/images/banner/eyebrake_300x250.jpg','ビジュアル検索エンジンeyeBrake.jp');
	//ad01[1]=new adlist01('/recommends/lirio_trial5.html','/images/banner/lirio_300_250.jpg','リーリオ基礎化粧品5製品トライアルセット');
	//ad01[1]=new adlist01('/recommends/elle_shop_01.html','/images/banner/elle_shop_300x250.gif','ELLE SHOPセール');
	//ad01[2]=new adlist01('/recommends/elle_shop_01.html','/images/banner/elle_shop_300x250.gif','ELLE SHOPセール');
	

	//乱数を発生させる
	rtad01i=Math.floor(ad01.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad01[rtad01i].url + '\" target=\"_blank\"><img src=\"' + ad01[rtad01i].imgpath + '\" alt=\"' + ad01[rtad01i].title + '\"  width=\"300\" border=\"0\" height=\"250\"></a>');
	document.close();
}

//特大バナー　adlist01クラス
function adlist01(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}


//特大バナーフラッシュ
function rtad02() {
	ad02=new Array();
	ad02[0]=new adlist02('/recommends/lirio_trial5.html','/images/flash/lirio_300_250.swf','リーリオ基礎化粧品5製品トライアルセット');
	ad02[1]=new adlist02('/a/091023_01.html','/images/flash/felice_300_250.swf','FELICE - 30代男性医師が真剣に結婚のお相手を探しています。');
	

	//乱数を発生させる
	rtad02i=Math.floor(ad02.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<embed src=\"' + ad02[rtad02i].imgpath + '\" alt=\"' + ad02[rtad02i].title + '\" quality=\"high\" bgcolor=\"#fff\" width=\"300\" height=\"250\" align=\"middle\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />');
	document.close();
}

//特大バナーフラッシュ　adlist02クラス
function adlist02(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}


//Allバナー小
function rtad05() {
	ad05=new Array();
	//基本入力項目
	//ad01[0]=new adlist05('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	ad05[0]=new adlist05('/shop/products/category4.html','/images/banner/fromco2_200x200_01.jpg','「炭酸エクササイズ」する化粧品');
	//ad05[1]=new adlist05('/recommends/elle_shop_02.html','/images/banner/elle_shop_200x200.gif','ELLE SHOPセール');
	

	//乱数を発生させる
	rtad05i=Math.floor(ad05.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad05[rtad05i].url + '\" target=\"_blank\"><img src=\"' + ad05[rtad05i].imgpath + '\" alt=\"' + ad05[rtad05i].title + '\"  width=\"200\" border=\"0\" height=\"200\"></a>');
	document.close();
}

//Allバナー小　adlist05クラス
function adlist05(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}



//中バナー1
function rtad11() {
	ad11=new Array();
	//基本入力項目
	//ad[0]=new adlist11('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	//ad11[0]=new adlist11('/a/081211_01.html','/images/banner/sidemenu_pp03.jpg','【先着50名様、通常価格4,515円が1,575円に！】CAがハマった！オイルなのにサラサラ　無添加・天然スクワラン');
	//ad11[1]=new adlist11('/a/081117_01.html','/images/banner/sidemenu_pp02.jpg','「ミルクセラミドで“もっちリッチ”な肌づくり」この冬デビュー！サプリメント『ミルクセラミドプラス』で肌力アップ！');
	//ad11[0]=new adlist11('/recommends/7_and_y_090612.html','/beauty/7_and_y/images/bn_7_and_y_300x100_090612.gif','人気の美容本で手軽に自分磨き“小顔・美肌・骨盤矯正・食事 etc.・・・');
	//ad11[2]=new adlist11('/recommends/tabiiro.html','/images/banner/tabiiro0903_300_100.jpg','旅色TABIIRO LUXURY STAYS　大人の女性に贈る、最高にラグジュアリーな旅');
	ad11[0]=new adlist11('/recommends/spc_yoga.html','/health/spc_yoga/images/banner_spc_300x114.jpg','健康 フェミニティヨガ 体験');
	ad11[1]=new adlist11('/recommends/wj_ecnavi.html','/images/banner/wj_ecnavi_300.gif','買い物代行サービス');

	//乱数を発生させる
	rtad11i=Math.floor(ad11.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad11[rtad11i].url + '\" target=\"_blank\"><img src=\"' + ad11[rtad11i].imgpath + '\" alt=\"' + ad11[rtad11i].title + '\"  width=\"300\" border=\"0\" height=\"114\"><br />');
	document.write ('<p style=\"margin-bottom:10px;\">ヨガ、ピラティス、ベリーダンス、サンバ、エクササイズ等が行える信濃町、神宮外苑の駅近スタジオ</a></p>');
	document.close();
}
//中バナー1　adlist11クラス
function adlist11(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}

//中バナー2
function rtad12() {
	ad12=new Array();
	//基本入力項目
	//ad[0]=new adlist12('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	//ad12[0]=new adlist12('/a/081211_01.html','/images/banner/sidemenu_pp03.jpg','【先着50名様、通常価格4,515円が1,575円に！】CAがハマった！オイルなのにサラサラ　無添加・天然スクワラン');
	//ad12[1]=new adlist12('/a/081117_01.html','/images/banner/sidemenu_pp02.jpg','「ミルクセラミドで“もっちリッチ”な肌づくり」この冬デビュー！サプリメント『ミルクセラミドプラス』で肌力アップ！');
	//ad12[0]=new adlist12('/recommends/lirio_trial5.html','/images/banner/lirio_300_100.jpg','リーリオ基礎化粧品5製品トライアルセット');
	ad12[0]=new adlist12('/recommends/tabiiro.html','/images/banner/tabiiro02_300_100.jpg','旅色TABIIRO LUXURY STAYS　大人の女性に贈る、最高にラグジュアリーな旅');
	//ad12[0]=new adlist12('http://www.velamuse-store.net/','/beauty/velamuse_neck_shape_jelly/images/velamuse_logo_s.jpg','ベラミューゼ ネック シェイプ ジェリー');

	//乱数を発生させる
	rtad12i=Math.floor(ad12.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad12[rtad12i].url + '\" target=\"_blank\"><img src=\"' + ad12[rtad12i].imgpath + '\" alt=\"' + ad12[rtad12i].title + '\"  width=\"300\" border=\"0\" height=\"100\" style=\"margin-bottom:10px;\"></a>');
	document.close();
}
//中バナー2　adlist12クラス
function adlist12(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}

//中バナー3
function rtad13() {
	ad13=new Array();
	//基本入力項目
	//ad[0]=new adlist13('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	ad13[0]=new adlist13('/recommends/mshape.html','/images/banner/metaboshape_300x100.gif','メタボシェイプ');
	//ad13[1]=new adlist13('/recommends/lirio_trial5.html','/images/banner/lirio_300_100.jpg','リーリオ基礎化粧品5製品トライアルセット');
	//ad13[1]=new adlist13('/special/games/index.html>','/images/banner/games_popcap_300x100.jpg','無料ゲーム');
	//ad13[1]=new adlist13('/recommends/wj_ecnavi.html','/images/banner/wj_ecnavi_300.gif','買い物代行サービス');

	//乱数を発生させる
	rtad13i=Math.floor(ad13.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad13[rtad13i].url + '\" target=\"_blank\"><img src=\"' + ad13[rtad13i].imgpath + '\" alt=\"' + ad13[rtad13i].title + '\"  width=\"300\" border=\"0\" height=\"100\" style=\"margin-bottom:10px;\"></a>');
	document.close();
}
//中バナー3　adlist13クラス
function adlist13(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}