// Java Script for Top Links // Last update Thu, 12 Jul 2007 06:42:19 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('
| '); while(link_spot<=2){ if (link_spot == 1){ var jurl="http://www.brightandbold.com"; var jtitle="BrightandBold - Modern Home Decor"; var jdesc="FREE SHIPPING EVERYDAY on Modern Home Decor and Trendy Accessories to Brighten Your World! Fun products include envirosax bags, unique jewelry, trendy..."; } if (link_spot == 2){ var jurl="http://www.adelasfunctionalart.com"; var jtitle="Decorative Knobs and Light Switchplates"; var jdesc="We make beautiful decorative cabinet knobs and decorative light switchplates. Our themes include: Children, Toile, Safari, Nautical, Country, African ..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' |  \; | '); document.write('');
}
document.write(' '+jtitle+' | ');
}
if(layout == "vert"){
if(link_spot == 2){
document.write('');
}
}
link_spot++;
} // End While
document.write('