Skip navigation
 
Share Your Story.
 
Click to return to Diana Jewelers Home page

Necklaces & Pendants

Items -332--278 of 80
Pricesortby:Default LowestPriceFirst HighestPriceFirst
   Itemsperpage: 54 9 18 36 54 72
$25000
TangoChampagne,Black,andWhitePendant TangoCollection
Callforprice SilverFamilyTreePendant MommyChic Callforprice Forever&AlwaysPendant MommyChic Callforprice LoveYouToTheMoon&BackPendant MommyChic Callforprice SterlingSilverGrandma'sBlessingPendant MommyChic Callforprice You'veCapturedMyHeartPendant MommyChic Callforprice SilverCirclePendant MommyChic Callforprice SilverFamilyPendant MommyChic $8500 AmelieGreenParaibaPendant AmelieCollection Callforprice EvermorePinkPendant EvermoreCollection $12500 ConnectionBlackPendant ConnectionCollection $35000 AdagioBlueNecklace AdagioCollection $22500 RegalBlackMotherofPearlPendant RegalCollection $19500 RegalStripeOnyxPendant RegalCollection $13500 ForgetMeNotSerenityBluePendant ForgetMeNotCollection Callforprice OceanaBluePendant OceanaCollection Callforprice ReinaBlackPendant ReinaCollection Callforprice FontaineWhitePendant FontaineCollection Callforprice BeautyBoundWhitePendant BeautyBoundCollection Callforprice RivieraBrown&RoseGoldPendant RivieraCollection Callforprice SirenaBlackMotherofPearlPendant SirenaCollection Callforprice SirenaWhiteMotherofPearlPendant SirenaCollection Callforprice FormaBluePendant FormaCollection Callforprice Constellations:BavariaMultiPendant Constellations:BavariaCollection Callforprice GeometricaMulticolorPendant GeometricaCollection Callforprice GeometricaBlack&WhitePendant GeometricaCollection Callforprice RoyaleBluePendant RoyaleCollection Callforprice SingleDragonflyPendant DragonflyCollection Callforprice STYLE#PNK0086 Callforprice STYLE#PNK0070 Callforprice STYLE#PNK0068 Callforprice STYLE#PHCN012 Callforprice MotherandChildAgate Callforprice MotherandChildGoldHeartPendant Callforprice P2003CSP18 Callforprice P0069CLP18 Callforprice P0055CAP18 Callforprice P0051CAP18 Callforprice P0018CLP18 Callforprice P0013CLP18 Callforprice N2011CLP18 Callforprice N2008CLP18 Callforprice N0015CEP18 Callforprice N0014CLP18 Callforprice N0008CLP18 Callforprice SterlingSilverAmethystPendant Callforprice SterlingSilver/14KYellowGoldFreshwaterPearlPendant Callforprice 14KYellowGoldAustralianOpal/DiamondPendant Callforprice 14KYellowGoldNaturalOpal/DiamondPendant Callforprice SterlingSilverBlueTopazWavePendant Callforprice 14KWhiteGoldBlueTopaz/DiamondPendant Callforprice 14KYellowGoldEmeraldWRhodiumDiamondAreaPendant Callforprice 14KWhiteGoldBlueSapphire/DiamondPendant Callforprice 12 //MAYBETHISSHOULDNOTBEINASINGLEFUNCTIONMAYBETHEOPENDROPDOWNFUNCTIONWILLSETTHEVARIABLESANDTHENTHEOTHERFUNCTIONSAREOUTSIDE?? functionkilldropdownmenuname,containername{ varkillOuter=documentgetElementByIdcontainername; varkillMenu=documentgetElementByIdmenuname; killMenuclassListremove'dolon'; killOuterclassListremove'doborder'; } functionopendropdownmenuname,containername{ varkillOuter=documentgetElementsByClassName'doborder'[0]; varkillMenu=documentgetElementsByClassName'dolon'[0]; ifkillMenu{ killMenuclassListremove'dolon'; } ifkillOuter{ killOuterclassListremove'doborder'; } vardropOuter=documentgetElementByIdcontainername; vardropMenu=documentgetElementByIdmenuname; dropMenuclassListadd'dolon'; dropOuterclassListadd'doborder'; dropMenuaddEventListener'mouseleave',function{ dropMenuclassListremove'dolon'; dropOuterclassListremove'doborder'; },false; } windowaddEventListener'keydown',functionevent{ varx=eventwhich||eventkeyCode; ifx==27{ documentgetElementById'sortbymenu'classListremove'dolon'; documentgetElementById'sortbydisplayoptions'classListremove'doborder'; } },false;