

var imageList = [
['http://www.city.settsu.osaka.jp/cmsfiles/banner/2.gif', '竹沢建設株式会社', '竹沢建設株式会社', '竹沢建設株式会社', 'http://www.egg-jp.com/'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/3.gif', 'ダイキン工業企業ホームページ', 'ダイキン工業企業ホームページ', 'ダイキン工業企業ホームページ', 'http://www.daikin.co.jp/'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/4.gif', 'エネゲート企業ホームページ', 'エネゲート企業ホームページ', 'エネゲート企業ホームページ', 'http://www.enegate.co.jp/'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/5.gif', '北大阪清掃', '北大阪清掃', '北大阪清掃', 'http://www.kitaosakaseiso.com/'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/7.gif', 'フォークリフト，玉掛け免許取得　日鐘技能開発センター', 'フォークリフト，玉掛け免許取得　日鐘技能開発センター', 'フォークリフト，玉掛け免許取得　日鐘技能開発センター', 'http://nissho-ngk.com/'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/10.gif', 'コカ・コーラウエスト株式会社', 'コカ・コーラウエスト株式会社', 'コカ・コーラウエスト株式会社', 'http://www.ccwest.co.jp'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/11.gif', 'お試し＆赤ちゃん割引キャンペーンのご案内', 'お試し＆赤ちゃん割引キャンペーンのご案内', 'お試し＆赤ちゃん割引キャンペーンのご案内', 'http://www.yodogawa.coop/info/info77.html'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/13.gif', '販売している北大阪霊園の案内及び墓石などの紹介', '販売している北大阪霊園の案内及び墓石などの紹介', '販売している北大阪霊園の案内及び墓石などの紹介', 'http://kitaosaka.sougou-k.co.jp'],
['http://www.city.settsu.osaka.jp/cmsfiles/banner/24.gif', '八尾市　賃貸', '八尾市　賃貸', '八尾市　賃貸', 'http://www.seiyuhome.biz/'],

];
var rndList;
var rndList2;
document.write('<ul style="margin:0px;padding:0px;">');

while(rndList==null){
var rndList = imageList[Math.floor(Math.random() * imageList.length)];
}
document.write('<li style="list-style-type:none;margin-bottom:0px;margin-top:0px;padding:0;"><a href="' + rndList[4] + '" target=_blank><img src="' + rndList[0] + '" alt="' + rndList[1] + '" border=0 width=160><\/a><\/li>');

//document.write(imageList.length);
//document.write(rndList[0]);

while(rndList2==null){
rndList2 = imageList[Math.floor(Math.random() * imageList.length)];
}
rndList2 = imageList[Math.floor(Math.random() * imageList.length)];
while (rndList[0]==rndList2[0]){
	rndList2 = imageList[Math.floor(Math.random() * imageList.length)];
}
//*広告募集 Start*//
document.write('<li style="list-style-type:none;margin-bottom:0px;margin-top:10px;padding:0;"><a href="' + rndList2[4] + '" target=_blank><img src="' + rndList2[0] + '" alt="' + rndList2[1] + '" border=0 width=160><\/a><\/li>');
document.write('<li style="list-style-type:none;margin-bottom:0px;margin-top:10px;padding:0;"><a href="http://www.city.settsu.osaka.jp/soshiki/1-58-2-0-0_4.html" ><img src="http://www.city.settsu.osaka.jp/cmsfiles/banner/1.gif" alt="" border=0 width=160><\/a><\/li>');
//*広告募集 ENd*//
document.write('<\/ul>');


