
if (screen.width <= 699) {
document.location = "mobile.html";
}



if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i)) || (navigator.userAgent.match(/blackberry/gi)) || (navigator.userAgent.match(/android/gi)))
{
   location.replace("mobile.html");
}


//<![CDATA[
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-6650354-5']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

//]]>


var MenuBar1;


Spry.Utils.addLoadListener(function() {

//<![CDATA[
function initializeDropDownMenu(){
// get 'navbar' element
var navbar=document.getElementById('navbar');
if(!navbar){return};
// get all menu items
var menuitems=navbar.getElementsByTagName('li');
if(!menuitems){return};
for(var i=0;i<menuitems.length;i++){
// assign 'over' class attribute to each menu item on 'mouseover'
menuitems[i].onmouseover=function(){
this.className+=' over';
}
// remove 'over' class attribute to each menu item on 'mouseout'
menuitems[i].onmouseout=function(){
this.className=this.className.replace(' over','');
}

}
}
// initialize drop-down menu when web page is loaded
window.onload=function(){
if(document.all&&document.getElementById&&document.getElementsByTagName){
initializeDropDownMenu(); 
}
}
//]]>



google_ad_client = "ca-pub-4062421689915227";
/* restaurants op curacao new */
google_ad_slot = "7588392865";
google_ad_width = 120;
google_ad_height = 600;



google_ad_client = "ca-pub-4062421689915227";
/* restaurants op curacao new */
google_ad_slot = "7588392865";
google_ad_width = 120;
google_ad_height = 600;



google_ad_client = "ca-pub-4062421689915227";
/* restaurants op curacao new */
google_ad_slot = "7588392865";
google_ad_width = 120;
google_ad_height = 600;



google_ad_client = "ca-pub-4062421689915227";
/* restaurants op curacao new */
google_ad_slot = "7588392865";
google_ad_width = 120;
google_ad_height = 600;



MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});


});

