<!--   ------------SEARCH LINKS ON THE FIRST LINE---------   -->

document.write("<table class='header_search' align='center' cellpadding='0' cellspacing='0'>");
     		   	document.write("<tr>");
		          document.write("<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>");
     				document.write("<td height='20' width='100%' align='right'>");
     					document.write("<form id='search_top' method='get' action='http://www.google.com/u/QueensCUNY'>");
  					   	document.write("<strong>" +
									"<a href='http://www.qc.cuny.edu/sitemap.php'>Site Map</a> | " +
									"<a href='http://www.qc.cuny.edu/campus_directory/'>Campus Directory</a> | " +
									"<a href='http://www.qc.cuny.edu/Map'>Map</a> | " +
									"<a href='http://www.qc.cuny.edu/quicklinks.php'>Quick Links</a> | Search " +
				          			   "</strong>");

            			document.write("<input type='text' name='q' size='14' maxlength='255' value='' />&nbsp;");
            			document.write("<input type='submit' name='submit' id='search_button' value=' Go ' />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
          				document.write("</form>");
          			document.write("</td>");
          	       document.write("</tr>");
                document.write("</table>");
 	  

<!-- --------------HEADER IMAGES AND LINKS--------- -->

	document.write("<table id='header' width='80%' align='center' cellpadding='0' cellspacing='0'>" +
					"<tr>" +
							"<td colspan='2' align='right'>" +
						"<span id='motto'>Discimus ut Serviamus: We Learn So That We May Serve</span>" +
						"</td>" +
					"</tr>" +
					"<tr>" +
						//"<td valign='top' width='25%' align='center'>" +
						//	"<a href='http://www.qc.cuny.edu/'>" + 
						//		"<img src='http://www.qc.cuny.edu/images/tl_ban.gif' alt='the Q' title='the Q' height='86' width='106'>" + 
						//	"</a>" +
						//"</td>" +
						"<td valign='top' width='100%' align='center'>" + 
							"<span id = 'header_title'>The Teacher Academy @</span><br />" +
							//"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"  +
							//"<span id='at_symbol'>@</span>" +
							"<a href='http://www.qc.cuny.edu/'>" + 
								"<img src='images/skyline.gif' alt='Queens College - CUNY' title='Queens College - CUNY' height='80' width='500'>" +
							"</a>" + 
						"</td>" +
					"</tr>" +
					"<tr height='15px'>" +
						//"<td valign='top' width='25%' align='center'>" + 
						//"&nbsp;" +
						//"</td>" +
						"<td valign='top' width='100%' align='center'>" + 
							//"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"  +
							"<span id='slogan'>Global Education. Global Campus. Real Community</span>" +
						"</td>" +
					"</tr>" +
      		     "</table>");


