function articleTop(){
document.write('<table border="0" width="780" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">');
document.write('<tr><td width="100%" valign="top" align="center"><font size="1" face="Verdana">&nbsp;</font></td></tr>');
document.write('<tr><td width="100%" valign="top" align="center"><IMG SRC="/Images/articles_title.gif"></td></tr>');
document.write('<tr><td width="100%" valign="top" align="center"><font size="1" face="Verdana">&nbsp;</font></td></tr>');
document.write('</table>');
}


function backLink(){
document.write('<TABLE BORDER="0" WIDTH="780" CELLSPACING="0" CELLPADDING="0" BGCOLOR="#FFFFFF">');
document.write('<TR><TD HEIGHT="8"></TD></TR>');
Tracker=location.href;
if (!((Tracker.indexOf("/Articles/articleindex.asp",0) <= 0))){
document.write('<TR><TD ALIGN="RIGHT" VALIGN="MIDDLE" WIDTH="780"></TD></TR>');
} else {
document.write('<TR><TD ALIGN="RIGHT" VALIGN="MIDDLE" WIDTH="780"><font face="VERDANA" size="2" color="#000000"><b>&nbsp;&nbsp;::&nbsp;&nbsp;<a href="/Articles/articleindex.asp"><font face="VERDANA" size="2" color="#800000"><b>Featured Articles Archives</b></font></a>&nbsp;&nbsp;</b></fonr></TD></TR>');
}
document.write('<TR><TD HEIGHT="8"></TD></TR>');
document.write('</TABLE>');
document.write('<Table width="780" border="0" cellspacing="0" cellpadding="1" align="center" bgcolor="#FFFFFF">');
document.write('<tr><td width="98%" align="center" height="55">');
document.write('<iframe width="98%" marginheight="0" marginwidth="0" name="archive" height="55" src="/Articles/Archives.asp" bordercolor="#FFFFFF" scrolling="no" style="background-color:#FFFFFF; padding:0px;" contenteditable="false" frameborder="no"></iframe>');
document.write('</td></tr>');
document.write('</table>');
}