﻿var uniqId = Math.floor( Math.random() * 1000 );
var isMSIE = navigator.appName.indexOf("Microsoft") != -1;

function updatePromoHeight(h) {
	if (!document.getElementById) return false;
	h += 40;
	document.getElementById("container-promo").style.height = h + "px";
}

  function redirectSearch() 
  {
    window.location.href = "http://search.waikikibeachwalk.com/search/?sp_a=sp100372eb&sp_t=search&sp_q=" + document.forms[0].sp_q.value;
  }
  function redirectSearch2(e) 
  {
    if ((e.which && e.which == 13) || (e.keyCode && e.keyCode == 13))
    {
    window.location.href = "http://search.waikikibeachwalk.com/search/?sp_a=sp100372eb&sp_t=search&sp_q=" + document.forms[0].sp_q.value;
    return false;
    }
  }
  function noFlash() {
      alert('Additional functionality is available when the latest version of Flash is installed.');
  }