function writeHeader()
{
	document.write("<table width='100%' height='122' border='0'  cellpadding='0' cellspacing='0'>");
	document.write("<tr>");
	document.write("<td width='143' rowspan='2'><a href='http://smartlearner.in' title='smartlearner.in - a smart way to learn'><img src='images/sl_bnr_left.gif' alt='smartlearner.in - a smart way to learn' border='0'></img></a></td>");
	document.write("<td width='497' height='98'><a href='GetCurrency.aspx' title='Get Currency by Country Name - a smart way to learn'><img src='images/getcurrency.gif' alt='Get Currency by Country Name - a smart way to learn' border='0' height='93'></img></a></td>");
	document.write("<td width='143' valign='top'>");
	document.write("<table width='100%'>");
	document.write("<tr>");
	document.write("<td width='100%' align='right' class='headerborder' height='20'>SINCERITY</td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='100%'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='100%' align='right' class='headerborder' height='20'>DISCIPLINE</td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='100%'></td>");
	document.write("</tr>");
	document.write("<tr>");
	document.write("<td width='100%' align='right' class='headerborder' height='20'>REGULARITY</td>");			
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("<tr>");
	document.write("<td width='657' height='24'colspan='2'>");
	document.write("<table  height='100%' width='100%'class='linkborder'>");
	document.write("<tr ><td width='657' align='right'>");
	document.write("<table border='1' cellspacing='0' cellpadding='0' frame='vsides'>");
	document.write("<tr>");
	document.write("<td width='120' class='linktable'><a href='JrDownload.html' class='download' title='Junior School'>Junior School</a></td>");
	document.write("<td width='120' class='linktable'><a href='JrDownload.html' class='download' title='Senior School'>Senior School</a></td>");
	document.write("<td width='120' class='linktable'><a href='p_article.html' class='download' title='Article'>Programming</a></td>");
	document.write("<td width='120' class='linktable'><a href='CpDownload.html' class='download' title='Tutorials'>Computer Science</a></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td></tr>");
	document.write("</table>");
	document.write("</td>");
	document.write("</tr>");
	document.write("</table>");
}
function writeFooter()
{
document.write("<td width='800' height='20'  border='1' bgcolor='#00CCCC' align='center' class='footer'>All right reserved with smartlearner.in</td>");
}