WHOIS Service

mynappak.com - information about domain

  • Server Status: available
  • Server IP: 216.21.239.197
  • Server Response Time: 280ms

Alexa information

Alexa rank: 2,926,651

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
mynappak.com IN SOA 14400 mname: dns135.a.register.com
rname: root.register.com
serial: 2011082615
refresh: 28800
retry: 7200
expire: 604800
minimum-ttl: 14400
mynappak.com IN MX 14400 alt2.aspmx.l.google.com pri: 5
mynappak.com IN MX 14400 aspmx2.googlemail.com pri: 10
mynappak.com IN MX 14400 aspmx3.googlemail.com pri: 10
mynappak.com IN MX 14400 aspmx.l.google.com
mynappak.com IN MX 14400 alt1.aspmx.l.google.com pri: 5
mynappak.com IN A 216.21.239.197 5996
mynappak.com IN NS 14400 dns135.a.register.com
mynappak.com IN NS 14400 dns249.d.register.com
mynappak.com IN NS 14400 dns187.c.register.com
mynappak.com IN NS 14400 dns011.b.register.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">      
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>My NapPak Nap Mat - Nap Mat, Napping Mat, and Sleep Mat &mdash; Welcome</title>

<META NAME="Keywords" CONTENT="Nap Mat, Napping Mat, Sleep Mat">
<META NAME="Description" CONTENT="Find the best quality nap mat on the market. The most affordable napping mat and sleep mat system available today.">
<META NAME="robots" CONTENT="index, follow"> 
<META NAME="GOOGLEBOT" CONTENT="INDEX, FOLLOW">
<meta name="google-site-verification" content="twzZ343P9X1F7nIV-vtW1fgpI0e8ie9RxpAoOTW5R8A" />
<meta name="google-site-verification" content="RQTVFP0gyRChcAnFLbZvXOs4n8AUOoFImMYU9AhLGK0" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link href="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/stylesheet.css?919" rel="stylesheet" type="text/css"  media="all"  />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

<!--[if IE 7]>
    <link href="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/ie7.css?919" rel="stylesheet" type="text/css"  media="all"  />
<![endif]-->

    <script src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/fancybox.js?919" type="text/javascript"></script>
    <script src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/jquery.easing.1.3.js?919" type="text/javascript"></script>
    <script src="http://cdn.shopify.com/s/shopify/option_selection.js?317c8f9dd697e11c612caa79b3f17c3fec256e75" type="text/javascript"></script>
    

<script type="text/javascript">
$(document).ready(function() {  $("a.single_image").fancybox(); $("a.single_image").fancybox({ 'hideOnContentClick': true }); $("a.group").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': false }); }); 
</script>

<script type="text/javascript">

function theRotator() {
    //Set the opacity of all images to 0
    $('div.rotator ul li').css({opacity: 0.0});
    
    //Get the first image and display it (gets set to full opacity)
    $('div.rotator ul li:first').css({opacity: 1.0});
        
    //Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
    
    setInterval('rotate()',4000);
    
}

function rotate() {    
    //Get the first image
    var current = ($('div.rotator ul li.show')?  $('div.rotator ul li.show') : $('div.rotator ul li:first'));

    if ( current.length == 0 ) current = $('div.rotator ul li:first');

    //Get next image, when it reaches the end, rotate it back to the first image
    var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('div.rotator ul li:first') :current.next()) : $('div.rotator ul li:first'));
    
    //Un-comment the 3 lines below to get the images in random order
    
    //var sibs = current.siblings();
    //var rndNum = Math.floor(Math.random() * sibs.length );
    //var next = $( sibs[ rndNum ] );
            

    //Set the fade in effect for the next image, the show class has higher z-index
    next.css({opacity: 0.0})
    .addClass('show')
    .animate({opacity: 1.0}, 1000);

    //Hide the current image
    current.animate({opacity: 0.0}, 1000)
    .removeClass('show');
    
};



$(document).ready(function() {        
    //Load the slideshow
    theRotator();
    $('div.rotator').fadeIn(1000);
    $('div.rotator ul li').fadeIn(1000); // tweek for IE
});
</script>
<!-- facebook feed-->


<script type="text/javascript">      var Shopify = Shopify || {};
      Shopify.shop = "mynappak.myshopify.com";
      Shopify.theme = {"name":"Woodland","id":1687872};
</script>

<script type="text/javascript">    //<![CDATA[
    (function() {
      function asyncLoad() {
        var urls = ["http://social-referral.appspot.com/s/shopify/sibt.js?store_id=942112\u0026store_url=http://mynappak.myshopify.com\u0026shop=mynappak.myshopify.com","https://social-referral.appspot.com/o/shopify/order.js?store=http://mynappak.myshopify.com\u0026shop=mynappak.myshopify.com"];
        for (var i = 0; i < urls.length; i++) {
          var s = document.createElement('script');
          s.type = 'text/javascript';
          s.async = true;
          s.src = urls[i];
          var x = document.getElementsByTagName('script')[0];
          x.parentNode.insertBefore(s, x);
        }
      }
      window.attachEvent ? window.attachEvent('onload', asyncLoad) : window.addEventListener('load', asyncLoad, false);
    })();
    //]]>
</script>
<script type="text/javascript">var __st={"a":942112,"offset":-21600,"u":"0cd44701a99e"};</script>
<script type="text/javascript">    //<![CDATA[
    (function() {
      function asyncLoad() {
        var urls = ["//stats.shopify.com/javascripts/shopify_stats.js?v=3"];
        for (var i = 0; i < urls.length; i++) {
          var s = document.createElement('script');
          s.type = 'text/javascript';
          s.async = true;
          s.src = urls[i];
          var x = document.getElementsByTagName('script')[0];
          x.parentNode.insertBefore(s, x);
        }
      }
      window.attachEvent ? window.attachEvent('onload', asyncLoad) : window.addEventListener('load', asyncLoad, false);
    })();
    //]]>
</script>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" src="http://cdn.shopify.com/s/global/ga.js?317c8f9dd697e11c612caa79b3f17c3fec256e75"></script><script type="text/javascript">var pageTracker = _gat._getTracker('UA-22747092-1');pageTracker._setAllowLinker(true);pageTracker._setDomainName('none');pageTracker._trackPageview();</script>
</head>





<body  id="page-index" >

<div id="wrapper">
    
    <div id="header" class="clearfix">   
    <div id="main_login">
      
    </div>
      
       
      <div class="logo">
        <h1>
          
          <a href="/"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/logo.png?919" alt="My NapPak Nap Mat - Nap Mat, Napping Mat, and Sleep Mat" /></a>
          
        </h1>
         <div id="nav-search">
      <ul class="primary-nav clearfix">
      
        <li><a href="/">Home</a></li>
      
        <li><a href="/collections/all">Shop</a></li>
      
        <li><a href="/pages/videos">Videos</a></li>
      
        <li><a href="/pages/about-us">About Us</a></li>
      
        <li><a href="/pages/local-retailers">Local Retailers</a></li>
      
        <li class="cart"><a href="/cart">Your cart (0)</a></li>
      </ul>
      </div><!-- #nav-search -->
      </div><!-- .logo -->
   
    </div><!-- #header -->
    <div id="bag-grouping">
    <a href="/collections/all"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/mat_grouping.png?919" /></a>
    </div>
    <div class="content clearfix">
     

     
<div class="banner">
 <div id="banner-left">
  <div class="rotator">
  <ul>
  <li class="show">
  
    <img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/my_nappak_banner_05.jpg?919" width="500"  alt="pic1" />
    </li>
    <li>
    <a href="/products/nappaks-cowboys-and-indians/">
    <img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/my_nappak_banner__cowboys.jpg?919" width="500"  alt="pic1" />
    </a>
    </li>
    <li>
    <a href="/collections/all">
    <img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/banner_03.jpg?919" width="500"   alt="pic2" />
    </a>
    </li>
     <li>
    <a href="/collections/all">
    <img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/myh_nappak_banner_01.jpg?919" width="500"  alt="pic1" />
    </a>
    </li>

  </ul>
</div>
 
  <!--<a href="/collections/all"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/banner.jpg?919" alt="" /></a>-->
  </div>
  <div id="banner-right">
  
<a href="collections/all"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/home_promo_top.png?919"/></a><br /><br />

  
<a href="http://www.facebook.com/pages/My-NapPak/159758664083918" target="_blank"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/home_promo_bottom.png?919"/></a>

  </div>
</div><!-- .banner -->
  



<div class="frontpage-intro clearfix">

</div>
  


<table class="products">
  <tr class="row1">
<td class="col1">
  <div>
    <a href="/collections/frontpage/products/nappaks-cowboys-and-indians"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_cowboys_indians_medium.png?919" width="175px" alt="Cowboys &amp; Indians" /><big>Cowboys & Indians</big><strong>$49.99</strong></a>
  </div>
  </td><td class="col2">
  <div>
    <a href="/collections/frontpage/products/nappaks-crazy-camo"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_camo_medium.png?919" width="175px" alt="Crazy Camo" /><big>Crazy Camo</big><strong>$49.99</strong></a>
  </div>
  </td><td class="col3">
  <div>
    <a href="/collections/frontpage/products/nappaks-under-the-sea"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_mermaid_medium.png?919" width="175px" alt="Under The Sea" /><big>Under The Sea</big><strong>$49.99</strong></a>
  </div>
  </td><td class="col4">
  <div>
    <a href="/collections/frontpage/products/nappaks-play-ball"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_sports_medium.png?919" width="175px" alt="Play Ball" /><big>Play Ball</big><strong>$49.99</strong></a>
  </div>
  </td></tr>
<tr class="row2"><td class="col1">
  <div>
    <a href="/collections/frontpage/products/nappaks-princess"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_princess_medium.png?919" width="175px" alt="Lil&#39; Princess" /><big>Lil' Princess</big><strong>$49.99</strong></a>
  </div>
  </td><td class="col2">
  <div>
    <a href="/collections/frontpage/products/noahs-ark"><img src="http://cdn.shopify.com/s/files/1/0094/2112/products/my_nappak_noahs_ark_1_medium.png?919" width="175px" alt="Noah&#39;s Ark" /><big>Noah's Ark</big><strong>$49.99</strong></a>
  </div>
  </td></tr>

</table>



    </div><!-- .content -->
</div><!-- #wrapper -->

<div id="footer-container">

<div id="footer">
<div id="footer_tagline">
The All-in-one Pillow, Comforter & Attached Fleece Blanket. Just For Kids Who Take Naps!
</div>
<div id="footer-column-wrap">
<div id="footer-column">
<div id="footer-nav">

<ul>
    <li>Home</li>
    <li><a href="/collections/all">Products</a></li>
    <li><a href="/pages/about-us/">About Us</a></li>
    <li><a href="/pages/how-to-order/">How To Order</a></li>
    <li><a href="/pages/sample-sale/">Sample Sale</a></li>
    <li><a href="/pages/favorite-links/">Favorite Links</a></li>
</ul>
</div>
<div id="footer-nav">
<ul>
    <li><a href="/pages/wholesale/">Wholesale</a></li>
    <li><a href="/pages/news">News</a></li>
    <li><a href="/pages/contact-us">Contact Us</a></li>
    <li><a href="/pages/policies/">Policies</a></li>
    <li><a href="/pages/consumer-product-compliance/">Compliance</a></li>
</ul>
</div>
</div>
<div id="footer-column">
<a href="http://www.facebook.com/pages/My-NapPak/159758664083918" target="_blank" alt="Like us on Facebook"><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/facebookicon_footer.png?919"> <br /><br /></a>
<a href="http://www.bbb.org/dallas/business-reviews/mattresses/my-nappak-in-dallas-tx-90004301#bbblogo" target="_blank" alt="BBB A+ RATING" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/BBB.png?919"></a>
<a href="http://www.mominventors.com/" target="_blank" alt="Mom Invented" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/mom_invented.png?919"></a><a href="http://nappaawards.parenthood.com/" target="_blank" alt="NAPPA award" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/NAPPA.png?919"></a><a href="http://www.iparenting.com/" target="_blank" alt="iParenting Award" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/iparenting.png?919"></a>
<a href="http://www.momsbestaward.com/award.htm" target="_blank" alt="Mom's Best Award Winner" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/MBA.png?919"></a><a href="http://www.ptpamedia.com/homepage" target="_blank" alt="PTPA Award -Parent Tested Prent Approved" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/PTPA.png?919"></a><a href="http://www.creativechild.com/" target="_blank" alt="Creative Child Magazine Award" ><img src="http://cdn.shopify.com/s/files/1/0094/2112/t/1/assets/CREATIVECHILD.png?919"></a>
</div>
<div id="footer-column">

<script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box href="https://www.facebook.com/pages/My-NapPak/159758664083918?sfrm" width="300" show_faces="false" stream="true" header="true"></fb:like-box>
</div>
</div>
<div id="copyright">
  Copyright &copy; 2001 MyNapPak.com All Right Reserved
  
  <br />
  </div>
</div>
</div>
<!-- #footer -->

</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...