BOOL IsMyLife_v1 (CString strMyLordMSG)
{
   if (ThinkAllDay (strMyLordMSG)
      return TRUE;
   else
      return FALSE; 
 
}

+ Recent posts