WHOIS Service

ggsplace.com - information about domain

  • Server Status: available
  • Server IP: 216.52.115.5
  • Server Response Time: 485ms

Site title

Home - GGS MS PAGES

Keywords

MSWATCH FEATURED CHATTERS, NOT JUST MS, MUCH MORE, MS FRIENDS, MS INFO,JOKES,RECIPES

Description

MULTIPLE SCLEROSIS DOESNT HAVE TO BE A DOWNER, FIND ENCOURAGEMENT HERE. MS LINKS, JOKES, RECIPES

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
ggsplace.com IN A 216.52.115.5 10800
ggsplace.com IN SOA 10800 mname: ns1.webs.com
rname: root.webs.com
refresh: 10800
retry: 3600
expire: 1814400
minimum-ttl: 3600
ggsplace.com IN MX 10800 sitemail.everyone.net
ggsplace.com IN NS 10800 ns1.webs.com
ggsplace.com IN NS 10800 ns2.webs.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>Home - GGS MS PAGES</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta name="keywords" content="MSWATCH FEATURED CHATTERS,  NOT JUST MS, MUCH MORE,  MS FRIENDS,  MS INFO,JOKES,RECIPES">
    <meta name="description" content="MULTIPLE SCLEROSIS DOESNT HAVE TO BE A DOWNER, FIND ENCOURAGEMENT HERE. MS LINKS, JOKES, RECIPES ">
    <!-- master default -->
    <link rel="canonical" href="http://www.ggsplace.net/"/>

<meta property="og:site_name" content="GGS MS PAGES" />
<meta property="og:title" content="Home" />

<link rel="stylesheet" type="text/css" href="http://static.websimages.com/static/global/theme/css/pluggables.css"/>
<script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/webs_common.js"></script>
<script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/websover.min.js"></script><link id="templatebase" rel="stylesheet" type="text/css" media="screen" href="http://static.websimages.com/static/global/css/templatebase.css">
<link rel="stylesheet" type="text/css" href="http://images.freewebs.com/Members/Generationz/Standard/Blank/Right/style.css" media="screen">
<style>#logo-div { background-image: url('http://images.freewebs.com/Images/null.gif');}</style><style id="page_custom_background_1">html {background-image:url('http://www.freewebs.com/Backgrounds/Beige/beige013.jpg') !important;background-repeat:repeat !important;background-position:top left !important;}</style><script>if(typeof(webs)==='undefined'){webs={page:{id:8562242}}}else if(typeof(webs.page)==='undefined'){webs.page={id:8562242}}else if(typeof(webs.page.id)==='undefinded'){webs.page.id=8562242}</script>
<!-- Start ClickyPlugin (none) -->

<!-- End ClickyPlugin (none) -->

<meta name="fw:category" content="0">

    <link rel="stylesheet" type="text/css" href="http://images.freewebs.com/Members/Generationz/Standard/PrintCSS/print.css" media="print">
</head>
<body class="hasOneColumn noSidebar navtype-Unknown translate-en" >

<!-- Start ClickyPlugin (none) -->

<!-- End ClickyPlugin (none) -->

<!-- PUT THIS TAG IN THE head SECTION -->
<script type="text/javascript" src="http://partner.googleadservices.com/gampad/google_service.js">
</script>
<script type="text/javascript">
  GS_googleAddAdSenseService("ca-pub-4763110844767107");
  GS_googleEnableAllServices();
</script>
<script type="text/javascript">
GA_googleAddAttr('cat', '07');
GA_googleAddAttr('wl', '0');
</script>
<script type="text/javascript">
  GA_googleAddSlot("ca-pub-4763110844767107", "user_728x90");
</script>
<script type="text/javascript">
  GA_googleFetchAds();
</script>
<!-- END OF TAG FOR head SECTION --><script type="text/javascript" src="http://static.websimages.com/JS/fw.js"></script><script language="JavaScript">

n=30;
n4=(document.layers);
n6=(document.getElementById&&!document.all);
ie=(document.all);
doc=(n4||ie)?'document.':'document.getElementById("';
all=(n4||n6)?'':'all.';
n6r=(n6)?'")':'';
s=(n4)?'':'.style';

var h,w;
function Screen(){
h=(ie)?document.body.clientHeight:window.innerHeight;
w=(ie)?document.body.clientWidth:window.innerWidth;
}
Screen();
window.onresize=Screen;

y=new Array();
x=new Array();
stars = new Array();
speed = new Array();
col = new Array('#777777','#aaaaaa','#cccccc','#ffffff');

for (i=0; i < n; i++){
var size=1+Math.random()*2;
if (!n4)
document.write("<div id='strs"+i+"' style='position:absolute;top:0px;left:0px;width:"+size+"px;height:"+size+"px;background:#ffffff;font-size:"+size+"px'></div>");
if (n4)
document.write("<layer name='strs"+i+"' top=0 left=0 bgcolor=#000000 width="+size+" height="+size+"></layer>");
}

//Initial.
for (i=0; i < n; i++){
y[i]=Math.random()*h;
x[i]=Math.random()*w;
var itemp=eval(doc+all+"strs"+i+n6r+s);
itemp.top=y[i];
itemp.left=x[i];
var rcol = col[Math.floor(Math.random()*col.length)];
(n4)?itemp.bgColor=rcol:itemp.background=rcol;
if (rcol == col[0]) speed[i]=1+Math.random()*1;
else if (rcol == col[1]) speed[i]=2+Math.random()*2;
else if (rcol == col[2]) speed[i]=4+Math.random()*2;
else speed[i]=6+Math.random()*2;
}

function fly(){
sy=(ie)?document.body.scrollTop:window.pageYOffset;
sx=(ie)?document.body.scrollLeft:window.pageXOffset;
for (i=0; i < n; i++){
x[i]-=speed[i];
//Could randomize everything again but kept simple for slower computers.
if (x[i] < -10){
 x[i]=w-((n6)?20:10);
 y[i]=Math.round(Math.random()*h-10);
 }
var temp=eval(doc+all+"strs"+i+n6r+s);
temp.top=y[i]+sy;
temp.left=x[i]+sx;
}
setTimeout('fly()',40);
}
window.onload = fly;
//-->
</script>
<script language="JavaScript">
<!-- Mouse Attack by Kurt Grigg - http://www.btinternet.com/~kurt.grigg/javascript

var num=10;//Number of dots!
var vel=20;//Speed!
var MA_col=new Array('#0080ff','#ffffff','#0000ff','#44ccff');//Dot colours, min 2!
var stopafter=60*60*24; //Stop and clear after x secondS!
//Nothing needs altering past here....................
var MAy=0;
var MAx=0;
var py=0;
var px=0;
var angle=0;
var distance=0;
var rep;
var ry=0;
var rx=0;
var tmr=null;
var n4=(document.layers);
var n6=(document.getElementById&&!document.all);
var ie=(document.all);
var o6=(navigator.appName.indexOf("Opera") != -1)?true:false;
var _d=(n4||ie)?'document.':'document.getElementById("';
var _a=(n4||n6)?'':'all.';
var _r=(n6)?'")':'';
var _s=(n4)?'':'.style';
var v=(n4)?"show":"visible";
var put=false;
stopafter*=1000;
if (n4||n6){
window.captureEvents(Event.MOUSEMOVE);
function mouse1(e){
 if (put) return false;
 MAy = e.pageY-window.pageYOffset;
 MAx = e.pageX;
 }
if (n4) window.onMouseMove=mouse1;                              
else document.onmousemove=mouse1;
}
if (ie||o6){
 function mouse2(){
 if (put) return false;
 MAy = (ie)?event.clientY:event.clientY-window.pageYOffset;
 MAx = event.clientX;
 }
document.onmousemove=mouse2;
}
if (n4){
for (inc=0; inc < num; inc++)
document.write('<layer name=dots'+inc+' top=0 left=0 width='+inc/3+' height='+inc/3+' bgcolor=#ffffff></layer>');
}
else{
if (ie&&!o6){
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div style='position:relative'>");
}
for (inc=0; inc < num; inc++)
document.write('<div id="dots'+inc+'" style="position:absolute;top:0px;left:0px;width:'+inc/3+';height:'+inc/3+';background:#ffffff;font-size:1">.</div>');
if (ie&&!o6) document.write("</div></div>");
}
function pos(){
h=(ie)?document.body.clientHeight:window.innerHeight-20;
w=(ie)?document.body.clientWidth:window.innerWidth-20;
ry=Math.round(Math.random()*h);
rx=Math.round(Math.random()*w);
rep=Math.round(Math.random()*3);
if (rep == 3)ry=0;
if (rep == 2)ry=h;
if (rep == 1)rx=0;
if (rep == 0)rx=w;
py=ry;
px=rx;
}
pos();
function followleader(){
sy=(!ie)?window.pageYOffset:0;
sx=(!ie)?window.pageXOffset:0;
if (ie) outer.style.top=document.body.scrollTop;
for (inc=0; inc < num; inc++){
randomcol=MA_col[Math.floor(Math.random()*MA_col.length)];
temp1=eval(_d+_a+"dots"+inc+_r+_s);
temp1.visibility=v;
if (inc < num-1){
temp2=eval(_d+_a+"dots"+(inc+1)+_r+_s);
temp1.top=temp2.top;
temp1.left=temp2.left
}
else{
temp1.top=py+sy;
temp1.left=px;
}
if (n4)temp1.bgColor=randomcol;
else temp1.background=randomcol;
}
}
function bomb(){
ay=MAy-py;
ax=MAx-px;
angle=Math.round(Math.atan2(ay,ax)*180/Math.PI);
if (angle < 0) angle += 360;
MAdy=py-MAy;
MAdx=px-MAx;
distance=Math.floor(Math.sqrt(MAdx*MAdx+MAdy*MAdy));
go_y = Math.round(vel*Math.sin(angle*Math.PI/180));
go_x = Math.round(vel*Math.cos(angle*Math.PI/180));
py+=go_y;
px+=go_x;
if (distance < vel) pos();
followleader();
tmr=setTimeout("bomb()",20);
}
bomb();
function dsbl(){
v=(n4)?"hide":"hidden";
put=true;
MAx=0;
MAy=0;
setTimeout('clearTimeout(tmr)',stopafter+100);
}
setTimeout('dsbl()',stopafter);
//-->
</script>
<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var rclickmsg="Sorry, no right-clicking allowed.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(rclickmsg);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(rclickmsg);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(rclickmsg);return false")

// --> 
</script>

<div id="fw-advertisement">
    <p>
        <script type="text/javascript">
  GA_googleFillSlot("user_728x90");
</script>
    </p>
</div>

<!--
{NavHeaderFormat}
<li class="fw-navheader">{NavHeader}</li>
{/NavHeaderFormat}



-->




<div id="fw-container">
    <div id="fw-head">
        <h1 id="fw-title"><a id="fw-titlelink" href="http://www.ggsplace.net/">GGS MS PAGES</a></h1>
        <h2 id="fw-smalltitle">MUSINGS, AMUSINGS & ABUSINGS</h2>
        <div id="logo-div" class="fw-logo"></div>
    </div>


    <div id="fw-blockContainer">
        <div id="fw-mainnavwrap">
            <div id="fw-nav-menu">
                <ul class="fw-nav-level-0">
                    <li><a class="section fw-class-a52eb9e060ed579ea16d802b363d72d6" href="http://www.ggsplace.net/welcomeback.htm" >WELCOME BACK</a></li>
<li><a class="section fw-class-9ed768fc6ede40d97b430951e52faded" href="http://www.ggsplace.net/multiplesclerosis.htm" >MULTIPLE SCLEROSIS</a></li>
<li><a class="section fw-class-3154e133878062b74755d987cb7848d8" href="http://www.ggsplace.net/ggspage.htm" >GGS PAGE</a></li>
<li><a class="section fw-class-452c1bfd33afb7c580bf1136974b21d1" href="http://www.ggsplace.net/wherearewe.htm" >WHERE ARE WE</a></li>
<li><a class="section fw-class-3a1781c7a4a650690a9fae3bb283abe5" href="http://www.ggsplace.net/peopleyoumayknow.htm" >PEOPLE YOU MAY KNOW !</a></li>
<li><a class="section fw-class-7ed56c6d7f50a6e84a66c3b955289b98" href="http://www.ggsplace.net/peopleyoumayknow2.htm" >PEOPLE YOU MAY KNOW 2</a></li>
<li><a class="section fw-class-9f450601b658736433edd2cfb80837cb" href="http://www.ggsplace.net/peopleyoumayknow3.htm" >PEOPLE YOU MAY KNOW 3</a></li>
<li><a class="section fw-class-b8d7dc0d8984586b5ac8fc97ebb451df" href="http://www.ggsplace.net/peopleyoumayknow4.htm" >PEOPLE YOU MAY KNOW 4</a></li>
<li><a class="section fw-class-b9b4b6e44004afbc62cc7d566cff56a9" href="http://www.ggsplace.net/peopleyoumayknow5.htm" >PEOPLE YOU MAY KNOW 5</a></li>
<li><a class="section fw-class-104582eef6f82092bd97a198f2662b79" href="http://www.ggsplace.net/featuredfriend.htm" >FEATURED FRIEND</a></li>
<li><a class="section fw-class-b027ce2a0dcda9af90479febccea32a2" href="http://www.ggsplace.net/encouragingstuff.htm" >ENCOURAGING STUFF</a></li>
<li><a class="section fw-class-e484f6f09a7340910baebbdd855f1144" href="http://www.ggsplace.net/embarrassingmoments.htm" >EMBARRASSING MOMENTS!!!!</a></li>
<li><a class="section fw-class-89f8a095ca34287569a9df050d2da140" href="http://www.ggsplace.net/msfriendsmusings.htm" >MS FRIENDS MUSINGS</a></li>
<li><a class="section fw-class-d5c5c8038678efdfab6025b3cb597aac" href="http://www.ggsplace.net/linkstosee.htm" >LINKS TO SEE</a></li>
<li><a class="section fw-class-0901dc7119e67ff5de4748de2e2936b4" href="http://www.ggsplace.net/famouspeoplewithms.htm" >FAMOUS PEOPLE WITH MS</a></li>
<li><a class="section fw-class-9852b41100ed09561d5550bda0a793c1" href="http://www.ggsplace.net/paulnicholaspage.htm" >PAUL NICHOLAS PAGE</a></li>
<li><a class="section fw-class-65c50affed787cc5d70367b89a612c55" href="http://www.ggsplace.net/humorpage.htm" >HUMOR PAGE</a></li>
<li><a class="section fw-class-d032c6897ca8e38c3bdcc7d2d607196a" href="http://www.ggsplace.net/michigan2008pics.htm" >MICHIGAN 2008 PICS</a></li>
<li><a class="section fw-class-fd15bde35043cda2a21f8c3714addb0b" href="http://www.ggsplace.net/michigangatheringpics.htm" >MICHIGAN GATHERING PICS</a></li>
<li><a class="section fw-class-8268a8ff4eff0d092a4ec9dc9b0b86fe" href="http://www.ggsplace.net/2005poconogathering.htm" >2005 POCONO GATHERING</a></li>
<li><a class="section fw-class-3a3dc2955263c2b8307d1cfc3d7440a3" href="http://www.ggsplace.net/poconopics2.htm" >POCONO PICS 2</a></li>
<li><a class="section fw-class-18cb3e1810cd30e510f7be8c8264d18f" href="http://www.ggsplace.net/poconopics3.htm" >POCONO PICS 3</a></li>
<li><a class="section fw-class-0f263751b8932a71567087909b7f398f" href="http://www.ggsplace.net/formerfeaturesphotos.htm" >FORMER FEATURES PHOTOS</a></li>
<li><a class="section fw-class-955f8718d0d5b2b9db0bfa8998d5b3c3" href="http://www.ggsplace.net/myson.htm" >MY SON</a></li>
<li><a class="section fw-class-e1504488cd9852c3c92e9c6efefe8440" href="http://www.ggsplace.net/mypercyandrufus.htm" >MY PERCY AND RUFUS</a></li>
<li><a class="section fw-class-cba9844779df502ed50c5ba6fb9e59bb" href="http://www.ggsplace.net/chatterpets.htm" >CHATTER PETS</a></li>
<li><a class="section fw-class-bce4c532b578051121c5cba62393352c" href="http://www.ggsplace.net/recipepage.htm" >RECIPE PAGE</a></li>
<li><a class="section fw-class-7619347d05cd86e8ba660445c14120ba" href="http://www.ggsplace.net/ggsmusicpicks.htm" >GGS MUSIC PICKS</a></li>
<li><a class="section fw-class-34867dd740fbf2780018ae1b021c9ce9" href="http://www.ggsplace.net/chattats.htm" >CHAT TATS</a></li>
<li><a class="section fw-class-e133517a38c59748358430c96989f688" href="http://www.ggsplace.net/ifyourbored.htm" >IF YOUR BORED !!</a></li>
<li><a class="section fw-class-085a2ccd0a7c471066999588a609cf09" href="http://www.ggsplace.net/betyoucanidentify.htm" >BET YOU CAN IDENTIFY!</a></li>
<li><a class="section fw-class-9fa7b0efb65867366ad98085ab542c36" href="http://www.ggsplace.net/guestbook.htm" >Guestbook</a></li>


                </ul>
            </div>
        </div>

        <div id="fw-bigcontain">
            

            <div id="fw-columnContainer">
                <div id="fw-mainColumn">
                    <!-- ParagraphStart 93107487 --><div class="fw-paragraph">
            <div class="fw-paragraphtop"></div>
            <h3 class="fw-title"><a name="93107487"></a><!-- ParagraphTitleStart --> <!-- ParagraphTitleEnd --></h3>
            <div class="fw-text"><!-- ParagraphBodyStart --><p align="center"><u><font size="6"><strong></strong></font></u></p><p align="center"><u><font size="6" color="#2e8b57" face="Tahoma"><strong><img border="0" src="http://www.ggsplace.com/gii_envelope_ivy.gif" /></strong></font></u></p><p align="center">&#160;</p><p align="center"><font size="4" color="#a0522d"><strong><a href="http://www.ggsplace.com/4thannualmigathering.htm"></a></strong></font></p>&#160;<p>&#160;</p><p align="center"><u><font size="6" color="#2e8b57" face="Tahoma"><strong>COME CHAT!!!!</strong></font></u></p><p align="center"><a href="http://www.freewebs.com/ggschat/"><font size="6"><strong>www.freewebs.com/ggschat/</strong></font></a><br /><br /><font size="4" color="#6a5acd"><strong>THIS IS NOT A DIRECT LINK, PLEASE COPY / PASTE OR TYPE IN YOUR BROWSER WINDOW<br />THEN SAVE TO FAVORITES.</strong></font></p><p align="center"><font size="5"><strong><font color="#8b008b"><font style="background-color: thistle"></font></font></strong></font></p><p align="center"><img border="0" src="http://www.ggsplace.com/ap26fcod.jpg" /></p><p align="center"><font size="5">LINK TO THE MS DISCUSSION BOARDS SITE BY TRENT:</font></p><p align="center"><font size="5"><a href="http://www.msrefugees.proboards82.com/">http://www.msrefugees.proboards82.com/</a><a href="http://www.msrefugees.proboards82.com/"></a></font></p><p align="center"><font size="6"><a href="http://www.ggsplace.com/welcomeback.htm" style="color: darkmagenta">NEXT</a></font></p><p align="center">&#160;</p><p align="center">&#160;</p><!-- ParagraphBodyEnd --></div>
            <div class="fw-paragraphbottom"></div>
        </div><!-- ParagraphEnd 93107487 -->
                </div>
            </div>
        </div>

        <div id="fw-sidebar">
            <div id="fw-sidebarbegin"></div>
            
            <div id="fw-sidebarend"></div>
        </div>
        <div class="clears">
        </div>
    </div>

    <div id="fw-footer">
        <p id="fw-foottext" class="fw-footertext"></p>
        <p><script type="text/javascript"> 
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-230305-2']);
    _gaq.push(['_setDomainName', 'none']);
    _gaq.push(['_setAllowHash', false]);
    _gaq.push(['_setAllowLinker', true]);
    _gaq.push(['_trackPageview']);
    
     (function() {
       var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     })();
</script>

<script> 
 _udn = "none"; 
</script>

<!-- Google Website Optimizer Control Script -->
<script>
function utmx_section(){}function utmx(){}
(function(){var k='2354831680',d=document,l=d.location,c=d.cookie;function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;
d.write('<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':'://www')+'.google-analytics.com'+'/siteopt.js?v=1&utmxkey='+k+'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+'" type="text/javascript" charset="utf-8"></sc'+'ript>')})();
</script>
<!-- End of Google Website Optimizer Control Script -->

<!-- Google Website Optimizer Tracking Script -->
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['gwo._setAccount', 'UA-230305-28']);
  _gaq.push(['gwo._setDomainName', 'none']);
  _gaq.push(['gwo._trackPageview', '/2354831680/test']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script>
<!-- End of Google Website Optimizer Tracking Script -->

<script>utmx_section("Legacy Footer")</script>
<p style="float: left; font-size: 11px; text-align: left;">
<a onclick="_gaq.push(['_link', 'http://www.webs.com/?referer=wftr-null&utm_source=product&utm_medium=userSite&utm_term=free&utm_content=legacy&utm_campaign=footer']); return false;" href="http://www.webs.com/?referer=wftr-null&utm_source=product&utm_medium=userSite&utm_term=free&utm_content=legacy&utm_campaign=footer" value="Create a Free Website at Webs.com" title="Create a Free Website" class="fwftr-input-big fwftr-button">
<span>Create a Free Website</span></a>
</p>
</noscript>
<script>var _nwls=[];if(window.jQuery&&window.jQuery.find){_nwls=jQuery.find(".fw_link_newWindow");}else{if(document.getElementsByClassName){_nwls=document.getElementsByClassName("fw_link_newWindow");}else{if(document.querySelectorAll){_nwls=document.querySelectorAll(".fw_link_newWindow");}else{document.write('<scr'+'ipt src="http://static.websimages.com/static/global/js/sizzle/sizzle.min.js"><\/scr'+'ipt>');if(window.Sizzle){_nwls=Sizzle(".fw_link_newWindow");}}}}var numlinks=_nwls.length;for(var i=0;i<numlinks;i++){_nwls[i].target="_blank";}</script></p>
    </div>
</div>

<!-- Start ClickyPlugin (none) -->

<!-- End ClickyPlugin (none) -->
<!-- --><script type="text/javascript" src="http://static.websimages.com/static/global/js/webs/usersites/escort.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();}</script>
<!--[if IE 6]>
<script type="text/javascript" src="http://images.webs.com/static/global/js/webs/usersites/ie6subnav.js"></script>
<![endif]-->
</body>
</html>
<!-- siteserver44 -->
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...