How to add custom message in success page in magento.

How to add custom message in success page in magento.
IT is very simple.You can costum message  add in your success page.

Please goto app\design\frontend\<your theme>\template\checkout\success.phtml
If not get success.phtml in your theme please go base theme and copy success.phtml and paste in your theme checkout folder.
add following code or your custom message.

Like as

<p><?php echo $this->__(‘<a href=”mailto:borntowinanwar@gmail.com”> Contact Anwar Hossain</a>For Magento work.’) ?></p>

Hope it will work. Have a nice day!.