﻿var strDATES = "";
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;'><font size='1' face='Tahoma'><i>";

// *** ARTICLE DATE ***
strDATES += "";

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-bottom-style: none; border-bottom-width: medium'><font face='Tahoma'><b><font size='1'>";

// *** ARTICLE TITLE ***
strDATES += "None currently scheduled";

strDATES += "</font></b><font size='1'> ";

// *** ARTICLE TEXT ***
//strDATES += "<b>You may be paying too much in taxes.</b>  If your residence is overtaxed due to a falling market you may have it reassessed to current market value to save money on your tax bill. ";

// *** ARTICLE HYPERLINK ***
//strDATES += "<br><a href='Decline.asp'><font size='1'>Click Here...</font></a>";

strDATES += "<br></font></font></td></tr>";
// ****************************************************************************************************
// --- NEXT ARTICLE ---
// ****************************************************************************************************

// copy lines 3-22, paste below here and replace the appropriate date/title/text/hyperlink



document.write(strDATES);