// JavaScript Document
if (diffTimeSeconds > 5)
{
	document.write ('<img src="images/water_footer.gif" alt="Luxury Homes in the Caribbean"/>');
}
else
{
	document.write ('<object type="application/x-shockwave-flash" data="images/water_footer.swf" width="700" height="99"><param name="movie" value="images/water_footer.swf" /></object>');
}