jQuery(function($){
		
		$(".simpleBox").selectable({
			style: "simpleBox",
			set: "slideDown",
			out: "fadeOut",
			inDuration: 300,
			outDuration: 300,
			height: 150,
			opacity: 1.9
		});
		$(".feedFormField").selectable({
			style: "simpleBox",
			set: "slideDown",
			out: "fadeOut",
			inDuration: 300,
			outDuration: 300,
			height: 150,
			opacity: 1.9
		});
				
	});



$(document).ready(function(){
var bnDB=[
 '<a href="restaurant/nycafe/morning.html"><img src="img/common/bn_breakfast.jpg" alt="オリエンタルホテル広島のおいしい朝食"></a>'
,'<a rel="window500" class="popupwindow" href="https://secure01.blue.shared-server.net/www.oriental-hiroshima.com/popup/formmail.html"><img alt="メールマガジンのご登録" src="img/common/bn_ex_mail.jpg"></a>'
,'<a href="onlineshop/amenity.html"><img src="img/common/bn_ex_amenity.jpg" alt="アメニティのご購入"></a>'
,'<a href="http://www.oriental-hiroshima.com/bridal_new/fair/index.html" target="_blank"><img src="img/common/bn_ex_bridal.jpg" alt="ブライダルフェアのご案内"></a>'
,'<a href="club/index.html"><img src="img/common/bn_ex_club.jpg" alt="お得な会員制度"></a>'
,'<script src="http://tabiiro.jp/magazine/_common/js/bnr.js" type="text/javascript"></script><a href="javascript:fullscreen(\'http://tabiiro.jp/magazine/_a/34_oriental_hiroshima/book.html\');"><img src="http://tabiiro.jp/magazine/_a/34_oriental_hiroshima/h144_55.jpg" border="0" width="144" alt="トラベルウェブマガジン旅色"></a>'
];

var ht='';
var ar=[];
while(ar.length<4&&bnDB.length>0){
ar[ar.length]=bnDB.splice(Math.floor(Math.random()*bnDB.length),1);
}
for(var i=0;i<ar.length;i++){
	ht+='<li class="'+((i%2)?'right':'left')+'">'+ar[i]+'</li>\r\n';
}
$('#indexPage .bannerEx').html(ht);
});
