var footie1 = new Array(
'<table WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">',
'<TR>',
'<TD width="20%" align="RIGHT">',
'<P>Home</P>',
'</TD>',
'<TD width="80%">',
'<P>',
' &nbsp;|' 
);
for (fi=0; fi<footie1.length; fi++) document.write(footie1[fi]);
