WHOIS Service

pinnaclewax.com - information about domain

  • Server Status: available
  • Server IP: 68.142.205.137
  • Server Response Time: 434ms

Site title

Pinnaclewax.com- Pinnacle Car Care Products

Keywords

pinnacle natural brilliance,concours,car care products,souveran,carnauba wax,pinnacle wax,swirl remover,detailing clay bar,car polisher,pinnacle car wax,car care,car wax,car care product,car polish,car detailing,detailing products,detailing tools,pinnacle

Description

Shop Pinnacle Car Care Products for Pinnacle car wax, polishes, cleaners, microfiber products, detailing tools, & how to tips.

Alexa information

Alexa rank: 2,276,822

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
pinnaclewax.com IN NS 76940 yns2.yahoo.com
pinnaclewax.com IN NS 76940 yns1.yahoo.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><script type="text/javascript"> 
 <!-- 
 (new Image).src="http://store.yahoo.net/cgi-bin/refsd?e=http://www.pinnaclewax.com/&h=www.pinnaclewax.com&v=1.0&dr=" + escape(document.referrer); 
 --> 
 </script>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Pinnaclewax.com- Pinnacle Car Care Products</title>
<meta name="keywords" content="pinnacle natural brilliance,concours,car care products,souveran,carnauba wax,pinnacle wax,swirl remover,detailing clay bar,car polisher,pinnacle car wax,car care,car wax,car care product,car polish,car detailing,detailing products,detailing tools,pinnacle,car wax,souveran wax,pinnacle products,leather conditioner,leather cleaner,auto polish,auto wax,carnauba,carnuba,carnauba wax,leather care,auto wax,crystal mist,detailing tool,detailing towel,chamois,detailing tips,car care kits,car detailing product,show car wax,detailing supplies">
<meta name="description" content="Shop Pinnacle Car Care Products for Pinnacle car wax, polishes, cleaners, microfiber products, detailing tools, &amp; how to tips.">
<meta name="google-site-verification" content="KlBjFPsWOFWf2O-qR1coQPA5l3XeyT-_oRMGaoYcKt4" />
<META name="y_key" content="3edf97a44a3fe212">
<link REL="SHORTCUT ICON" 
HREF="http://lib.store.yahoo.net/lib/pinnaclewax/pinnaclefavicon.ico">
<script src="http://lib.store.yahoo.net/lib/pinnaclewax/autogeek-scripts.js" type="text/javascript" language="javascript"></script>
<SCRIPT LANGUAGE='JavaScript'> 
function openWindow(url) 

popupWin = window.open(url, 'openWin', "width=400, height=250, scrollbars=yes"); 

</SCRIPT>

<style>
<!--
@import "http://lib.store.yahoo.net/lib/pinnaclewax/pinnaclewax-styles.css";
-->
</style>

<style>
#multi-quantity-text {font: 11px verdana; padding:0 3px 0 3px;
}
.multi-quantity-input {font: normal 11px verdana; text-align: right;
}
#multi-name {font: bold 11px verdana;
}
.multi-code {font: 11px verdana;
}
#multi-caption {color:#525552; font: 11px verdana;
}
.multi-price .price {color:#525552; font: 11px verdana;
}
.multi-price .saleprice {color:#CE0000; font: 11px verdana;
}
#multi-more-text {color:#525552; font: 11px verdana;
}
.multi-divider {background: url(/lib/pinnaclewax/divider-bg.gif) center left repeat-x;
}
#multi-header {background:url(/lib/pinnaclewax/multi-header.gif) center left no-repeat #525552; margin: 0 0 10px 0;
}
</style>

<style type="text/css">
<!--
tr.alt {
    background-color: #EFEFEF;
}
tr.on {
    background-color: #FFF;
}
#mainimg{
margin:5px 0 0 0px;
}
.quantity-input{
text-align:right;
font-size: 10px;
}
#product-info-table-1{
border: solid 1px #999;
margin:5px 0 10 10px;
padding: 2px 2px 2px 2px;
}
#product-info-table-1 TH{
    font: normal 12px arial; color: #000;
    text-align: right;
    padding: 5px; 
    padding-right: 3px;
}
#product-info-table-1 TD{
    font: normal 12px arial; color: #000;
    padding: 5px; padding-left: 7px;
}
#product-info-table-1 .sale-price{
    font: bold 12px arial;
    color: #900;
}
#product-info-table-1 .yousave{font: normal 12px arial; color: #090;
}
#product-info-table-1 SELECT{font: normal 11px arial;

}
#product-info-table-1 .qtybox{font: normal 11px arial; width: 28px; text-align: right;
}
#product-info-table-2{
border: solid 1px #fff;
padding: 2px 2px 2px 2px;
width: 400px;
}
.product-info-table-2-header{
           font: bold 12px arial !important;
        color: #fff !important;
        background: #636563 !important;
}
.product-info-table-2-footer{
        height: 66px;
}  
#product-info-table-2 TH{
    font: normal 12px arial; color: #fff;
    text-align: right;
    padding: 5px; 
    padding-right: 3px;
        background: #636563;
}
#product-info-table-2 TD{
    font: normal 12px arial; color: #000;
    padding: 5px; padding-left: 7px;
        background: #DEDFDE;
}
#product-info-table-2 .sale-price{
    font: bold 12px arial;
    color: #9C0000;
}
#product-info-table-2 .yousave{font: normal 12px arial; color: #009A00;
}
#product-info-table-2 SELECT{font: normal 11px arial;
}
#product-info-table-2 .qtybox{font: normal 11px arial; width: 28px; text-align: right;
}
-->
</style>

<script language="Javascript" type="text/javascript">
<!--
function alternateOneTablesRows(tableid) {
    var theTable = document.getElementById ? document.getElementById(tableid) : document.all.tableid;
    if(theTable) {
        var tableRows = theTable.getElementsByTagName("TR");
        var boolExp = "i % 2 != 0";
        for(var i=0; i<tableRows.length; i++) {
            if(eval(boolExp)) {
                var theString = tableRows[i].className;
                if(theString == "alt on")
                    theString = "alt";
                if(theString == "alt") 
                    tableRows[i].className = "alt on";
            }
        }   
    }
}

function alternateRows(stringArg, argIsArray) {
    if(argIsArray && stringArg.indexOf("/") > -1) {
        var idArray = stringArg.split("/");
        for(var i=0; i<idArray.length; i++)
            alternateOneTablesRows(idArray[i]);
    } else
        alternateOneTablesRows(stringArg)
}

function MultiAddElement(thisel, x){
var thechkbox = document.getElementById('vwitem'+x);
var thetextbox = document.getElementById('vwquantity'+x);
    if(thisel.type == 'checkbox'){
        if(thechkbox.checked){
            thetextbox.value = 1;
        }else{
            thetextbox.value = 0;
        }
    }
    if(thisel.type == 'text'){
        if(isNaN(thetextbox.value)){
            alert('The quantity must be numeric');
            thetextbox.value = 0;
            thechkbox.checked = false;
        }else{
            if(thetextbox.value != '' && thetextbox.value != 0){
                thechkbox.checked = true;
            }else{
                if(thetextbox.value == ''){
                    thetextbox.value = 0;
                }
                thechkbox.checked = false;
            }
        }
    }
}
//-->
</script>

<style type="text/css">
    body #overall #bodycont .leftnav .nav ul li, body #overall #bodycont .leftnav .nav2 ul li { margin: 0; }
    body #overall #bodycont .leftnav .nav ul li a, body #overall #bodycont .leftnav .nav2 ul li a {
        padding-left: 28px;
        background: url(/lib/pinnaclewax/navbar-item-bg.png) left center no-repeat;
    }
    body #overall #bodycont .leftnav .nav ul li a:hover, body #overall #bodycont .leftnav .nav2 ul li a:hover { background-position: right center; }
</style> 
<link rel="stylesheet" type="text/css" href="http://lib.store.yahoo.net/lib/pinnaclewax/PIN-Style-1-2-12.css" />
<link rel="stylesheet" href="http://lib.store.yahoo.net/lib/pinnaclewax/pinnaclewax-global-menu-styles.css"><script type="text/javascript" src="http://lib.store.yahoo.net/lib/pinnaclewax/SpryTabbedPanels.js"></script><script type="text/javascript" src="http://lib.store.yahoo.net/lib/pinnaclewax/autogeek-scripts.js"></script></head><body>
<!--starthtml-->
<div class="lrg-bg-spanner"><div id="homepage">
<div id="overall" class="force">
<div id="header">
<img src="http://lib.store.yahoo.net/lib/pinnaclewax/PIN-hdr-1-2-12.jpg" usemap="#header" alt="Shop Pinnacle Car Care Products for Pinnacle car wax, polishes, cleaners, microfiber products, detailing tools, & how to tips." border="0" /></div>
<div id="bodycont">
<div class="actbody" id="actbody">
<!--Start Content Body-->
<meta name="verify-v1" content="OhpAY9ngyCUQWms9RcGCSOGFmyVMqKnLXM5m9AuF3N4=" ><SCRIPT src="http://lib.store.yahoo.net/lib/pinnaclewax/SpryTabbedPanels.js" type="text/javascript"></SCRIPT>
<LINK href="http://lib.store.yahoo.net/lib/pinnaclewax/pinn-home-mall.css" rel="stylesheet" type="text/css" />
<LINK href="http://lib.store.yahoo.net/lib/pinnaclewax/SpryTabbedPanels1.css" rel="stylesheet" type="text/css" />
<!--Center Ads-->
<DIV class="right-column floatright" style="background:url(http://lib.store.yahoo.net/lib/pinnaclewax/grey-fade-600-w-1.jpg) no-repeat left top #ffffff">
  <TABLE width="779" border="0" cellpadding="0" cellspacing="0" background="http://lib.store.yahoo.net/lib/pinnaclewax/grey-fade-600-w-1.jpg">
    <!-- Begin Large Ad -->
    <TR>
      <TD><table width="779" border="0" align="center" cellpadding="0" cellspacing="0" background="http://www.pinnaclewax.net/front-ads/Pinn-FP-bg.jpg">
  <tr>
    <td width="779"><SCRIPT language="JavaScript">
var TestURLPT     = new Array(2);
TestURLPT[0]   = "http://www.pinnaclewax.com/sisewaxkit.html";
TestURLPT[1]   = "http://www.pinnaclewax.com/pintotcarcar.html";

var TestFilePT     = new Array(2);
TestFilePT[0]     = "http://www.pinnaclewax.net/front-ads/Pinn-FP-2-10-12-1.jpg";
TestFilePT[1]     = "http://www.pinnaclewax.net/front-ads/Pinn-FP-2-10-12-2.jpg";

var TTNewbannerPT   = 0;
var TTCurrentbannerPT   = 0;

function TTLoadbannerPT(){            
    document.write("<A NAME='TestLinkPT' ID='TestLinkPT' HREF='" + TestURLPT[TTNewbannerPT] +  "' target='_self'>");
    document.write("<IMG NAME='TestImagePT' ID='TestImagePT' SRC='" + TestFilePT[TTNewbannerPT] + "' width='779' height='250' border='0' style='border: 0px solid #222222;'></A>");
    TTCurrentbannerPT = TTNewbannerPT;
    window.setTimeout("TTChangebannerPT()",5000);
}
function TTChangebannerPT(){
    //Get a new banner
    TTNewbannerPT = Math.floor(Math.random() * TestFilePT.length);
    
    //If is not the current banner change the SRC and URL, then assign the new banner
    if(TTCurrentbannerPT != TTNewbannerPT){                
        // TestLinkPT.href = TestURLPT[TTNewbannerPT];
        // TestImagePT.src = TestFilePT[TTNewbannerPT];
        document.getElementById('TestLinkPT').href = TestURLPT[TTNewbannerPT];
        document.getElementById('TestImagePT').src = TestFilePT[TTNewbannerPT];
        TTCurrentbannerPT = TTNewbannerPT;

        }
    window.setTimeout("TTChangebannerPT()",5000);
}
TTLoadbannerPT();
</SCRIPT></td>
   </tr>
</table></TD>
    </TR>
    <!-- End Large Ad -->
    <!-- Begin Featured Items Box-->
    <TR>
      <TD><img src="http://www.pinnaclewax.net/front-ads/PIN-FPS-2-10-12.jpg" width="779" height="250" border="0" usemap="#featured"></TD>
    </TR>
    <!-- End Featured Items Box-->
    <!-- Begin Best Sellers Box-->
    <TR>
      <TD><TABLE width="779" border="0" cellspacing="0" cellpadding="0">
          <TR>
            <TD height="28" background="http://lib.store.yahoo.net/lib/pinnaclewax/Best-Sellers-01.jpg"><TABLE width="98%" border="0" cellspacing="0" cellpadding="0">
                <TR>
                  <TD width="76%">&nbsp;</TD>
                  <TD align="right" width="24%" class="nav">Click tabs to view...</TD>
                </TR>
              </TABLE></TD>
          </TR>
          <TR>
            <TD><TABLE width="779" border="0" cellpadding="0" cellspacing="0"  background="http://lib.store.yahoo.net/lib/pinnaclewax/grey-fade-600-w-1.jpg">
                <TR>
                  <TD width="11" background="http://lib.store.yahoo.net/lib/pinnaclewax/Best-Sellers-02.jpg"></TD>
                  <TD valign="top" ><DIV id="TabbedPanels1" class="TabbedPanels">
                      <UL class="TabbedPanelsTabGroup">
                        <LI class="TabbedPanelsTab" TABINDEX="0">Car Care Kits</LI>
                        <LI class="TabbedPanelsTab" TABINDEX="0">XMT Series</LI>
                        <LI class="TabbedPanelsTab" TABINDEX="0">Buffers</LI>
                        <LI class="TabbedPanelsTab" TABINDEX="0">Cobra Microfiber</LI>
                      </UL>
                      <DIV class="TabbedPanelsContentGroup">
                        <DIV class="TabbedPanelsContent">
                          <!-- Best Sellers Tab 1 -->
                          <TABLE width="100%" border="0" cellspacing="2" cellpadding="4">
                            <TR>
                              <TD width="20%"><DIV align="center"><A href="souvinkit.html"><IMG src="http://www.pinnaclewax.net/fp-products/pin-cck-1.jpg" alt="Pinnacle Souveran
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...