Go to the layout directory in app/design/frontend/default/* (your current theme), edit your module's xml (if not there, copy from base directory) and add the following:
<default> <reference name="top.links"> <action method="addLink" translate="label title"> <label>Home</label> <url>http://www.engineer-ing.com/</url> <title>Home</title> </action> </reference> </default>