tell application "GrowlHelperApp"
set the List_of_alerts to {"My first notification"}
set the enabledNotificationsList to {"My first notification"}
register as application "My Script Growl" all notifications List_of_alerts default notifications {"My first notification"} icon of application "Finder"
notify with name "Mon alerte" title "hello" description "blalbla" application name "My Script Growl" icon of application "Finder"
end tell