Setup a static block in the admin CMS screens giving your block an identifier. You then use this identifier to declaratively load the block in your template.

Then, to include it in a template (say homepage.phtml):

<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('indentifer')->toHtml() ?>