// Java Script for Top Links // Last update Fri, 15 Jun 2007 15:43:21 PST // copyright protected, Designing Online, Inc. - all rights reserved. function show_top_links(layout,twidth){ // layout is vert or horz, and twidth is max table width var link_spot=1; var baseurl = "http://www.designingonline.com/"; if(layout == "horz"){ var colwidth=(twidth/2)-10; } else{ var colwidth=twidth; } document.write(''); document.write(''); document.write(''); document.write(''); } if(layout == "vert"){ if(link_spot == 2){ document.write(''); } } link_spot++; } // End While document.write('
'); while(link_spot<=2){ if (link_spot == 1){ var jurl=baseurl+"home-and-garden-news/"; var jtitle="Home and Garden News"; var jdesc="These high quality Home and Garden News articles about new decorating ideas, upcoming events and new design concepts, are genuinely useful and will he..."; } if (link_spot == 2){ var jurl="http://www.godisawesome.biz"; var jtitle="God Speaks by Gia Clunie"; var jdesc="God Speaks is a contemporary compilation of Spirit-Led devotions which was written in order to encourage others in the Christian family. It shows conf..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' \;'); } document.write('

'+jtitle+'
'); document.write(''+jdesc+'

'); if(layout == "horz"){ document.write('
'); } // End function Show Top Links