<!--
document.write("<center>");

document.write("Copyright © 2004-2008,<br>")

emailname = "BBEInfo"
emailserver = "biancobiz.com"
//change the font face, color and size below 
//document.write("<font face='Arial,Helvetica' size=-1>");
document.write("<a href='mailto:" + emailname + "@" + emailserver + "?subject=Contact from BBE Homepage" + "'>");
//document.write("<font color='ff0000'>");
document.write("James M. Bianco");
document.write("</a><br>");
document.write("</font>");

document.write("All Rights Reserved")

document.write("</center>")

document.write("")
document.write("<font face='Arial,Helvetica' size=-2>");
document.write("<br>Page last updated :");
document.write(document.lastModified);
document.write("")

// -->