if (typeof(sectionid)=="undefined")
var sectionid = "120674";

var currentTime = new Date();
var hours = currentTime.getHours();
var graphic = "good_morning.jpg";

if (hours>11) graphic = "good_afternoon.jpg";
if (hours>17) graphic = "good_evening.jpg";


document.write('	<table width="760" cellspacing="0" cellpadding="0" border="0">	');
document.write('	<tr bgcolor=#32397C><td colspan="7" bgcolor="#FFFFFF"><img src="/images/blank.gif" width=3 height=4 alt="" border="0"></td></tr>');
document.write('	<tr><td valign="top" width=185><img src="/images/welcome.jpg" alt="" border="0"></td>');
document.write('	<td colspan=2 valign="top"><img src="/images/' + graphic + '" alt="" border="0"><img src="/images/r1c1.jpg" alt="" border="0"></td></tr>');
document.write('	<tr><td colspan="7" bgcolor="#FFFFFF"><img src="/images/blank.gif" width=3 height=4 alt="" border="0"></td></tr>');


document.write('	<tr bgcolor="#32397C"><td>&nbsp;</td><td valign="top"><a href="http://www.henry-adams.co.uk/"><img src="/images/property_search.gif" width=175 height=22 alt="" border="0"></a><img src="/images/blank.gif" width=55 height=22 alt="" border="0"></td>');

document.write('	<td valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="336" height="22"><param name="movie" value="flash/ticker.swf?id='+sectionid+'"/><param name=quality value=high /><embed src="flash/ticker.swf?id='+sectionid+'"  width="336" height="22" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed></object></td></tr>');

document.write('	<tr><td colspan="7" bgcolor="#FFFFFF"><img src="/images/blank.gif" width=3 height=3 alt="" border="0"></td></tr>');




document.write('	</table>');
