function phone(){
var tel = "(310) 226-7171";
var fax = "Fax: () -";
document.write(tel);
document.write("<br>");
// document.write(fax);

}

