"FrillsBox":newMarketItem(this,"FrillsBox",133,92,3.00,"res/items/FrillsBox.png","res/items/FrillsBoxGlow.png","Some people dress up their dogs. Others dress up their house. Why not dress up your turkey?"),
"Temperature Probe":newMarketItem(this,"Temperature Probe",200,57,9.00,"res/items/TempProbe.png","res/items/TempProbeGlow.png","Ensure your food is cooked with this handy thermometer. Now with easy to read LED display"),
"OvenLight in a Box":newMarketItem(this,"OvenLight in a Box",131,222,15.00,"res/items/OvenLightBox.png","res/items/OvenLightBoxGlow.png","This will allow checking on your turkey without letting the heat out."),
"Alarm Clock":newMarketItem(this,"Alarm Clock",173,248,6.00,"res/items/Alarm.png","res/items/AlarmGlow.png","Have you ever wanted to control time? Now you can. Digital readout counts down until time of choice. Audible alarm"),
"Cookbook":newMarketItem(this,"Cookbook",283,203,3.00,"res/items/Cookbook1.png","res/items/Cookbook1Glow.png","How do I cook turkey? Handy note space included for writing down temperature measurements"),
"Repurposed Stuffing":newMarketItem(this,"Repurposed Stuffing",510,197,2.00,"res/items/StuffingRepurposed.png","res/items/StuffingRepurposedGlow.png","At least 80% original breadcrumb. Guaranteed to contain no avian products"),
"Exquisite Stuffing":newMarketItem(this,"Exquisite Stuffing",458,210,3.00,"res/items/StuffingExquisite.png","res/items/StuffingExquisiteGlow.png","Colonial merchants once traveled the four reaches of the Earth to bring back the ingredients contained in this very box"),
"Special Stuffing":newMarketItem(this,"Special Stuffing",390,220,6.00,"res/items/StuffingSpecial.png","res/items/StuffingSpecialGlow.png","Once rated as the most handsome man in the universe. Scott and his patented special stuffing will set you on the path to food heaven"),
"Organic Turkey":newMarketItem(this,"Organic Turkey",180,360,randomWeight[0]*2.00,"res/items/Turkey5.png","res/items/Turkey5Glow.png","All natural. No hormones. No antibiotics. Free Range. Lead Free",parseFloat(randomWeight[0])),
"Free Range Turkey":newMarketItem(this,"Free Range Turkey",540,320,randomWeight[1]*1.25,"res/items/Turkey4.png","res/items/Turkey4Glow.png","Our turkeys have wide open spaces to roam and are fed with only the highest quality feed.",parseFloat(randomWeight[1])),
"Sunny Farms Turkey":newMarketItem(this,"Sunny Farms Turkey",265,415,randomWeight[2]*0.85,"res/items/Turkey3.png","res/items/Turkey3Glow.png","100% Turkey product from Sunny Farms Heavy Industries, Ltd.",parseFloat(randomWeight[2])),
"Pastured Turkey":newMarketItem(this,"Pastured Turkey",474,357,randomWeight[3]*1.75,"res/items/Turkey2.png","res/items/Turkey2Glow.png","Grassy fields and natural ingredients allow our turkeys to have a better life, and taste great.",parseFloat(randomWeight[3])),
"General Turkey":newMarketItem(this,"General Turkey",378,426,randomWeight[4]*1.00,"res/items/Turkey1.png","res/items/Turkey1Glow.png","100% General Satisfaction Guaranteed",parseFloat(randomWeight[4]))
};
this.purchasedItems=[];
@ -179,7 +240,7 @@ function GameUI( canvasElem, gameState ){
@@ -179,7 +240,7 @@ function GameUI( canvasElem, gameState ){