// Saroj Latest Articles JavaScript Document

function writeOldArticles(){
var str='';
str+='<table width="100%" border="0" cellspacing="0" cellpadding="0">';
str+='              <tr>';
str+='                <td><p><a href="howtocreateanaffiliatemarketingwebsite.html"><strong>How to Create an Affiliate Marketing Web Site</strong><\/a> - Youve already found the ideal affiliate program to promote but youre unsure of how to spread the word...<\/p>                  <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td> &nbsp;<\/td>';
str+='              <\/tr>';


str+='              ';
str+='              ';
str+='            <\/table>';
document.write(str);
}

