I made an applescript today to launch a few of my favorite applications:
set the app_list to {"iTunes", "Mail", "Safari", "Terminal"}
set the app_count to the count of the app_list
repeat with i from 1 to the app_count
set this_app to item i of the app_list
tell application this_app...