| Related sites for http://disney.store.go.com/ |
| Ice_Internet_Multimedia Retailer of new release DVDs, CDs, computer software, books, and video games. | | Inetdvd_com Sells DVDs, video games, CDs, and DVD keep cases. | | King_of_Trade_Online_Entertainment New and used CDs, DVDs, VHS movies and video games; from an Alberta, Canada retailer. | | The_Laughter_Store Features comedy merchandise, including CDs, DVDs, books, and T-shirts. | | Mediafling Online retailer that buys, sells, trades and repairs CDs, DVDs, and video games. | | MovieGallery_Com Source for new and used videos, DVDs and games. Provides movie news, reviews and star interviews. | | Movies_and_Games Selling a selection of DVDs, VHS tapes, video games, and music CDs. | | NPR_Shop NPR gear created specifically for fans of public radio. Radios, music, audio products, books, clothing, mugs, and gift certificates. | | Playcentric_com One stop site for DVDs (Region 1), CDs, VHS and video games. | | Play_com Region 1 and 2 DVDs, CDs, and videogames from the UK. | | PowerPlayDirect_com Music, movies and games from the UK. | | Re-played_com Dutch store for new and used CDs, DVDs, video tapes, video games, and ring tones. | | Sendit_com PAL VHS, region 2 DVD, and video games. | | Streets_Online Books, CDs, DVDs, games, and videos from the UK. | | Valuebin Closeout video, books, audio books, toys, and t-shirts. | | WH_Smith UK based store selling books, CDs, DVDs, videos, computer games and accessories, magazines, stationery, and selected hardware. | | Wherehouse_Music Over 800,000 new and used CDs, DVDs, video games, and downloads. Trade in unwanted music, movies and games for instant credit. | | YesAsia_com Carrying the latest Japanese, Korean, and Chinese pop music CD, movies DVD and VCD, books, video games, and anime. | | Zerogifts Console video games and DVD movies for sale. | | Cadeaux_DuMonde Imports sculpture, jewelry, musical instruments, home accessaries, rugs, hats, and dolls. | | Choices_Wild Offers a selection of African and Indian artifacts and crafts. | | E-maginativegifts Includes jewelry, clothing, home accessories and Christmas gifts. | | FolkArt_Gallery Indigenous, ethnic and tribal artifacts, crafts, textiles, and jewelry from Asia, Africa, and Latin America. | | Importu Hand crafted gifts, furniture and decorative accessories from around the world. A large selection from Thailand, Indonesia, Morocco, Vietnam, India and beyond. | | Jane_Piper_Reid_&_Co Offering a diverse collection of Asian and European home accessories, antiques, furniture, and artwork. | | Kushday Worldwide handcrafted goods of woodcarvings and sculptures, figurines, and wall hangings. | | Magellan_Traders Handmade imported functional and decorative art and jewelry from Africa, Papua New Guinea, South America and the Orient. | | Mystery_Mountain Traditional African, Native American, and Far Eastern products as well as clothing, jewellery, statues, and unusual musical instruments. | | Native_by_Native Fair trade, ethnic-inspired clothing, shoes, handbags and belts sourced from around the world. Retail and to the trade. | | Novica Handmade arts, crafts, jewelry and linens, from around the world. | | The_Origins Historic reproduction artifacts, hand crafted native arts and gifts representing the heritage of cultures around the world. | | Oxfam_Trading Products from developing countries in Africa, Asia and South America, including handcrafts, books, music CDs and instruments, clothing, toys, food, and jewelry. Based in Australia. | | PaulaWalla_Imports Find traditionally ethnic and women-produced products from around the world including hand crafted European jewelry, Japanese incense, traditional Indian home decor, and American bath products. | | Prometheus_Imports Reproductions of Greek, Roman, Egyptian, Buddha and Hindu statues, ancient arms and armor, and curios. | | Rho_Designs A collection of art, paints and textiles from a variety of cultures including Vietnam, Botswana and Guatemalan. | | SERRV_International Gifts that make a difference, ethical fair trade gift and crafts products from a range of developing countries. | | Shamra_com Foods, cookbooks, music, movies and belly dancing CDs, from the Mediterranean including regions of Armenia, Turkey, Greece, and Italy. | | Ten_Thousand_Villages Fair trade international craft supplier. Crafts from around the world from an ethical supplier. | | Unusual_Items_com Gifts and home furnishings such as masks, walls items and kites from around the world. | | World_Experience Your online source for items from around the world. |
|
Disney Shopping | The Official Disney Store Online
dojo.registerModulePath("wc", "wc");
dojo.require("dojo.event");
dojo.require("dojo.event.*");
dojo.require("dojo.io.*"); // AJAX request support
dojo.require("dojo.lang.*");
dojo.require("wc.render.*");
dojo.require("wc.render.Context");
dojo.require("wc.render.RefreshController");
dojo.require("wc.service.*");
dojo.require("wc.widget.RefreshArea"); // refresh support
Welcome to DisneyShopping.com
Log In
| Sign up for Emails & Offers
// This function is used by the 'Remove Item' button from mini shop cart. It makes an Ajax command call to
// delete the item in the background.
var busy = false;
function deleteFromMiniCartAjax(itemId){
if (!busy) {
var params = [];
params.storeId = 10054;
params.catalogId = 10002
params.langId = -1
params.orderItemId = itemId;
params.osc_RemoveItem = 1;
busy = true;
// invoke the Ajax service to delete the item in the background with the constructed parameters
wc.service.invoke("DSIAjaxOrderItemDelete", params);
}
}
// This function is used by the order item selection in the mini-cart, it updates the MiniShoppingCartContext with
// the currently selected item such that the renderContextChangedScript in miniShopcartTotalAreaController will invoke.
function moveToOrderItem(itemNum){
wc.render.updateContext("MiniShoppingCartContext", {curItemNum:itemNum});
}
0 Items in Bag
Checkout Now
Your Shopping Bag is empty.
0 Items in Bag:
function miniCartButtonClick(evt){
if (document.cookie.indexOf("osc_scOpen=") < 0){document.cookie = "osc_scOpen=1;expires=";scOpen=',scOpen';}else{document.cookie = "osc_scOpen=0;expires=";scOpen='';}
if (document.getElementById('partNumber') != 'undefined'){partNumber=document.getElementById('partNumber').innerHTML;}else{partNumber="";}
s_omni.temp_linkTrackVars=s_omni.linkTrackVars;
s_omni.temp_linkTrackEvents=s_omni.linkTrackEvents;
s_omni.linkTrackVars=s_omni.linkTrackVars+',events';
s_omni.linkTrackEvents='scView'+scOpen;
s_omni.events=s_omni.linkTrackEvents;
s_omni.products=partNumber; //edit to respect correct product string syntax, be sure to include all products in cart (i.e. prod;46359;;;;eVar22=dsi,prod;46358;;;;eVar22=dsi)
s_omni.prop4="minicart";
s_omni.tl(this, 'o', 'ViewMiniCart');
s_omni.linkTrackVars=s_omni.temp_linkTrackVars;
s_omni.linkTrackEvents=s_omni.temp_linkTrackEvents;
}
miniCartButton = document.getElementById('cartOpenBtn');
if (typeof miniCartButton.addEventListener != 'undefined' ){
miniCartButton.addEventListener( "click", miniCartButtonClick, false );
} else {
// IE support
miniCartButton.attachEvent( "onclick", miniCartButtonClick );
}
function prepare_entered_keyword_header(searchform,kwrequired)
{
searchform = document.Search;
prepare_entered_keyword(searchform,kwrequired)
if (searchform.Searchstr.value == "" ||
searchform.Searchstr.value == "Search DisneyShopping.com") {
alert ("Please enter a keyword or item number.");
return false;
}
var selectList=document.getElementById("searchOption");
var selectedName = selectList.options[selectList.selectedIndex].text;
searchform.selectedOption.value = selectedName;
var selectedValue = selectList.options[selectList.selectedIndex].value;
if (selectedValue == "DisneyStore") {
searchform.Nr.value = "OR(pStoreID:10051,pStoreID:10601)";
} else if (selectedValue == "All_Shopping") {
searchform.Nr.value = "OR(pStoreID:10051,pStoreID:10601,pStoreID:10052)";
}
searchform.Ntk.value = selectedValue;
searchform.Ntt.value = searchform.Searchstr.value;
searchform.D.value = searchform.Searchstr.value;
searchform.Dr.value = searchform.Nr.value;
return true;
}
All of Disney Shopping
DisneyStore.com
How Can We Help You? Help/Policies Contact Us
div#sideBar { z-index:99; width: 164px; left: 830; top: 119; height: 500px;} show_baynote_guide("ProductGuide");
Home Page
Find a Gift
Toys
Electronics & Video Games
Home & Decor
Collectibles & Pins
Kids Apparel & Accessories
Adult Apparel & Accessories
Movies, Music & Books
Holiday Shop
Create Your Own
Gift Cards
Sale
Daily Spotlight
var giftChecked;
if(''=='AND(pPublished:1,pIsGT995:1)'){
giftChecked = false;
}
else{
giftChecked = true;
}
Find a Gift
Shop by Category
Shop by Character
Create Your Own
ul.siteNav ul li {display: none;} ul.siteNav ul ul li {display: block;} ul.siteNav li.active {display: block;}Choose from the list below to start your gift search By Gift Recipient - For Her - For Him By Age - Infant - Toddler - Youth - Tween - Adult By Price Range - Under $25 - $25 - $50 - $50 - $75 - $75 - $100 - $100 - $500 By Category - Toys - Electronics & Video Games - Home & Décor - Collectibles & Pins - Kids Apparel & Accessories - Adult Apparel & Accessories - Movies, Music & Books - Holiday Shop - Create Your Own - Sale By Character - Mickey & Friends - Disney PrincessChoose from below Holiday Shop Toys Kids Apparel & Accessories Adult Apparel & Accessories Collectibles & Pins Home & Décor Electronics & Video Games Movies, Music & Books Sale Disney Outlet Disney Store Choose from below Bolt WALLE Mickey & Friends Disney Princesses Tinker Bell & Fairies Pooh & Pals Cars Toy Story Hannah Montana High School Musical Camp Rock The Nightmare Before Christmas Power Rangers Pirates of the Caribbean Baby Einstein Cinderella Ariel Aurora Choose from below You-Design-It-Tees Print Shop Kids Apparel Adult Apparel Sleepwear Bags & Totes Accessories Watches iPod & Cell Phone Skins Home & Outdoor Holiday Décor Wall Skins Collectibles & Pins Personalized Books Cards & Invitations Disney Moments  
Disney Rewards® Visa® Card Free Shipping var counter; var t; //initiates slidePanel $('.promotion_a').slidePanel({ role:'accordion'}); //binds an onClick on the entire accordion $('#contentColumn10').bind("click", function a(){ //cancels the rotation clearTimeout(t); //when user clicks, finds the current open panel var tab_select = $(".panel-down"); //regular expression produces a number from the id of panel clicked on and assigns it to counter counter = /\d/.exec(tab_select[0].id); //restarts the accordion autotabbing after long period of neglect. t = setTimeout ("toggle()", 10000); }); toggle(); //toggle function enables auto-tabbing by using counter. function toggle(){ if (counter == 0) { $panAcc[counter].slideDown(); $panAcc[counter].prev().addClass('panel-down').removeClass('panel-up'); $panAcc[$panAcc.length-1].slideUp(); $panAcc[$panAcc.length-1].prev().addClass('panel-up').removeClass('panel-down'); counter ++; } else if ( counter < ($panAcc.length)) { $panAcc[counter-1].slideUp(); $panAcc[counter-1].prev().addClass('panel-up').removeClass('panel-down'); $panAcc[counter].slideDown(); $panAcc[counter].prev().addClass('panel-down').removeClass('panel-up'); counter ++; } else { counter = 0; } t = setTimeout ("toggle()", 4000); }
div#contentColumn1 {margin-top: 12px;} div#bannerSpot {display: none;} div#newChrome {background-image: url("//aimg.dsi.go.com/content/ds/themes/default09/chrome_bg_hp.jpg");} div.sideLeft {background-image: url("//aimg.dsi.go.com/content/ds/themes/default09/side_left_hp_101508.jpg");} div.sideRight {background-image: url("//aimg.dsi.go.com/content/ds/espots/2008/side_right_hp_1119.jpg");} div#welcomeMessage {display: none;} div.leftNavAd {display: none;} div#contentColumn1 {position: relative;z-index: 99;} div#contentBox {height: 450px;margin-bottom: -150px;} #deptContent {width: 994px;margin-left: -214px;margin-bottom: 0px;overflow: visible;} img.featureBlock {position: relative;top: 0px;left: 0px;z-index: 1;} div.topCap {background: url("//aimg.dsi.go.com/content/ds/espots/2008/top_cap_hp_1118.jpg");height:18px;} div#deptBottom {width: 994px;height: 372px;position: relative; } img.featureBottom {position: relative;z-index: 0;} div#sideBar {display: none;} div#contentColumn4 {background-position: 0px 0px;padding: 0px 0px 0px 0px;} .subFeatureBox {float: left;background-color: #cccccc;padding: 6px 6px 6px 6px;margin: 11px 11px 0px 0px;border: none;text-align: left;} .subFeatureBox h2 {padding: 0px 0px 5px 0px;margin: 0px 0px 0px 0px;color: #444444;font-size: 14px;text-decoration: none;} .subFeatureImage {padding: 0px 0px 0px 0px;width: 177px;height: 106px;border: solid 1px #ffffff;} .subFeatureEnd {margin-right: 0px;} h2#subPageHead {font-size: 11px;background-color: #efefef;width: 589px;padding: 2px 0px 4px 6px;margin: -2px 0px 0px 0px;font-weight: normal;} img.bow_arrow {margin-bottom: -2px;} div#hp_feature2 {top: 179px;left: 751px;position: absolute;width: 134px;} div#hp_feature2 h3 { font-size: 13px; font-weight: normal;padding-top: 13px;} div#hp_feature2 h3 a{ color: #c20101; letter-spacing: -0.5px;} span.super {font-size: 18px;vertical-align:0.5em;} ul#left_list { float: left; padding-right: 30px;} div#contentColumn10{position: absolute;z-index: 11;left: 0;top: 210px;} div#promotions p{font-family: arial;font-size: 14px;color:#0979bf;line-height: 37px;padding-left: 6px;background-repeat: no-repeat;display: block;width: 212px;} div#promotions p:hover {color: #0879BF;text-decoration: underline;} p.promotion_a{background: url("//aimg.dsi.go.com/content/ds/espots/2008/promo_box_sprite.png"); background-position: -215px -41px !important; height: 36px; width: 206px !important;} p#first_0{background: url("//aimg.dsi.go.com/content/ds/espots/2008/promo_box_sprite.png") !important; background-position: -215px 0px !important; height: 35px; width: 206px !important; } #promotions div p#1 { color:#c0010e !important;} p#last_3{background: url("//aimg.dsi.go.com/content/ds/espots/2008/promo_box_sprite.png") !important; background-position: 0px -82px !important; height: 43px; width: 206px !important; } div.promotion_div{background: url("//aimg.dsi.go.com/content/ds/espots/2008/homepage/promobox/content_background.png");height: 200px;width: 212px;} div#last_div{background: url("//aimg.dsi.go.com/content/ds/espots/2008/content_bottom_background_1.png");} div#contentColumn10 .panel-down{background: url("//aimg.dsi.go.com/content/ds/espots/2008/promo_box_sprite.png") !important; background-position: 0px 93px !important; height: 36px; width: 206px !important; } div#promotions_first_div .panel-down {background: url("//aimg.dsi.go.com/content/ds/espots/2008/promo_box_sprite.png") !important; background-position: 0px 0px !important; height: 37px; width: 206px !important;} div.promotion_div img {padding: 1px 0 0 2px;} p.red_promotion:hover {color: #c0010e !important;} p.disney_rewards {font-size: 13px !important;} div#contentBox {z-index:0;} div#logoSpot {z-index:99;} Shop Now
var s_account="wdgdsishopping"
a.chromePlayLink,a.chromePlayLink:hover,a.chromePlayLink:active,a.chromePlayLink:visited,a.chromeExploreLink,a.chromeExploreLink:hover,a.chromeExploreLink:active,a.chromeExploreLink:visited,a.chromePlayLink,a.chromePlayLinkOnState,a.chromePlayLinkOnState:hover,a.chromePlayLinkOnState:active,a.chromePlayLinkOnState:visited,a.chromeExploreLinkOnState,a.chromeExploreLinkOnState:hover,a.chromeExploreLinkOnState:active,a.chromeExploreLinkOnState:visited{padding:8px 0px 0px 0px !important;text-decoration:none !important;background-color:transparent !important; } a.chromePlayLink:hover{color:#012468 !important;} a.chromeExploreLink:hover{color:#ffffff !important;} a.chromePlayLinkOnState:hover{color:#012468 !important;} a.chromeExploreLinkOnState:hover{color:#ffffff !important;} a.chromePlayLinkOnState,a.chromePlayLinkOnState:active,a.chromePlayLinkOnState:visited{color:#012468 !important;} a.chromeExploreLinkOnState,a.chromeExploreLinkOnState:active,a.chromeExploreLinkOnState:visited{color:#ffffff !important;} a.chromePlayLink,a.chromePlayLink:active,a.chromePlayLink:visited{color:#012468 !important;} a.chromeExploreLink,a.chromeExploreLink:active,a.chromeExploreLink:visited{color:#ffffff !important;} .chSearch, .chromeBG a, div#newChrome {background: url("//aimg.dsi.go.com/content/ds/themes/default09/chrome_sprite.png") 0px 0px no-repeat;} .chromeBG a {display: block; height: 22px; padding-top: 10px;} .chromePlay a {background-position: 0px -41px;} .chromePlay a:hover {background-position: 0px -105px;} .chromeExplore a {background-position: 0px -71px;} .chromeExplore a:hover, .chromeShop a {background-position: 0px -135px;} div.chLogo {width: 76px; height: 30px; background-position: no-repeat 0px 0px;} div.chLogo a {display: block; width: 76px; height: 30px; padding: 0px 0px 0px 0px;} .chSearch {width: 143px;height: 30px; padding-top: 0px; background-position: 0px -209px;} div#newChrome {background-position: 0px -169px; background-repeat: repeat-x;} Games Videos My Page Characters Movies TV Music Live Events Parks Shop For You
.chSearch, .chromeBG a, div#newChrome {background-image: url("//aimg.dsi.go.com/content/ds/themes/default09/chrome_sprite_blue.png");}$(document).ready(function() {$("td :image").attr('src', '//aimg.dsi.go.com/content/ds/themes/default09/chrome_goBtn_blue.png');}); 
|
|