WHOIS Service

livingtobaccofree.com - information about domain

  • Server Status: available
  • Server IP: 208.91.197.27
  • Server Response Time: 534ms

Alexa information

Alexa rank: 18,793,396

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
livingtobaccofree.com IN SOA 7200 mname: NS71.WORLDNIC.com
rname: namehost.WORLDNIC.com
serial: 110110816
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 3600
livingtobaccofree.com IN A 208.91.197.27 7200
livingtobaccofree.com IN NS 7200 ns72.WORLDNIC.com
livingtobaccofree.com IN NS 7200 NS71.WORLDNIC.com

Server Location

Site source

Show / hide source
                
<html xmlns="http://www.w3.org/1999/xhtml">

<head id="Head1"><title>
    Nevada > Home
</title><link href="CSS/default.css" type="text/css" rel="stylesheet" /><link href="CSS/skin.css" type="text/css" rel="stylesheet" />
    
      <script type="text/javascript" src="JS/Default.js"></script>
     <script type="text/javascript" src="JS/mootools.js"></script>  
    <script type="text/javascript" src="JS/imask.js"></script>
    
</head>
<body id="body" onload="onload()">




   <script language="JavaScript" 
type="text/javascript">
// This script was supplied free by Hypergurl 
// http://www.hypergurl.com 
<!-- // JavaScript to interpolate random images into a page. 
var ic = 7; 
// Number of alternative images 
var xoxo = new Array(ic); 
// Array to hold filenames 
xoxo[0] = "Images/bodyimgright_1.jpg"; 
xoxo[1] = "Images/bodyimgright_2.jpg"; 
xoxo[2] = "Images/bodyimgright_3.jpg"; 
xoxo[3] = "Images/bodyimgright_4.jpg"; 
xoxo[4] = "Images/bodyimgright_5.jpg";
xoxo[5] = "Images/bodyimgright_6.jpg";
xoxo[6] = "Images/bodyimgright_7.jpg";
function pickRandom(range) 
{ if (Math.random) return Math.round(Math.random() * (range-1)); else { var now 
= new Date(); return (now.getTime() / 1000) % range; } } 
// Write out an IMG tag, using a randomly-chosen image name. 
var choice = pickRandom(ic); // --> 
</script>
 
 
 
 
    
<script language="javascript" type="text/javascript">



////         function check_validation (quiz_)
////        {

////        alert(document.forms.frmDefault.elements.quiz_1);
////        return confirm("dddddddddddddddd");
//////            //alert(document.getElementById("quiz_1").value);
//////            
//////            var v;
//////            v= document.forms.myform.elements.quiz_1.value;
//////           alert("v="+v);
//////            if(v=="")
//////            {
//////                alert("quiz_");
//////                return false;
//////            }else
//////            {
//////                return true;
//////                document.getElementById('formpage').value = quiz_;
//////            }
////        
////            
////        }


    
function radio_button_checker(value_)
{

         document.getElementById('formpage').value = value_;
        // set var radio_choice to false
        
        var radio_choice_1 = false;
         var radio_choice_2 = false;
          var radio_choice_3= false;
           var radio_choice_4 = false;
            var radio_choice_5 = false;
             var radio_choice_6 = false;
         
              

        // Loop from zero to the one minus the number of radio button selections
        for (counter = 0; counter < frmDefault.quiz_1.length; counter++)
        {
             if (frmDefault.quiz_1[counter].checked)
                    radio_choice_1 = true; 
        }
         
        for (counter = 0; counter < frmDefault.quiz_2.length; counter++)
        {
               if (frmDefault.quiz_2[counter].checked)
                    radio_choice_2 = true; 
        }
          
        for (counter = 0; counter < frmDefault.quiz_3.length; counter++)
        {
                if (frmDefault.quiz_3[counter].checked)
                    radio_choice_3 = true; 
        }
          
        for (counter = 0; counter < frmDefault.quiz_4.length; counter++)
        {
                if (frmDefault.quiz_4[counter].checked)
                    radio_choice_4 = true; 
        }
          
        for (counter = 0; counter < frmDefault.quiz_5.length; counter++)
        {
                if (frmDefault.quiz_5[counter].checked)
                    radio_choice_5 = true; 
        }
          
        for (counter = 0; counter < frmDefault.quiz_6.length; counter++)
        {
                if (frmDefault.quiz_6[counter].checked)
                    radio_choice_6 = true; 
        }  

        if (radio_choice_1 && radio_choice_2 && radio_choice_3 && radio_choice_4 && radio_choice_5 && radio_choice_6)
        {
           return (true);
        }else{
        
            
              alert("please answer every question")
            return (false);
        }
           
}

 

    
         function print2(div)
             {
             var docPrint;

                docPrint=window.open('','windowName',''); 
                docPrint.document.open();
                docPrint.document.write('<html><head></head><body onLoad="self.print()">');
                 docPrint.document.write(document.getElementById(div).innerHTML); 
                docPrint.document.write('</body></html>');
                docPrint.document.close(); 
                //docPrint.focus();
                docPrint.close;
        }
        
       

        function popup(div)
                 {
                 var docPrint;

                    docPrint=window.open('','windowName',''); 
                    docPrint.document.open();
                    docPrint.document.write('<html><head></head><body>');
                     docPrint.document.write(document.getElementById(div).innerHTML); 
                    docPrint.document.write('</body></html>');
                    docPrint.document.close(); 

            }
            
            
 

    </script>
    
    <script type="text/javascript">
    // input mask
                //<![CDATA[
                var Page = {
                    initialize: function() {
                        

                        new iMask({
                            onFocus: function(obj) {
                                obj.setStyles({"background-color":"#ff8", border:"1px solid #880"});
                            },

                            onBlur: function(obj) {
                                obj.setStyles({"background-color":"#fff", border:"1px solid #ccc"});
                            },

                            onValid: function(event, obj) {
                                obj.setStyles({"background-color":"#8f8", border:"1px solid #080"});
                            },

                            onInvalid: function(event, obj) {
                                if(!event.shift) {
                                    obj.setStyles({"background-color":"#f88", border:"1px solid #800"});
                                }
                            }
                        });
                    }
                };

                window.onDomReady(Page.initialize);
                //]]>
        </script>

    
 
    <form name="frmDefault" method="post" action="Default.aspx?id=index" id="frmDefault">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJODc0MjQ0MDI4D2QWAgIBD2QWAgIQDxAPFgIeC18hRGF0YUJvdW5kZ2QQFQIHRW5nbGlzaAdTcGFuaXNoFQICMTMCNTEUKwMCZ2cWAWZkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYEBQdpbWdMb2dvBQlidG5TZWFyY2gFDWltZ1dhbnRUb1F1aXQFDWltZ1dhbnRUb0hlbHCHVNR/fWsxHllW5plLqMg25nBZKQ==" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['frmDefault'];
if (!theForm) {
    theForm = document.frmDefault;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>


<script src="/WebResource.axd?d=qCDcgA1GgDvNh22HFH88Fa8IGfV-vlAh0b7aXIPBWHXNxDevdhWU5QODlnPFj6GkvRPEIQ2xMSuhIha2qLaC8wlmo1A1&amp;t=634649547440245094" type="text/javascript"></script>

<div>

    <input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0" />
    <input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0" />
    <input type="hidden" name="__PREVIOUSPAGE" id="__PREVIOUSPAGE" value="PUz1a8bASi0hCxFzsybt2--RWCM8czlFBnmDrnOlIi8YJ8Yg5oQXpg5vrpbPIHtoEmKjHl52wB9_BASL2YoVXMNfg201" />
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWDAL8y7ozAoiz4vIPApntjN0KAqWf8+4KArzI8v8FArWTiP8CAoGAs/wLAryIspsKArPn7PYGArfn1PYGAuPM1O0FAtXXv9gIsY9KOQVnhcZ/uIFuEuyM8troy2U=" />
</div>
    
     

        <div id="page">
            <div id="header">
                <table style="width: 720px">
                    <tr>
                        <td style="width: 196px" rowspan="3">
                            <input type="image" name="imgLogo" id="imgLogo" border="none" src="Images/toplogo.png" style="border-width:0px;" />
                        </td>
                        <td style="width: 843px;" colspan="2" rowspan="3">
                        </td>
                        <td style="height: 57px; width: 333px;" align="right">
                            <table width="250" border="0" cellspacing="0" cellpadding="0">
                               <tr>
                                    <td><font size="2">Search</font></td>
                                    <td><input name="txtSearch" type="text" id="txtSearch" class="NormalTextBox" style="vertical-align: top" /></td>
                                    <td><input type="image" name="btnSearch" id="btnSearch" class="SearchSkinObject" src="Images/searchgo.gif" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;btnSearch&quot;, &quot;&quot;, false, &quot;&quot;, &quot;SearchResults.aspx&quot;, false, false))" style="border-width:0px;" /></td>
                               </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td height="16" style="width: 383px; text-align: right; vertical-align: text-top;
                            height: 16px;">
                            <a id="HyperLink1" class="main_dnnmenu_rootitem" href="Default.aspx?id=index">Home</a>
                            <a id="HyperLink2" class="main_dnnmenu_rootitem" href="Default.aspx?id=ContactUs">Contact Us</a>
                             <a id="HyperLink7" class="main_dnnmenu_rootitem" href="Default.aspx?id=AboutUs"></a>
                            
                            <a id="HyperLink3" class="main_dnnmenu_rootitem" href="Default.aspx?id=Privacy">Privacy Policy</a>
                            <a id="HyperLink4" class="main_dnnmenu_rootitem" href="Default.aspx?id=SiteMap">Site Map</a>
                            <a id="HyperLink5" class="main_dnnmenu_rootitem" href="Default.aspx?id=Video">Video</a>
                            <a id="HyperLink6" class="main_dnnmenu_rootitem" href="Default.aspx?id=News">News</a>
                           
                            
                            
                            <!--
                            <a id="lnkAdmin" class="main_dnnmenu_rootitem" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;lnkAdmin&quot;, &quot;&quot;, false, &quot;&quot;, &quot;Admin/Default.aspx&quot;, false, true))">Admin</a>
                            -->
                        </td>
                    </tr>
                    <tr>
                        <td style="width: 333px">
                        </td>
                    </tr>
                </table>
            </div>
            <div id="centerbody">
                <table cellspacing="0" cellpadding="0" width="700" align="center" border="0">
                    <tbody>
                        <tr>
                            <td style="padding: 0px; margin: 0px; height: 29px;"><input type="image" name="imgWantToQuit" id="imgWantToQuit" src="Images/iwanttoquit.png" align="bottom" style="width:350px;border-width:0px;padding: 0px" /></td>
                            <td style="padding: 0px; margin: 0px; height: 29px;"><input type="image" name="imgWantToHelp" id="imgWantToHelp" src="Images/iwanttohelp.png" align="bottom" style="width:350px;border-width:0px;padding: 0px" /></td>
                        </tr>
                        <tr valign="top" style="padding: 0px; margin: 0px;">
                            <td width="352" style="height: 204px">
                                <div class="ContentLinkStyle" id="dnn_ContentPane1">
                                    <div>
                                        <div class="linkscontainer">
                                            <div class="DNNAlignleft" id="dnn_ctr474_ContentPane">
                                                <div id="dnn_ctr474_ModuleContent">
                                                    <div id="dnn_ctr474_Links_pnlList">
                                                        <span><table id="dnn_ctr474_Links_lstLinks" cellspacing="0" cellpadding="0" summary="Links Design Table" border="0" style="border-collapse: collapse">
    <tbody>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=HowtoQuitWhatWorks">How to Quit-What Works</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=WhyQuittingisntEasyAboutNicotine">Why Quitting isn&rsquo;t Easy-About Nicotine</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" title="Quitting tobaco" target="_self" href="Default.aspx?id=WhatsinaCigarette">What&rsquo;s in a Cigarette</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=WhatsinSmokelessTobacco">What&rsquo;s in Smokeless Tobacco? </a>&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=TheGoodNewsAboutQuitting">The Good News About Quitting</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=CallingtheHelplinetoQuit">Calling the Helpline to Quit </a>&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap" style="padding-left: 4px"><a class="Normal" target="_self" href="Default.aspx?id=QuittingResourcesandLinks">Quitting Resources and Links</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0">
                <tbody>
                    <tr>
                        <td nowrap="nowrap" style="padding-left: 4px"><a class="Normal" target="_blank" href="http://www.fda.gov/NewsEvents/Newsroom/PressAnnouncements/ucm173222.htm">Tell me about E-Cigarettes </a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
        <tr>
            <td valign="top">
            <table cellspacing="0" cellpadding="4" border="0" style="width: 192px; height: 30px">
                <tbody>
                    <tr>
                        <td nowrap="nowrap" style="padding-left: 4px"><a class="Normal" target="_blank" href="http://www.cdc.gov/tobacco/data_statistics/fact_sheets/tobacco_industry/hookahs/">Information about Hookah&rsquo;s</a>&nbsp;&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            <table id="dnn_ctr474_Links_lstLinks" cellspacing="0" cellpadding="0" summary="Links Design Table" border="0" style="border-collapse: collapse">
                <tbody>
                    <tr>
                        <td valign="top">
                        <table cellspacing="0" cellpadding="4" border="0">
                            <tbody>
                                <tr>
                                    <td nowrap="nowrap"><a class="Normal" target="_self" href="Default.aspx?id=Archive">Archive of Links</a>&nbsp;&nbsp;</td>
                                </tr>
                            </tbody>
                        </table>
                        </td>
                    </tr>
                </tbody>
            </table>
            <p>&nbsp;</p>
            </td>
        </tr>
    </tbody>
</table>
<p>&nbsp;</p></span>
                                                 </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </td>
                           
                                    <SCRIPT LANGUAGE="JavaScript">document.writeln('<TD'+'><IMG SRC="'+xoxo[choice]+'" BORDER=0 ><'+'/TD>');</SCRIPT>                            
                               
                          
                        </tr>
                        <tr>
                            <td colspan="2"><img alt="" src="Images/bodylinebot.png" style="width: 698px; height: 14px" /></td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div id="mainbody">
                <table cellspacing="0" cellpadding="0" width="736" align="center" bgcolor="#ffffff"
                    border="0">
                    <tbody>
                        <tr>
                            <td width="19">
                            </td>
                            <td width="698">
                                <div class="maincontent" id="dnn_ContentPane">
                                    <a name="501"></a>
                                        <div style="height: 20px"></div>
                                         
                                        <div id="contentDiv" class="boxed">
                                            
                                            <span><p>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="Word.Document" name="ProgId" />
<meta content="Microsoft Word 11" name="Generator" />
<meta content="Microsoft Word 11" name="Originator" />
<link href="file:///D:\DOCUME~1\ADMINI~1.NAH\LOCALS~1\Temp\msohtml1\01\clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:PunctuationKerning />
<w:ValidateAgainstSchemas />
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:Compatibility>
<w:BreakWrappedTables />
<w:SnapToGridInCell />
<w:WrapTextWithPunct />
<w:UseAsianBreakRules />
<w:DontGrowAutofit />
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" LatentStyleCount="156">
</w:LatentStyles>
</xml><![endif]--><style type="text/css">
<!--
 /* Font Definitions */
 @font-face
    {font-family:Calibri;
    panose-1:2 15 5 2 2 2 4 3 2 4;
    mso-font-charset:0;
    mso-generic-font-family:swiss;
    mso-font-pitch:variable;
    mso-font-signature:-1610611985 1073750139 0 0 159 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin-top:0in;
    margin-right:0in;
    margin-bottom:10.0pt;
    margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:Calibri;
    mso-fareast-font-family:"Times New Roman";
    mso-bidi-font-family:Arial;}
@page Section1
    {size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;
    mso-header-margin:.5in;
    mso-footer-margin:.5in;
    mso-paper-source:0;}
div.Section1
    {page:Section1;}
--></style><!--[if gte mso 10]>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}
</style>
<![endif]--></p>
<p class="MsoNormal" style="margin-bottom: 0pt; line-height: normal">Nevada Tobacco Users&rsquo; Helpline is a FREE telephone service that has helped thousands of Nevadans quit their tobacco use since 1997. Individuals who enroll in services at the Helpline are FIVE TIMES more likely to successfully quit tobacco than those who try to quit on their own.</p></span>
                                        </div>
                                </div>
                            </td>
                            <td width="19">
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>
            <div id="footer">
                <div id="footer1">
                    <table cellspacing="0" cellpadding="0" width="736" align="center" bgcolor="#ffffff"
                        border="0">
                        <tbody>
                            <tr height="50">
                                <td style="width: 20px">
                                </td>
                                <td style="width: 375px" align="center">
                                <a href="http://www.facebook.com/#!/pages/Nevada-Tobacco-Users-Helpline/162097320480486"><img border="0" src="images/facebook.gif" /></a>
                                </td>
                                <td colspan="2" style="width: 296px">
                                    <span id="lblLanguage" style="font-size:Small;">Select Language: </span>
                                    <select name="DDLLanguages" onchange="javascript:setTimeout('__doPostBack(\'DDLLanguages\',\'\')', 0)" id="DDLLanguages">
    <option selected="selected" value="13">English</option>
    <option value="51">Spanish</option>

</select>
                                </td>
                                <td style="width: 46px">
                                <!--<input type="hidden" id="sizedelta" value=""-->
                                    <img alt="" src="Images/reduce%20size.gif" onclick="decreaseFontSize(document.getElementById('contentDiv'));" />
                                    <img alt="" src="Images/increase%20size.gif" onclick="increaseFontSize(document.getElementById('contentDiv'));" /></td>
                                <td width="18">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
                <div id="footer2">
                    &nbsp;</div>
            </div>
        </div>
        <table cellspacing="0" cellpadding="0" width="736" align="center" border="0">
            <tbody>
                <tr height="5">
                    <td style="height: 9px">
                    </td>
                </tr>
                <tr>
                    <td align="middle">
                        <span class="style2"><a href="http://www.livingtobaccofree.com" target="_blank" class="SkinObject style2"
                            id="dnn_dnnLOGIN_cmdLogin">
                            Copyright 2008 by Nevada Tobacco Users Helpline|
                        </a>
                        <a class="SkinObject style2" style="font-size: 9px;" href="mailto:nevadatobacco@medicine.nevada.edu">nevadatobacco@medicine.nevada.edu|
                        </a><a class="SkinObject" id="A1" href="default.aspx?id=ContactUs">
                            Contact Us
                        </a></span>
                    </td>
                </tr>
            </tbody>
        </table>
        <input type="hidden" name="formpage" id="formpage" value="0" />
        <input type="hidden" name="sizedelta" id="sizedelta" />
    

<script type="text/javascript">
//<![CDATA[

theForm.oldSubmit = theForm.submit;
theForm.submit = WebForm_SaveScrollPositionSubmit;

theForm.oldOnSubmit = theForm.onsubmit;
theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit;
//]]>
</script>
</form>
</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...