// Latest Articles JavaScript Document

function writeOldArticles(){
var str='';
str+='<table width="100%"  border="0" cellspacing="0" cellpadding="0">';

str+='                  <tr>';
str+='                    <td> <a href="placestovisitinwashington.html">Places to Visit in Washington<\/a> - Washington D.C. is a fascinating city, but -- how you see Washington D.C is as important (if not more important) than what you’ll see&hellip; <\/td>';
str+='                  <\/tr>';
str+='                  <tr>';
str+='                    <td>&nbsp;<\/td>';
str+='                  <\/tr>';

str+='                <\/table>';
document.write(str);
}
