<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="/mm_health_nutr.css" type="text/css" />
<script language="JavaScript" type="text/javascript">
//--------------- LOCALIZEABLE GLOBALS ---------------
var d=new Date();
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//---------------   END LOCALIZEABLE   ---------------

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
</script>
<style type="text/css">
<!--
.style2 {
	font-family: "Cooper Blk BT";
	color: #FFFFFF;
	font-size: 36px;
}
.style20 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.style28 {color: #FF0000}
.style29 {font-size: 24px; font-family: Cooper-Heavy;}
.style35 {color: #000000}
.style38 {color: #5E2F00}
.style39 {font-family: "Cooper Blk BT"; color: #FF3399; font-size: 36px; }
.style44 {font-size: 16px; font-family: Cooper-Heavy; }
.style45 {font-size: 24px; font-family: Cooper-Heavy; color: #FF0000; }
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #906;
}
a:active {
	text-decoration: none;
	color: #000;
}
.style67 {color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold; }
.style70 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style72 {font-size: 20px}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style40 {font-size: 16px}
.style41 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; }
.style42 {font-family: "Cooper Blk BT"; color: #CC0000; font-size: 16px; }
.style47 {font-size: 16}
.style85 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 14px;
}
.style87 {font-size: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; }
.style89 {font-size: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; color: #CC0000; }
.style13 {	font-family: "Cooper Lt BT";
	font-size: 18px;
	color: #000000;
}
.style32 {font-family: Arial, Helvetica, sans-serif}
.style34 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.style36 {	font-size: 16px;
	color: #000000;
}
.style90 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
body,td,th {
	color: #000;
}
-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<!-- BEGIN WAYBACK TOOLBAR INSERT -->

<script type="text/javascript" src="http://staticweb.archive.org/js/disclaim-element.js" ></script>
<script type="text/javascript" src="http://staticweb.archive.org/js/graph-calc.js" ></script>
<script type="text/javascript" src="http://staticweb.archive.org/jflot/jquery.min.js" ></script>
<script type="text/javascript">
//<![CDATA[
var firstDate = 820454400000;
var lastDate = 1325375999999;
var wbPrefix = "http://web.archive.org/web/";
var wbCurrentUrl = "http:\/\/cutesypootoys.com\/";

var curYear = -1;
var curMonth = -1;
var yearCount = 16;
var firstYear = 1996;
var imgWidth=400;
var yearImgWidth = 25;
var monthImgWidth = 2;
var trackerVal = "none";
var displayDay = "30";
var displayMonth = "Jan";
var displayYear = "2011";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];

function showTrackers(val) {
	if(val == trackerVal) {
		return;
	}
	if(val == "inline") {
		document.getElementById("displayYearEl").style.color = "#ec008c";
		document.getElementById("displayMonthEl").style.color = "#ec008c";
		document.getElementById("displayDayEl").style.color = "#ec008c";		
	} else {
		document.getElementById("displayYearEl").innerHTML = displayYear;
		document.getElementById("displayYearEl").style.color = "#ff0";
		document.getElementById("displayMonthEl").innerHTML = displayMonth;
		document.getElementById("displayMonthEl").style.color = "#ff0";
		document.getElementById("displayDayEl").innerHTML = displayDay;
		document.getElementById("displayDayEl").style.color = "#ff0";
	}
   document.getElementById("wbMouseTrackYearImg").style.display = val;
   document.getElementById("wbMouseTrackMonthImg").style.display = val;
   trackerVal = val;
}
function getElementX2(obj) {
	var thing = jQuery(obj);
	if((thing == undefined) 
			|| (typeof thing == "undefined") 
			|| (typeof thing.offset == "undefined")) {
		return getElementX(obj);
	}
	return Math.round(thing.offset().left);
}
function trackMouseMove(event,element) {

   var eventX = getEventX(event);
   var elementX = getElementX2(element);
   var xOff = eventX - elementX;
	if(xOff < 0) {
		xOff = 0;
	} else if(xOff > imgWidth) {
		xOff = imgWidth;
	}
   var monthOff = xOff % yearImgWidth;

   var year = Math.floor(xOff / yearImgWidth);
	var yearStart = year * yearImgWidth;
   var monthOfYear = Math.floor(monthOff / monthImgWidth);
   if(monthOfYear > 11) {
       monthOfYear = 11;
   }
   // 1 extra border pixel at the left edge of the year:
   var month = (year * 12) + monthOfYear;
   var day = 1;
	if(monthOff % 2 == 1) {
		day = 15;
	}
	var dateString = 
		zeroPad(year + firstYear) + 
		zeroPad(monthOfYear+1,2) +
		zeroPad(day,2) + "000000";

	var monthString = prettyMonths[monthOfYear];
	document.getElementById("displayYearEl").innerHTML = year + 1996;
	document.getElementById("displayMonthEl").innerHTML = monthString;
	// looks too jarring when it changes..
	//document.getElementById("displayDayEl").innerHTML = zeroPad(day,2);

	var url = wbPrefix + dateString + '/' +  wbCurrentUrl;
	document.getElementById('wm-graph-anchor').href = url;

   //document.getElementById("wmtbURL").value="evX("+eventX+") elX("+elementX+") xO("+xOff+") y("+year+") m("+month+") monthOff("+monthOff+") DS("+dateString+") Moy("+monthOfYear+") ms("+monthString+")";
   if(curYear != year) {
       var yrOff = year * yearImgWidth;
       document.getElementById("wbMouseTrackYearImg").style.left = yrOff + "px";
       curYear = year;
   }
   if(curMonth != month) {
       var mtOff = year + (month * monthImgWidth) + 1;
       document.getElementById("wbMouseTrackMonthImg").style.left = mtOff + "px";
       curMonth = month;
   }
}
//]]>
</script>

<style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style>
<div id="wm-ipp" style="display:none; position:relative;padding:0 5px;min-height:70px;min-width:800px; z-index:9000;">
<div id="wm-ipp-inside" style="position:fixed;padding:0!important;margin:0!important;width:97%;min-width:780px;border:5px solid #000;border-top:none;background-image:url(http://staticweb.archive.org/images/toolbar/wm_tb_bk_trns.png);text-align:center;-moz-box-shadow:1px 1px 3px #333;-webkit-box-shadow:1px 1px 3px #333;box-shadow:1px 1px 3px #333;font-size:11px!important;font-family:'Lucida Grande','Arial',sans-serif!important;">
   <table style="border-collapse:collapse;margin:0;padding:0;width:100%;"><tbody><tr>
   <td style="padding:10px;vertical-align:top;min-width:110px;">
   <a href="http://wayback.archive.org/web/" title="Wayback Machine home page" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wayback-toolbar-logo.png" alt="Wayback Machine" width="110" height="39" border="0"/></a>
   </td>
   <td style="padding:0!important;text-align:center;vertical-align:top;width:100%;">

       <table style="border-collapse:collapse;margin:0 auto;padding:0;width:570px;"><tbody><tr>
       <td style="padding:3px 0;" colspan="2">
       <form target="_top" method="get" action="http://wayback.archive.org/web/form-submit.jsp" name="wmtb" id="wmtb" style="margin:0!important;padding:0!important;"><input type="text" name="url" id="wmtbURL" value="http://cutesypootoys.com/" style="width:400px;font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;" onfocus="javascript:this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110130202241" /><input type="submit" value="Go" style="font-size:11px;font-family:'Lucida Grande','Arial',sans-serif;margin-left:5px;" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td style="vertical-align:bottom;padding:5px 0 0 0!important;" rowspan="2">
           <table style="border-collapse:collapse;width:110px;color:#99a;font-family:'Helvetica','Lucida Grande','Arial',sans-serif;"><tbody>
			
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr style="width:110px;height:16px;font-size:10px!important;">
           	<td style="padding-right:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
		                <a href="/" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="12 Aug 2010"><strong>AUG</strong></a>
		                
               </td>
               <td id="displayMonthEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight:bold;text-transform:uppercase;width:34px;height:15px;padding-top:1px;text-align:center;" title="You are here: 20:22:41 Jan 30, 2011">JAN</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight:bold;text-transform:uppercase;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       Feb
                       
               </td>
           </tr>

           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr>
               <td style="padding-right:9px;white-space:nowrap;overflow:visible;text-align:right!important;vertical-align:middle!important;" nowrap="nowrap">
               
		                <a href="/" title="20:18:40 Aug 12, 2010" style="background-color:transparent;border:none;"><img src="http://staticweb.archive.org/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
		                
               </td>
               <td id="displayDayEl" style="background:#000;color:#ff0;width:34px;height:24px;padding:2px 0 0 0;text-align:center;font-size:24px;font-weight: bold;" title="You are here: 20:22:41 Jan 30, 2011">30</td>
				<td style="padding-left:9px;white-space:nowrap;overflow:visible;text-align:left!important;vertical-align:middle!important;" nowrap="nowrap">
               
                       <img src="http://staticweb.archive.org/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
                       
			    </td>
           </tr>

           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr style="width:110px;height:13px;font-size:9px!important;">
				<td style="padding-right:9px;font-size:11px!important;font-weight: bold;text-align:right;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
		                <a href="/" style="text-decoration:none;color:#33f;font-weight:bold;background-color:transparent;border:none;" title="3 Jan 2010"><strong>2010</strong></a>
		                
               </td>
               <td id="displayYearEl" style="background:#000;color:#ff0;font-size:11px!important;font-weight: bold;padding-top:1px;width:34px;height:13px;text-align:center;" title="You are here: 20:22:41 Jan 30, 2011">2011</td>
				<td style="padding-left:9px;font-size:11px!important;font-weight: bold;white-space:nowrap;overflow:visible;" nowrap="nowrap">
               
                       2012
                       
				</td>
           </tr>
           </tbody></table>
       </td>

       </tr>
       <tr>
       <td style="vertical-align:middle;padding:0!important;">
           <a href="/" style="color:#33f;font-size:11px;font-weight:bold;background-color:transparent;border:none;" title="See a list of every capture for this URL"><strong>22 captures</strong></a>
           <div style="margin:0!important;padding:0!important;color:#666;font-size:9px;padding-top:2px!important;white-space:nowrap;" title="Timespan for captures of this URL">21 May 08 - 30 Jan 11</div>
       </td>
       <td style="padding:0!important;">
       <a style="position:relative; white-space:nowrap; width:400px;height:27px;" href="" id="wm-graph-anchor">
       <div id="wm-ipp-sparkline" style="position:relative; white-space:nowrap; width:400px;height:27px;background-color:#fff;cursor:pointer;border-right:1px solid #ccc;" title="Explore captures for this URL">
			<img id="sparklineImgId" style="position:absolute; z-index:9012; top:0px; left:0px;"
				onmouseover="showTrackers('inline');" 
				onmouseout="showTrackers('none');"
				onmousemove="trackMouseMove(event,this)"
				alt="sparklines"
				width="400"
				height="27"
				border="0"
				src="http://wayback.archive.org/jsp/graph.jsp?graphdata=400_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000011100003_2009:-1:111111000011_2010:-1:110111110000_2011:0:100000000000"></img>
			<img id="wbMouseTrackYearImg" 
				style="display:none; position:absolute; z-index:9010;"
				width="25" 
				height="27"
				border="0"
				src="http://staticweb.archive.org/images/toolbar/transp-yellow-pixel.png"></img>
			<img id="wbMouseTrackMonthImg"
				style="display:none; position:absolute; z-index:9011; " 
				width="2"
				height="27" 
				border="0"
				src="http://staticweb.archive.org/images/toolbar/transp-red-pixel.png"></img>
       </div>
		</a>

       </td>
       </tr></tbody></table>
   </td>
   <td style="text-align:right;padding:5px;width:65px;font-size:11px!important;">
       <a href="javascript:;" onclick="document.getElementById('wm-ipp').style.display='none';" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_close.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;margin-bottom:23px;background-color:transparent;border:none;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="display:block;padding-right:18px;background:url(http://staticweb.archive.org/images/toolbar/wm_tb_help.png) no-repeat 100% 0;color:#33f;font-family:'Lucida Grande','Arial',sans-serif;background-color:transparent;border:none;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>

</div>
</div>
<script type="text/javascript">
 var wmDisclaimBanner = document.getElementById("wm-ipp");
 if(wmDisclaimBanner != null) {
   disclaimElement(wmDisclaimBanner);
 }
</script>
<!-- END WAYBACK TOOLBAR INSERT -->

<table width="%" border="0" cellpadding="0" cellspacing="0" bordercolor="#ffffff">
  
  <tr bgcolor="#FFFFFF">
    <td>&nbsp; </td>
    <td colspan="2"><div align="center"><span class="style2"><a href="/"></a><a href="/"><img src="/etsy%20header.jpg" width="760" height="100" /></a></span></div></td>
    <td height="50" align="center" valign="bottom" nowrap="nowrap" bgcolor="#FFFFFF" class="style2" id="logo4">&nbsp;</td>
  </tr>
  <tr bgcolor="#9">
    <td width="287" bgcolor="#FFFFFF">&nbsp;</td>
    <td height="56" colspan="2" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><p align="right" class="style29"><span class="style72"><a href="/about.html" class="style35">About</a> &nbsp;    &nbsp;<a href="/photos/cutiepoo/" class="style35">Gallery</a>&nbsp; &nbsp;<a href="/store.html" class="style35"> Shop</a> &nbsp;&nbsp;&nbsp;<a href="/fun.html">Fun</a>&nbsp;&nbsp;&nbsp; <a href="/" class="style35">Blog</a>&nbsp;&nbsp;&nbsp; <a href="/contact.html" class="style35">Contact</a>&nbsp;</span></p></td>
    <td width="91" height="56" align="center" valign="bottom" nowrap="nowrap" bgcolor="#FFFFFF" class="style39" id="logo">&nbsp;</td>
  </tr>

  <tr>
    <td width="287" class="style70">&nbsp;</td>
    <td width="543" height="1117" align="center" valign="top"><p align="center" class="style87"><img src="/mm_spacer.gif" alt="" width="200" height="1" border="0" /><br />
    </p>
<p class="style90"><a href="/l">Musseloom Plush GIVEAWAY!!!<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="/_MrZO_1kyTT0/TI8LeZItyZI/AAAAAAAABxg/uN5durZghPM/s1600/musseloom3.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 285px;" src="/_MrZO_1kyTT0/TI8LeZItyZI/AAAAAAAABxg/uN5durZghPM/s400/musseloom3.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5516640685323569554" /></a>
<div style="text-align: center;">
</div><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 287px;" src="/_MrZO_1kyTT0/TI8LU4eqBWI/AAAAAAAABxY/Ri6PG5w2VUQ/s400/musseloom+photo02+copy.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5516640521938404706" /><div style="text-align: center;">
</div>We are marking down our <a href="/">musseloom plushies</a> down from $25 to $15 dollars and to <div>help spread the word we are having a musseloom giveaway!</div><div>
</div><div>One lucky person will win a signed musseloom plushie!</div><div>All you have to do is "like" our <a href="/pages/Cutesypoo-Toys/56613402289">cutesypoo facebook page</a></div><div>and we will draw a winner when we reach 150 friends.</div><div>So make sure to spread the word so we can reach our goal!</div><div><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 316px; height: 400px;" src="/_MrZO_1kyTT0/TI8KWQOdA-I/AAAAAAAABxQ/xjtZKzHFoFw/s400/musseloom1.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5516639445981135842" /></div><div>If you can't wait just pick one up at a store near you or from our </div><div><a href="/">little shop.</a></div><div>
</div><div>reposting the video we did for fun :D</div><div>
</div>
<object width="480" height="385"><param name="movie" value="/v/zR6flh8F480?fs=1&hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></a></p>
<p align="center" class="style67"></p></td>
    <td width="221" valign="top" class="style44"><div align="left">
      <div align="center"><span class="style13"><strong><br />
          <br />
Upcoming</strong></span><strong><span class="style13">  Shows 2010</span></strong><br />
      </div>
      <p align="center" class="style34"><a href="/vancouver/welcome-to-make-it/" class="style35">MAKE IT!</a><br />
        <a href="/vancouver/welcome-to-make-it/">Friday Nov.19<br />
      Sat Nov 20 <br />
      Sun Nov 21</a></p>
      <p align="center" class="style34"><a href="/" class="style35"><br />
      </a></p>
    </div>
    </td>
    <td width="91" valign="top"><br />
    &nbsp;<br />    </td>
  </tr>
  

  <tr>
    <td width="287">&nbsp;</td>
    <td colspan="2"><span class="style20">&copy;CUTESYPOO TOYS 2008</span></td>
    <td width="91">&nbsp;</td>
  </tr>
</table>
<br />
<br />
<br />
<br />
<br />
</body>
</html>





<!--
     FILE ARCHIVED ON 20:22:41 Jan 30, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:14:57 Oct 19, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->

