
(define (gimp-tutorials)
  (plug-in-web-browser "http://www.gimp-tutorials.net/")
)

(define (gimper)
  (plug-in-web-browser "http://www.gimper.net/")
)

(define (gimp-talk)
  (plug-in-web-browser "http://www.gimptalk.com/")
)

(define (gimpchat)
  (plug-in-web-browser "http://www.gimpchat.com/")
)

(define (Sta.sh)
  (plug-in-web-browser "https://sta.sh/login/?referrer=http%3A%2F%2Fsta.sh%2F#/")
)  


(script-fu-register "gimp-tutorials"
   _"_GIMP-tutorials.net"
   _"various GIMP tutorials all on one site"
    "John Laubach <laubach_john@hotmail.com>"
    "John Laubach <laubach_john@hotmail.com>"
    "2008"
    ""
)

(script-fu-menu-register "gimp-tutorials"
                         "<Image>/Help/Links")


(script-fu-register "gimper"
   _"_GIMPER.NET"
   _"Bookmark to the GIMPER web site"
    "John Laubach <laubach_john@hotmail.com>"
    "John Laubach <laubach_john@hotmail.com>"
    "2008"
    ""
)


(script-fu-menu-register "gimper"
                         "<Image>/Help/Links")


(script-fu-register "gimp-talk"
   _"_GIMPtalk"
   _"Bookmark to the GIMPtalk web site"
    "John Laubach <laubach_john@hotmail.com>"
    "John Laubach <laubach_john@hotmail.com>"
    "2008"
    ""
)

 (script-fu-menu-register "gimp-talk"
                         "<Image>/Help/Links")



(script-fu-register "gimpchat"
   _"_GIMPCHAT.COM"
   _"Bookmark to the Gimp Chat web site"
    "Rod Detmer <wacmaster@hotmail.com>"
    "Rod Detmer <wacmaster@hotmail.com>"
    "2010"
    ""
)

(script-fu-menu-register "gimpchat"
                         "<Image>/Help/Links")



(define (everystock)
  (plug-in-web-browser "http://everystockphoto.com/")
)
(script-fu-register "everystock"
   _"Everystock"
   _"Website that allows you to search loads of free Stock photos"
    "John Laubach <laubach_john@hotmail.com>"
    "John Laubach <laubach_john@hotmail.com>"
    "2008"
    ""
)

(script-fu-menu-register "everystock"
                         "<Image>/Help/Links")
						 
						 
						 
(script-fu-register "Sta.sh"
   _"_STA.SH"
   _"Bookmark to the Deviant Art Stash login"
    "Rod Detmer <wacmaster@hotmail.com>"
    "Rod Detmer <wacmaster@hotmail.com>"
    "2012"
    ""
)

(script-fu-menu-register "Sta.sh"
                         "<Image>/Help/Links")						 