// footer table
var now = new Date();
var theYear = now.getFullYear();

var footer = '<table border="0" cellpadding="0" cellspacing="0" width="700">'
+'<tr><td colspan="7"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="1" height="2" border="0" alt=""></td></tr>'
+'		<tr>'
+'			<td width="10"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="10" height="17" border="0" alt=""></td>'
+'			<td width="11"><img src="http://www.collegeboard.com/prod_images/navigation/top_leftcorner.gif" width="11" height="17" border="0" alt=""></td>'
+'			<td bgcolor="#006699"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="313" height="17" border="0" alt=""></td>'
+'			<td width="64" bgcolor="#006699"><a href="http://www.collegeboard.com/html/communications000.html"><img src="http://www.collegeboard.com/prod_images/navigation/nav_contact_us.gif" width="64" height="17" border="0" alt="CONTACT US"></a></td>'
+'			<td width="17" bgcolor="#006699"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="17" height="17" border="0" alt=""></td>'
+'					<td width="46" bgcolor="#006699"><a href="http://www.collegeboard.com/about/association/careers/opportunities.html"><img src="http://www.collegeboard.com/prod_images/navigation/nav_careers.gif" width="46" height="17" border="0" alt="CAREERS"></a></td>'
+'					<td width="17" bgcolor="#006699"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="17" height="17" border="0" alt=""></td>				'
+'			<td width="106" bgcolor="#006699"><a href="http://www.collegeboard.com/html/copyright001.html"><img src="http://www.collegeboard.com/prod_images/navigation/nav_terms_and_conditions.gif" width="106" height="17" border="0" alt="TERMS AND CONDITIONS"></a></td>'
+'			<td width="17" bgcolor="#006699"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="17" height="17" border="0" alt=""></td>'
+'			<td width="82" bgcolor="#006699"><a href="http://www.collegeboard.com/html/privacy001.html"><img src="http://www.collegeboard.com/prod_images/navigation/nav_privacy_policy.gif" width="82" height="17" border="0" alt="PRIVACY POLICY"></a></td>'
+'			<td width="17" bgcolor="#006699"><img src="http://www.collegeboard.com/prod_images/null_1x1.gif" width="17" height="17" border="0" alt=""></td>'
+'		</tr>'
+'		<tr>'
+'			<td colspan="10" align="right" class="arialEleven006699">Copyright &copy; ' + theYear + ' collegeboard.com, Inc.</td>'
+'		<td>&nbsp;</td>'
+'	</tr>'
+'	</table>'
+'<br><br>';

