function GetLastMonthProfit(service,cat)
{
 var url="/Services/GetlastPrice.aspx?Service="+service+"&cat="+cat;
 var txtHint=$("LMP");
 var ajax = new Ajax.Updater('LMP',url);
}
