
function setupShoplist()
{
    shoplist = new ShopList($("aspnetForm"));
    var shoplist = null;
}

function setupFavRecipe()
{
    favrecipe = new FavRecipe($("aspnetForm"));
    var favrecipe = null;
}