code: || sEmail === 'johndoe2@gmail.com'
code:function OnEvent_ContactSignin(sEmail) { if ( sEmail === 'johndoe@hotmail.com' || sEmail === 'johndoe2@gmail.com' ) Messenger.MyStatus = STATUS_ONLINE; }