﻿
   if (window.location.href.toLowerCase().indexOf("greatdeals") > -1)
   {
       if (window.location.href.toLowerCase().indexOf("greatdeals.asp") == -1)
       {
            window.location =  "greatdeals.asp";
       } 
   } 


      google.load('search', '1');

function OnLoad() {
  // create a search control
  var searchControl;
    if (SubDomain=="charlotte"){
        searchControl = new google.search.CustomSearchControl('017109945344941436188:pighwyhypoe');
    } else if (SubDomain == "myrtlebeach") {
        searchControl = new google.search.CustomSearchControl('017109945344941436188:bejqvb-odra');
    }else{ 
        searchControl = new google.search.CustomSearchControl('017109945344941436188:l88tib6xkpa');
   }
  var options = new google.search.DrawOptions();
  options.setSearchFormRoot(document.getElementById("cse"));
 searchControl.setSearchCompleteCallback(window, SearchComplete) 
  searchControl.draw(document.getElementById("searchResults"), options);
  //searchControl.execute("test");
}
google.setOnLoadCallback(OnLoad);

function SearchComplete(){
    if(document.getElementById("searchResultsClose")==null){
        $('.gsc-tabsArea').prepend("<div style='text-align:right;padding-right:15px;' id='searchResultsClose'><a href='#' onclick='SearchClose();'><img src='_images/2009/clear.gif' border=0>&nbsp;Close&nbsp;Search</a></div><br clear='all'/>");
        
   } 
}

function SearchClose(){
    $('.gsc-clear-button').click();
}

function window_onload(){
    
    //MM_preloadImages('_images/cal_bracket_left.gif','_images/cal_bracket_right.gif','_images/icon_contests_h.gif','_images/icon_dating_h.gif','_images/icon_deals_h.gif','_images/icon_photo_h.gif','_images/fav_icons_sports_h.gif','_images/fav_icons_nightlife_h.gif','_images/fav_icons_music_h.gif','_images/fav_icons_restaurant_h.gif','_images/icon_establishment_specials_h.gif','_images/icon_establishment_shop_h.gif','_images/icon_establishment_profile_h.gif','_images/icon_establishment_photos_h.gif','_images/icon_establishment_events_h.gif','_images/icon_establishment_directions_h.gif','_images/icon_establishment_deals_h.gif','_images/icon_establishment_contests_h.gif','_images/subnav_memberlogout_h.gif','_images/subnav_memberlogin_h.gif','_images/subnav_location_h.gif','_images/subnav_alpha_h.gif','_images/subnav_category_h.gif');
   var h = document.getElementById("imgForceHeight"); 
   if(h) h.height=1320;
}

$(function() {
    $('.Profile .GalleryImageCell a').prepend("<img src='_images/2009/profile_gal_corner.gif' float=right>");
    $('.Gallery .GalleryImageCell a').prepend("<img src='_images/2009/gal_corner.gif' float=right>");
    $('#selJumpSite').change(function() {
        var v = $("#selJumpSite option:selected").val();
        if (v != "") {
            window.location = 'http://' + v + "/";
        }
    });

//Google Maps keys
//zspotlight.com
//ABQIAAAAg4-xEihAXshzFfS7ViK_AxR9egog-0FxvP2m5i43osQJQ4jMghSQt4J3wXvOmiGu9CRE1gaJp_4aYg
    //localhost
    //ABQIAAAAg4-xEihAXshzFfS7ViK_AxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQcF9TD-612DhW1ceUcIvuo_cndCQ
//zspot.com
    //ABQIAAAAg4-xEihAXshzFfS7ViK_AxRu_nb8DD4iE_pc2lxSyUZp542FJxTQHlvmq7GsIvHDloVnCvIFOb0TPw
})  
