 //*** Remove Favourite Celebrites****//
 //***for the specified memeber*******//

 var celuuid='';
 function removefavcelebrities(uuid) {
 
    celuuid=uuid;
    var x=window.confirm("confirm to delete the favourite celebrity")
    if(x)
    {
    document.location = "/account/home/index.jsp?&favceleb_uuid="+celuuid; 
     }
  
 }