var slideshowSpeed=5e3;var photos=[{title:"ROOMS AND SUITES",image:"headerimg-01.jpg",url:"url(../images/headerimg-01.jpg)",firstline:"Going on",secondline:"vacation?"},{title:"restaurant",image:"headerimg-02.jpg",url:"url(../images/headerimg-02.jpg)",firstline:"Or still busy at",secondline:"work?"},{title:"restaurant",image:"headerimg-03.jpg",url:"url(../images/headerimg-03.jpg)",firstline:"Or still busy at",secondline:"work?"},{title:"restaurant",image:"headerimg-04.jpg",url:"url(../images/headerimg-04.jpg)",firstline:"Or still busy at",secondline:"work?"},{title:"restaurant",image:"headerimg-05.jpg",url:"url(../images/headerimg-05.jpg)",firstline:"Or still busy at",secondline:"work?"},{title:"restaurant",image:"headerimg-06.jpg",url:"url(../images/headerimg-06.jpg)",firstline:"Or still busy at",secondline:"work?"},{title:"restaurant",image:"headerimg-07.jpg",url:"url(../images/headerimg-07.jpg)",firstline:"Or still busy at",secondline:"work?"}];$(document).ready(function(){$("#back").click(function(){h();e("back")});$("#next").click(function(){h();e("next")});var a;$("#control").toggle(function(){h()},function(){$(this).css({"background-image":"url(images/btn_pause.png)"});e("next");a=setInterval(function(){e("next")},slideshowSpeed)});var b=1;var c=0;var d=false;var e=function(a){if(d){return}if(a=="next"){c++;if(c==photos.length+1){c=1}}else{c--;if(c==0){c=photos.length}}var e=b;if(b==1){b=2}else{b=1}g(photos[c-1],e,b)};var f=-1;var g=function(a,b,c){d=true;f--;$("#headerimg"+c).css({"background-image":"url(images/"+a.image+")",display:"block","z-index":f});$("#headertxt").css({display:"none"});$("#firstline").html(a.firstline);$("#secondline").attr("href",a.url).html(a.secondline);$("#pictureduri").attr("href",a.url).html(a.title);$("#headerimg"+b).fadeOut(function(){setTimeout(function(){$("#headertxt").css({display:"block"});d=false},500)})};var h=function(){$("#control").css({"background-image":"url(images/btn_play.png)"});clearInterval(a)};e("next");a=setInterval(function(){e("next")},slideshowSpeed)})
