﻿$(function(){


  $('#WeeklySpecials').click(function(){
  window.open('http://shursave.mywebgrocer.com/StoreLocator.aspx?f=cir','_self');
  });
  $('#StoreLocations').click(function(){
  window.open(' http://shursave.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=8329C112','_self');
  });
  $('#GoldCard').click(function(){
  window.open('GoldCard.aspx', '_self');
  });
  $('#FeaturedRecipes').click(function(){
  window.open('http://shursave.mywebgrocer.com/RecipeDetails.aspx?C1=109&C2=113&recipeID=2518&Pos=24&s=99427278&g=a394f79b-0a6a-4a36-a7f7-125425f300ab&uc=8329C112', '_self');
  });
  $('#RecipesBox').click(function(){
  window.open('https://secure3.mywebgrocer.com/UMA/RegisterSignIn.aspx?uc=8329C112', '_self');
});
});


