{{{tell application "Finder" to set homePath to (home as string)

set pdxSpotList to (homePath & "Desktop:spots.xls") set pdxMapOriginal to (homePath & "Desktop:bikemap.pdf" as alias) set resultGraphic to (homePath & "Desktop:pdx.png")

set myList to {}

tell application "Microsoft Excel"

end tell

tell application "Adobe Photoshop CS"

end tell}}