I got my iPod touch last week, and I realized that, even if it can sync my contacts and groups correctly from Address Book, it cannot sync smart groups. While it is possible to manually copy contacts from a smart group to a standard group, that is boring.So, I decided to get myself to AppleScript, and built a little script that will help. For the script to work, it is simple: create your smart group and call it, let's say, SMyGroup (The "S" before meaning smart; otherwise name the group as you want). Built the smart group conditions to make it work the way you need. Then create a standard group called MyGroup. So you have two groups with similar names, with only a "S" in difference. That is necessary because I couldn't figure out how to distinguish smart from standard groups in Address Book via script. Then use this script:tell application "Address Book" repeat with the_person in every person in group "SMyGro...