// JavaScript Document

function showmsg()
{
	alert ("We are revising our presentation.  It will be available Aug 25th.");
	return false;
	
}