WHOIS Service

yelloyello.com - information about domain

  • Server Status: available
  • Server IP: 141.138.137.216
  • Server Response Time: 220ms

Site title

YelloYello, find businesses near you!

Keywords

YelloYello, guide, yellow pages, community, social, local, search

Description

Your Social Guide with Reviews and Recommendations of Doctors, Restaurants, Services and much more. Find it at YelloYello!

Alexa information

Alexa rank: 313,522

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
yelloyello.com IN SOA 86400 mname: ns0.transip.net
rname: hostmaster.transip.nl
serial: 2011112903
refresh: 14400
retry: 1800
expire: 604800
minimum-ttl: 86400
yelloyello.com IN MX 86400 relay.transip.nl pri: 20
yelloyello.com IN MX 86400 ASPMX.L.GOOGLE.com pri: 1
yelloyello.com IN MX 86400 ALT1.ASPMX.L.GOOGLE.com pri: 5
yelloyello.com IN MX 86400 ALT2.ASPMX.L.GOOGLE.com pri: 5
yelloyello.com IN MX 86400 ASPMX2.GOOGLEMAIL.com pri: 10
yelloyello.com IN MX 86400 ASPMX3.GOOGLEMAIL.com pri: 10
yelloyello.com IN MX 86400 ASPMX4.GOOGLEMAIL.com pri: 10
yelloyello.com IN MX 86400 ASPMX5.GOOGLEMAIL.com pri: 10
yelloyello.com IN A 141.138.137.216 300
yelloyello.com IN NS 86400 ns1.transip.net
yelloyello.com IN NS 86400 ns0.transip.net
yelloyello.com IN NS 86400 ns2.transip.net

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>
    <head>
        <meta name="Language" http-equiv="Content-Language" content="en">
<link href="/plugins/opensearch.xml" rel="search" title="YelloYello" type="application/opensearchdescription+xml"></link>
<meta name="keywords" content="YelloYello, guide, yellow pages, community, social, local, search">
<meta name="description" content="Your Social Guide with Reviews and Recommendations of Doctors, Restaurants, Services and much more. Find it at YelloYello!">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
<title>YelloYello, vind bedrijven bij jou in de buurt!</title>

<link href="/stylesheets/yelloyello.css?1322483301" media="screen" rel="stylesheet" type="text/css" />

<!--[if IE 7]>
    <link href="/stylesheets/ie7hacks.css?1322483301" media="screen" rel="stylesheet" type="text/css" />    
<![endif]-->

<!--[if IE 6]>
    <link href="/stylesheets/ie6hacks.css?1322483301" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->

<script src="/javascripts/yelloyello.js?1322483301" type="text/javascript"></script>



<!-- start_map -->
<!-- end_map -->

<!-- start_theme -->
    <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"></link><link href="/favicon.ico" rel="icon" type="image/x-icon"></link>
<!-- end_theme -->


<script>
    var glider = null; // Globally define glider

    
    
    var Hover = Behavior.create({
      initialize: function(className) {
        this.className = className || 'hover';
      },
      onmouseover: function() {
        this.element.addClassName(this.className);
      },
      onmouseout: function() {
        this.element.removeClassName(this.className);
      }
    });
    
    // This Behavior needs the element that has it to have
    // an id set to the uuid of the marker (or an other id
    // used in the markerGroup).
    var MarkerHover = Behavior.create({
      initialize: function(markerGroup) {
        this.markerGroup = markerGroup;
      },
      onmouseover: function() {
        var marker = eval(this.markerGroup).markersById[this.element.id];
        // var marker = this.markerGroup.markersById[this.element.id];
        // var marker = searchResults.markersById[this.element.id];
        if (!(typeof marker == "undefined"))
            marker.onMouseOver();
      },
      onmouseout: function() {
        
        var marker = eval(this.markerGroup).markersById[this.element.id];
        // var marker = this.markerGroup.markersById[this.element.id];
        // var marker = searchResults.markersById[this.element.id];
        if (!(typeof marker == "undefined"))
            marker.onMouseOut();
            // setTimeout(this.markerGroup+'.markersById["'+this.element.id+'"].onMouseOut();', 10);
      }
    });

    Event.observe(window,'load', function() {
        
    });

    Event.addBehavior.reassignAfterAjax = true;
    Event.addBehavior({
        
    });    

    // TODO: Map scripts
</script>

    </head>
    <body>
        <div id="wrap">
            <!-- <div id="outerLogo"></div> -->
            <div id="preHeader">
                    <a href="/login" rel="nofollow">Log in</a> | 
    No account yet? <a href="/signup" rel="nofollow">Sign up!</a> | 
<span class="languageLinks">
    <span class="active"><img alt="English" class="active fixPNG" src="/images/flags/en.png?1322483301" /></span>&nbsp;<span class="inactive"><a href="/?language=nl"><img alt="Nederlands" class="inactive fixPNG" src="/images/flags/nl.png?1322483301" /></a></span>
</span>

            </div>
            <div id="header">                
                <div id="innerHeader">
    <div id="innerLogo"></div>
    <div id="search" class="overflow">
<form action="/places/search" method="get">            <div class="left">
                <div class="left halfMarginRight">
                    <label for="what">What?</label>
                </div>
                <div class="left">
                    <input id="what" name="what" type="text" />
<script type="text/javascript">
//<![CDATA[
$('what').focus()
//]]>
</script><br/>
                    <span class="searchFieldExample">e.g. plumber, cafe janssen</span>
                </div>
            </div>
            <div class="left">
                <div class="left halfMarginRight">
                    <label for="where">Where?</label>
                </div>
                <div class="left">
                    <input class="geocode" id="where" name="where" type="text" /><br/>
                    <span class="searchFieldExample">e.g. urk, dorpstraat, 3011PE</span>
                </div>
                <div class="left">            
                    <input class="submit" name="commit" type="submit" value="Search" />
                </div>
            </div>
            <!-- TODO: The field examples are not very clean this way.. CSS wise. -->
            <!-- <span class="whatFieldExample">test</span> <span class="whereFieldExample">test</span> -->
</form>    </div>
    <div class="clear"></div>
    <div id="mainNavigation">
        <!-- FIXME: Also these tabs need a grey line for the bottom, find a way to fix this in this case. -->
        <!-- <div class="mainNavigationTabsLine"></div> -->
        <div class="mainNavigationTabs" id="layout_tabnav"><ul><li class="active" id="city_guide_container"><a href="/" class="active" id="city_guide" title="Home">Home</a></li> 
<li id="places_container"><a href="/places/search" id="places" title="Places">Places</a></li> 
<li id="reviews_container"><a href="/reviews" id="reviews" title="Reviews">Reviews</a></li> 
<li id="large_map_container"><a href="/map" id="large_map" title="Map">Map</a></li> 
<li id="users_container"><a href="/users/search" id="users" title="Users">Users</a></li> 
<li id="my_profile_container"><a href="/login" id="my_profile" title="My Profile">My Profile</a></li> 
<li id="businessOwners_container"><a href="/products/free_business_profile?utm_content=tab&amp;utm_medium=banner&amp;utm_source=website" id="businessOwners" title="Business owners">Business owners</a></li> 
</ul></div>

    </div>
</div>
            </div>
            <div id="content">
                <div class="innerContent">
                    <div id="subNavigation">
                        <!-- <ul class="citySelect">
                            <li></li>
                            <li>,</li>
                            <li>,</li>
                            <li>,</li>
                            <li>,</li>
                            <li></li>
                        </ul> -->
                        <ul class="breadcrumb"><li><a href="/">Home</a></li> &gt; <li>Welcome to YelloYello</li></ul>
                        <div class="clear"></div>
                    </div>
                    <div class="solidSeparator"></div>
                </div>
                <div class="innerContent innerContentBottom clearfix">
                    
                        <div class="blueBox onePadding textAlignCenter">
        <h1 style="margin-bottom:0.2em">Find and write business, restaurant, hotel, plumber reviews on YelloYello!</h1>
        <h3 style="margin-bottom:0.2em"><span class="grey">
            Create your business website today, write reviews of businesses near you, and more..
        </span></h3>
        <a href="/signup">Join Now!</a>
        or
      <a href="/facebook/connect"><img alt="Facebook-login-button" class="fixPNG" src="/images/facebook-login-button.png?1330946358" title="Login with Facebook" /></a>
    </div>
    <div class="oneMarginBottom"></div>

<div class="mainContent" style="100%">

    <!-- Cached: Sat Mar 10 17:25:39 +0100 2012 -->
    <div id="topLists" class="clearfix">
        <div class="textAlignCenter">
            <h2 style="margin-bottom:0.2em">
                The top businesses on YelloYello
            </h2>
        </div>
        <div class="topList">
    <dl>
        <dt>
            Restaurants
        </dt>
        <br/>
        <!-- TODO: Must be place_image as link to place.. use helper in old YY. -->
        <img alt="Bierhandel de Pijp" src="http://www.yelloyello.com/assets/images/dTq1G88X4r4lBhaby-aabx.wide_medium.jpg" />
        <dd>
    <h4 class="noMargin"><a href="/places/bierhandel-de-pijp-rotterdam" class="fn org">Bierhandel de Pijp</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 57.6px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/pizzeria-stromboli-delft" class="fn org">Pizzeria Stromboli</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 51.0px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/eetcafe-pandarve-zeist" class="fn org">Eetcafé Pandarve</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 60.0px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/cafe-loetje-amsterdam" class="fn org">Café Loetje</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 51.72px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/marc-s-bar-bbq-steakhouse-bistro-bar-uden" class="fn org">Marc's Bar BBQ St...</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 51.96px'></div></div>
</dd>
    </dl>
    <div class="textAlignRight oneMarginRight"><a href="/places/search?what=restaurant">More..</a></div>
</div>
        <div class="topList">
    <dl>
        <dt>
            Hotels
        </dt>
        <br/>
        <!-- TODO: Must be place_image as link to place.. use helper in old YY. -->
        <img alt="Efteling Hotel" src="http://www.yelloyello.com/assets/images/d-Y4qY8XWr4lBhaby-aabx.wide_medium.jpg" />
        <dd>
    <h4 class="noMargin"><a href="/places/efteling-hotel-kaatsheuvel" class="fn org">Efteling Hotel</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 48.0px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/hotel-new-york-rotterdam" class="fn org">Hotel New York</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 40.56px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/dorhout-mees-biddinghuizen" class="fn org">Dorhout Mees</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 54.0px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/stroom-rotterdam-rotterdam" class="fn org">Stroom Rotterdam</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 54.0px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/schimmelpenninckhuys-hotel-restaurants-groningen" class="fn org">Schimmelpenninckh...</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 48.0px'></div></div>
</dd>
    </dl>
    <div class="textAlignRight oneMarginRight"><a href="/places/search?what=hotel">More..</a></div>
</div>
        <div class="topList last">
    <dl>
        <dt>
            Café's
        </dt>
        <br/>
        <!-- TODO: Must be place_image as link to place.. use helper in old YY. -->
        <img alt="Café De Witte Aap" src="http://www.yelloyello.com/assets/images/caFsAujKGr3kHCadbiDtP6.wide_medium.jpg" />
        <dd>
    <h4 class="noMargin"><a href="/places/cafe-de-witte-aap-rotterdam" class="fn org">Café De Witte Aap</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 52.56px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/mekong-river-thai-bar-amsterdam" class="fn org">Mekong River Thai...</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 56.04px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/cafe-loetje-amsterdam" class="fn org">Café Loetje</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 51.72px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/cafe-ballentent-rotterdam" class="fn org">Café Ballentent</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 43.2px'></div></div>
</dd><dd>
    <h4 class="noMargin"><a href="/places/cafe-restaurant-t-vliegertje-amsterdam" class="fn org">Café Restaurant '...</a></h4>
    <div class='ratingSmallBg'><div class='ratingSmall' style='width: 51.0px'></div></div>
</dd>
    </dl>
    <div class="textAlignRight oneMarginRight"><a href="/places/search?what=cafe">More..</a></div>
</div>
        <div class="clear"></div>
    </div>
    <!-- End Cached -->
    <div class="solidSeparator"></div>
    <!-- Cached: Sat Mar 10 17:25:40 +0100 2012 -->
    <div id="browseCategories">
        <h3>Browse categories</h3>
        <ul>
                <li><a href="/places/search?what=consultancy+firm">consultancy firm</a></li>
                <li><a href="/places/search?what=car">car</a></li>
                <li><a href="/places/search?what=wholesaler">wholesaler</a></li>
                <li><a href="/places/search?what=training">training</a></li>
                <li><a href="/places/search?what=education">education</a></li>
                <li><a href="/places/search?what=restaurant">restaurant</a></li>
                <li><a href="/places/search?what=manufacturer">manufacturer</a></li>
                <li><a href="/places/search?what=foundation">foundation</a></li>
                <li><a href="/places/search?what=association">association</a></li>
                <li><a href="/places/search?what=hairdresser">hairdresser</a></li>
                <li><a href="/places/search?what=computer">computer</a></li>
                <li><a href="/places/search?what=contractor">contractor</a></li>
                <li><a href="/places/search?what=company+organisation">company organisation</a></li>
                <li><a href="/places/search?what=plants">plants</a></li>
                <li><a href="/places/search?what=flowers">flowers</a></li>
                <li><a href="/places/search?what=management">management</a></li>
                <li><a href="/places/search?what=atm">atm</a></li>
                <li><a href="/places/search?what=bar">bar</a></li>
                <li><a href="/places/search?what=primary+education">primary education</a></li>
                <li><a href="/places/search?what=merchandise">merchandise</a></li>
        </ul>
    </div>
    <!-- End Cached -->
    <div style="width:1px; min-height: 100%; border-right: 1px solid white; float: left"></div>
    <div id="placeReviews" class="recentReviews">
        <h3>Latest reviews</h3>
        <ul class="reviews">
            <li class="overflowHidden clearfix hreview">
    <span class="rating hidden">1</span>    <span class="hidden item">
        <span class="vcard"><span class="fn org">C1000 Moordrecht</span></span>
    </span>
        <div class="illustration"><a href="/users/13262-carla-k"><img alt="Carla k" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info clearfix">
        <span class="date">10 March 2012</span>
        <div class="left">
            <div class='ratingBg'><div class='rating' style='width: 18px'></div></div>                    <h4><a href="/places/c1000-moordrecht-moordrecht">C1000 Moordrecht</a></h4>                
            <b class="summary">Lege schappen</b>
            <span class="type hidden">business</span>
                <i><span class="grey">by</span> Carla k</i>
        </div>
    </div>
    <div class="text description">
        <wbr\>
            <p>Sinds de nieuwe C1000 geopend is in Moordrecht is de winkel erg achter uit gegaan.
<br />Hoor veel mensen moppperen over de vele schappen die leeg staan ,groenten vak leeg of alles tegen de verlopen datum.En helaas nog veel meer producten die niet aan wezig zijn.
<br />Mijn ervaring met de zaak in Nieuwerkerk is stukker beter.Voor mij geen boodschappen meer halen op het dorp.Alleen veel ergenis om dat de produkten die je wilt kopen er weer eens niet zijn.</p>
    </div>
    <div class="overflowHidden">
        <ul class="actions clearfix">
                <li class="flagLabel">This review is:</li>
                <li class="flag"><a href="/login">Useful (<span id="Review8890_useful_flag_count">0</span>)</a></li>
                <li class="flag"><a href="/login">Funny (<span id="Review8890_funny_flag_count">0</span>)</a></li>
                <li class="flag oneMarginRight"><a href="/login">Unbelievable (<span id="Review8890_unbelievable_flag_count">0</span>)</a></li>
        </ul>
        <ul class="reviewControls adminControls clearfix">
        </ul>    
    </div>
</li><div class="dottedSeparator"></div><li class="overflowHidden clearfix hreview">
    <span class="rating hidden">5</span>    <span class="hidden item">
        <span class="vcard"><span class="fn org">Tychon Loon- en Transportbedrijf Fr</span></span>
    </span>
        <div class="illustration"><a href="/users/13260-zetorfan"><img alt="zetorfan" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info clearfix">
        <span class="date">10 March 2012</span>
        <div class="left">
            <div class='ratingBg'><div class='rating' style='width: 90px'></div></div>                    <h4><a href="/places/tychon-loon-en-transportbedrijf-fr-mechelen">Tychon Loon- en Transportbe...</a></h4>                
            <b class="summary">uitstekende service</b>
            <span class="type hidden">business</span>
                <i><span class="grey">by</span> zetorfan</i>
        </div>
    </div>
    <div class="text description">
        <wbr\>
            <p>loonbedrijf tychon heeft grandioos matrieel zowel machines alsook die geweldgeweldige AMERIKAANSE john deere trekker waarmee een uitstekende service aan de klandisie word afgeleverd!!!! Dit bedrijf is voor iedereen aan te raden die eeen karwei aan te bieden heeft, want bij hun is in overleg alles mogelijk!!!toppie!!!!</p>
    </div>
    <div class="overflowHidden">
        <ul class="actions clearfix">
                <li class="flagLabel">This review is:</li>
                <li class="flag"><a href="/login">Useful (<span id="Review8889_useful_flag_count">0</span>)</a></li>
                <li class="flag"><a href="/login">Funny (<span id="Review8889_funny_flag_count">0</span>)</a></li>
                <li class="flag oneMarginRight"><a href="/login">Unbelievable (<span id="Review8889_unbelievable_flag_count">0</span>)</a></li>
        </ul>
        <ul class="reviewControls adminControls clearfix">
        </ul>    
    </div>
</li><div class="dottedSeparator"></div><li class="overflowHidden clearfix hreview">
    <span class="rating hidden">1</span>    <span class="hidden item">
        <span class="vcard"><span class="fn org">Schoon en Zonen</span></span>
    </span>
        <div class="illustration"><a href="/users/13259-ik-ben-ook-een-slachtoffer-en-wil-me-aansluiten"><img alt="ik ben ook een slachtoffer en wil me aansluiten" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info clearfix">
        <span class="date">10 March 2012</span>
        <div class="left">
            <div class='ratingBg'><div class='rating' style='width: 18px'></div></div>                    <h4><a href="/places/schoon-en-zonen-hoofddorp">Schoon en Zonen</a></h4>                
            <b class="summary">ja, goed idee..met zij...</b>
            <span class="type hidden">business</span>
                <i><span class="grey">by</span> ik ben ook een slachtoffer en wil me aansluiten</i>
        </div>
    </div>
    <div class="text description">
        <wbr\>
            <p>Ik ben ook opgelicht, top dat jullie hem hebben gevonden.. ik kom ook op de meeting, als ik het goed begrijp maken we dan samen de plannen om hem en zijn familie aan te pakken?  wij doen mee!!!</p>
    </div>
    <div class="overflowHidden">
        <ul class="actions clearfix">
                <li class="flagLabel">This review is:</li>
                <li class="flag"><a href="/login">Useful (<span id="Review8888_useful_flag_count">0</span>)</a></li>
                <li class="flag"><a href="/login">Funny (<span id="Review8888_funny_flag_count">0</span>)</a></li>
                <li class="flag oneMarginRight"><a href="/login">Unbelievable (<span id="Review8888_unbelievable_flag_count">0</span>)</a></li>
        </ul>
        <ul class="reviewControls adminControls clearfix">
        </ul>    
    </div>
</li><div class="dottedSeparator"></div><li class="overflowHidden clearfix hreview">
    <span class="rating hidden">1</span>    <span class="hidden item">
        <span class="vcard"><span class="fn org">Dronten Tegeltoko</span></span>
    </span>
        <div class="illustration"><a href="/users/13258-b-t-"><img alt="B.T." class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info clearfix">
        <span class="date">10 March 2012</span>
        <div class="left">
            <div class='ratingBg'><div class='rating' style='width: 18px'></div></div>                    <h4><a href="/places/dronten-tegeltoko-dronten">Dronten Tegeltoko</a></h4>                
            <b class="summary">Aankoop tegels plus ze...</b>
            <span class="type hidden">business</span>
                <i><span class="grey">by</span> B.T.</i>
        </div>
    </div>
    <div class="text description">
        <wbr\>
            <p>Ter goeder trouw facturen tegels en zetwerk tegelijk voldaan maar na vierde  verplaatste afspraak om tegelzetwerk af te maken waren wij het zat en heb ik een ander bedrijf in de hand genomen om het werk af te maken contact met de directeut van de toko gehad maar nogsteeds geen geld terug nu na 6 weken wacht ik nog steeds op de verrekening van de in voren betaalde facturen, kortom zeer SLECHTE ervaring met de TEGELTOKO.</p>
    </div>
    <div class="overflowHidden">
        <ul class="actions clearfix">
                <li class="flagLabel">This review is:</li>
                <li class="flag"><a href="/login">Useful (<span id="Review8887_useful_flag_count">0</span>)</a></li>
                <li class="flag"><a href="/login">Funny (<span id="Review8887_funny_flag_count">0</span>)</a></li>
                <li class="flag oneMarginRight"><a href="/login">Unbelievable (<span id="Review8887_unbelievable_flag_count">0</span>)</a></li>
        </ul>
        <ul class="reviewControls adminControls clearfix">
        </ul>    
    </div>
</li>
        </ul>
        <a href="/places/search?search%5Border%5D=last_reviewed_at_desc">More..</a>
    </div>
</div>
<div class="subContent">
    <div class="blueBox onePadding textAlignCenter">
    <h3 class="noMargin">Your FREE WEBSITE, TODAY!</h3>
    <span class="grey">
      Get your business online today. All your info: map, images, openinghours, seo, 100% free..
    </span>
    <div class="oneMarginBottom"></div>
    <h2 class="noMargin"><a href="/products/free_business_profile?utm_content=free_website&amp;utm_medium=banner&amp;utm_source=website">Click for more info!</a></h2>
</div>
<div class="oneMarginBottom"></div>

    <div class="userLists">
        <h3>Lists by users..</h3>
        <ul>
            <li class="clearfix">
    <div class="illustration illustrationForList"><a href="/lists/5004-furniture"><img alt="Dummy" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info infoForList">
        <a href="/lists/5004-furniture">Furniture (2)</a><br/>
            <br/>
        <span class="grey"><i>List by <a href="/users/12446-judit">Judit</a></i></span>
    </div>
</li><li class="clearfix">
    <div class="illustration illustrationForList"><a href="/lists/4115-favorites"><img alt="Dummy" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info infoForList">
        <a href="/lists/4115-favorites">Favorites (2)</a><br/>
        <span class="grey"><i>List by <a href="/users/10045-diane-pietens">Diane Pietens</a></i></span>
    </div>
</li><li class="clearfix">
    <div class="illustration illustrationForList"><a href="/lists/3248-club-2000"><img alt="Dummy" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info infoForList">
        <a href="/lists/3248-club-2000">club-2000 (2)</a><br/>
            mijne<br/>
        <span class="grey"><i>List by <a href="/users/8114-club-2000">club 2000</a></i></span>
    </div>
</li><li class="clearfix">
    <div class="illustration illustrationForList"><a href="/lists/2891-favorites"><img alt="Dummy" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a></div>
    <div class="info infoForList">
        <a href="/lists/2891-favorites">Favorites (2)</a><br/>
        <span class="grey"><i>List by <a href="/users/7336-mcmeijer">mcmeijer</a></i></span>
    </div>
</li>
        </ul>
    </div>
    <div class="oneMarginBottom"></div>    

    <div class="userLists clearfix">
        <h3>New users..</h3>
        <div class="clearfix">
            <ul class="userFriends clearFix">
                <li>
    <a href="/users/13261-rene-douven"><img alt="rene douven" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13261-rene-douven">rene...</a>
</li><li>
    <a href="/users/13255-petra-slym"><img alt="Petra Slym" class="user" src="/assets/avatars/13255.square_medium.jpg" /></a><br/>
    <a href="/users/13255-petra-slym">Petr...</a>
</li><li>
    <a href="/users/13254-hotel-tv"><img alt="hotel tv" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13254-hotel-tv">hote...</a>
</li><li>
    <a href="/users/13252-wasmachine"><img alt="wasmachine" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13252-wasmachine">wasm...</a>
</li><li>
    <a href="/users/13251-kevinroys3"><img alt="kevinroys3" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13251-kevinroys3">kevi...</a>
</li><li>
    <a href="/users/13249-bigdtirellc"><img alt="bigdtirellc" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13249-bigdtirellc">bigd...</a>
</li><li>
    <a href="/users/13248-cecile1966"><img alt="Cecile1966" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13248-cecile1966">Ceci...</a>
</li><li>
    <a href="/users/13244-shorecadbv"><img alt="ShoreCADBV" class="user" src="/assets/images/dummy.square_medium.jpg?1322511627" /></a><br/>
    <a href="/users/13244-shorecadbv">Shor...</a>
</li>
            </ul>
        </div>
        <a href="/users/search">More..</a>
    </div>
    <div class="oneMarginBottom"></div>
        <!-- Cached: Sat Mar 10 19:29:30 +0100 2012 -->
            <div class="similarPlaces">
                <h3>New on YelloYello..</h3>
                <ul>
                    <li class="clearfix">
    <div class="illustration"><img alt="Hondentrimsalon Dogs &amp; Hounds" src="http://www.yelloyello.nl/assets/images/cb8yHuAGmr4zYEuLqaXLNR.wide_medium.jpg" /></div>
    <div class="info">
        <a href="/places/hondentrimsalon-dogs-hounds-eschmarke">Hondentrimsalon Dogs & Hounds</a> 
        <div class='ratingSmallBg'><div class='ratingSmall' style='width: 0px'></div></div>
        Gronausestraat 189, Eschmarke, Enschede
    </div>
</li><li class="clearfix">
    <div class="illustration"><img alt="" src="http://www.yelloyello.nl/assets/images/dummy.wide_medium.jpg" /></div>
    <div class="info">
        <a href="/places/hotel-tv-zaandam">hotel tv</a> 
        <div class='ratingSmallBg'><div class='ratingSmall' style='width: 0px'></div></div>
        Oostzijde 192b, Zaandam
    </div>
</li><li class="clearfix">
    <div class="illustration"><img alt="" src="http://www.yelloyello.nl/assets/images/dummy.wide_medium.jpg" /></div>
    <div class="info">
        <a href="/places/reparatie-wasmachine-noordoost">reparatie wasmachine</a> 
        <div class='ratingSmallBg'><div class='ratingSmall' style='width: 0px'></div></div>
        Jan van Galenstraat 99, Noordoost, Utrecht
    </div>
</li><li class="clearfix">
    <div class="illustration"><img alt="Newport Beach Yacht Services" src="http://www.yelloyello.nl/assets/images/cAp0ugAE0r4AIQuLqaXLNR.wide_medium.jpg" /></div>
    <div class="info">
        <a href="/places/newport-beach-yacht-services-costa-mesa">Newport Beach Yacht Services</a> 
        <div class='ratingSmallBg'><div class='ratingSmall' style='width: 0px'></div></div>
        92627-4317 W 16th St, Costa Mesa
    </div>
</li>
                </ul>
                <a href="/places/search?search%5Border%5D=created_at_desc">More..</a>
            </div>
            <div class="oneMarginBottom"></div>
    
</div>
                </div>
            </div>            
            <div id="footer">
                &copy; Copyright 2006-2012 
YelloYello 
a <a href="http://www.joopp.com">Joopp</a> concept.<br/>
<a href="/place_wizard/step2/">Add a place</a> | 
<a href="#" onclick="if ((navigator.appName == 'Microsoft Internet Explorer') &amp;&amp; (parseInt(navigator.appVersion) &gt;= 4)) { window.external.AddFavorite('http://www.yelloyello.com/', 'YelloYello'); } else if (navigator.appName == 'Netscape') { window.sidebar.addPanel('YelloYello', 'http://www.yelloyello.com/', ''); } else { alert('Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark'); }; return false;">Bookmark this page</a> | 
<a href="/site/terms">Terms</a> | 
<a href="/site/privacy">Privacy</a> | 
<a href="http://www.joopp.com/#contact" target="blank">Contact</a>
<br/>
<a href="http://i.yelloyello.com">YelloYello iPhone</a> |
<a href="http://m.yelloyello.com">YelloYello Mobile</a> |
<a href="/plugins/YelloYello Widget.zip">YelloYello OSX Widget</a> |
<a href="/plugins/YelloYello.Gadget">YelloYello Vista Gadget</a> |
<a href="/site/api">YelloYello API</a>

            </div>
        </div>
        <!-- Global activity indicator -->
<div id='globalActivityIndicator' style="display: none; z-index: 200;">
    <div class='globalActivityIndicatorIcon'>
    </div>
    <div id='globalActivityIndicatorText' class='globalActivityIndicatorText'>
        Loading..
    </div>
</div>

    <!-- Google Analytics tracker -->
<script type="text/javascript">
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
  try{
    var pageTracker = _gat._getTracker("UA-6600031-3");
    pageTracker._trackPageview();
    
  } catch(err) {};
</script>
    <!-- END of Google Analytics tracker -->

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