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  += "Monday, August 31, 2009";

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  += "Business Personal Property Tax Bills Due - <br>";

strDATES  += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
strDATES  += "Last day to pay business personal property, boats, and aircraft tax bills before penalties are added."

//***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  += "Monday, November 2, 2009";

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  += "First Installment Due - Secured Property Tax Bills<br>";

strDATES  += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
strDATES  += "First installment of secured property tax bills due (extended since November 1 falls on a Sunday)."

//***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);
