﻿$(window).bind("load", function(){

     //only load popunder for certain pages of the sites
     if ($("body").is("#pageid1160, #pageid1161"))
     {
          if (readCookie("popupUnder") != "1")
          {
               win2=window.open("http://www.pacificahotels.com/popunder/","","width=520,height=400,scrollbars=0,resizable=no");
               if (typeof(win2) != "undefined" && win2 != null)
               {
                    win2.blur();
                    window.focus();
                    createCookie("popupUnder", "1");
               }
          }
     }

});


 
$(document).ready(function(){

     $('#footerNavLinks li.lastItem').before('<li pageid11077><b><a href="http://www.konabeachhotel.com/media.htm">Media</a></b></li>'); 

});
