////////////////////////////////////////////////////////////////////////////
// address.js - add address to page.    								  //
// 				requires style.css in calling HTML for proper text format //
////////////////////////////////////////////////////////////////////////////
//<!--
document.write("6255 River Road<br>");
document.write("Oakdale, CA 95361");

//-->
