<!--

// Display Current Date & Time
document.write(word_day_of_week + " " + word_month + " " + the_day + ", " + the_year);
// document.write("<br>");
// document.write(hour + ":" + minute + " " + am_pm + " (Mountain Time)");

// Display Current Date & Time
// document.write(word_day_of_week + " " + word_month + " " + the_day + ", " + the_year);
document.write(" - ");
document.write(hour + ":" + minute + " " + am_pm + " &nbsp;");

// -->
