/* You can customise the look of the stories by altering the style sheet */
for(i=0;i<=4;i++)
{
	
	if(getArticles.ArticleStore[i].Image!='')
	{
		document.write('<table><tr><td valign=top><img src="'+getArticles.ArticleStore[i].Image+'"></td><td valign=top>')
	}
		document.write(getArticles.ArticleStore[i].Headline)
	if(getArticles.ArticleStore[i].Image!='')
	{
		document.write('</td></tr></table>')
	}
	document.write('<table border=0 cellspacing=0 cellpadding=0 width=100%>');
	document.write('<tr><td bgcolor=#cccccc colspan=2><img src="http://www.landwriter.com/landwriter/premium/images/spacer.gif" width=1 height=1></td></tr>');
	document.write('<tr><td> '+getArticles.ArticleStore[i].DateAdded+'</td>');
	document.write('<td align=right><a href="'+getArticles.ArticleStore[i].urlpath+'">More...</a></td></tr>');
	document.write('<tr><td bgcolor=#cccccc colspan=2><img src="http://www.landwriter.com/landwriter/premium/images/spacer.gif" width=1 height=1></td></tr>');
	document.write('</table>');
	document.write('<p>');
}
document.write('<font size=1 face="arial"><b>News supplied by <a href="http://www.landwriter.com" target="_blank">Landwriter.com</b></a></font>')