// Java Script for Top Links // Last update Fri, 15 Jun 2007 15:49:39 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://jewelry.novica.com"; var jtitle="Handmade Jewelry at NOVICA"; var jdesc="Exceptional handmade jewelry from a broad range of eclectic designers worldwide. Check out the artists and the inspiration behind each piece they crea..."; } if (link_spot == 2){ var jurl="http://www.rubylane.com/shops/yearsafter"; var jtitle="YEARS AFTER Antiques Vintage Jewelry "; var jdesc="We provide exquisite antique victorian and art deco jewellery, vintage bakelite jewelry, celluloid, lucite and all vintage plastics. We also provide f..."; } 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('