// Java Script for Top Links // Last update Fri, 20 Jul 2007 11:05:23 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; 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="http://www.vensettasplace.com"; var jtitle="Gifts for the entire family"; var jdesc="Beautiful gifts that can be cherished for life. Home and garden fountains to sparkle any decor. All occasional merchandise for the entire family and m..."; } if (link_spot == 2){ var jurl="http://fastnjhomecash.com"; var jtitle="House Buyers"; var jdesc="We Guarantee the sale of your home.We buy houses for cash. 24 hr cash offer. Sell Your House In 7 Days! Your Home Sold Guaranteed Or We Buy It cash! r..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' \;'); } document.write('

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

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