This is a fairly obvious hint, but it may help some of the Mac-owning magicJack users out there who are frustrated by the fact that the magicJack window pops open whenever you make or receive a call. To fix this, open AppleScript Editor and make this simple script:
tell application "Finder" to set visible of process "magicJack" to false
Save it to your /Library/Scripts folder. Next, create a cron entry (mine is set to run every five minutes) to run the script:
*/5 * * * * /usr/bin/osascript /Library/Scripts/minimize_magicjack.scpt
Mac OS X Hints
http://hints.macworld.com/article.php?story=20100116160436587