StolenGrowlNotifier.scpt

tell application "GrowlHelperApp"
        set the allNotificationsList to ¬
                {"Stolen"}
       
        set the enabledNotificationsList to ¬
                {"Stolen"}
       
        register as application ¬
                "Stolen Mac" all notifications allNotificationsList ¬
                default notifications enabledNotificationsList ¬
               
        notify with name ¬
                "Stolen" title ¬
                "This computer has been stolen." description ¬
                "Please call *phonenumber* for no questions asked cash reward." application name ¬
                "Stolen Mac" icon of file "file:///etc/.stolen/apple-lock-icon.icns" priority 2 with sticky
end tell