var month = query["potm"] || new Date().getMonth();

var season = ["winter", "winter", "spring", "spring", "spring", "summer", "summer", "summer", "autumn", "autumn", "autumn", "winter"];

// zero-indexed (January is 0)
var potm = {
  10: {
    name: "Cran-Apple Crunch Pie",
    description: "A delicious and surprising pie that uses two great holiday tastes.",
    id: 842
  },
  
  11: {
    name: "Chocolate Marble Cheesecake Pie",
    description: "Chocolate and cheesecake &ndash; a pairing that&rsquo;s quickly becoming an American favorite.",
    id: 660
  },
  
  0: {
    name: "Mint Chocolate Chip Cheesecake Pie",
    description: "This creamy, mint cheesecake has a touch of chocolate in every bite.",
    id: 6165
  },
  
  1: {
    name: "Caramel Apple Cheesecake Tarts",
    description: "We added a cheesecake tang to this caramel apple combo for kids of every age.",
    id: 6102
  },
  
  2: {
    name: "White Chocolate Mousse Tarts",
    description: "These delicious tarts look elegant, but they're surprisingly easy to make.",
    id: 2741
  },
  
  3: {
    name: "Coconut Meringue Pie",
    description: "Coconut lovers will flip for this classic pie in our delicious chocolate shell.",
    id: 4505
  },
  
  4: {
    name: "Chilled Strawberry Rhubarb Pie",
    description: "Rhubarb <em>and</em> strawberry lovers will flip for this cool, refreshing dessert.",
    id: 7665
  },
  
  5: {
    name: "Berry Berry Cool Pie",
    description: "Choose your favorite fruit &ndash; raspberries, blueberries or blackberries &ndash; to put in this yummy dessert.",
    id: 253
  },
  
  6: {
    name: "Berry Berry Cool Pie",
    description: "Choose your favorite fruit &ndash; raspberries, blueberries or blackberries &ndash; to put in this yummy dessert.",
    id: 253
  },
  
  7: {
    name: "Pear Cherry Pie",
    description: "An unexpected pairing makes one great-tasting pie.",
    id: 7663
  },
  
  8: {
    name: "Coconut Meringue Pie",
    description: "The ultimate treat for coconut fanatics, plus a little something for the chocoholics.",
    id: 4505
  },
  
  9: {
    name: "Hazelnut Coffee Pudding Pie",
    description: "A popular combination of flavors makes this pie a delicious end to any meal. ",
    id: 29
  }
};