﻿$(function(){
//initialize();
if(((window.location.pathname.toLowerCase())== "/shurfine/default.aspx") || ((window.location.pathname.toLowerCase())== "/shurfine/"))

{
  if($('#BottomBox').css('display') == 'none')
 {
    $('#BottomBox').show();
 }
}
else{

 if($('#BottomBox').css('display') == 'block')
  {
    $('#BottomBox').hide();
  }
}
  $('#WeeklySpecials').click(function(){
  window.open('http://shurfine.mywebgrocer.com/StoreLocator.aspx?f=cir','_self');
  });
  $('#StoreLocations').click(function(){
  window.open('http://shurfine.mywebgrocer.com/StoreLocator.aspx?f=cir','_self');
  });
  $('#AboutUs').click(function(){
  window.open('AboutUs.aspx','_self');
  });
$('#RegisterHere').click(function () {
    window.open('https://secure3.mywebgrocer.com/UMA/RegisterSignIn.aspx?uc=84285113', '_self');
  });
/*$('#RegisterHere').click(function(){
calledby='FormOpen' 
mywindow=open('http://www.awiweb.com/redplum/sf_index.html', 'redplumpopup', 'resizable=yes, width=1050, height=1500, location=no, menubar=no, screenX=0, screenY=300, titlebar=no, scrollbars=yes, toolbar=no'); 
if (mywindow.opener == null) { 
mywindow.opener = self; 
} 
});*/
  $('#GoldCard').click(function(){
  window.open('GoldCardSavings.aspx', '_self');
  });

  $('#FeaturedRecipes').click(function(){
  window.open('http://shurfine.mywebgrocer.com/RecipeDetails.aspx?Pos=0&Search=shrimp&SRC2=88&RecipeID=54&s=94225078&g=dd716987-24ca-4498-8f06-87af6aff8b61&uc=8329C112', '_self');
  });
  $('#RecipesBox').click(function(){
  window.open('https://secure3.mywebgrocer.com/UMA/RegisterSignIn.aspx?uc=84285113', '_self');
});

     
});
