<!--
	
	/********************************************
	* Display newsflash information
	********************************************/	

	if (ShowNewsflash == "True")
	{
		if (SiteConfig == 3)
		{
			RemoveNewsflashDate = "00000000";
		}

		if (!(IsItToday(RemoveNewsflashDate,1)))
		{
		document.write ('<tr><td>');
		document.write ('<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="Newsflash">');
		document.write ('<tr bgcolor="#D6D6D6"><td width="1" rowspan="3"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="1"></td><td width="4"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="4"></td><td width="100%"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="1"></td><td width="100" valign="top"><img alt="" src="' + BaseURL + '/images/fade-2-a.gif" height="1" width="100"></td></tr>');
		document.write ('<tr><td width="5" bgcolor="#F1F1F1"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="5"></td><td width="100%" bgcolor="#F1F1F1"><strong><a href="' + MoreInfoLink + '"><font color="#FF0000">' + NewsflashTitle + '</font></a></strong><span class="copysmall"> - ' + NewsflashDate + '</span></td><td width="100" bgcolor="#F1F1F1"><img alt="" src="' + BaseURL + '/images/fade-1-a.gif" height="25" width="100"></td></tr>');
		document.write ('<tr bgcolor="#D6D6D6"><td width="4" valign="top"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="4"></td><td width="100%"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="1"></td><td width="100" valign="top"><img alt="" src="' + BaseURL + '/images/fade-1-b.gif" height="1" width="100"></td></tr>');
		document.write ('</table>');
		document.write ('<table width="100%" cellpadding="0" cellspacing="0" summary="Special Feature">');
		document.write ('<tr><td width="1" bgcolor="#D6D6D6" rowspan="7"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" width="1" height="1"></td><td height="5"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="5" width="1"></td></tr>');
		document.write ('<tr valign="top"><td width="5"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" width="5" height="1"></td><td width="100%">' + NewsflashText + '</td></tr>');
		
		if (MoreInfoLink != "")
		{
		document.write ('<tr><td height="15"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" width="1" height="15"></td></tr>');
		document.write ('<tr valign="top"><td width="5"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" width="5" height="1"></td><td width="100%" class="copysmall"><a class="copysmall" href=' + MoreInfoLink + '>For more information...</a></td></tr>');
		}
		document.write ('<tr><td height="5"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif"></td></tr>');
		document.write ('</table>');
		document.write ('<table width="100%" cellpadding="0" cellspacing="0" border="0" summary="Special Feature">');
		document.write ('<tr bgcolor="#D6D6D6"><td width="1" rowspan="3"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="1"></td><td width="4"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="4"></td><td width="100%"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" height="1" width="1"></td><td width="100" valign="top"><img alt="" src="' + BaseURL + '/images/fade-2-a.gif" height="1" width="100"></td></tr>');
		document.write ('</table>');
		document.write ('</td></tr>');
		document.write ('<tr><td height="15"><img alt="" src="' + BaseURL + '/images/clea-1-a.gif" width="1" height="15"></td></tr>');
		}
	}

-->