From the AppleScript Users list:this is a small tell block that will hide the Finder. It’s intended to try and speed up some scripting actions.
OS version: OS X
tell application "Finder"
set visible of first process whose name is "Finder" to false
end tell