 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('pr_hddisneypooh.htm','A Room with a Pooh','pr_loweskit01.htm','What\'s New for Kitchens and Baths','pr_lowesorg02.htm','Tips from Lowe\'s on Getting Organized','pr_lowesorggar1.htm','Organizing Your Garage for Safety');