-- Downloaded From: http://c-command.com/scripts/safari/open-in-netnewswire -- Last Modified: 2013-10-23 tell application "Safari" set _document to document of window 1 set _url to URL of _document end tell tell application "NetNewsWire" activate open URL in new tab with _url set index of selected tab to (number of tabs - 1) end tell