
function setBaner_typeB(){ //有料広告掲載
// --------------------
	jumpURL = new Array();
	imgURL  = new Array();
	titleURL  = new Array();
	
	jumpURL[0] = "http://www.attohome.org/sys/pop.php?par0=5";
	jumpURL[1] = "http://www.attohome.org/sys/pop.php?par0=6";
	jumpURL[2] = "http://www.attohome.org/sys/pop.php?par0=7";
	
	imgURL[0]  = "/img/baner/type_c/img5.jpg";
	imgURL[1]  = "/img/baner/type_c/img6.jpg";
	imgURL[2]  = "/img/baner/type_c/img7.jpg";
	
	titleURL[0] = "輸入ベビー服・子供服＆玩具雑貨のmignonミニョン";
	titleURL[1] = "輸入ベビー服・子供服＆玩具雑貨のmignonミニョン";
	titleURL[2] = "輸入ベビー服・子供服＆玩具雑貨のmignonミニョン";

	n = Math.floor(Math.random()*jumpURL.length);
	document.write("<a href='"+jumpURL[n]+"'>");
	document.write("<img src='"+imgURL[n]+"' title='"+titleURL[n]+"' border='0' width='144' height='144' style='vertical-align: bottom' />");
	document.write("</a>");
}


// --------------------
function setBaner_typeC(){ //無料広告掲載　テキスト入り
// --------------------
	jumpURL = new Array();
	imgURL  = new Array();
	titleURL  = new Array();
	naiyoURL  = new Array();
	
	jumpURL[0] = "http://www.attohome.org/sys/pop.php?par0=37";
	jumpURL[1] = "http://www.attohome.org/sys/pop.php?par0=37";
	jumpURL[2] = "http://www.attohome.org/sys/pop.php?par0=36";
	jumpURL[3] = "http://www.attohome.org/sys/pop.php?par0=10";
	jumpURL[4] = "http://blog.canpan.info/mamapple/";
	
	imgURL[0]  = "/img/baner/type_b/201101_1.gif";
	imgURL[1]  = "/img/baner/type_b/201101_2.gif";
	imgURL[2]  = "/img/baner/type_b/201101_3.gif";
	imgURL[3]  = "/img/baner/type_b/201009_3.jpg";
	imgURL[4]  = "/img/baner/type_b/201104_1.jpg";
	
	titleURL[0] = "親子deおでかけ";
	titleURL[1] = "親子deおでかけ";
	titleURL[2] = "赤ちゃんの駅";
	titleURL[3] = "やまぐち子育て家庭応援優待ホームページ";
	titleURL[4] = "ままっぷる";

	naiyoURL[0] = "山口市内を親子でおでかけするためのマップ";
	naiyoURL[1] = "山口市内を親子でおでかけするためのマップ";
	naiyoURL[2] = "山口市内の授乳・オムツがえ等の場所が分かる赤ちゃんの駅マップ";
	naiyoURL[3] = "料金の割引や無料サービスといったサービスを受けられます！！";
	naiyoURL[4] = "山口市の子育て情報を発信！あっとメンバーによるコラムもあるよ。";
	
	n = Math.floor(Math.random()*jumpURL.length);
	document.write("<a href='"+jumpURL[n]+"'>");
	document.write("<img src='"+imgURL[n]+"' title='"+titleURL[n]+"' border='0' width='144' height='144' style='vertical-align: bottom' />");
	document.write("</a><div class='pad2'></div>");
	document.write("<p class='ppop'>"+naiyoURL[n]+"</p>");
}

