<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<!--Attributes for bg/text color, and link color/underlining can be found in the "css.css" file (Cascading Style Sheet).--->
<!--See http://www.htmlhelp.com/reference/css/ for more information on making and modifying cascading style sheets--->
<link rel=stylesheet type="text/css" href="css.css">   

<title>Chem Ed 2003</title>
</head>

<body>

<!---in order to use the ssi (Server Side Include) files, the following line must be added to the .htaccess file:-->
<!-- "AddType text/x-server-parsed-html html htm" (Without the quotes)-->
<!--The .htaccess file goes in the same directory as the webpage files using the ssi(s).-->
<!--See example below on how to add a ssi file to a webpage-->





<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
	<td height="716" rowspan="2" bgcolor="#000080" valign="top">
	<br><br><br><br><br><br><br><br><br>
	      
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
    <td bgcolor="#000080" valign="top" align="left">
    	<p align="center">
	    <img border="0" src="menu_chemed.gif" width="125" height="20">
	</td>
</tr>
<tr>
	<td bgcolor="#000080" valign="top" align="left"><b><a href="index.html" class=menu>Home</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="chemed.html" class=menu>About Chem Ed.</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="registration.html" class=menu>Registration</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="http://php.auburn.edu/event/chemed2003/mail.php" class=menu>Mailing List</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="faq.html" class=menu>FAQ</a></b></td>
</tr>

<!---This next row (set of <tr></tr> tags) provides a space between the "CHEM ED" menu and the "About..." menu-->
<tr>
    <td bgcolor="#000080" valign="top" align="left">&nbsp;</td>
</tr>
<!-------------------------------------End of the spacer row----------------------------------->

<tr>
	<td bgcolor="#000080" valign="center" align="left">
    	<img border="0" src="menu_about.gif" width="125" height="20">
	</td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="http://www.auburn.edu" class=menu target="_new">AU</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="http://www.auburn.edu/academic/science_math/cosam/docs/" class=menu target="_new">COSAM</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left"><b><a href="http://www.auburn.edu/ausim" class=menu target="_new">AUSIM</a></b></td>
</tr>
<tr>
    <td bgcolor="#000080" valign="top" align="left" width="125"><b><a href="region.html" class=menu>the region</a></b></td>
</tr>
</table>
&nbsp;</td>
	<td width="22" rowspan="2" background="fadeout2.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
		<td width="23" rowspan="2">    
		&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
	<td width="175%">
		<center>
		<!---code in "ssi_top.html" is added here--->
		<table border="0" cellspacing="1" id="AutoNumber1">
  	<tr>
    <td width="100%">
    
    <p align="center">
    
    <img border="0" src="title.gif" align="center" width="584" height="167"></td>
  	</tr>
	</table>
		</center>
	</td>
</tr>
	
 <tr>
    <td height="715" valign="top">
	    <p align="center"><font size="+2"><strong><font size="6"><br>
    	The 17th ChemEd 2003 Conference, <br>
        July 27-31, 2003</font></strong></font><font size="6">
	    </font>
    	<center>
    	<p><font size="+2"><strong>
		<script language="JavaScript1.2">



/*  Dynamic countdown Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit http://www.dynamicdrive.com                                 */

function setcountdown(theyear,themonth,theday) {
  yr=theyear;mo=themonth;da=theday
}

setcountdown(2003,7,27)

var countdownwidth='515px'
var countdownheight='20px'
var countdownbgcolor='#FFFFFF'
var opentags='<font face="Verdana" size="2">Time until Chem Ed 2003:<br>'
var closetags='</font>'

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''

function start_countdown() {
  if (document.layers)
    document.countdownnsmain.visibility="show"
  else if (document.all||document.getElementById)
    crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
  countdown()
}

if (document.all||document.getElementById)
  document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')

window.onload=start_countdown

function countdown() {
  var today=new Date()
  var todayy=today.getYear()
  if (todayy < 1000)
    todayy+=1900
  var todaym=today.getMonth()
  var todayd=today.getDate()
  var todayh=today.getHours()
  var todaymin=today.getMinutes()
  var todaysec=today.getSeconds()
  var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
  futurestring=montharray[mo-1]+" "+da+", "+yr
  dd=Date.parse(futurestring)-Date.parse(todaystring)
  dday=Math.floor(dd/(60*60*1000*24)*1)
  dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
  dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
  dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)

  //Day of occasion
  if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da) {
    if (document.layers) {
      document.countdownnsmain.document.countdownnssub.document.write(opentags+"ChemEd 2003"+closetags)
      document.countdownnsmain.document.countdownnssub.document.close()
    }
    else if (document.all||document.getElementById)
    crosscount.innerHTML=opentags+message_on_occasion+closetags
    return
    }
//Day of occasion
    else if (dday<=-1) {
      if (document.layers) {
        document.countdownnsmain.document.countdownnssub.document.write(opentags+"ChemED 2003 took place July 27-31, 2003.  Keep watching for ChemED 2004! "+closetags)
        document.countdownnsmain.document.countdownnssub.document.close()
      }
    else if (document.all||document.getElementById)
      crosscount.innerHTML=opentags+"Occasion already passed! "+closetags
    return
  }
//Prior to occasion
  else {
    if (document.layers) {
      document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds"+closetags)
      document.countdownnsmain.document.countdownnssub.document.close()
    }
    else if (document.all||document.getElementById)
      crosscount.innerHTML=opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds"+closetags
    }

  setTimeout("countdown()",1000)
}
    </script>
    
<noscript>
<font size=3>
Your browser does not support JavaScript and thus the countdown applet will not be displayed.<br>
This should not limit any other functionality of this site.<br>
If you are using OS X on the Macintosh, please consider viewing this page in Netscape under the Classic Environment.<br><br>
</font></noscript>

<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide>
<layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
 	    <br>
        <br>
 	   <br>
    	<img border="0" src="samford.gif" width="500" height="350" ><p></strong></font>
	    </p>
	    </p>
    	</center>
		<center>
		<P> <IMG SRC="http://counter.digits.com/wc/-d/4/ChemEd03" ALIGN=middle
		WIDTH=60 HEIGHT=20 BORDER=0 HSPACE=4 VSPACE=2>visitors since March 26, 2002. </font></font>
		<h3>
		</h3>
		</center>
	</td>
</tr>
</table>

</body>
</html>
