var strDATES = "";



// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************
strDATES  += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium'><font face='Tahoma'><font size='1'><i>";
// *** ARTICLE DATE ***
strDATES  += "Tuesday, February 1, 2011";

strDATES  += "</i></font></td></tr>";
strDATES  += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; boder-bottom-style: none; border-bottom-width: 0'><font size='1' face='Tahoma'><b>";

// *** ARTICLE TITLE ***
strDATES  += "Second Installment Due - Secured Property Tax Bills<br>";

strDATES  += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
strDATES  += "Second installment of secured property tax bills due."

//***ARTICLE HYPERLINK ***
strDATES  += "<br><br><br>";

strDATES += "</font></font></td></tr>";


// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************
strDATES += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium'><font face='Tahoma'><font size='1'><i>";
// *** ARTICLE DATE ***
strDATES += "Tuesday, February 15, 2011";

strDATES += "</i></font></td></tr>";
strDATES += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; boder-bottom-style: none; border-bottom-width: 0'><font size='1' face='Tahoma'><b>";

// *** ARTICLE TITLE ***
strDATES += "<strong>Last Day to File Exemptions</strong><br>";

strDATES += "</font></b><font size='1'> ";
strDATES += "Last day to file Homeowners' Exemptions and Special Exemptions."
//***ARTICLE HYPERLINK ***
strDATES += "<br><br><br>";

strDATES += "</font></font></td></tr>";

// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************

strDATES  += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium'><font face='Tahoma'><font size='1'>";
// *** ARTICLE DATE ***
strDATES  += "</font></b><font size='1'> ";
strDATES  += "<br><a href='ImportantDates.asp'><font size='1'>More Dates...</font></a><br><br>";

strDATES  += "</font></td></tr>";
strDATES  += "<tr><td style='border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; boder-bottom-style: none; border-bottom-width: 0'><font size='1' face='Tahoma'><b>";

// *** ARTICLE TITLE ***
strDATES  += "";

strDATES  += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
strDATES  += "";
// *** ARTICLE HYPERLINK ***
strDATES  += "";

strDATES  += "</font></font></td></tr>";
// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************

// copy lines 3-22, paste below here and replace the appropriate date/title/text/hyperlink



document.write(strDATES);

