





























	
<!-- 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>Decision Time Nears for 49ers</B>|http://www.washingtonpost.com/wp-dyn/articles/A8987-2005Apr22.html|(washingtonpost.com, April&nbsp;22, 2005; 11:19 AM)|(By Mark Maske)";
headlines[1 ]="<B>Opinions Differ Over Strength of RB Class</B>|http://www.washingtonpost.com/wp-dyn/articles/A6917-2005Apr21.html|(washingtonpost.com, April&nbsp;21, 2005; 1:00 PM)|(By Mark Maske)";
headlines[2 ]="<B>49ers Shop for Discount on Top Pick</B>|http://www.washingtonpost.com/wp-dyn/articles/A4440-2005Apr20.html|(washingtonpost.com, April&nbsp;20, 2005; 5:02 PM)|(By Mark Maske)";
headlines[3 ]="<B>TV Deals Show League's Might</B>|http://www.washingtonpost.com/wp-dyn/articles/A825-2005Apr19.html|(washingtonpost.com, April&nbsp;19, 2005; 1:22 PM)|(By Mark Maske)";
headlines[4 ]="<B>Young QBs Hope for the Right Situations</B>|http://www.washingtonpost.com/wp-dyn/articles/A62677-2005Apr18.html|(washingtonpost.com, April&nbsp;18, 2005; 11:04 AM)|(By Mark Maske)";

<!-- end of headlineDisplayStyle -->

	
    


<!--  start getting the articles  -->



