// 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 2008"; // Following variables refer to the number of companies for each rating var top_pick = "19"; var buy = "158"; var market_perform = "53"; var reduce = "8"; var restricted = "10"; var total_companies = "248"; // Following variables refer to the percentage of total for each rating var pc_top_pick = "8%"; var pc_buy = "64%"; var pc_market_perform = "21%"; var pc_reduce = "3%"; var pc_restricted = "4%"; var pc_total_companies = "100%";