





























	
<!-- 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>Darfur's Real Death Toll</B>|http://www.washingtonpost.com/wp-dyn/articles/A12485-2005Apr23.html|(Post, April&nbsp;24, 2005)|(Page B06 )";
headlines[1 ]="<B>The Senate's Hypocrisy</B>|http://www.washingtonpost.com/wp-dyn/articles/A12486-2005Apr23.html|(Post, April&nbsp;24, 2005)|(Page B06 )";
headlines[2 ]="<B>Viewer Beware</B>|http://www.washingtonpost.com/wp-dyn/articles/A12487-2005Apr23.html|(Post, April&nbsp;24, 2005)|(Page B06 )";

<!-- end of headlineDisplayStyle -->

	
    


<!--  start getting the articles  -->



