Thursday, September 9, 2010

Healthier Meat

June 7, 2007 by Loma Gregg  
Filed under Entertaining, Food, Food & Wine

Make Meat Healthier with This Cooking Trick

// < ![CDATA[
// ClientCallBack Function that recieves the RatingInfo when Rating is Changed
function StaticTipRatingCallback(RatingChangedEventArgs)
{
var labelElement = $get("ctl00_ctl00_cph_gm_cph_c2_440_Tip_TipRatingStatic1_lblStarRating");
labelElement.innerHTML = "Rating: " + RatingChangedEventArgs._RatingInfo.Stars + " out of 5";
}
// ]]>

// < ![CDATA[
// This is a unique pageLoaded function for each instance of this control
function ctl00_ctl00_cph_gm_cph_c2_440_Tip_TipRatingStatic1_StaticTipRating1_Rating1_InitRating()
{
var baseId = "ctl00_ctl00_cph_gm_cph_c2_440_Tip_TipRatingStatic1_StaticTipRating1_Rating1";
var baseElement = [...]