//Break out of any frames
if (window != top) top.location.href = location.href;
//Write the heading HTML
var cText = ''
//cText += '<br>'
cText += '<table width=100% border=0 cellspacing=0 cellpadding=0>'
cText += '	<tr>'
cText += '		<td bgcolor="#0099FF" width="50%">'
cText += '			&nbsp;'
cText += '		</td>'
cText += '		<td align=center><a href="index.html"><img src="images/banner.jpg" border=0 alt="Welcome to the Whittakers Website"></a></td>'
cText += '		<td bgcolor="0000CC" width="50%">'
cText += '			&nbsp;'
cText += '		</td>'
cText += '	</tr>'
cText += '</table>'  
document.write(cText)