perfectmatchboutique.com - information about domain
- Server Status: available
- Server IP: 68.142.205.137
- Server Response Time: 321ms
Site title
Personalized Children's Gifts & Furniture
Keywords
hand painted childrens furniture handpainted children
Description
Perfect Match Boutique supplies hand-painted, personalized children
Alexa information
Alexa rank: 2,512,125
Rank Trend

Bounce Trend

DNS Information
| Host: |
Class: |
Type: |
IP: |
TTL: |
Target: |
Other: |
| perfectmatchboutique.com |
IN |
NS |
|
6347 |
yns2.yahoo.com |
|
| perfectmatchboutique.com |
IN |
NS |
|
6347 |
yns1.yahoo.com |
|
Server Location
Site source
Show / hide source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><script type="text/javascript">
<!--
(new Image).src="http://store.yahoo.net/cgi-bin/refsd?e=http://www.perfectmatchboutique.com/&h=www.perfectmatchboutique.com&v=1.0&dr=" + escape(document.referrer);
-->
</script>
<head><title>Personalized Children's Gifts & Furniture</title><meta name="Description" content="Perfect Match Boutique supplies hand-painted, personalized children's furniture and gifts, offering everything from
rocking horses to step stools & rocking chairs. Most of our products can be customized with a Child's name, and in many cases a color and a theme, such as princess or football. " /><meta name="Keywords" content="hand painted childrens furniture handpainted children's furniture kids furniuture baby furniture nursery personalized personalize personalise personalised baby gifts">
" /><link rel="stylesheet" type="text/css" href="mss.css" /><!--<link rel="stylesheet" href="css-custom.css" type="text/css" />
<link rel="stylesheet" href="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-slimbox.css" type="text/css" />-->
<script src="http://lib.store.yahoo.net/lib/yhst-39488780344644/rotate.js" type="text/javascript"></script>
<script type="text/javascript" charset="utf-8"> var invodoJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://external."); document.write(unescape("%3Cscript src='" + invodoJsHost + "invodo.com/ext/js/invodo-auto.js' type='text/javascript'%3E%3C/script%3E")); </script>
<script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mootools.js"></script>
<script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-popup.js"></script>
<script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-slimbox.js"></script>
<script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-image.js"></script>
<script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mssReviews.js"></script>
<script src="http://lib.store.yahoo.net/lib/yhst-39488780344644/bannerrotate.js" language="javascript" type="text/javascript"></script>
<meta name="google-site-verification" content="m22HOL8BwwrNYUNrRpa4_FW33WYh6JHBS2-xpWmgL2c" /><script type="text/javascript">
<!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
var x = document.getElementsByTagName("select");
for (i = 0; i < x.length; i++) {x[i].style.visibility = "hidden";}
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
var x = document.getElementsByTagName("select");
for (i = 0; i < x.length; i++) {x[i].style.visibility = "visible";}
}
}
}
}
}
window.onload=startList;
//-->
</script><script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/jquery.js"></script><script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/chili-1.7.pack.js"></script><script type="text/javascript" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/jquery.cycle.all.js?v2.73"></script>
<script type="text/javascript">
function linkClick() {
var num_images = 4;
var vis=0;
var el;
var showing_el;
for (i=0; i<num_images; i++) {
var el = document.getElementById('im'+i);
if (el && el.style.display=='block') {
showing_el = el;
vis++;
}
}
if (vis!=1) return false;
var filename = showing_el.src.split('/').pop();
switch (filename) {
case 'ad-image1.jpg':
dest = 'personalized-luggage-tote-diaper-bags.html';
break;
case 'ad-image2.jpg':
dest = 'fun-furnishing.html';
break;
case 'ad-image3.jpg':
dest = 'hand-painted-personalized-growth-charts.html';
break;
case 'ad-image4.jpg':
dest = 'personalized-childs-ceramic-piggy-bank.html';
break;
default:
return false;
}
location.href = dest;
}
$(function() {
// retrieve list of slides from server
startslideshow([
'/lib/yhst-39488780344644/ad-image2.jpg',
'/lib/yhst-39488780344644/ad-image3.jpg',
'/lib/yhst-39488780344644/ad-image4.jpg'
]);
function startslideshow(slides) {
var totalSlideCount = 1 + slides.length;
var $slideshow = $('#slideshow-box');
// markup contains only a single slide; before starting the slideshow we
// append one slide and prepend one slide (to account for prev/next behavior)
$slideshow.prepend('<img id="im1" src="'+slides.pop()+'" style="border:none;" />');
$slideshow.append('<img id="im2" src="'+slides.shift()+'" style="border:none;" />');
// start slideshow
$('#slideshow-box').cycle({
fx: 'fade',
startingSlide: 1, // start on the slide that was in the markup
timeout: 3000,
speed: 800,
prev: '#prev1',
next: '#next1',
pause: 1,
before: onBefore
});
function onBefore(curr, next, opts, fwd) {
// on Before arguments:
// curr == DOM element for the slide that is currently being displayed
// next == DOM element for the slide that is about to be displayed
// opts == slideshow options
// fwd == true if cycling forward, false if cycling backward
// on the first pass, addSlide is undefined (plugin hasn't yet created the fn yet)
if (!opts.addSlide)
return;
// have we added all our slides?
if (opts.slideCount == totalSlideCount)
return;
// shift or pop from our slide array
var nextSlideSrc = fwd ? slides.shift() : slides.pop();
// add our next slide
opts.addSlide('<img id="im'+opts.slideCount+'" src="'+nextSlideSrc+'" width="804" height="369" style="border:none;" />', fwd == false);
};
};
});
</script></head><body class="vertical" id="maintype"><div id="mss-body"><div id="mss-container"><div id="container"><div id="header"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td><a href="index.html"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/storeLogo.gif" alt="Perfect Match Boutique - personalized furniture & gifts for children" /></a></td><td width="515" style="text-align:center;"><script type="text/javascript" language="JavaScript">
<!--
setBanner();
document.write (banner[thisBanner]);
// -->
</script>
</td><td id="headerLinks"><a href="https://order.store.yahoo.net/yhst-39488780344644/cgi-bin/wg-order?yhst-39488780344644">Shopping Cart <img src="/lib/yhst-69518535304589/shopping-cart.gif" style="display:inline; vertical-align:text-top;" /></a> <a href="info.html">Customer Service</a><div class="phone">
Contact us: <b>1.877.734.2458</b></div>
<div id="topsearch"><form method="GET" action="http://search.store.yahoo.net/yhst-39488780344644/cgi-bin/nsearch" name="searcharea" id="searcharea"><input name="query" type="text" id="query" /><input name="searchsubmit" type="image" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/image.gif" value="Go!" id="searchsubmit" /><input name="vwcatalog" type="hidden" value="yhst-39488780344644" /><input type="hidden" name=".autodone" value="http://www.stroller.com/" /></form></div>
</td></tr></table></div><div id="bodyshell"><img class="fade-right" src="/lib/yhst-69518535304589/mss-fade-right.gif"> </img><img class="fade-left" src="/lib/yhst-69518535304589/mss-fade-left.gif"> </img><div id="mss-top-nav"><ul id="nav"><li><a href="hand-painted-personalized-childrens-furniture.html">Childrens Furniture</a><ul class="normal" ><li><a href="furniture-collections.html">Children's Furniture Collections</a></li><li><a href="hand-painted-personalized-kids-step-stool.html">Step Stools</a></li><li><a href="personalized-chairs.html">Kids Chairs</a></li><li><a href="hand-painted-personalized-rocking-chair.html">Rocking Chairs</a></li><li><a href="hand-painted-personalized-rocking-horses.html">Rocking Horses</a></li><li><a href="hand-painted-personalized-table-sets.html">Table Sets</a></li><li><a href="hand-painted-personalized-wood-toy-boxes.html">Toy Boxes</a></li><li><a href="personalized-moses-basket.html">Baby Moses Baskets</a></li><li><a href="hand-painted-personalized-book-cases.html">Book Cases</a></li><li><a href="hand-painted-personalized-shelves.html">Shelves</a></li><li><a href="personalized-upholstered-chairs.html">Upholstered Chairs</a></li><li><a href="personalized-infant-seats.html">Infant Seats</a></li><li><a href="hand-painted-toddler-beds.html">Toddler Beds</a></li><li><a href="wooden-desks.html">Wood Desks</a></li><li><a href="shop-by-brand.html">Shop By Brand</a></li></ul></li><img src="/lib/yhst-59501777261884/top-nav-spacer.gif"> </img><li><a href="personalized-luggage-tote-diaper-bags.html">Personalized Bags</a><ul class="normal" ><li><a href="personalized-diaper-bags.html">Personalized Diaper Bags</a></li><li><a href="personalized-hand-painted-backpacks-and-luggage.html">Backpacks</a></li><li><a href="personalized-hand-painted-school-gear.html">School Gear</a></li><li><a href="personalized-hand-painted-luggage.html">Luggage</a></li><li><a href="personalized-tote-bag.html">Personalized Tote Bag</a></li></ul></li><img src="/lib/yhst-59501777261884/top-nav-spacer.gif"> </img><li><a href="personalized-bedroom-nursery-decor.html">Bedroom Nursery Decor</a><ul class="normal" ><li><a href="hand-painted-childrens-wall-art.html">Hand Painted Children's Wall Art</a></li><li><a href="hand-painted-personalized-growth-charts.html">Growth Charts</a></li><li><a href="hand-painted-clothes-tree.html">Hand Painted Clothes Tree</a></li><li><a href="personalized-kids-signs.html">Personalized Kids Signs</a></li><li><a href="personalized-mirror.html">Mirrors</a></li><li><a href="nursery-lights.html">Nursery Lights</a></li><li><a href="nursery-letters.html">Nursery Letters</a></li><li><a href="childrens-wall-clocks.html">Childrens Wall Clocks</a></li><li><a href="hand-painted-personalized-shelves.html">Shelves</a></li><li><a href="personalized-jewelry-boxes.html">Jewelry Boxes</a></li></ul></li><img src="/lib/yhst-59501777261884/top-nav-spacer.gif"> </img><li><a href="custom-bedding.html">Custom Bedding</a><ul class="normal" ><li><a href="custom-baby-bedding.html">Custom Baby Bedding</a></li><li><a href="personalized-baby-blankets.html">Personalized Baby Blankets</a></li><li><a href="personalized-moses-basket.html">Baby Moses Baskets</a></li></ul></li><img src="/lib/yhst-59501777261884/top-nav-spacer.gif"> </img><li><a href="personalized-hand-painted-engraved-baby-gifts.html">Baby Gifts</a><ul class="normal" ><li><a href="personalized-holiday-items.html">Personalized Halloween Gift Sets</a></li><li><a href="shop-girl.html">Shop for Girl</a></li><li><a href="shop-boy.html">Shop for Boy</a></li><li><a href="shop-boy-girl.html">Gifts for Either Boy or Girl</a></li><li><a href="shop-twin-triplets.html">Shop Twin/Triplets</a></li><li><a href="shop-by-occassion.html">Shop By Occasion</a></li><li><a href="personalized-baby-blankets.html">Personalized Baby Blankets</a></li><li><a href="personalized-baby-clothes.html">Personalized Baby Clothes</a></li><li><a href="personalized-picture-frames.html">Personalized Picture Frames</a></li><li><a href="embroidered-baby-bath-items.html">Embroidered Baby Bath Items</a></li><li><a href="engraved-baby-gifts.html">Engraved Baby Gifts</a></li><li><a href="diaper-cakes.html">Baby Diaper Cakes</a></li><li><a href="personalized-childs-ceramic-piggy-bank.html">Piggy Banks</a></li><li><a href="rocking-horses.html">Baby Rocking Horse</a></li><li><a href="baby-gift-basket-category.html">Gift Baskets</a></li><li><a href="personalized-hand-painted-plates.html">Personalized Hand Painted Plates</a></li><li><a href="personalized-hand-painted-name-tiles.html">Personalized Handpainted Name Tiles</a></li><li><a href="personalized-hand-painted-ornaments.html">Personalized Hand Painted Ornaments</a></li></ul></li><img src="/lib/yhst-59501777261884/top-nav-spacer.gif"> </img><li><a href="personalized-kids-toys.html">Personalized Toys</a><ul class="normal" ><li><a href="hand-painted-personalized-rocking-horses.html">Rocking Horses</a></li><li><a href="hand-painted-personalized-wood-toy-boxes.html">Toy Boxes</a></li><li><a href="building-toys.html">Building Toys</a></li><li><a href="kids-kitchens.html">Kids Kitchens</a></li><li><a href="play-tables.html">Play Tables</a></li><li><a href="imagination-toys.html">Imagination Toys</a></li><li><a href="imagination-stations.html">Imagination Stations</a></li></ul></li></ul></div><div id="index-nav"><div class="holder"><a href="shop-by-occassion.html" class="title" style="color:#227BB6;">Shop By Occasion</a><ul class="index-ul"><li><a href="christmas.html">Christmas Gifts</a></li><li><a href="birthday.html">Birthday's</a></li><li><a href="babys-1st.html">Baby's 1st</a></li><li><a href="cristening-baptism.html">Christening & Baptism</a></li><li><a href="flower-girl-ring-bearer-gifts.html">Flower Girl & Ring Bearer Gifts</a></li></ul></div><div class="holder"><a href="shop-by-brand.html" class="title" style="color:#bc1b29;">Shop By Brand</a><ul class="index-ul"><li><a href="guidecraft.html">Guidecraft</a></li><li><a href="kidkraft.html">KidKraft</a></li><li><a href="baby-aspen.html">Baby Aspen</a></li><li><a href="baby-gift-idea.html">Baby Gift Idea</a></li><li><a href="fun-furnishing.html">Fun Furnishings </a></li></ul></div><div class="holder"><a href="furniture-collections.html" class="title" style="color:#325304;">Children's Furniture Collections</a><ul class="index-ul"><li><a href="guidecraft-butterfly-collection.html">Butterfly Collection</a></li><li><a href="guidecraft-daisy-collection.html">Daisy Collection</a></li><li><a href="guidecraft-farmhouse-collection.html">Farmhouse Collection</a></li><li><a href="guidecraft-moon-stars-collection.html">Moon & Stars Collection</a></li></ul></div></div><div id="slideshow"><style type="text/css">
<!--
#advert { /*position:relative;*/ width:804px; height:369px; z-index:2; /*position:absolute; top: 141px; left: 218px;*/ } #next { /*position:absolute;*/ width:20px; height:20px; z-index:20; right:0; top:0; text-decoration: none; } #back { /*position:absolute;*/ width:20px; height:20px; /*z-index:14;*/ right:20px; top:0; text-decoration: none; }
-->
</style>
<div id="advert">
<a id="slidelink" href="javascript:void(0);" onClick="linkClick(); return false;" style="outline:none;">
<div id="slideshow-box" style="margin:auto;">
<img id="im0" src="http://lib.store.yahoo.net/lib/yhst-39488780344644/ad-image1.jpg" width="804" height="369" border="0" />
</div></a>
</div>
<div id="next">
<a href="#">
<span id="next1">
<img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/image.gif" width="20" height="20" border="0">
</span></a>
</div>
<div id="back">
<a href="#">
<span id="prev1">
<img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/image.gif" width="20" height="20" border="0">
</span></a>
</div>
</div><div style="clear:both;"></div><div id="green-bar"><div class="holder"> <table width="980" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td width="120"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/personalized-or-engraved.gif" border="0">
<td width="18"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/green-bar-divider.png" border="0" vspace="0" hspace="0"></td>
<td width="450"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/1000s-of-products.gif" border="0"></td>
<td width="18"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/green-bar-divider.png" alt="" hspace="0" vspace="0" border="0"></td>
<td width="200"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/embroidered-or-handpainted.gif" border="0"></td>
<td width="18"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/green-bar-divider.png" alt="" hspace="0" vspace="0" border="0"></td>
<td width="138"><a href="hand-painted-personalized-childrens-furniture.html"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/start-shopping.gif" border="0"></a></td>
</tr>
</table></div></div><div id="index-sub"><div class="left"></div><div class="holder"><div class="ad"><a href="john-deere-furniture-collection.html"><img src="http://ep.yimg.com/ca/I/yhst-39488780344644_2199_42614633" width="339" height="176" border="0" hspace="0" vspace="0" /></a></div><div class="content-holder"><div id="contents-small"><table cellspacing="7" width="100%" class="vertical" id="contents-table"><tr><td width="20%" class="horizontal-seperator vertical-seperator"><div class="corner-box-1"><img class="cor-tl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-tr" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-bl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-br" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><div class="edge-m"><a href="hand-painted-step-stool.html" class="cont-title">Hand Painted Step Stools</a><a href="hand-painted-step-stool.html" style="height:88px;display:block;"><img src="http://ep.yimg.com/ca/I/yhst-39488780344644_2199_42641130" width="78" height="78" border="0" hspace="0" vspace="0" style="display:block;" /></a></div></div></td><td width="20%" class="horizontal-seperator vertical-seperator"><div class="corner-box-1"><img class="cor-tl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-tr" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-bl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-br" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><div class="edge-m"><a href="piggy-banks-personalized-jumbo.html" class="cont-title">JUMBO Personalized Piggy Bank - Birth Announcement Piggy</a><a href="piggy-banks-personalized-jumbo.html" style="height:88px;display:block;"><img src="http://ep.yimg.com/ca/I/yhst-39488780344644_2199_42648206" width="77" height="78" border="0" hspace="0" vspace="0" style="display:block;" /></a><div class="cont-price">List price: $45.24</div><div class="cont-sale">Our price: <span>$33.25</span></div><div class="cont-save">Save 27%</div></div></div></td><td width="20%" class="horizontal-seperator vertical-seperator"><div class="corner-box-1"><img class="cor-tl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-tr" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-bl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-br" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><div class="edge-m"><a href="personalized-kids-luggage-pullman.html" class="cont-title">Personalized Pullman Kids Luggage</a><a href="personalized-kids-luggage-pullman.html" style="height:88px;display:block;"><img src="http://ep.yimg.com/ca/I/yhst-39488780344644_2199_42654620" width="76" height="78" border="0" hspace="0" vspace="0" style="display:block;" /></a><div class="cont-price">List price: $44.99</div><div class="cont-sale">Our price: <span>$39.17</span></div><div class="cont-save">Save 13%</div></div></div></td><td width="20%" class="horizontal-seperator"><div class="corner-box-1"><img class="cor-tl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-tr" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-bl" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><img class="cor-br" src="/lib/yhst-69518535304589/content-corners-1.gif"> </img><div class="edge-m"><a href="personalized-jewelry-box-wtwodraw.html" class="cont-title">Personalized Two Drawer Jewelry Box</a><a href="personalized-jewelry-box-wtwodraw.html" style="height:88px;display:block;"><img src="http://ep.yimg.com/ca/I/yhst-39488780344644_2199_42661770" width="77" height="78" border="0" hspace="0" vspace="0" style="display:block;" /></a><div class="cont-price">List price: $21.99</div><div class="cont-sale">Our price: <span>$19.79</span></div><div class="cont-save">Save 10%</div></div></div></td></tr></table></div></div></div><div class="right"></div></div></div><div style="clear:both; height:25px;"></div><div id="footer"><img class="fade-left" src="/lib/yhst-69518535304589/mss-fade-left.gif"> </img><img class="fade-right" src="/lib/yhst-69518535304589/mss-fade-right.gif"> </img><img class="fade-top" src="/lib/yhst-69518535304589/mss-fade-top.gif"> </img><div id="footer-left"><div class="holder"><h2>Come Follow Us.</h2><div class="social"><a href=http://www.facebook.com/#!/pages/Stroller-Reviews/205578210194?ref=ts" target="_blank"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-soc-1.gif" /></a>
<a href="http://twitter.com/strollerreviews" target="_blank"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-soc-2.gif" /></a>
<a href="http://strollerreviews.net/" target="_blank"><img src="http://lib.store.yahoo.net/lib/yhst-39488780344644/mss-soc-5.gif" /></a></div>Perfect Match Boutique supplies hand-painted, personalized children's gifts and furniture, offering everything from rocking horses to step stools & rocking chairs. Most of our products can be customized with a Child's name, and in many cases a color and a theme, such as princess or football.</div></div><div id="footer-middle"><table><tr><td class="head">Customer Service</td><td class="head">News & Information</td><td class="head">Our Stores</td></tr> <tr>
<td><a href="customer-service.html">Customer Service</a></td>
<td><a href="info.html">About Us</a></td>
<td><a href="http://www.onlinestores.com" target="_blank">Online Stores</a></td>
</tr>
<tr>
<td><a href="order-status.html">Order Status</a></td>
<td><a href="http://onlinestores.me/" target="_blank">Online Stores Blog</a></td>
<td><a href="http://www.englishteastore.com" target="_blank">Tea Store</a></td>
</tr>
<tr>
<td><a href="shipping-info.html">Shipping Information</a></td>
<td><a href="http://blog.englishteastore.com/" target="_blank">Tea Blog</a></td>
<td><a href="http://www.designerbaby.com/" target="_blank">Baby Furniture</a></td>
</tr>
<tr>
<td><a href="privacypolicy.html" target="_blank">Privacy Policy</a></td>
<td></td>
<td><a href="http://www.designergifts.com/personalized.html" target="_blank">Personalized Gifts</a></td>
</tr>
<tr>
<td><a href="customer-service.html#policy">Return Policy</a></td>
<td></td>
<td><a href="http://www.safetygirl.com/" target="_blank">Pepper Spray</a></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><a href="http://www.imprinted.com/" target="_blank">Promotional Products</a></td>
</tr></table></div><div id="footer-right"><div class="holder"><b><i>Need Assistance?</i></b><br />
Call Us. Toll Free 1-877-734-2458<br />
Mon-Fri 8am-7pm EST<br />
</div></div><div style="clear:both;"></div></div><div id="copyright">Copyright 2009 Online Stores, Inc.
<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">
var pageTracker = _gat._getTracker("UA-2403313-5");
pageTracker._initData();
pageTracker._trackPageview();
</script></div><span id="footer-links"><a href="index.html">home</a> <a href="info.html">about us</a> <a href="https://order.store.yahoo.net/yhst-39488780344644/cgi-bin/wg-order?yhst-39488780344644">shopping cart</a></span><div id="final-text">Our complete line of hand-painted furniture for children makes creating a personalized nursery or play room for your son or daughter easier than ever. From hand-painted, wooden toy boxes and rocking chairs to personalized shelving and step stools, Perfect Match Boutique has got you covered in the department of design.
</p><p>
Perfect Match Boutique also understands that when it comes to your children, there