WHOIS Service

familynamesonline.com - information about domain

  • Server Status: available
  • Server IP: 38.113.1.102
  • Server Response Time: 335ms

Site title

Somewhere In Tyme home page

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
familynamesonline.com IN TXT 3600
familynamesonline.com IN SOA 3600 mname: ns1.bluedomino.com
rname: dnsadmin.bluedomino.com
serial: 2005052465
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 86400
familynamesonline.com IN MX 3600 mx.familynamesonline.com pri: 30
familynamesonline.com IN A 38.113.1.102 2114
familynamesonline.com IN NS 3600 ns2.bluedomino.com
familynamesonline.com IN NS 3600 ns1.bluedomino.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Somewhere In Tyme home page</title>
<style type="text/css"> 
<!-- 
body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #1B1464;
}
.twoColHybLtHdr #container { 
    width: 80%;  /* this will create a container 80% of the browser width */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */

.twoColHybLtHdr #header {
    padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #1B1464;

.twoColHybLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
    float: left;
    width: 9em; /* top and bottom padding create visual space within this div  */
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    background-color: #FFFFFF;
}
.subheader {
    height: auto;
    width: auto;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 10em;

.equal:after{content:".";clear:both;visibility:hidden;height:0px;display:block}
* { margin: 0px;
padding: 0px;
list-style: none outside;
}
.equal li {
min-width:9em;
float:left;
}
.n1{
    display:inline;/*fix ie6 double margin float bug*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}
.n2,.n3,.n4{
    width:25%!important;
    text-align:right;
    width:24.9%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.equal a {
background: #fff;
height: auto;
display:block;
margin:0 0 0 auto;/*right aligns a block element in the good browsers*/
width: 9em;
text-align:center;/*to override the text-align required for ie6 for the parent li*/
}
.equal .n1 a {margin:0;}

ul.equal {
height:auto;
zoom:1;/* just for ie - put it in ie only style sheet*/
}

.twoColHybLtHdr #footer {
    clear: both;
    padding-top: 10;
    padding-right: 12px;
    padding-bottom: 10;
    padding-left: 12px;
    position: relative;
    background-color: #FFFFFF;

.twoColHybLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style>
<link href="pagefooter.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]-->
<link href="cbcscbinsmenu.css" rel="stylesheet" type="text/css" /><style type="text/css">
<!--
.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    padding: 3px;
    font-weight: bold;
    line-height: normal;
}
.n21 {    width:25%!important;
    text-align:right;
    width:24.9%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}
.n31 {    width:25%!important;
    text-align:right;
    width:24.9%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}
.n41 {    width:25%!important;
    text-align:right;
    width:24.9%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
-->
</style>
</head>

<body class="twoColHybLtHdr">

<div id="container">
  <div id="header">
    <h1 align="center"><img src="imgs/new somewhere logo.gif" alt="somewhere in tyme logo" width="699" height="160" /></h1>
  <!-- end #header --></div>
  <div id="sidebar1">
    <link href="cbcscbinsmenu.css" rel="stylesheet" title="button menu" type="text/css" />

<ul id="ebul_cbinsmenu_3" class="ebul_cbinsmenu" style="display: none;">
<li><a href="coaemail.html" target="_self" title="">Coat of Arms by Email</a></li>
<li><a href="coa.html" target="_self" title="">Coat of Arms w/History</a></li>
<li><a href="scbh.html" target="_self" title="">Clan Badge w/History</a></li>
<li><a href="irishsept.html" target="_self" title="">Irish Sept w/History</a></li>
<li><a href="history.html" target="_self" title="">Surname History Only</a></li>
<li><a href="coacbo.html" target="_self" title="">COA/Clan Badge Only</a></li>
<li><a href="anivprod.html" target="_self" title="">Anniversary/Wedding</a></li>
<li><a href="familytree.html" title="">Family Tree</a></li>
<li><a href="plaques.html" target="_self" title="">Custom Plaques</a></li>
<li><a href="clothing.html" title="">Clothing</a>
  <ul id="ebul_cbinsmenu_3_10">
  <li><a href="clothing.html" title="">Printed Designs</a></li>
  <li><a href="embhats.html" title="">Embroidered Hats/Scarves</a></li>
  <li><a href="embsports.html" title="">Embroidered Sports Shirts</a></li>
  <li><a href="embsweat.html" title="">Embroidered Sweatshirts</a></li>
  <li><a href="embteeshirts.html" title="">Embroidered T-Shirts</a></li>
  <li><a href="embjackets.html" title="">Embroidered Jackets/Vests</a></li>
  <li><a href="embmisc.html" title="">Embroidered Misc Items</a></li>
  </ul></li>
<li><a href="mugsplates.html" title="">Mugs, Steins, Plates</a></li>
<li><a href="tiles.html" target="_self" title="">Ceramic & Marble Tiles</a></li>
<li><a href="framing.html" target="_self" title="">Custom Framing</a></li>
<li><a href="embroidered.html" target="_self" title="">Embroidered Products</a>
  <ul id="ebul_cbinsmenu_3_21">
  <li><a href="embroidered.html" title="">Framed Items</a></li>
  <li><a href="embthrows.html" title="">Throws</a></li>
  <li><a href="embchild.html" title="">Children's Blankets</a></li>
  <li><a href="embgolf.html" title="">Golf Items</a></li>
  <li><a href="embmisc.html" title="">Odds & Ends</a></li>
  <li><a href="embhats.html" title="">Hats/Scarves</a></li>
  <li><a href="embsports.html" title="">Sports Shirts</a></li>
  <li><a href="embsweat.html" title="">Sweatshirts</a></li>
  <li><a href="embteeshirts.html" title="">T-Shirts</a></li>
  <li><a href="embjackets.html" title="">Jackets & Vests</a></li>
  </ul></li>
<li><a href="miscitems.html" title="">Miscellaneous Items</a></li>

</ul>
<ul id="ebul_cbinsmenu_7" class="ebul_cbinsmenu" style="display: none;">
<li><a href="http://bdweb9271a.bluedomino.com/symbolism.html" title="">Introduction</a></li>
<li><a href="coainfo.html" target="_self" title="">Parts of the Coat of Arms</a></li>
<li><a href="tinctures.html" target="_self" title="">Tinctures</a></li>
<li><a href="ordinaries.html" target="_self" title="">Ordinaries</a></li>
<li><a href="crosses1.html" target="_self" title="">Crosses</a></li>
<li><a href="lines.html" target="_self" title="">Lines of Separation</a></li>
<li><a href="cadency.html" target="_self" title="">Marks of Cadency</a></li>
<li><a href="charges1.html" target="_self" title="">Charges A</a></li>
<li><a href="charges2.html" title="">Charges B</a></li>
<li><a href="charges3.html" title="">Charges C</a></li>
<li><a href="charges4.html" title="">Charges D-F</a></li>
<li><a href="charges5.html" title="">Charges G-H</a></li>
<li><a href="charges6.html" title="">Charges I-N</a></li>
<li><a href="charges7.html" title="">Charges O-Q</a></li>
<li><a href="charges8.html" title="">Charges R-S</a></li>
<li><a href="charges9.html" title="">Charges T-Z</a></li>
</ul>
<ul id="ebul_cbinsmenu_8" class="ebul_cbinsmenu" style="display: none;">
<li><a href="http://bdweb9271a.bluedomino.com/learning.html" title="">Introduction</a></li>
<li><a href="coahistory.html" title="">Coat of Arms History</a></li>
<li><a href="marshaling.html" title="">Coat of Arms Marshaling</a></li>
<li><a href="orderknights.html" title="">Orders of Knights</a></li>
<li><a href="country.html" title="">Country Coats of Arms</a></li>
<li><a href="royalaoa.html" title="">Royal Coats of Arms</a></li>
</ul>

<ul id="cbinsmenuebul_table" class="cbinsmenuebul_menulist" style="width: 140px; height: 309px;">
  <li class="spaced_li"><a href="http://bdweb9271a.bluedomino.com/index.html" target="_self"><img id="cbi_cbinsmenu_1" src="images/ebbtcbinsmenu1_0.gif" name="ebbcbinsmenu_1" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Home" title="" /></a></li>
  <li class="spaced_li"><a href="http://search.swyrich.com/surnamesearch.asp?Licensee=8510" target="_self"><img id="cbi_cbinsmenu_2" src="images/ebbtcbinsmenu2_0.gif" name="ebbcbinsmenu_2" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Name Search" title="" /></a></li>
  <li class="spaced_li"><a target="_self"><img id="cbi_cbinsmenu_3" src="images/ebbtcbinsmenu3_0.gif" name="ebbcbinsmenu_3" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Products" title="" /></a></li>
  <li class="spaced_li"><a href="http://bdweb9271a.bluedomino.com/contact.html" target="_self"><img id="cbi_cbinsmenu_4" src="images/ebbtcbinsmenu4_0.gif" name="ebbcbinsmenu_4" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Contact Us" title="" /></a></li>
  <li class="spaced_li"><a href="http://bdweb9271a.bluedomino.com/aboutus.html" target="_self"><img id="cbi_cbinsmenu_5" src="images/ebbtcbinsmenu5_0.gif" name="ebbcbinsmenu_5" width="140" height="30" style="vertical-align: bottom;" border="0" alt="About Us" title="" /></a></li>
  <li class="spaced_li"><a href="http://bdweb9271a.bluedomino.com/orderinfo.html" target="_self"><img id="cbi_cbinsmenu_6" src="images/ebbtcbinsmenu6_0.gif" name="ebbcbinsmenu_6" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Order Info" title="" /></a></li>
  <li class="spaced_li"><a target="_self"><img id="cbi_cbinsmenu_7" src="images/ebbtcbinsmenu7_0.gif" name="ebbcbinsmenu_7" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Symbolism" title="" /></a></li>
  <li class="spaced_li"><a target="_self"><img id="cbi_cbinsmenu_8" src="images/ebbtcbinsmenu8_0.gif" name="ebbcbinsmenu_8" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Learning Center" title="" /></a></li>
  <li class="spaced_li"><a href="http://bdweb9271a.bluedomino.com/bibliography.html" target="_self"><img id="cbi_cbinsmenu_9" src="images/ebbtcbinsmenu9_0.gif" name="ebbcbinsmenu_9" width="140" height="30" style="vertical-align: bottom;" border="0" alt="Bibliography" title="" /></a></li>
  <li><a href="http://www.aitsafe.com/cf/review.cfm?userid=3643688&amp;return=www.familynamesonline.com/index.html" target="_self"><img id="cbi_cbinsmenu_10" src="images/ebbtcbinsmenu10_0.gif" name="ebbcbinsmenu_10" width="140" height="30" style="vertical-align: bottom;" border="0" alt="View Cart" title="" /></a></li>
</ul>
<script type="text/javascript" src="cbjscbinsmenu.js"></script>
    <!-- end #sidebar1 --></div>
  <div id="mainContent">
    <div class="subheader">
      <h2 align="center">Your source for heraldry products!</h2>
      <p align="left">Somewhere In Tyme offers a wide range of Last Name Histories, Family Coat of Arms, Clan Badges, and Heraldry products. We currently have over 1,000,000 names in our database! </p>
      <p align="left">&nbsp;</p>
      <h3 align="center" class="twoColHybLtHdr"><strong>Our Hottest Sellers!</strong></h3>
      <p align="center" class="twoColHybLtHdr">&nbsp;</p>
    </div>
    <ul class="equal">
<li class="n1" ><a href="coa.html"><img src="imgs/warmorial1thm.jpg" width="110" height="162" border="0" alt="Coat of Arms and History">Coat of Arms w/1800 word History</a></li>
<li class="n2" ><a href="persprod.html"><img src="imgs/1ppromug.gif" align="middle" width="102" height="100" border="0" alt="Mug/Cup Graphic">15oz. Ceramic Mugs w/Coat of Arms or Clan Badge</a></li>
<li class="n3" ><a href="persprod.html"><img src="imgs/1pprostei.gif" align="middle" width="116" height="77" border="0" alt="Stein Graphic">22oz. Ceramic Steins w/Coat of Arms or Clan Badge</a></li>
<li class="n4" ><a href="tiles.html"><img src="imgs/6inceramic.gif" height="133" width="116" border="0" alt="6 inch ceramic tile">Ceramic & Marble Tiles in a variety of sizes</a></li>
    </ul>
  </div>
    <div id="footer">
    <p align="center" class="subparagraph">&nbsp;</p>
    <p align="center" class="subparagraph">Adhering to the highest standards of beauty and quality available, we proudly offer products to you that are backed by our 100% guarantee of accuracy. Our information is obtained from a professional research company who continually scours hundreds of historical documents to provide the most complete and accurate information available. Coat of Arms are based on the blazon of the earliest known arms associated with a surname.</p>
    <ul>
      <li>
        <div align="center"><strong class="address" align="center">Somewhere In Tyme</strong></div>
      </li>
      <li>
        <div align="center"><strong class="address" align="center">1560 Hwy 25 </strong></div>
      </li>
      <li>
        <div align="center"><strong class="address" align="center">Cook, MN 55723</strong></div>
      </li>
      <li>
        <div align="center"><strong class="address" align="center">218-666-5384</strong></div>
      </li>
      <li>
        <div align="center"><strong class="address" align="center"><a href="mailto:email@familynamesonline.com">email@familynamesonline.com</a></strong></div>
      </li>
    </ul>
    <p align="center" class="subparagraph">&nbsp;</p>
    <div align="center">
      <p><span class="subparagraph">| <a href="http://bdweb9271a.bluedomino.com/index.html">Home</a> | <a href="http://bdweb9271a.bluedomino.com/contact.html">Contact Us</a> | <a href="http://bdweb9271a.bluedomino.com/aboutus.html">About Us</a> | <a href="http://bdweb9271a.bluedomino.com/orderinfo.html">Order Info</a> | <a href="http://bdweb9271a.bluedomino.com/symbolism.html">Symbolism</a> | <a href="http://bdweb9271a.bluedomino.com/learning.html">Learning Center</a> | <a href="http://search.swyrich.com/surnamesearch.asp?Licensee=8510">Name Search</a> | <a href="http://www.aitsafe.com/cf/review.cfm?userid=3643688&amp;return=www.familynamesonline.com/products.html">Shopping Cart</a> | </span>
        <!-- end #footer -->
      </p>
    </div>
  </div>
  <!-- end #container -->
</div>
</body>
</html>
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...