// JavaScript Document


var out = "<table width='100%' height='718' cellpadding='0' cellspacing='0' style='margin-top:0px'><!-- main table content -->";

out += "<tr>";
out += "<td width='5%' height='608'></td>";
out += "<td width='90%' style='border-left:6px solid #8BBCD2; border-right:6px solid #8BBCD2;'><!-- main td -->";
		
out += "<table width='100%' style='background-color:#FFFFFF' cellpadding='0' cellspacing='0'> <!-- logo/header table -->";
out += "<tr>";
out += "<td width='85%' style='padding-left:10px; padding-top:0px'>";
out += "<a href='index.html'><img src='../images/logo.gif' class='logo' border='0'></a>";			
out += "</td>";
out += "<td width='15%' align='right' style='padding-right:10px; padding-top:20px; background-image:url(../images/CEFSlogo.gif); background-repeat:no-repeat'>";
out += "<a href='http://www.cefs.ncsu.edu/' target='_blank'><img src='../images/spacer.gif' width='120' height='77' border='0'></a></td>";

out += "</tr>";	
//out += "<tr><td colspan='2' style='background-color:8BBCD2; height:4px'></td></tr>";
out += "</table>";
	
out += "<table width='100%' height='606' cellpadding='0' cellspacing='0' style='background-color:#FFFFFF'><!-- middle content table -->";
//out += "<tr><td height='20' align='center'><font size='-2'>";
//out += "<em>this site is currently being updated.. you can call 755-3804 with any questions.</em></font></td></tr>";
		
		
		
out += "<tr><td height='10'></td></tr>";

document.write(out);