set url1 to "http://www.google.com/"
set url2 to "http://www.apple.com/"
set url3 to "http://en.wikipedia.org/wiki/Main_Page"
repeat
tell application "Safari"
open location url1
delay 5
open location url2
delay 5
open location url3
delay 5
end tell
end repeat