// _import('class'); // _import('Abs'); // _import('Suggester'); window.onload = function() { // if (!$('google-ads-present')) // $('footer').className = 'footer absolute'; // var SUGGESTER = new Suggester; // SUGGESTER.add({field: $('country'), getCommand: '/country-list/'}); // SUGGESTER.add({field: $('resort'), getCommand: '/resort-list/', // dependency: $('country')}); } function bookmarkPage() { t=document.title;l=location.href;m1="Press Ctrl + ";m2=" to Bookmark this page";if(window.opera != undefined ){var v="T";alert(m1+v+m2);}else if(window.sidebar){window.sidebar.addPanel(t, l,"")}else if(document.all!= -1){window.external.AddFavorite(l,t);}else {v="D";alert(m1+v+m2);} }