/*  ==============================================================  */
/*  This file inludes the header image files for all pages.         */	
/*  Do NOT add styling.. this is controlled by the CSS.  			*/
/*  Because this is an include file, any changes made here are      */
/*  global to the entire site ..change with caution                 */
/* 													               	*/
/* 	NOTE!!!!  Because this is a JavaScript include file            	*/
/*  the string holding the HTML must ALL be on the SAME line       	*/
/* 	or the include will not work!									*/
/*  Please Document ANY changes to this page below.		   			*/
/* ===============================================================  */
/* 	Programmer:	Chris Binkerd	cbinker@pluto.dsu.edu
	Date Created:	12/10/2005
	Date Modified: 	
*/

/* String to hold header HTML */
var headerString="<table id=Table_01 height=107 border=0 cellpadding=0 cellspacing=0><tr><td><img src=images/header/header_with_image_01.png width=800 height=30 alt=></td></tr><tr><td><img src=images/header/header_with_image_02.png width=800 height=44 alt=></td></tr>	<tr><td><img src=images/header/header_with_image_03.png width=800 height=33 alt=></td></tr></table>";

/* Write header HTML to page  */	
document.write(headerString);


