tell application "iTunes" to play tell application "Clutter" to activate repeat tell application "iTunes" next track delay 7 -- to allow Clutter fetching artwork end tell tell application "Clutter" to activate tell application "System Events" tell process "Clutter" keystroke "k" using {command down, shift down} delay 1 keystroke (ASCII character of 13) -- a bug in tiger ? we answer OK to the dialog box end tell end tell end repeat