﻿// ********************************************************
//  random banner.
// ********************************************************

// ランダムバナー
	var banner = new Array();

// posh records
	banner.push('<a href="http://disk.poshme.jp" target="_blank" title="posh&nbsp;recoads"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070802_a.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://disk.poshme.jp" target="_blank" title="posh&nbsp;recoads"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070802_b.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://disk.poshme.jp" target="_blank" title="posh&nbsp;recoads"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070802_c.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://disk.poshme.jp" target="_blank" title="posh&nbsp;recoads"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070802_d.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');

// FRONTLINE
	banner.push('<a href="http://frontline.poshme.jp/" target="_blank" title="posh&nbsp;me!&nbsp;FRONTLINE"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070806_frontline_b.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://frontline.poshme.jp/" target="_blank" title="posh&nbsp;me!&nbsp;FRONTLINE"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070806_frontline_c.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://frontline.poshme.jp/" target="_blank" title="posh&nbsp;me!&nbsp;FRONTLINE"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070806_frontline_d.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://frontline.poshme.jp/" target="_blank" title="posh&nbsp;me!&nbsp;FRONTLINE"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070806_frontline_e.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');

// MUSIC FUND
	banner.push('<a href="http://www.musicfund.net" target="_blank" title="MUSIC&nbsp;FUND"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070807_b.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');
	banner.push('<a href="http://www.musicfund.net" target="_blank" title="MUSIC&nbsp;FUND"><img src="http://static.poshme.jp/images/banner/comHeader_banner_070807_c.jpg" width="380" height="60" alt="posh&nbsp;recoads"></a>');



/*
	banner.push('<a href="http://studio.poshme.jp/" target="_blank" title="studio&nbsp;posh&nbsp;me!"><img src="http://static.poshme.jp/images/banner/comHeader_banner_studio_01.gif" width="468" height="60" alt="studio&nbsp;posh&nbsp;me!"></a>');
	banner.push('<a href="http://studio.poshme.jp/" target="_blank" title="studio&nbsp;posh&nbsp;me!"><img src="http://static.poshme.jp/images/banner/comHeader_banner_studio_02.gif" width="468" height="60" alt="studio&nbsp;posh&nbsp;me!"></a>');
	banner.push('<a href="http://www.amazon.co.jp/%E3%83%8F%E3%83%84%E3%82%AB%E3%83%8A-%E6%A3%AE%E5%B1%B1%E8%8A%B1%E5%A5%88/dp/B000P0I8F4" target="_blank" title="森山花奈"><img src="http://static.poshme.jp/images/banner/comHeader_banner_kana_01.gif" width="468" height="60" alt="森山花奈"></a>');
	banner.push('<a href="http://www.amazon.co.jp/%E3%83%8F%E3%83%84%E3%82%AB%E3%83%8A-%E6%A3%AE%E5%B1%B1%E8%8A%B1%E5%A5%88/dp/B000P0I8F4" target="_blank" title="森山花奈"><img src="http://static.poshme.jp/images/banner/comHeader_banner_kana_02.gif" width="468" height="60" alt="森山花奈"></a>');
	banner.push('<a href="http://office.poshme.jp/" target="_blank" title="アーティスト&nbsp;タレント募集"><img src="http://static.poshme.jp/images/banner/comHeader_banner_posh_01.jpg" width="468" height="60" alt="アーティスト&nbsp;タレント募集"></a>');
	banner.push('<a href="http://office.poshme.jp/" target="_blank" title="アーティスト&nbsp;タレント募集"><img src="http://static.poshme.jp/images/banner/comHeader_banner_posh_02.jpg" width="468" height="60" alt="アーティスト&nbsp;タレント募集"></a>');
	banner.push('<a href="http://www.mariashobo.jp/photos/info-t.htm" target="_blank" title="『瞳photos&nbsp;×&nbsp;posh&nbsp;me!』&nbsp;撮影会開催！"><img src="http://static.poshme.jp/images/banner/hitomi_banner.gif" width="468" height="60" alt="『瞳photos&nbsp;×&nbsp;posh&nbsp;me!』&nbsp;撮影会開催！"></a>');

*/

	var n = banner.length;
	var r = Math.floor(Math.random() * n);
	document.write(banner[r]);
