OK, there's quite a lot wrong with that... I think you want more like...
code:
function OnEvent_ContactSignin(Email){
if(Email == 'ruben_mud@hotmail.com'){
var Message = "Ruben Mud is online!";
MsgPlus.DisplayToast("Notification", Message);
MsgPlus.PlaySound('C:\Program Files\MSN Messenger\newalert.wma');
}
}
EDIT: You should try reading some other scripts and see what you pick up.