If server side includes don't work for you(they should - we provide that capability standard with every server setup)
you could try creating an .htaccess file containing:
Options +Includes
SSI includes work differently on Apache servers (that we use) when compared to Windows servers. Google this topic to find lots of details on what is different and how to implement it on Apache servers if you really need it.