	var link = new Array(
		//	PPC
		'<IFRAME SRC="http://www.mmaaxx.com/index2.html?affid=1103" width=468 height=61 frameborder="no" scrolling="no"></IFRAME>',

		//	カリビアンコム
		'<a href="http://click.dtiserv2.com/Click/16-6-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/carib/06-460-02.gif" border=0></a>',

		'<a href="http://click.dtiserv2.com/Click/1-290-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/carib_ppv/290-468-01.gif" border=0></a>',

		//	一本道
		'<a href="http://click.dtiserv2.com/Click150/2018003-18-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/1pondo/18-468-16.gif" border=0></a>',
		'<a href="http://click.dtiserv2.com/Click25/1018003-18-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/1pondo/18-468-02.jpg" border=0></a>',

		//	dx live
		'<a href="http://click.dtiserv2.com/Click/988-103-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/dxlive/campaign/468x60_02.jpg" border=0></a>',

		'<a href="http://click.dtiserv2.com/Click/1-103-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/dxlive/103-468-07.gif" border=0></a>',

		//h素人
		'<a href="http://click.dtiserv2.com/Click/1-262-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/h4610/262-468-02.gif" border=0></a> ',
		'<a href="http://click.dtiserv2.com/Click/1-262-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/h4610/262-468-02.gif" border=0></a> ',
		'<a href="http://click.dtiserv2.com/Click/1-262-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/h4610/262-468-02.gif" border=0></a> ',

		//	0930
		'<a href="http://click.dtiserv2.com/Click/2286002-286-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/h0930/286-468-01.gif" border=0></a>',

		//	天然娘
		'<a href="http://click.dtiserv2.com/Click/1-292-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/10musume/292-468-01.jpg" border=0></a>',

		//紹介
		'<a href="http://click.dtiserv2.com/Click/1-22-1103" target="_blank"><img src="http://affiliate.dtiserv.com/image/webmaster/22-468-04.jpg" border=0></a>'
	);

	var width  = "468";
	var height = "60";

	//	google adsence
	google_ad_client = "pub-2944894960127800";
	google_ad_width = width;
	google_ad_height = height;
	google_alternate_ad_url = "http://www.amabilis.jp/e/ads?aid=spj-22&fmt=468x60_am";
	//"http://www.mmaaxx.com/index2.html?affid=1103";
	google_ad_format = width + "x" + height + "_as";
	google_ad_channel ="";
	google_color_border = "A8DDA0";
	google_color_bg = "EBFFED";
	google_color_link = "0000CC";
	google_color_url = "008000";
	google_color_text = "6F6F6F";
	google_ad_type = "text";

	function change() {
		var n = Math.floor(Math.random() * link.length);
		s = link[ n ]

		if( s.indexOf( "amazon" ) != -1 ) {
			document.write(
				"<iframe scrolling=\"no\" frameborder=0 " +
				"width=" + width + " height=" + height + " src=\"" +
				s + 
				"\"></iframe>"
		  );
		}
		else if( s.indexOf( "google" ) != -1 ) {
			document.write(
				"<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>"
			);
		}
		else {
			document.write( s );
		}
	}

	change();
