// * ************************************************************* *
// *                                                               *
// * JavaScript file with spacer row above and below content area. *
// * ************************************************************* *

document.write("<div align=\"center\">");
document.write("<table width=\"859\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
// *************** Line on left side ****************************************
document.write("<td nowrap=\"nowrap\" valign=\"top\" width=\"1\" background=\"Images/Body-left.png\">");
document.write("<img src=\"Images/Body-left.png\" width=\"1\" height=\"30\" alt=\"\" border=\"0\"></td>");
// *************** Blank area ****************************************
document.write("<td nowrap=\"nowrap\" valign=\"top\" width=\"842\" bgcolor=\"FFFFFF\">&nbsp;</td>");
// *************** Shaded area on right ****************************************
document.write("<td nowrap=\"nowrap\" valign=\"top\" width=\"16\" background=\"Images/Body-right.png\">&nbsp;</td>");
document.write("</tr></table></div>");


