<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>NRCommandScriptSource</key>
	<string>tell application "NewsRack"
	set n to number of tabs
	set i to n
	repeat while i is greater than 0
		set t to tab i
		if t is not selected tab then
			close tab i
		end if
		set i to i - 1
	end repeat
end tell</string>
	<key>NRCommandTitle</key>
	<string>Close Other Tabs</string>
	<key>NRCommandType</key>
	<string>AppleScript</string>
</dict>
</plist>
