tell application "Firefox"
OpenURL "http://rubyquicktips.tumblr.com/"
end tell
or try this...
tell application "Firefox" to activate
tell application "System Events" to keystroke "n" using command down
tell application "Firefox"
OpenURL "http://rubyquicktips.tumblr.com/"
end tell