my code looks like this
tell application "Firefox"
open location "http://rubyquicktips.tumblr.com/"
end tell
but if I have Firefox open, the link will open in a new tab. But I want the link to open in a new Firefox window. How can I accomplish that?