You can do this simply by calling this method below.
<?php
echo $this->getLayout()->createBlock('cms/block')->setBlockId('block-name')->toHtml();
?>
You may thank someone else for this, as I have got this from some other article online long before :)
...Kat