//特大バナー
function rtad01() {
	ad01=new Array();
	//基本入力項目
	//ad01[0]=new adlist01('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	ad01[0]=new adlist01('/beauty/jc_doctors_cosmetics/index.html','/images/banner/jcp_bn_all01_300x250.gif','自由が丘の診察室で生まれた化粧品、JCprogram');
	ad01[1]=new adlist01('/beauty/jc_doctors_cosmetics/index.html','/images/banner/jcp_bn_all01_300x250.gif','自由が丘の診察室で生まれた化粧品、JCprogram');


	//乱数を発生させる
	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/fromco2/','/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:5px;\">ヨガ、ピラティス、ベリーダンス、サンバ、エクササイズ等が行える信濃町、神宮外苑の駅近スタジオ</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','http://travel.rakuten.co.jp/special/tabiiro/images/bnr/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:5px;\"></a>');
	document.write ('<p style=\"font-size:12px;margin-bottom:5px;\">大人の女性に贈る、最高にラグジュアリーな旅</p>');
	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
}


//中バナー4
function rtad14() {
	ad14=new Array();
	//基本入力項目
	//ad[0]=new adlist14('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	//ad14[0]=new adlist14('/recommends/excare.html','/images/banner/metaboshape_300x100.gif','メタボシェイプ');

	//乱数を発生させる
	rtad14i=Math.floor(ad14.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('<a href=\"' + ad14[rtad14i].url + '\" target=\"_blank\"><img src=\"' + ad14[rtad14i].imgpath + '\" alt=\"' + ad14[rtad14i].title + '\"  width=\"300\" border=\"0\" height=\"100\" style=\"margin-bottom:10px;\"></a>');
	document.close();
}
//中バナー4　adlist14クラス
function adlist14(url, imgpath, title){
	this.url=url;		//URL
	this.imgpath=imgpath;	//Image Path
	this.title=title;	//Title
}


//スクリプト long 160サイズ
function rtadl160() {
	adl160=new Array();
	//基本入力項目
	//adl160[0]=new adlistl160('内容','URLを記述');
	//記述サンプル
	adl160[0]=new adlistl160('aid=\'10529\'\;scd=\'10529\'\;pid=\'-\'\;tmpidx=\'135\'\;width=\'160\'\;height=\'590\'\;kuidx=\'1924\'\;r=\'30006980\'\;mcid=\'2181\'\;','http://template.trafficgate.net/kuchikomi_ifrm.js');


	//乱数を発生させる
	adl160i=Math.floor(adl160.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write ('\
	<script type=\"text\/javascript\"><!--\
	' + adl160[rtadl160i].data + '\
	--><\/script><script src=\'' + adl160[rtadl160i].url + '\'><\/script>\
	');
	document.close();
}
//スクリプト long　adlistl160クラス
function adlistl160(data, url){
	this.data=data;		//data
	this.url=url;		//URL
}




//フラッシュ
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
//not win
if (plugin) {
	var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < words.length; ++i) {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i];
	}
	var MM_FlashPlay = MM_PluginVersion >= MM_contentVersion;
//win
} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0
	&& (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //IE4.5 Mac
	document.write('on error resume next \n');
	document.write('MM_FlashPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}


function swf_show(id, swf, width, height, img, alt, url, target, name, bgcolor, align, quality, allowScriptAccess){
	

/*
●id
●swf
swfファイルへのパス
●width
swfファイルの幅
●height
swfファイルの高さ
●img
flashプレイヤーがインストールされていないときの代替画像のパス
●alt
上記のaltタグ
●url
上記の場合のリンク先URL。
移動したくない場合は、記述しない。
●target
リンク先のターゲットです。_topや_blankなどを入力。
●name
Flashのname属性です。
●bgcolor
背景色
●align
位置
●quality
クオリティー
●allowScriptAccess
読み込むドメインの許可

*/


	if (MM_FlashPlay) {
		if(target == ""){
			target = "_top";
		}

		if(name == ""){
			name="flash";
		}

		if(bgcolor == ""){
			bgcolor = "ffffff";
		}

		if(align == ""){
			align = "middle";
		}

		if(quality == ""){
			quality = "high";
		}

		if(allowScriptAccess == ""){
			allowScriptAccess = "sameDomain";
		}

		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="'+width+'" height="'+height+'" id="'+name+'" align="'+align+'">');
		document.write('<param name="movie" value="'+swf+'">');
		document.write('<param name="quality" value="'+quality+'">');
		document.write('<param name="bgcolor" value="#'+bgcolor+'">');
		document.write('<param name="allowScriptAccess" value="'+allowScriptAccess+'">');
		document.write('<param name="wmode" value="transparent">');
		document.write('<embed src="'+swf+'" quality="'+quality+'" bgcolor="#'+bgcolor+'" width="' + width + '" height="'+height+'" name="'+name+'" align="'+align+'" allowScriptAccess="'+allowScriptAccess+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent">');
		document.write('</object>');
	} 
}


//トップ　お悩み　Beauty

var rtop01list=[
	'<a href="http://www.womenjapan.com/beauty/0805_2/vol1.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />肌のくすみ、解消してほしい</a>', //
	'<a href="http://www.womenjapan.com/beauty/0807_1/vol1.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />魅惑の小顔になりたい</a>', //
	'<a href="http://www.womenjapan.com/beauty/0807_2/vol1.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />誰にも負けない美脚を手に入れたい</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminb2.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />「肌荒れしてない？」と言われた</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminc.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />白く美しい肌を保つには？</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamine.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />シミ、ソバカスにおススメの栄養素は？</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/kariumu.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />むくみや高血圧を予防したい</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/tetu.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />うわっ、髪や爪、ぼろぼろ！！</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamina.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />肌荒れ、髪や爪の痛みが気になるときは</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/aen.html"><img src="/images/cat_mark_beauty_s.gif" width="16" height="16" alt="" />抜け毛が気になる</a>', // 
];

function rtop01() {
	var rtop01lists = parseInt(Math.random() * rtop01list.length);
	document.write(rtop01list[rtop01lists]);
	rtop01list.splice(rtop01lists,1);
}

//トップ　お悩み　Health

var rtop02list=[
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamina.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />デスクワークで目が疲れがちです</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminb1.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />ハードワークの日が続いてます</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminb2.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />目が疲れやすい、口内炎になりやすい</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamine.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />エイジングケアにおススメの栄養素は？</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamind.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />カルシウム不足、加齢には？</a>', //
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminb6.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />ピルの常用時に補給したい栄養は</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminb12.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />貧血しやすい</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitaminc.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />風邪予防からストレスケアまでいいの？</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/vitamind.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />カルシウム補給するなら</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/culcium.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />イライラ予防以外にも</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/mugnecium.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />カルシウムとともに</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/naiashin.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />二日酔いの原因はもしかしたら</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/pantoten.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />善玉コレステロール不足を指摘された</a>', // 
	'<a href="http://www.womenjapan.com/health/eiyoujiten/yousan.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />赤ちゃんのために摂ります</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/nyugan/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />これって乳がんのサイン？</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/ransogan/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />卵巣がんは10代も40代も早期発見が大事ですか？</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/ji/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />肛門周辺の痛み、恥ずかしがらない</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/boukouen/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />膀胱炎？頻尿や排尿時の痛みが気になったら</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/hinketsu/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />疲れやすい、立ちくらみ、やっぱり・・・</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/ikaiyou/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />胸やけやげっぷが続いたら要注意</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/dryeye/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />目が乾くと細菌感染や視力低下も</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/benpi/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />本当に便秘だけ？下痢と交互なら要注意</a>', // 
	'<a href="hhttp://www.womenjapan.com/health/jiten/kotsusoshoushou/index.html"><img src="/images/cat_mark_health_s.gif" width="16" height="16" alt="" />骨は、早いうちにケアしておきたい</a>', // 
];

function rtop02() {
	var rtop02lists = parseInt(Math.random() * rtop02list.length);
	document.write(rtop02list[rtop02lists]);
	rtop02list.splice(rtop02lists,1);
}

//トップ　お悩み　Love＆Sex

var rtop03list=[
	'<a href="http://www.womenjapan.com/health/jiten/shikyunaimakusho/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />性交痛や不正出血が・・・</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/shikyukinshu/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />月経がおかしい／下腹部痛や腰痛が・・・</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/orimono/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />他人にきけない”おりもの”教えて</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/pms/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />生理前の胸のはり、倦怠感、苛々って</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/mugekkei/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />生理が止まってしまったら</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/gekkeiijo/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />あなたの月経、期間や量は適正？</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/seiri/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />生理痛の原因を知っておく</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/youtsu/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />腰痛は、腰の負担のせいだけじゃない</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/std/part1/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />複数のセックス・パートナーがいるなら</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/std/part2/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />治療はパートナーと一緒に</a>', //
	'<a href="http://www.womenjapan.com/health/jiten/std/part3/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />膣内や外陰部のかゆみがつらいときは</a>', // 
	'<a href="http://www.womenjapan.com/health/jiten/std/part4/index.html"><img src="/images/cat_mark_love_sex_s.gif" width="16" height="16" alt="" />性器の痒みや腫れ、おりものが増えたら</a>', // 
];

function rtop03() {
	var rtop03lists = parseInt(Math.random() * rtop03list.length);
	document.write(rtop03list[rtop03lists]);
	rtop03list.splice(rtop03lists,1);
}

//adpst

function adpst(){
  var impAgw = location.protocol + '//js.revsci.net/gateway/gw.js?csid=H08773';
  var impAcn  = "IMPASEG";
  var impAco  = document.cookie;
  var impApos = impAco.indexOf(impAcn + "=");
  var impAseg = (impApos != -1) ? impAco.substring(impApos + impAcn.length + 1, (impAco.indexOf("; ", impApos) != -1) ? impAco.indexOf("; ", impApos) : impAco.length) : null;
  impAseg = (impAseg) ? unescape(impAseg) : '';

  var impAserver = location.protocol + "//as.sr.impact-ad.jp/hserver";
  var impAtarget = "/SITE=TESTSITE/AREA=TESTAREA/AAMSZ=RECTANGLE/OENCJP=SJIS/GENERIC=TESTSITE/AAMGNRC1=TESTAREA/AAMGNRC2=RECTANGLE/AAMGNRC3=300/AAMGNRC4=250";
  var LimitOfRota = 5;
  var DUR=30000;
  impArnd = Math.round(Math.random() * 100000000);
  var impATadurl = impAserver + "/acc_random=" + impArnd + impAtarget + "/LIMITOFROTA=" + LimitOfRota + "/DUR=" + DUR;
  var impAadurl = (impAseg.match(/^[\w\/=]+$/)) ? impATadurl + "/" + impAseg : impATadurl;

  document.write('<iframe src="'+ impAadurl + '/"' + 'noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" allowTransparency="true">' + '</iframe>');

  function DM_onSegsAvailable(rsinetsegs) {
    var impArsinet = '';
    var impAdt = new Date();
    impAdt.setTime(impAdt.getTime()+86400000*365);
    if ( rsinetsegs.length > 0 ){
        for(var i = 0; i < ((rsinetsegs.length > 11)?11:rsinetsegs.length) ; i++){
            impArsinet += 'S' + i + '=' +((rsinetsegs[i].length >= 12)?rsinetsegs[i].substring(7,12):'0') + '/';        }
            impArsinet = impArsinet.substring(0, impArsinet.length-1);
        }else{
            impArsinet = 'S0=0';
        }
        document.cookie = "IMPASEG=" + escape(impArsinet) + "; expires=" + impAdt.toGMTString() + "; path=/";
  }
  document.write('<SCR' + 'IPT src="'+ impAgw +'"></SCR' + 'IPT>');
}



//特大バナー
function rtad20() {
	ad20=new Array();
	//基本入力項目
	//ad20[0]=new adlist01('URLを記述','バナー広告の画像パスを入力','バナーのALTタグ用のタイトル');
	//記述サンプル
	ad20[0]=new adlist20('<a href="http://www.womenjapan.com/diet/1011/vol6.html" target="_parent"><img src="http://www.womenjapan.com/images/banner/dietkikaku_05_300x250_02.jpg" alt="佐河ゆい『ウエスト引き締めダイエット！』" width="300" height="250" border="0" /></a>');
	ad20[1]=new adlist20('<iframe src="http://www.womenjapan.com/special/frame/impact-ad.html" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" allowTransparency="true"></iframe> ');
	ad20[2]=new adlist20('<iframe src="http://www.womenjapan.com/special/frame/impact-ad.html" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" allowTransparency="true"></iframe> ');
	ad20[3]=new adlist20('<iframe src="http://www.womenjapan.com/special/frame/impact-ad.html" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" allowTransparency="true"></iframe> ');
	ad20[4]=new adlist20('<iframe src="http://www.womenjapan.com/special/frame/impact-ad.html" noresize scrolling="no" hspace="0" vspace="0" frameborder="0" marginheight="0" marginwidth="0" width="300" height="250" allowTransparency="true"></iframe> ');
	ad20[5]=new adlist20('<a href="http://www.womenjapan.com/a/tamashii_hs/" target="_parent"><img src="http://www.womenjapan.com/images/banner/et_happy_shampoo_300x250_2.gif" alt="魂のハッピーシャンプー" width="300" height="250" border="0" /></a>');
	ad20[6]=new adlist20('<a href="http://www.womenjapan.com/a/tamashii_hs/" target="_parent"><img src="http://www.womenjapan.com/images/banner/et_happy_shampoo_300x250_2.gif" alt="魂のハッピーシャンプー" width="300" height="250" border="0" /></a>');
	ad20[7]=new adlist20('<a href="http://www.womenjapan.com/a/tamashii_hs/" target="_parent"><img src="http://www.womenjapan.com/images/banner/et_happy_shampoo_300x250_2.gif" alt="魂のハッピーシャンプー" width="300" height="250" border="0" /></a>');
	ad20[8]=new adlist20('<a href="http://www.womenjapan.com/a/tamashii_hs/" target="_parent"><img src="http://www.womenjapan.com/images/banner/et_happy_shampoo_300x250_2.gif" alt="魂のハッピーシャンプー" width="300" height="250" border="0" /></a>');


	//乱数を発生させる
	rtad20i=Math.floor(ad20.length * Math.random());
	//乱数をインデックスとして利用し、配列から広告データ取り出す
	document.write (ad20[rtad20i].tag);
	document.close();
}

//特大バナー　adlist20クラス
function adlist20(tag){
	this.tag=tag;		//tag
}

