// You may update the data within the quotes. Do NOT delete anything else. // These variables refer to the Ratings.asp page which contains the rating system // Following variable refer to the Ratings Distribution as at "date" var rating_date = "July 7, 2010"; // Following variables refer to the number of companies for each rating var top_pick = "19"; var buy = "173"; var market_perform = "39"; var reduce = "3"; var restricted = "10"; var total_companies = "244"; // Following variables refer to the percentage of total for each rating var pc_top_pick = "8%"; var pc_buy = "71%"; var pc_market_perform = "16%"; var pc_reduce = "1%"; var pc_restricted = "4%"; var pc_total_companies = "100%";