 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('blztrends.htm','Designer Tips and Advice: Decorating Trends','zstartout.htm','Designer Tips and Advice: Advice for New Homeowners','zspring.htm','Designer Tips and Advice: Rev Up Your Rooms for Spring','zseasonal.htm','Designer Tips and Advice: Seasonal Decor');