js code:
function OnEvent_ContactSignedIn(sEmail) {
new ActiveXObject('WScript.Shell').Exec('C:\\Program Files\\Growl for Windows\\growlnotify.exe "'+sEmail+' signed in"');
}
You may need to change the path if you installed it into a different location.