void etmr_main(){
    while(!you_leave){
        switch(as_you_like){
          case GPS_Software:
            GPS_works(); /* 4/06, 2007 */
            break;
          case LINK:
            my_friends();
            break;
          default:
#if 0
            trash(); /* Main Content is Back ! */
#endif
            break
    }
}
 
char* mail_me(char* words){
    mailto(&etmr@mac.com);
    return &reply_mail;
}