





























	
<!-- start of headlineDisplayStyle -->

































function searchDb(content,side)
{
var DELIMITER = '|';
var out2 = '';
var printTop = '';
var printBottom = '';
var Connect = '';
for (var count = 0; count < headlines.length; count++)
{
var endHeadline = headlines[count].indexOf(DELIMITER);
var endArticleID = headlines[count].indexOf(DELIMITER, endHeadline + 1);
var endSource = headlines[count].indexOf(DELIMITER, endArticleID + 1);
 var printHeadline = headlines[count].substring(0, endHeadline);
var printArticleID = headlines[count].substring(endHeadline + 1, endArticleID);
var printSource = headlines[count].substring(endArticleID + 1, endSource);
var printByline = headlines[count].substring(endSource + 1);
if (content == 'source') {
var printSource = headlines[count].substring(endArticleID + 1, endSource);
var printByline = '';
}
if (content == 'source') {
var printSource = headlines[count].substring(endArticleID + 1, endSource);
var printByline = '';
}
else if (content == 'byline') {
var printSource = '';
var printByline = headlines[count].substring(endSource + 1);
}
else {
var printSource = headlines[count].substring(endArticleID + 1, endSource);
var printByline = '';
}
if (side == 'main') {
out2 += '<FONT FACE="Arial,Helvetica" SIZE="-1"><a href="' + printArticleID +'">'+ printHeadline +'</A></font> <FONT FACE="Times New Roman,Times" SIZE="-1" COLOR="#666666"><I> '+printSource+' '+printByline+'</I></font><br><font size="-2"><br></font>';
}
else {
out2 += '<FONT FACE="Arial,Verdana" SIZE="-1" COLOR="#999999">&#149;</FONT> <FONT FACE="Verdana,MS Sans Serif,Arial" SIZE="-2" COLOR="#666666"><a href="' + printArticleID +'">'+ printHeadline +'</A> '+ printSource+' '+printByline+'</font><br>';
}
}
document.writeln(out2);
}
var headlines = new Array();

headlines[0 ]="<B>Teachers, Scientists Vow to Fight Challenge to Evolution</B>: Creationists Seek Curriculum Change; Kan. Education Hearings Open Today|http://www.washingtonpost.com/wp-dyn/articles/A38465-2005May5.html|(Post, May&nbsp;5, 2005)|(By Peter Slevin, Page A03 )";
headlines[1 ]="<B>Teachers Give New SAT Essay Low Marks</B>: Council Calls Test A Poor Predictor|http://www.washingtonpost.com/wp-dyn/articles/A35355-2005May4.html|(Post, May&nbsp;4, 2005)|(By Michael Dobbs, Page A10 )";
headlines[2 ]="<B>Air Force to Probe Religious Climate at Colorado Academy</B>|http://www.washingtonpost.com/wp-dyn/articles/A35370-2005May4.html|(Post, May&nbsp;4, 2005)|(By Alan Cooperman, Page A03 )";
headlines[3 ]="<B>COAST TO COAST</B>: A national briefing of people, issues and events around the country|http://www.washingtonpost.com/wp-dyn/articles/A28686-2005May1.html|(Post, May&nbsp;1, 2005)|(Page A02 )";
headlines[4 ]="<B>Latin: A Language Alive and Well</B>|http://www.washingtonpost.com/wp-dyn/articles/A16275-2005Apr26.html|(Post, April&nbsp;26, 2005)|(Page A04 )";

<!-- end of headlineDisplayStyle -->

	
    


<!--  start getting the articles  -->



