function marketnews1() {
               temp ='<table border="0" width="100%">';
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
 temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">December, 2008</span><BR>Stephen Adler on ABC News Now "Money Matters"<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'			   
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
               temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">December, 2006</span><BR>Giving Tips<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
               temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">December, 2006</span><BR>Do homework before giving to charities<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
               temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">December, 2006</span><BR>What do a fortune 500 railroad company, a local commercial real estate company and Colonial Williamsburg have in common?<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
               temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">December, 2006</span><BR>Know where donations go<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'
			   temp +='<TR>';
               temp +='<TD valign="top" >';
			   //news blurb Start
               temp +='<a href="newsArchive.html"><SPAN CLASS="mainTxtbold">October, 2006</span><BR>PODCAST: Behind The Scenes Of Corporate Giving With Expert Stephen Adler<BR><BR></a>';
			   //news blurb end
               temp +='</TD>';
               temp +='</TR>'
               temp +='</table>';
                  //alert(temp);
                  document.getElementById('news').innerHTML = temp;
               }
