WHOIS Service

mbdesignsjewelryetc.com - information about domain

  • Server Status: available
  • Server IP: 38.113.1.97
  • Server Response Time: 255ms

Site title

Handcrafted Jewelry, Unique Handcrafted Designer Jewelry

Keywords

handcrafted jewelry,unique handcrafted jewelry,jewelry designs,handcrafted jewelry designs,artistic jewelry designs,handcrafted necklaces,earrings,jewelry art,designer jewelry,Casual Guy Jewelry

Description

Handcrafted Jewelry - Unique Handcrafted Designer Jewelry at MB Designs. Handcrafted jewelry designs for men and women featuring casual and elegant - one of a kind jewelry designs. Free Shipping!

Alexa information

Alexa rank: 6,096,247

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
mbdesignsjewelryetc.com IN A 38.113.1.97 3600
mbdesignsjewelryetc.com IN MX 3600 mail.mbdesignsjewelryetc.com pri: 30
mbdesignsjewelryetc.com IN SOA 3600 mname: ns1.bizland.com
rname: admin.bizland-inc.net
serial: 2004011504
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 86400
mbdesignsjewelryetc.com IN TXT 3600
mbdesignsjewelryetc.com IN NS 3600 ns2.bizland.com
mbdesignsjewelryetc.com IN NS 3600 ns1.bizland.com

Server Location

Site source

Show / hide source
                
<html>
   <HEAD>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   
      <title>Handcrafted Jewelry, Unique Handcrafted Designer Jewelry</title>
      <meta name="description" content="Handcrafted Jewelry - Unique Handcrafted Designer Jewelry at MB Designs. Handcrafted jewelry designs for men and women featuring casual and elegant - one of a kind jewelry designs. Free Shipping!">
      <meta name="keywords" content="handcrafted jewelry,unique handcrafted jewelry,jewelry designs,handcrafted jewelry designs,artistic jewelry designs,handcrafted necklaces,earrings,jewelry art,designer jewelry,Casual Guy Jewelry">
      <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <META http-equiv="Expires" content="0">
      <META name="generator" content="Trellix Site Builder">
      <META name="TRELLIX_BUILDER_VER" content="1.0"><META name="TRELLIX_OPEN_SITE_COMMAND" content="http://www.sitedelux.com:80SiteBuilderServlet?fUrl=f_error.html&sUrl=f_edit_page.html&Command=OpenSite&FileName=536303709230092068/site.xml"></META>
      <!--base href="http://mbdesignsjewelryetc.com/"-->
      <!--/base--><script language="Javascript"><!--
        document.isTrellix = 1;
//                        --></script></HEAD>
   <body leftmargin="0" topmargin="0" rightmargin="4" marginwidth="0" marginheight="0" bgcolor="000000" link="#0066cc" vlink="#0066cc" alink="#990099" style="background-image: url(/imagelib/sitebuilder/layout/spacer.gif); ">
      <table cellpadding="0" cellspacing="0" border="0">
         <tr valign="top">
            <td width="149"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="149" alt=""></td>
            <td colspan="4" width="610"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="1" alt=""></td>
         </tr>
         <tr>
            <td width="149" background="" height="80" valign="middle" align="center"><img src="http://mbdesignsjewelryetc.com/sitebuildercontent/sitebuilderpictures/storecornerlogo.jpg" alt=""></td>
            <td width="2"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="2" alt=""></td>
            <td width="6" bgcolor="cccc99"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="6" alt=""></td>
            <td background="/imagelib/sitebuilder/layout/spacer.gif" height="80" valign="top" align="center" bgcolor="cccc99">
               <table cellpadding="2" cellspacing="0" border="0">
                  <tr>
                     <td width="595">
                        <div align="center"><font face="Verdana,Arial,Helvetica,sans-serif" size="5" color="000000"><b>MB DESIGNS JEWELRY  - UNIQUE HANDCRAFTED JEWELRY  BY MARION BERRY -  ARTIST</b></font></div>
                     </td>
                  </tr>
               </table>
            </td>
            <td width="2"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="2" alt=""></td>
         </tr>
      </table>
      <table cellpadding="0" cellspacing="0" border="0">
         <tr valign="top">
            <td width="149"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="149" alt=""></td>
            <td colspan="3" width="610"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="1" alt=""></td>
         </tr>
         <tr>
            <td background="/imagelib/sitebuilder/layout/spacer.gif" height="80" valign="top" align="center" bgcolor="99cc99">
               <table cellpadding="0" cellspacing="0" border="0">
                  <tr>
                     <td width="149"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="20" width="149" alt=""></td>
                  </tr>
                  <tr>
                     <td width="149" align="center">
                        <!--navbar Type="vert" uses-text="N" face="Arial,Helvetica,sans-serif" size="2" color="000000" style="0"--><script language="javascript" type="text/javascript">
        function tweNavbarPreload(imgSrc, imgObj) {
            if (document.images) {
                eval(imgObj+' = new Image()');
                eval(imgObj+'.src = "'+imgSrc+'"');
            }
        }

        function tweNavbarChangeImage(imgName, imgObj) {
            if (document.images) {
                document[imgName].src = eval(imgObj + ".src");        
            }
        } 

        </script><script language="javascript" type="text/javascript">
        function doRollover(elem, rollover_color, text_color){
            // set background color of TD
            if (elem.parentNode){ // IE5, IE6 and Netscape 6
                if (rollover_color == 'transparent'){   // Netscape does not like the word "transparent".
                    elem.parentNode.bgColor = '';    
                }
                else{
                    elem.parentNode.bgColor=rollover_color;
                }
            }
            else if (elem.parentElement && elem.parentElement.setAttribute){ // IE4.
                elem.parentElement.setAttribute("bgColor", rollover_color);
            }
            else{  // Netscape 4.6x or 4.7x
                //alert("Must be Netscape! do nothing");
            }
            // set color of the link text
            if (elem.children){  // IE4, IE5, IE6 and Netscape 6
                elem.children(0).style.color=text_color;
            }
        }                              
        </script><table border="0" cellpadding="5" cellspacing="2"><style>
        <!--
        A.NavBar:link    {color: 000000 ; text-decoration: none}
        A.NavBar:visited {color: 000000 ; text-decoration: none}
        A.NavBar:active  {color: 000000 ; text-decoration: underline}
        A.NavBar:hover   {color: 6633cc ; text-decoration: underline}
        -->
        </style><tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '#ffffff')" href="index.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: #ffffff;"><b>HOME</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.bizland.com/store/index.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>About the Artist</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/pendant.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Nature Photography</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.bizland.com/store/Index.html" target="_new"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Note Cards</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/gemstones.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Latest Additions to My Handcrafted Jewelry Gallery?</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/casual.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Weekly Sale Gallery - Great Gift Ideas!</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/insane.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Lampwork Glass Pendants and Blown Glass Pendants</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/wirewraps.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Handcrafted Wirewrap Pendants</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page6.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Gemstone Bracelets and Gemstone Necklaces</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/earrings.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Handcrafted Gemstone Earrings - Wing 1</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/weekly.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Handcrafted Gemstone Earrings - Wing 2</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page8.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Casual Czech Glass Jewelry - Anklets, Bracelets, Necklaces</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/glass.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Casual Czech Glass and Crystal Earrings</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page3.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Guy and Girl Casual Jewelry</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/moreears.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Sterling Silver, Gold and Wood Earrings</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page4.html" target="_new"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>EyeGlass Leashes</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page4.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Lampwork Glass Necklaces and Czech Glass Necklaces</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/pearls.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Lampwork Glass Bracelets and Czech Glass Bracelets</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/vintage.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Lampwork Glass Earrings and Cloisonne' Earrings</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.bizland.com/store/page1.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Vintage Glass and Ivory Earrings</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/page2.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Pearl and Crystal Bracelets and Necklaces - Formal or Bridal Designs</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/limited.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Pearl and Crystal Earrings - Formal or Bridal Designs</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://www.mbdesignsjewelryetc.com/store/page0.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Sold Gallery of Handcrafted Jewelry - Gallery I</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://www.mbdesignsjewelryetc.com/store/Jewelryartsold2.html" target="_self"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Sold Gallery of Handcrafted Jewelry - Gallery II</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="id8.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>MB Designs Show Dates</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="id47.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>BIRTHSTONE GUIDE Provided by MB Designs Jewelry Etc</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="id44.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>LINKS DIRECTORY</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="id37.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>Join My Email List</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="id6.html"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>FIND MY DESIGNS ELSEWHERE</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><a class="NavBar" onMouseOver="doRollover(this, 'transparent', '6633cc')" onMouseOut="doRollover(this, 'transparent', '000000')" href="http://mbdesignsjewelryetc.com/store/petite.html" target="_new"><font face="Arial,Helvetica,sans-serif" size="2" style="color: 000000;"><b>TERMS of USE</b></font></a></td>
                           </tr>
                           <tr>
                              <td align="center"><script language="javascript" type="text/javascript">
            tweNavbarPreload("sitebuildercontent/sitebuilderpictures/seefouryourselftop.gif","twe536331A");
            tweNavbarPreload("sitebuildercontent/sitebuilderpictures/seefouryourselftop.gif","twe536331B");
        </script><a class="NavBar" onMouseOver="tweNavbarChangeImage('twe536331','twe536331B');doRollover(this,'transparent')" onMouseOut="tweNavbarChangeImage('twe536331','twe536331A');doRollover(this,'transparent')" href="http://www.top100webshops.com/" target="_new" onmouseout="tweNavbarChangeImage('twe536331','twe536331A')" onmouseover="tweNavbarChangeImage('twe536331','twe536331B')"><img name="twe536331" border="0" src="sitebuildercontent/sitebuilderpictures/seefouryourselftop.gif"></a></td>
                           </tr>
                        </table>
                        <!--/navbar-->
                     </td>
                  </tr>
               </table>
            </td>
            <td width="2"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="2" width="2" alt=""></td>
            <td valign="top" bgcolor="#000000">
               <table cellpadding="4" cellspacing="0" border="0">
                  <tr>
                     <td width="596" valign="top">
                        <!--area Type="subhead" face="Arial,Helvetica,sans-serif" size="3" color="#ffffff" style="3" password_protection="basic"--> 
                        <p>
                           <div align="left">
                              <!--gem:tlx.tlx.timestamp--><font face="Arial,Helvetica,sans-serif" size="2" color="#ffffff"><b><script src="http://www.sitedelux.com/svcs/timestamp.js"></script><script>var moment = new Date();
    var result = Stamp(moment.getTime(), "dn mn d1, y4 h12:mmampm", "January|February|March|April|May|June|July|August|September|October|November|December","Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday"); document.write(result);
  </script></b></font>
                              <!--end gem--><!--"''"--></div>
                        </p>
                        <div><font face="Arial,Helvetica,sans-serif" size="3" color="#ffffff"><div><span><span><span><span><div><font face="Verdana,Arial,Helvetica,sans-serif" size="2" color="#ffffff"><strong><u>Unique
                           </u><a href="http://mbdesignsjewelryetc.com/store/glass.html" target="_self"><font  color="#ffffff">Handcrafted Jewelry</font></a> - <u>Unique </u><a href="http://mbdesignsjewelryetc.com/store/casual.html" target="_self"><font  color="#ffffff">Handcrafted Designer&nbsp;Jewelry at MB Designs</font></a>.&nbsp; <a href="http://mbdesignsjewelryetc.com/store/pearls.html" target="_self"><font  color="#ffffff">Unique handcrafted jewelry designs for men and women </font></a>featuring casual and elegant handcrafted jewelry designs - one of a kind unique handcrafted art jewelry designs by Marion
                           Berry.&nbsp; <a href="http://mbdesignsjewelryetc.com/store/page8.html" target="_self"><font  color="#ffffff">Handcrafted Czech Glass Necklaces</font></a>, Czech Glass Earrings, Bridal Earrings, Handcrafted Vintage Glass Earrings, Handcrafted Antique Ivory Earrings, Lampwork
                           Glass Necklaces, Swarovski Crystal Necklaces, Swarovski Crystal Bracelets, Crystal Earrings, Lampwork Glass Earrings, Lampwork
                           Glass Bracelets, Gemstone Designs in Earrings, Pendants, Necklaces, Bracelets and Wirewraps, Czech Glass, 14 karat gold&nbsp;&amp;
                           sterling silver jewelry and now Unique Photograpy and Note Cards </strong></font></div><div><strong><font face="Verdana" size="2"><font
                           color="#ffff00" style="background-color: #ff3300"><a href="http://mbdesignsjewelryetc.com/store/gemstones.html" target="_self"><font  color="#ffffff"></font></a></font></font></strong></div><div><font face="Verdana,Arial,Helvetica,sans-serif" size="2" color="#ffffff"><strong>Some Featured
                           Components in My Unique Jewelry Designs are Gemstones, Vintage Glass, Czech Glass, Lampwork Glass, Pearls, Carved Bone, Ivory,
                           Sterling Silver, 14 Karat Gold and 14/20 Gold Filled.&nbsp; My Unique Jewelry Gallery features necklaces, bracelets, anklets,
                           pendants and <a href="http://mbdesignsjewelryetc.com/store/moreears.html" target="_self"><font  color="#ffffff">earrings for&nbsp;Guys</font></a> and&nbsp;<a href="http://mbdesignsjewelryetc.com/store/glass.html" target="_self"><font  color="#ffffff">Ladies of all ages</font></a>.&nbsp; For More information about Components, <a href="http://mbdesignsjewelryetc.com/store/index.html" target="_self"><font  color="#ffffff">~Click Here~</font></a></strong></font></div><div><strong><font face="Verdana" size="2"></font></strong></div><div><strong><font face="Verdana" size="2">The
                           Pictures below will take you to some galleries!</font></strong></div></span></span></span></span><!--"''"--></div></font>
                        </div>
                        <p>
                           <!--table tableId="table_d2e69"--><style type="text/css">
                              <!--
           .table_d2e69 {
            border: 1px solid; 
            width: 100%;        
            
            background-color: 666633;        
            
            border-color: #000000;        
              }
           .table_d2e69 td {
            border: 1px solid;
            border-color: #000000;        
            }
            --></style>
                                  <table border="1" width="100%" bordercolor="#000000" cellpadding="0" cellspacing="0" class="table_d2e69 usertable subhead_table">
                              <tr>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/gemstones.html" target="_self"><font  color="#ffffff"><img alt="triple_drop_pastels_Earring_Yellow_peridot_Blue_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/triple_drop_pastels_Earring_Yellow_peridot_Blue_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Featured New Designs</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://www.mbdesignsjewelryetc.com/store/page4.html" target="_self"><font  color="#ffffff"><img alt="Lampwork_Pendant_Necklace_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/Lampwork_Pendant_Necklace_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Lampwork and Czech Glass Designs</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/weekly.html" target="_self"><font  color="#ffffff"><img alt="earrings_red_aventurine_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/earrings_red_aventurine_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Classic Earring Designs</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/gemstonebracelets.html" target="_self"><font  color="#ffffff"><img alt="czech_glass_Bracelet_Fire_dancer_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/czech_glass_Bracelet_Fire_dancer_website.jpg" vspace="0" hspace="0" width="130"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center" width="130"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Gemstone Designs</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                              </tr>
                              <tr>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">&nbsp;</td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">&nbsp;</td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">&nbsp;</td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CB" valign="bottom">&nbsp;</td>
                              </tr>
                              <tr>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/vintage.html" target="_self"><font  color="#ffffff"><img alt="lampwork_glass_earrings_blue_websitel.jpg" border="" src="sitebuildercontent/sitebuilderpictures/lampwork_glass_earrings_blue_websitel.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Lampwork and Cloisonne' Earrings</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CT" valign="top">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://www.mbdesignsjewelryetc.com/store/page2.html" target="tlx_new"><font  color="#ffffff"><img alt="Swarovski_crystal_bracelet_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/Swarovski_crystal_bracelet_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Ideas for Your Wedding</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/page3.html" target="_self"><font  color="#ffffff"><img alt="necklace_casual_jasper_puka_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/necklace_casual_jasper_puka_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Casual Guy and Girl Designs</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                                 <td class="user subhead" bgcolor="666633" background="/imagelib/sitebuilder/layout/spacer.gif" align="left" tlxAlign="LM" valign="middle">
                                    <div align="center">
                                       <table border="0" cellpadding="0" cellspacing="0">
                                          <tr>
                                             <td align="center"><a href="http://mbdesignsjewelryetc.com/store/Index.html" target="tlx_new"><font  color="#ffffff"><img alt="1_Note_cards_Rocky_mountains_website.jpg" border="" src="sitebuildercontent/sitebuilderpictures/1_Note_cards_Rocky_mountains_website.jpg" vspace="0" hspace="0"></font></a><br></td>
                                          </tr>
                                          <tr>
                                             <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><i>Beautiful Blank Note Cards</i></b></font></td>
                                          </tr>
                                       </table>
                                    </div>
                                 </td>
                              </tr>
                           </table>
                           <!--/table tableId="table_d2e69"-->
                        </p>
                        <p><!-- Begin BizLand QuickLinks -->
                           
                           <SCRIPT LANGUAGE="JavaScript">
                           <!--
                           function goto_URL(object)
                           {
                           window.location.href = object.options[object.selectedIndex].value;
                           }
                           //-->
                           </SCRIPT>
                           <SCRIPT LANGUAGE="JavaScript"
                           SRC="http://mbdesignsjewelryetc.bizland.com/qlink/qlink.js">
                           </SCRIPT> 
                           
                           <!-- End QuickLinks --> <!--"''"-->
                        </p> 
                        <div><font face="Arial,Helvetica,sans-serif" size="3" color="#ffffff"><DIV><STRONG><FONT face=Verdana,Arial,Helvetica,sans-serif color=#ffffff size=2><FONT face=Verdana,Arial,Helvetica,sans-serif
                           color=#ffffff size=2><STRONG>Enjoying&nbsp;my Unique Jewelry Designs is a pleasurable experience, but please keep in mind
                           that&nbsp;all &nbsp;components&nbsp;as well as jewelry designs are copyrighted.&nbsp;Therefore do not duplicate!</STRONG></FONT></FONT></STRONG></DIV>
                           <DIV><STRONG><FONT face=Verdana,Arial,Helvetica,sans-serif color=#ffffff size=2></FONT></STRONG>&nbsp;</DIV>
                           <DIV><STRONG><FONT face=Verdana,Arial,Helvetica,sans-serif color=#ffffff size=2>I am confident that you will love my jewelry
                           designs, and your total satisfaction is my goal.&nbsp; If you are unhappy with your purchase, simply return it to me postage
                           paid for a full refund!&nbsp;&nbsp; You may also exchange it for another item!</DIV></FONT></STRONG><!--"''"--></font>
                        </div> 
                        <!--/area Type="subhead"-->
                     </td>
                  </tr>
                  <tr>
                     <td height="20" width="596"><img src="/imagelib/sitebuilder/layout/spacer.gif" height="20" alt=""></td>
                  </tr>
                  <tr>
                     <td valign="top">
                        <table cellpadding="0" cellspacing="0" border="0">
                           <tr>
                              <td valign="top">
                                 <table cellpadding="2" cellspacing="0" border="0">
                                    <tr>
                                       <td width="373" valign="top">
                                          <!--area Type="main" face="Arial,Helvetica,sans-serif" size="2" color="#ffffff" style="0" password_protection="basic"-->
                                          <!--/area Type="main"-->
                                       </td>
                                    </tr>
                                    <tr>
                                       <td><img src="/imagelib/sitebuilder/layout/spacer.gif" height="30" width="1" alt=""></td>
                                    </tr>
                                    <tr>
                                       <td width="373" valign="top">
                                          <!--area Type="area_b" face="Arial,Helvetica,sans-serif" size="2" color="#ffffff" style="0" password_protection="basic"-->
                                          <!--/area Type="area_b"-->
                                       </td>
                                    </tr>
                                 </table>
                              </td>
                              <td width="10"><img src="/imagelib/sitebuilder/layout/spacer.gif" width="10" alt=""></td>
                              <td valign="top">
                                 <table cellpadding="2" cellspacing="0" border="0">
                                    <tr>
                                       <td width="200" valign="top">
                                          <!--area Type="area_a" face="Arial,Helvetica,sans-serif" size="2" color="#ffffff" style="0" password_protection="basic"-->
                                          <!--/area Type="area_a"-->
                                       </td>
                                    </tr>
                                    <tr>
                                       <td><img src="/imagelib/sitebuilder/layout/spacer.gif" height="30" width="1" alt=""></td>
                                    </tr>
                                    <tr valign="top">
                                       <td width="200" valign="top">
                                          <!--area Type="area_c" face="Arial,Helvetica,sans-serif" size="2" color="#ffffff" style="0" password_protection="basic"-->
                                          <!--/area Type="area_c"-->
                                       </td>
                                    </tr>
                                 </table>
                              </td>
                           </tr>
                        </table>
                     </td>
                  </tr>
                  <tr>
                     <td bgcolor="000066">
                        <table cellpadding="0" cellspacing="0" border="0">
                           <tr>
                              <td width="596" valign="top">
                                 <!--area Type="runner" face="Arial,Helvetica,sans-serif" size="1" color="#ffffff" style="1" password_protection="basic"-->    
                                     
                                 <!--area Type="footer" face="Arial,Helvetica,sans-serif" size="1" color="#ffffff" style="1" password_protection="basic"-->
                                 <p>
                                    <!--table tableId="table_d0e677"--><style type="text/css">
                                       <!--
           .table_d0e677 {
            border: 1px solid; 
            width: 100%;        
            
            background-color: 999999;        
            
            border-color: 666600;        
              }
           .table_d0e677 td {
            border: 1px solid;
            border-color: #000000;        
            }
            --></style>
                                           <table border="1" width="100%" bordercolor="#000000" cellpadding="2" cellspacing="0" class="table_d0e677 usertable footer_table">
                                       <tr>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CT" valign="top">
                                             <div align="center"><a href="http://www.amazon.com/exec/obidos/redirect-home/uniquehandcra-20" target="tlx_new"><font  color="#ffffff"><img alt="amazonlink.gif" border="" src="sitebuildercontent/sitebuilderpictures/amazonlink.gif" vspace="0" hspace="0"></font></a></div>
                                             <p><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><DIV align=center><FONT face=Verdana,Arial,Helvetica,sans-serif color=#cccccc size=2>If&nbsp;I don't have what you are looking
                                                for Try Amazon - Click Picture!</FONT><!--"''"--></DIV></b></font>
                                             </p>
                                          </td>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CM" valign="middle">
                                             <p>
                                                <div align="center">
                                                   <table border="0" cellpadding="0" cellspacing="0">
                                                      <tr>
                                                         <td align="center"><a href="http://www.artspace2000.com/international_artists_and_artisans/home.htm" target="_self"><font  color="#ffffff"><img alt="arpspace.jpg" border="" src="sitebuildercontent/sitebuilderpictures/arpspace.jpg" vspace="0" hspace="5"></font></a><br></td>
                                                      </tr>
                                                      <tr>
                                                         <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b>Juried Member Years 2003, 2004, 2005, 2006, 2007, 2008 & 2009</b></font></td>
                                                      </tr>
                                                   </table>
                                                </div>
                                             </p>
                                             <div align="left">
                                                <table border="0" cellpadding="0" cellspacing="0">
                                                   <tr>
                                                      <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b>Follow MB Designs Jewelry Etc on FACEBOOK</b></font></td>
                                                   </tr>
                                                   <tr>
                                                      <td align="center"><a href="http://www.facebook.com/pages/Florence-SC/M-B-Designs-Jewelry-Etc/182280191939" target="tlx_pic3nur"><font  color="#ffffff"><img alt="facebook_v2.jpg" border="" src="sitebuildercontent/sitebuilderpictures/facebook_v2.jpg" vspace="0" hspace="0"></font></a><br></td>
                                                   </tr>
                                                </table>
                                             </div>
                                          </td>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CT" valign="top">
                                             <p>
                                                <div align="center">
                                                   <table border="0" cellpadding="0" cellspacing="0">
                                                      <tr>
                                                         <td align="center" width="180"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b>Proudly Displaying My Jewelry Art in This Gallery!</b></font></td>
                                                      </tr>
                                                      <tr>
                                                         <td align="center"><a href="http://dart.fine-art.com/dgallery.asp?i=28139" target="_self"><font  color="#ffffff"><img alt="dartloglink.gif" border="" src="sitebuildercontent/sitebuilderpictures/dartloglink.gif" vspace="0" hspace="5" width="180"></font></a><br></td>
                                                      </tr>
                                                   </table>
                                                </div>
                                             </p>
                                             <div align="center"><a href="http://www.jewelrycentral.com/" target="tlx_new"><font  color="#ffffff"><img alt="Jewelrycentral.gif" border="" src="sitebuildercontent/sitebuilderpictures/Jewelrycentral.gif" vspace="0" hspace="0"></font></a></div>
                                          </td>
                                       </tr>
                                       <tr>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CM" valign="middle">
                                             <div align="center"><img alt="visamastercardslogan.gif" border="" src="sitebuildercontent/sitebuilderpictures/visamastercardslogan.gif" vspace="0" hspace="0"></div>
                                             <div><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><DIV id=0></DIV><SPAN id=hbblock><SPAN id=hbblock>
                                                <DIV align=center>Accepted in our Secure Server, Money Orders, Certified Checks by Mail and Now Proudly Accepting Paypal</DIV></SPAN></SPAN><!--"''"--></font>
                                             </div>
                                          </td>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CT" valign="top">
                                             <p>
                                                <div align="center">
                                                   <table border="0" cellpadding="0" cellspacing="0">
                                                      <tr>
                                                         <td align="center"><a href="http://www.artspace2000.com/international_artists_and_artisans/home.htm" target="_self"><font  color="#ffffff"><img alt="gold_medal_2006_2007_artisians.jpg" border="" src="sitebuildercontent/sitebuilderpictures/gold_medal_2006_2007_artisians.jpg" vspace="0" hspace="5"></font></a><br></td>
                                                      </tr>
                                                      <tr>
                                                         <td align="center"><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b>Juried Member</b></font></td>
                                                      </tr>
                                                   </table>
                                                </div>
                                             </p>
                                          </td>
                                          <td class="user footer" bgcolor="999999" background="/imagelib/sitebuilder/layout/spacer.gif" align="center" tlxAlign="CT" valign="top">
                                             <p><a href="http://www.where2go.com"> 
                                                <img src="http://www.where2go.com/gifs/links/link1.gif" align=top border=0> 
                                                </a> <!--"''"-->
                                             </p>
                                             <p align="center"><a href="https://www.paypal.com/us/verified/pal=mbdesignsjewelryetc%40bizland.com" target="tlx_new"><font  color="#ffffff"><img alt="Paypalverificationseal.gif" border="" src="sitebuildercontent/sitebuilderpictures/Paypalverificationseal.gif" vspace="0" hspace="5"></font></a></p>
                                          </td>
                                       </tr>
                                    </table>
                                    <!--/table tableId="table_d0e677"-->
                                 </p>
                                 <div><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><div align="center"><strong><font face="Verdana" size="3" color="#ffffff">&copy; 2001-2011 All Rights Reserved</font></strong></div><div
                                    align="center"><font size="3" color="#ffffff"><strong>MB Designs Jewelry Etc</strong></font></div><div align="center"><strong><font
                                    size="3" color="#ffffff">&quot;Unique Handcrafted Jewelry and <br />Nature Photography by </font></strong><strong><font size="3"
                                    color="#ffffff">Marion Berry - Artist&quot;</font></strong></div><div align="center"><strong><font size="3" color="#ffffff">Florence,
                                    SC&nbsp; 29501&nbsp; USA</font></strong></div><div align="center"><strong><font size="3" color="#ffffff">Tel. No. 843-992-2530</font></strong></div><div
                                    align="center"><strong><font size="3">Home of <a href="http://mbdesignsjewelryetc.com/"><font  color="#ffffff">http://mbdesignsjewelryetc.com</font></a> </font></strong></div><div align="center"><strong><font size="3">and&nbsp; </font></strong><strong><font size="3"><a href="http://casualjewelry.com"><font  color="#ffffff">http://casualjewelry.com</font></a></font></strong></div><div align="center"><strong><font size="3"></font></strong></div><div align="center"><strong><font size="3"><a href="http://www.myspace.com/mbdesignsjewelryetc" target="_blank"><font  color="#ffffff">Click Here to Check Out MB Designs at MySpace</font></a></font></strong></div><div align="center"><strong><font size="3"></font></strong></div><div align="center"><strong><font size="2"
                                    color="#000000" style="background-color: #663300"><a href="mailto:mbdesignsjewelryetc@bizland.com"><font  color="#ffffff">Contact Marion&nbsp;Via Email</font></a><br /><br /><font style="background-color: #ff0000"><a href="http://www.facebook.com/pages/Florence-SC/M-B-Designs-Jewelry-Etc/182280191939" target="_blank"><font  color="#ffffff">FOLLOW MB DESIGNS ON FACEBOOK</font></a></font></font></strong></div><div align="center"><strong><font size="2" color="#ffffff" style="background-color: #663300"></font></strong><!--"''"--></div></font>
                                 </div>
                                 <div><font face="Arial,Helvetica,sans-serif" size="1" color="#ffffff"><b><DIV align=center><FONT face=Verdana size=4>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...