function write_title_image() {

<!--hide
<!-- ///////////////////////////////////////////////////////////////////// -->
<!-- Displays the animated AU Logo -->
<!-- ///////////////////////////////////////////////////////////////////// -->
document.write('<A HREF="index.html" ACCESSKEY="I" TABINDEX="10"><IMG SRC="Images/Animations/AU_Flame/au_logo_with_animated_flame_white_with_drop_shadow.gif" WIDTH="123" HEIGHT="107" BORDER="0" ALT="au_logo_with_animated_flame_white_with_drop_shadow.gif - 4851 Bytes" LONGDESC="Images/ImageDescriptions/au_logo_with_animated_flame_white_with_drop_shadow.txt" TITLE="Americans United Logo"></A>');

	today = new Date();
	hours = today.getHours();
	if ((hours >= 6) && (hours < 18))  {
	document.write('<A HREF="index.html" ACCESSKEY="I" TABINDEX="10"><IMG SRC="Images/sacramento_day_skyline_text.jpg" WIDTH="600" HEIGHT="70" BORDER="0" ALT="sacramento_day_skyline_text.jpg - 17220 Bytes" LONGDESC="Images/ImageDescriptions/sacramento_day_skyline_text.txt" TITLE="Daytime Picture of Sacramento River Near Historic Old Town"></A>');
	}
	else {
	document.write('<A HREF="index.html" ACCESSKEY="I" TABINDEX="10"><IMG SRC="Images/sacramento_night_skyline_text.jpg" WIDTH="600" HEIGHT="70" BORDER="0" ALT="sacramento_night_skyline_text.jpg - 17220 Bytes" LONGDESC="Images/ImageDescriptions/sacramento_night_skyline_text.txt" TITLE="Nighttime Picture of Sacramento River Near Historic Old Town"></A>');
	}
//-->

}