function header()
{
	document.write('<center>');
	document.write('<table border="0" width="600"><tr>');
	document.write('<td align="center"><font face="Times New Roman, Times, serif" size="6"><b><i>Key Entertainment Services</i></b></font>');
	document.write('<br>');
	document.write('<font face="Times New Roman, Times, serif" size="4">Entertainment Agency and Consultancy</font><br><font face="arial" size="1">Telephone : 01202 528135 - E-mail : </font><a class="tiny" href="mailto:info@keyents.co.uk">info@keyents.co.uk</a></td><td><a href="index.html"><img src="logo.gif" width="160" height="70" border="0"></a></td>');
	document.write('</td></tr></table>');
	document.write('<br>');
	document.write('<br>');
	document.write('</center>');
}

function footer()
{
	document.write('<center>');
	document.write('<table width="600" cellspacing="0" cellpadding="0">');
	document.write('<tr>');
	document.write('<td colspan="2">');
	document.write('<hr width="600" color="000066"></td>');
	document.write('</tr>');
	document.write('');
	document.write('<tr>');
	document.write('<td valign="top"><a href="contact.html">Key Entertainments Services</a><br><a href="index.html">www.keyents.co.uk</a></td>');
	document.write('<td align="right">telephone : 01202 528135<br>fax : 01202  463295</td>');
	document.write('</tr>');
	document.write('');
	document.write('<tr>');
	document.write('<td colspan="2">');
	document.write('<br>');
	document.write('<center><a href="mailto:info@keyents.co.uk"><img border="0" src="star.gif" width="20" height="18"></a> please send e-mail to <a href="mailto:info@keyents.co.uk">info@keyents.co.uk</a></center>');
	document.write('</td>');
	document.write('</tr>');
	document.write('');
	document.write('</table>');
	document.write('</center>');
}

function previous(message)
{
	document.write('<center>');
	document.write('<table width="600" cellspacing="0" cellpadding="0">');
	document.write('<tr><td width="26"><a href="javascript:history.back()"><img border="0" src="star.gif" width="20" height="18"></a></td><td valign="bottom">');

	if (message)
	{
		document.write('<a href="javascript:history.back()">' + message + '</a>');
	}
	else
	{
		document.write('<a href="javascript:history.back()">return to previous page</a>');
	}

	document.write('</td></tr>');
	document.write('</table><br>');
	document.write('</center>');
}

