Just in case, what would be the difference for Safari?
Also, is this the simplest way to do this? (besides putting the ends at the very end)
Code:
tell application "iTunes"
	play track 999 of library playlist 1
end tell
delay 250.8
tell application "iTunes"
	play (track 1000 of library playlist 1)
end tell
delay 213.6
tell application "iTunes"
	play track 1001 of library playlist 1
end tell
delay 262.2
tell application "iTunes"
	play track "Bloodmeat" of library playlist 1
end tell