/* fades in an image after the page loads */

if (cf_okay) { // crossfade slide show

	document.writeln('<div class="cf_wrapper" STYLE="height:26px; ">');
	document.writeln('<div class="cf_element" id="cf2s"><div class="content">');
	document.writeln('<DIV ALIGN="center" STYLE="width:600px; "><IMG SRC="images\/proverb12B.gif" WIDTH="424" HEIGHT="26" ALT="&ldquo;You think of water only when the well is dry.&rdquo; &mdash;ÊAfrican proverb"><\/DIV>');
	document.writeln('<\/div><\/div><\/div>');

	var cf = new Crossfader( new Array('cf2s'), 7000, 2000 ); // (array, cross-fade time, wait time)

} else { // static image

	document.writeln('<DIV ALIGN="center" STYLE="width:600px; "><IMG SRC="images\/proverb12B.gif" WIDTH="424" HEIGHT="26" ALT="&ldquo;You think of water only when the well is dry.&rdquo; &mdash;ÊAfrican proverb"><\/DIV>');
}
