






document.write( "        <br></td>" +
                "    <td valign=top align=left width=11% bgcolor=#F0F0F0>" +
                "        <font face=\"arial\" color=#004688 size=1>");

if (window.location.href.indexOf("cart.html")>0)
    document.write( "Your shopping cart contains " );
else
    document.write( "Your <a href=\"cart.html\">shopping cart</a> contains " );


document.write(              ((CartSize==null || isNaN(CartSize) || CartSize<0) ? 0 : CartSize) + " item" +
                             ((CartSize==1)?"":"s") + "." +
                "        </font>" +
                "    </td>" +
                "</tr>" +

                "<tr>" +
                "    <td colspan=3 valign=top>" +
                "        <font face=\"arial\" color=#B8B8B8 size=1>" +
                "        <center>" +
                "        by " +
                "        <font face=\"arial\" color=#B8B8B8 size=1>Matthew Vanderzee</font><br>" +
                "        Copyright &copy; 2000 Store.</center>" +
                "    </td>" +
                "</tr>" +
                "</table>" +
                "</center>");



