[COLOR="Blue"]tell application "iTunes"
set x to album of current track as text
end tell
set the clipboard to x
tell application "Safari"
activate
open location "http://www.google.com/"
end tell
tell application "System Events"
keystroke "v" using command down
keystroke " review"
keystroke return
end tell[/COLOR]