 function recentArticle() {var c = 0;for(var i=1;i<zArt.length;i+=2) {if(c>2){return;}if(zArt[i-1] != thisArt) {if(c==0){document.write("<hr width='100%' color='#999999' size='1' noshade='1'></hr><b>Most Recent Articles</b><br/>");}document.write("&#149;&nbsp;<a href='" + zArt[i-1] + "'>" + zArt[i] + "</a><br>");c++;}}} zArt=new Array('10thankscp.htm','10 Fast and Easy Thanksgiving Centerpieces','10thankscp2.htm','10 Quick Thanksgiving Centerpieces: Continued');