This script we use a lot in combination with the reset pivot script. Knowing that the pivot is at center-bottom, when using this script the model is instantly moved to the center of the scene. Useful when prepping models for export etc.
Code:
(
For objectselected in $Selection do
objectselected.position=[0,0,0]
)