on run {input,parameters}
tell application "Safari" to activate
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"http://pikabu.ru"})
end tell
end tell
end run
tell application "Safari" to activate
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"http://pikabu.ru"})
end tell
end tell
end run