Safari

How do I create an applescript that opens multiple links each in different windows?

With “Safari” as default internet browser, try tihis

tell application “Finder”
open location “http://www.apple.com
open location “http://www.h2o.be
open location “http://bbs.applescript.net/viewtopic.php?p=18383#18383
end tell