/*

p&g Daz.uk



contentwrapper.js



V 0.1



oBu for Argonauts.ch



created 02-06-2003



last edited 05-06-2003 oBu





*/



footerString="";

footerString+="</td><td bgcolor=\"#FFFFFF\" background=\""+pathPre+"gfx/border_right_bg.gif\" width=21 valign=top><img src=\"gfx/border_right_top.gif\"></td></tr><tr><td colspan=\"3\" height=\"56\" valign=top><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"16\" rowspan=3><img src=\"gfx/footer_left_corner.gif\" width=\"17\" height=\"50\"></td><td bgcolor=\"#ffffff\"><img src=\"gfx/trans.gif\" width=\"1\" height=\"22\" border=\"0\" alt=\"\"></td><td width=\"20\" rowspan=3><img src=\"gfx/footer_right_corner.gif\" width=\"22\" height=\"50\"></td></tr><tr><td align=center background=\"gfx/footer_bg.gif\" class=\"txt_foot\" height=22 width=700>";





//alert (mnpt.length);

for (i=1; i<fpt.length; i++) {

	if (i>1) {

		footerString+=" | ";

	}

	footerString+="<a href=\""+fpt[i]['lnk']+"\" class=\"txt_foot\"";

	if (fpt[i]['tgt']!="self") {

		footerString+=" target=\""+fpt[i]['tgt']+"\"";

	}

	footerString+=">"+fpt[i]['nme']+"</a>";

}

footerString+="</td></tr><tr><td background=\"gfx/footer_bottom.gif\"><img src=\"gfx/footer_bottom.gif\" width=\"10\" height=\"6\" border=\"0\" alt=\"\"></td></tr></table></td></tr></table></td></tr></table>";





document.write(footerString);