<script type="text/javascript"> Array.prototype.inArray = function (value) { var i; for (i=0; i < this.length; i++) { if (this[i] === value) { return true; } } return false; }; department = ''; url_parts = location.href.split('/'); department = (url_parts[url_parts.length-1]); department = department.split(','); department = department[0]; if(location.href.indexOf("NewAndBest")>0){ department = 'NewAndBestSeller'; } if(department == '') department = 'Shop'; if(department == 'Home-Show') department = 'Shop'; if(department == 'Search-GiftIdeas?cgid=All-Products') department='Gift-Ideas'; valid_departments = new Array('Shop', 'NewAndBestSeller', 'Designer-Collections', 'Japan-Exclusives', 'Gift-Ideas'); is_department = valid_departments.inArray(department); document.write('
'); document.write('
'); document.write('
'); if(is_department){ document.write(''); }

Sanrio.com - Home of Hello Kitty

Torrance, CA





I have not set my description.
Events



I have no upcoming events.

Discuss!

Be the first to comment on this user!



Enter your comment below:
Contact
Sanrio.com - Home of Hello Kitty

Send a Direct Message
History

Sanrio's "Kitty in Pink" Retro '8...

November 20, 2010 8:30 PM
This was my event. [View Event]

Kokeshi Doll (Japanese Wood Doll)...

November 20, 2010 3:00 PM
This was my event. [View Event]

Sanrio's Felt Workshop with Crowd...

November 20, 2010 1:00 PM
This was my event. [View Event]

Sanrio's Sushi Bento Box Workshop...

November 20, 2010 11:00 AM
This was my event. [View Event]
Comment History


I have not posted any comments.

<script type="text/javascript"> function trackGoogleEvent(category, action, optional_label) { pageTracker._trackEvent(category, action, optional_label); return true; } <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>")); <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3300118-1"); pageTracker._setDomainName(".sanrio.com"); pageTracker._initData(); pageTracker._trackPageview();