/* Footer WITHOUT Counter*/
function Footer() {
	var s = '';
	s+='<div align=center><center>\n';
	s+='<TABLE border="0" cellpadding="0" cellspacing="0" width="700">\n';
	s+='	<TR valign="top">\n';
	s+='	<TD><img src="images/gry_bl_5x5.gif" width="5" height="5"></TD>\n';
	s+='	<TD><img src="images/gry_h_5x5.gif" width="690" height="5"></TD>\n';
	s+='	<TD><img src="images/gry_br_5x5.gif" width="5" height="5"></TD>\n';
	s+='	</TR>\n';
	s+='</table>\n';
	s+='</center></div>\n';
	s+='<div align=center><center>\n';
	s+='<TABLE border="0" cellpadding="5" cellspacing="0" width="700">\n';
	s+='	<TR valign="top">\n';
	s+='	<TD align="center"><MARQUEE><FONT class=orange><b>Get your business or organisation online with a fully-fledged web site for less than <blink>&euro;1 per day</blink>. Call Clondalkin Online now on  01 4404 337 or e-mail <A HREF="mailto:mail@clondalkin.com">mail@clondalkin.com</A>.</b></FONT></MARQUEE></TD>\n';
	s+='	</TR>\n';
	s+='</TABLE>\n';
	s+='</center></div>\n';
	s+='<div align=center><center>\n';
	s+='<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="700" >\n';
	s+='	<TR ALIGN=CENTER>\n';
	s+='	<TD><font class="smallblue"><b>&nbsp;</b></font></TD>\n';
	s+='	</TR>\n';
	s+='</TABLE>\n';
	s+='</center></div>\n';
	return s;
}