CINXE.COM
Britmania - Shop Our Collections - shopPBS.org
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--Preview TimeZone = 'null' --> <!--Preview TimeZone = 'America/New_York' --> <!-- Checking storemanPD --> <!-- Checking productPreviewAllowed --> <html xmlns="http://www.w3.org/1999/xhtml"> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania","20141110001651","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1415578611"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <script type="text/javascript" language="JavaScript"> <!-- var gomez={ gs: new Date().getTime(), acctId:'9D060C', pgId:'QPBS Family Page', grpId:'prd', grpId1:'slc', wrate:'1.0', jbo:1, num:1 }; //--> </script> <script type="text/javascript" language="JavaScript" src="/web/20141110001651js_/http://www.shoppbs.org/js/gomez-gtagb8.0.0.js"></script> <title>Britmania - Shop Our Collections - shopPBS.org</title> <meta name="description" content="Buy Britmania at shopPBS.org - Where every purchase supports public broadcasting."/> <meta name="keywords" content="Britmania - Shop Our Collections"/> <meta property="fb:app_id" content="136205509822227"/> <meta property="og:site_name" content="shopPBS.org"/> <link rel="canonical" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193"/> <link rel="stylesheet" href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/include/sIFR-print.css" type="text/css" media="print"/> <style> .hdr_search_input{height:19px;_height:19px;padding-left:2px;color:#aeaeae;font-size:9px;border-color:#aeaeae;border:1px solid;margin-bottom:1px;_margin-bottom:0;} .hdr_search_inputOn {height:19px;_height:19px;padding-left:2px;font-size:9px;border:1px solid #aeaeae;color:#000;margin-bottom:1px;_margin-bottom:0;} </style> <script type="text/javascript"> <!-- function pbsDoSort(sortValue) { if (sortValue=="") { return false; } else { return true; } }//: //--> </script> <script type="text/javascript"> // Wrapper to retrieve a DOM object. This function (should) contain browser // checks and extra convienence functionality. function g_getObj(objId) { if (document.getElementById) { return document.getElementById(objId); } return null; } // Will find any HTML elements that have a name attribute, including those // that IE normally doesn't support... function g_getObjectsByName(tag, name) { var tags = document.getElementsByTagName(tag); var obj = new Array(); if (tags != null) { for (var i = 0, n = tags.length; i < n; i++) { if (tags[i].getAttribute("name") == name) { obj.push(tags[i]); } } } return obj; } function g_hideObj(objId) { var obj = (typeof(objId) == "string" ? g_getObj(objId) : objId); if (obj && obj.style) { obj.style.display = "none"; } } function g_showObj(objId) { var obj = (typeof(objId) == "string" ? g_getObj(objId) : objId); if (obj && obj.style) { obj.style.display = (arguments[1] != null ? arguments[1] : ""); } } function g_getTrueOffsetLeft(obj) { var trueOffset = 0; if (obj != null) { while (obj.offsetParent) { trueOffset += obj.offsetLeft; obj = obj.offsetParent; } } return trueOffset; } function g_getTrueOffsetTop(obj) { var trueOffset = 0; if (obj != null) { while (obj.offsetParent) { trueOffset += obj.offsetTop; obj = obj.offsetParent; } } return trueOffset; } </script> <script type="text/javascript"> function ObjectDimension(left, top, width, height) { // private members var _this = this; this.left = left; this.top = top; this.right = left + width; this.bottom = top + height; // private methods function isCoordinateOverlap(x, y) { return (_this.left <= x && _this.right >= x && _this.top <= y && _this.bottom >= y); } // privileged methods this.isCornersOverlap = function (other) { return (isCoordinateOverlap(other.left, other.top) || isCoordinateOverlap(other.right, other.top) || isCoordinateOverlap(other.left, other.bottom) || isCoordinateOverlap(other.right, other.bottom)); } this.isOverlap = function (other) { return (this.isCornersOverlap(other) || other.isCornersOverlap(this)); } } function getObjectDimension(obj) { if (obj == null) { return null; } return new ObjectDimension(g_getTrueOffsetLeft(obj), g_getTrueOffsetTop(obj), obj.offsetWidth, obj.offsetHeight); } </script> <script type="text/javascript"> function applyParametricSort(f) { var sort = g_getObj("s"); var sortValue = ""; if (sort != null) { sortValue = sort[sort.selectedIndex].value; f.action += "&s=" + sortValue; } self.location.href = f.action; return false; } function hideAllExpandMore() { var expandMoreElems = g_getObjectsByName("div", "expandMore"); for (var i = 0, n = expandMoreElems.length; i < n; i++) { g_hideObj(expandMoreElems[i]); expandMoreElems[i].style.zIndex = -100; toggleDropDowns(expandMoreElems[i], false); } } function showParametricMoreValues(attrName) { g_hideObj("more_" + attrName); var moreContent = g_getObjectsByName("p", "moreContent_" + attrName); if (moreContent != null) { for (var i = 0; i < moreContent.length; i++) { g_showObj(moreContent[i], "block"); } } } function showParametricExpandMoreValuesWithAjax(categoryId,filterUrl,attrName){ if(g_getObj("expandMoreContent_" + attrName)==null){ //get the extra module data via ajax var url = '/include/parametricModulesAjax.jsp'; var pars = 'categoryId=' + categoryId + '¶metricFilterBaseUrl=' + filterUrl + '&moduleName=' + attrName; new Ajax.Request(url,{method: 'post',postBody: pars,onSuccess:function(transport){var holder= document.createElement("div");holder.innerHTML=transport.responseText;$("leftnav_container").appendChild(holder);showParametricExpandMoreValues(attrName);}}); }else{ showParametricExpandMoreValues(attrName); } } function showParametricExpandMoreValues(attrName) { hideAllExpandMore(); var module = g_getObj("module_" + attrName); var expandMore = g_getObj("expandMore_" + attrName); var expandMoreContent = g_getObj("expandMoreContent_" + attrName); var positioner = null; var heightAdjuster = null; if (module.style.cssFloat == "left") { // horizontal alignment positioner = g_getObj("parametricFilters"); heightAdjuster = g_getObj("modules"); } else { // vertical alignment positioner = module; heightAdjuster = module; } expandMore.style.zIndex = 100; expandMore.style.position = "absolute"; expandMore.style.top = g_getTrueOffsetTop(positioner) + "px"; expandMore.style.left = g_getTrueOffsetLeft(positioner) + "px"; g_showObj(expandMore, "block"); if (expandMoreContent.offsetHeight < heightAdjuster.offsetHeight) { expandMoreContent.style.height = "auto"; expandMoreContent.style.height = heightAdjuster.offsetHeight + "px"; } toggleDropDowns(expandMore, true); } function toggleDropDowns(expandMore, isHiding) { var allDropDowns = document.getElementsByTagName("select"); if (allDropDowns != null) { var expandMoreDimension = getObjectDimension(expandMore); var dropDownDimension; for (var i = 0, n = allDropDowns.length; i < n; i++) { if (isHiding) { dropDownDimension = getObjectDimension(allDropDowns[i]); if (dropDownDimension.isOverlap(expandMoreDimension)) { g_hideObj(allDropDowns[i]); } } else { g_showObj(allDropDowns[i]); } } } } //deprecated function hideExpandMoreParametricValues(attrName) { var expandMore = g_getObj("expandMore_" + attrName); g_hideObj(expandMore); expandMore.style.zIndex = -100; toggleDropDowns(expandMore, false); } //deprecated function showExpandMoreParametricValues(sourceElem, attrName) { hideAllExpandMore(); var expandMore = g_getObj("expandMore_" + attrName); var expandMoreContent = g_getObj("expandMoreContent_" + attrName); var filterContainer = null; var filterContent = null; if (sourceElem > "") { filterContainer = g_getObj("filterContainer_" + sourceElem); filterContent = filterContainer; } else { filterContainer = g_getObj("pfct"); filterContent = g_getObj("pfContent"); } expandMore.style.zIndex = 100; expandMore.style.position = "absolute"; expandMore.style.top = g_getTrueOffsetTop(filterContainer) + "px"; expandMore.style.left = g_getTrueOffsetLeft(filterContainer) + "px"; g_showObj("expandMore_" + attrName); if (expandMoreContent.offsetHeight < filterContent.offsetHeight) { expandMoreContent.style.height = "auto"; expandMoreContent.style.height = filterContent.offsetHeight + "px"; } toggleDropDowns(expandMore, true); } function showExpandMoreParametricValuesIEAllignment(sourceElem, attrName) { hideAllExpandMore(); var expandMore = g_getObj("expandMore_" + attrName); var expandMoreContent = g_getObj("expandMoreContent_" + attrName); var filterContainer = null; var filterContent = null; if (sourceElem > "") { filterContainer = g_getObj("filterContainer_" + sourceElem); filterContent = filterContainer; } else { filterContainer = g_getObj("pfct"); filterContent = g_getObj("pfContent"); } expandMore.style.zIndex = 100; expandMore.style.position = "absolute"; if(navigator.appName == 'Microsoft Internet Explorer'){ expandMore.style.left = 0 + "px"; expandMore.style.top = (g_getTrueOffsetTop(filterContainer)-90) + "px"; } else { expandMore.style.top = g_getTrueOffsetTop(filterContainer) + "px"; expandMore.style.left = g_getTrueOffsetLeft(filterContainer) + "px"; } g_showObj("expandMore_" + attrName); if (expandMoreContent.offsetHeight < filterContent.offsetHeight) { expandMoreContent.style.height = "auto"; expandMoreContent.style.height = filterContent.offsetHeight + "px"; } toggleDropDowns(expandMore, true); } //deprecated function showMoreParametricValues(attrName) { g_hideObj("moreLink_" + attrName); g_showObj("moreData_" + attrName); } </script> </head> <body class="medium" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" rightmargin="0"> <!-- file:qpbs_family_v2_left_nav.jsp --> <div id="mainWrapper"> <div id="mainArea"> <a name="top"></a> <!-- Do not edit/add js scripts here. Use the min-cat project. Config file: /ant-min-cat/site-head-js.xml --> <script src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/min-cat/site-head-js.xml.min.js" type="text/javascript"></script> <!-- end min-cat section --> <!-- Do not edit/add css links here. Use the min-cat project. Config file: /ant-min-cat/site-head-css.xml --> <link href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/min-cat/site-head-css.xml.min.css" type="text/css" rel="stylesheet"/> <!-- end min-cat section --><!-- Do not edit/add css links here. Use the min-cat project. Config file: /ant-min-cat/family-css.xml --> <link href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/min-cat/family-css.xml.min.css" type="text/css" rel="stylesheet"/> <!-- end min-cat section --><!-- Do not edit/add css links here. Use the min-cat project. Config file: /ant-min-cat/parametric-css.xml --> <link href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/include/parametric.css" type="text/css" rel="stylesheet"/> <!-- end min-cat section --> <script type="text/javascript" src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/pwr/engine/js/full.js"></script> <script language="javascript"> var pr_page_id; var pr_zip_location ='../'; var pr_write_review; var pr_read_review ='#showReviews'; var pr_style_sheet = 'http://' + document.domain + "/include/pr_writeReview_override.css"; </script> <script language="javascript"> function submitReview(pid) { window.location = "/reviews/index.jsp?productId="+pid; } function readReview(pid) { } </script> <link href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/include/pr_override.css" type="text/css" rel="stylesheet"> <script language="JavaScript" type="text/javascript"> var srRemoveCookieDate = new Date(); srRemoveCookieDate.setTime(srRemoveCookieDate.getTime() + (-1 * 24 * 60 * 60 * 1000)); document.cookie = "sr_token=; expires=" + srRemoveCookieDate.toGMTString() + "; path=/;"; var _shoprunner_com = new Object(); _shoprunner_com.enabled = true; _shoprunner_com.loginValidationURL = '/shoprunner/srTokenValidation.jsp'; /* * 0 - Development * 1 - Staging * 2 - Production */ _shoprunner_com.environmentID = 2; _shoprunner_com.checkout = new Object(); _shoprunner_com.checkout.enabled = true; </script> <script language="JavaScript" type="text/javascript" src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/include/shoprunner/js/shoprunner_init.js"></script> <script language="JavaScript" type="text/javascript"> function storeSREDID() { var thirtyDays = (60*60*1000*24)*30; var vals = document.location.search; start = vals.indexOf("SREDID="); if (start != -1) { var end = vals.indexOf("&", start); if (end == -1){ end = vals.length } var date = new Date();date.setTime(date.getTime()+ thirtyDays); document.cookie= vals.substring(start,end) + "; expires=" + date.toGMTString() + "; path=/"; } } function getSREDID(){ var n = "SREDID="; var cookies = document.cookie; var start = cookies.indexOf(n); if (start == -1){ return null; } start += n.length ; var end = cookies.indexOf(";", start); if (end == -1){ end = cookies.length } return cookies.substring(start, end); } </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20141110001651cs_/http://qpbs.imageg.net/include/shoprunner/css/shoprunner.css"/> <!-- is not IE --> <!--[if IE]> <style> #mainContent{margin-top:0px;} </style> <![endif]--> <script type="text/javascript"> var miniCartTimeOut = 10000; </script> <script type="text/javascript" language="JavaScript"> function checklength(val) { if(val.length == 0) return false; for(var j=val.length;j > 0;j--) { if(val.charAt(j-1) != ' ') { return true; } } return false; } function emailCheck(val) { var EmailOk = true var Temp = val; var AtSym = Temp.indexOf('@') var Period = Temp.lastIndexOf('.') var Space = Temp.indexOf(' ') var Length = Temp.length - 1 // Array is from 0 to length-1 if ((AtSym < 1) || // '@' cannot be in first position (Period <= AtSym+1) || // Must be atleast one valid char btwn '@' and '.' (Period == Length ) || // Must be atleast one valid char after '.' (Space != -1)) // No empty spaces permitted { return false; } return true; } function emailVal(addr1, addr2) // Added for PS 39672 { if (addr1.value != addr2.value) { alert("Please enter a valid email address."); if(!document.layers) addr1.style.backgroundColor='yellow'; if(!document.layers) addr2.style.backgroundColor='yellow'; addr1.focus(); return false; } if (!emailCheck(addr1.value)) { alert("Please enter a valid email address."); if(!document.layers) addr1.style.backgroundColor='yellow'; addr1.focus(); return false; } return true; } function validateEmail(testEmail) { var emailRegExp =/^([a-zA-Z0-9_\.\慭-\&\(\)\/\,\@\抃\\~\+\*$\#\<\>\擻?\|\[\]\{\}]{1})+\@(([a-zA-Z0-9_\慭-\&\(\)\/\,\@\抃\\~\+\*$\#\<\>\擻?\|\[\]\{\}]{1})+\.)+([a-zA-Z0-9_\.\慭-\&\(\)\/\,\@\抃\\~\+\*$\#\<\>\擻?\|\[\]\{\}]{2,4})+$/; return emailRegExp.test(testEmail); } function valCatForm(frm) { for(var i=0;i < frm.elements.length;i++) { if(frm.elements[i].name != "addr2" && frm.elements[i].name != "emailAddress" && frm.elements[i].name != "emailAddress2" && frm.elements[i].name != "" && !checklength(frm.elements[i].value)) { if(!document.layers) frm.elements[i].style.backgroundColor='yellow'; frm.elements[i].value = ''; alert("Please fill out all required fields."); frm.elements[i].focus(); return false; } else { if(!document.layers) frm.elements[i].style.backgroundColor='#FFFFFF'; } } if(frm.state.options[frm.state.selectedIndex].value == "null") { alert("Please select a State."); if(!document.layers) frm.state.style.backgroundColor='yellow'; return false; } if (frm.emailAddress.value != '' && frm.emailAddress2.value != '') { if (frm.emailAddress.value != frm.emailAddress2.value) { alert("Your Email does not match."); if(!document.layers) frm.emailAddress.style.backgroundColor='yellow'; if(!document.layers) frm.emailAddress2.style.backgroundColor='yellow'; frm.emailAddress.focus(); return false; } else{ if (!validateEmail(frm.emailAddress.value)) { alert("Please be certain you have entered a valid email address."); return false; } } } return true; } function valForm(frm) { for(var i=0;i < frm.elements.length;i++) { if (frm.elements[i].name != "targetPage") { if((frm.elements[i].name != "emailAdd1" && frm.elements[i].name != "emailAdd2" && frm.elements[i].name != "emailAddress2" && frm.elements[i].name != "addr2") && !checklength(frm.elements[i].value)) //Condition modified for PS 39672 { if(!document.layers) frm.elements[i].style.backgroundColor='yellow'; frm.elements[i].value = ''; alert("Please fill out all required fields."); frm.elements[i].focus(); return false; } else { if(!document.layers) frm.elements[i].style.backgroundColor='#FFFFFF'; } } } if(frm.name == "catForm") { //modified for PS 39672 if(!(frm.emailAddress.value ==0 && frm.emailAddress2.value==0)) { return emailVal(frm.emailAddress, frm.emailAddress2); } } else if(frm.name == "emailForm") { return emailVal(frm.emailAddress, frm.emailAddress2); } return true; } function valEmailForm(frm, type) { if (valForm(frm)) { if(type == 1) { var email = trimString(document.emailForm.emailAddress.value); var fname = trimString(document.emailForm.fname.value); var lname = trimString(document.emailForm.lname.value); var gender = trimString(document.emailForm.gender.value); var primaryGenre = trimString(document.emailForm.primaryGenre.value); var secondaryGenre = trimString(document.emailForm.secondaryGenre.value); var shoppingMethod = trimString(document.emailForm.shoppingMethod.value); var CONTEST = trimString(document.emailForm.CONTEST.value); var ID = trimString(document.emailForm._ID_.value); var queryString = "&fname=" + fname + "&lname=" + lname + "&gender=" + gender; queryString += "&primaryGenre=" + primaryGenre + "&secondaryGenre=" + secondaryGenre; queryString += "&shoppingMethod=" + shoppingMethod + "&CONTEST=" + CONTEST; queryString += "&_ID_=" + ID; var responsysURL = "https://web.archive.org/web/20141110001651/http://shoppbs.rsys1.net/servlet/campaignrespondent" + "?EMAIL_ADDRESS=" + email + queryString; var newIframe = '<iframe src="' + responsysURL + '" height="1" width="1"></iframe>'; document.getElementById('hiddenIframe').innerHTML = newIframe; setTimeout("document.emailForm.submit()", 3000); /* BEGIN: build pixel on thanks page */ var newTarget = $("targetPage").value; var newEmailAddress = $("emailAddress").value; var newContest = $("contest").value; var newfname = $("fname").value; var newlname = $("lname").value; newTarget = newTarget + "&e=" + $("emailAddress").value; $("targetPage").value = "/home/index.jsp?email=thanks&e=" + newEmailAddress + "&src=" + newContest + "&b=" + fname + "&d=" + lname; /* END: build pixel on thanks page */ return false; } } return false; } // // Rollover // function Hilite(name,over) { if(window.document.images) { if (over) window.document.images[name].src = "../images/" + name + "_on.jpg"; else window.document.images[name].src = "../images/" + name + ".jpg"; } } function toggleNav(whichDiv,onoff){ var divToSwitch = document.getElementById(whichDiv); //alert(onoff); if(onoff == "on"){ divToSwitch.style.display = ""; var divLocation = divToSwitch.offsetTop + 24; var divLocationLeft = divToSwitch.offsetLeft; }else{ divToSwitch.style.display = "none"; } } function setItUpEmail(lightBox, closeIt){ whereAreWe = window.location + ""; Df.Lightbox.createDialogShell = function(node){ this._content = $(lightBox).setStyle({display:'block'}); node.insert(this._content); } Df.Lightbox.pars.dialog.animate = false; Df.Lightbox.show() $$('.df_modal_dialog .' + closeIt).each(function(v){ v.observe('click',function(e){ Df.Lightbox.hide() Df.Lightbox._dialog = false }) }) } </script> <script type="text/javascript"> function kidsShopPopUp() { kidsShopWindow = window.open("/include/kidsshopbridge.html","kidsShopWindow","status=0,toolbar=0,location=0,menubar=0,directories=0,scrollbars=0,height=355,width=453,screenX=400,screenY=300,left=400,top=300"); return false; } </script> <div id="mastHead"> <ul> <li><a href="https://web.archive.org/web/20141110001651/http://www.pbs.org/" class="first" title="PBS.org" target="_blank">PBS.org</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=10794048&clickid=main_kidsshop_txt" onclick="javascript: kidsShopPopUp();return false;" title="Kids Shop" class="kidsshoptxt">PBS KIDS Shop</a></li> <li><a href="https://web.archive.org/web/20141110001651/http://teacher.shop.pbs.org/home/index.jsp?clickid=topnav_teachershop_txt" title="Teacher Shop" target="_blank">Teacher Shop</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/EmailSignup/index.jsp" class="save" title="Save 15%">Sign up for email and get 15% off</a></li> </ul> </div> <div id="monetatetrackingPixels" style="visibility:hidden"> <!-- Begin Monetate V5 tag, place in the header of document body. (family) and viewPageMP is index--> <script type="text/javascript"> var monetateQ = []; monetateQ.push(["viewPage", "index"]); var monetateProds = []; monetateProds.push("10912278"); monetateProds.push("12986078"); monetateProds.push("12696488"); monetateProds.push("19273106"); monetateProds.push("20713616"); monetateProds.push("12241603"); monetateProds.push("15591006"); monetateProds.push("4365238"); monetateProds.push("16622556"); monetateProds.push("22205736"); monetateProds.push("22205566"); monetateProds.push("21689756"); monetateProds.push("13018767"); monetateProds.push("12839197"); monetateProds.push("19097156"); monetateProds.push("20168106"); monetateProds.push("15301646"); monetateProds.push("19453426"); monetateProds.push("19453416"); monetateProds.push("12264544"); monetateQ.push(["viewProductThumbnail", monetateProds]); var monetateT = new Date().getTime(); (function(){ var p = document.location.protocol; if (p == "http:" || p == "https:") { var m = document.createElement('script'); m.type = 'text/javascript'; m.async = true; m.src = (p == "https:" ? "https://s" : "http://") + "b.monetate.net/js/1/a-1ceb60ee/p/shoppbs.org/" + Math.floor(monetateT / 3600000) + "/g"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(m, s);}})(); </script> <!-- End Monetate tag. --> </div> <div id="header"> <div id="lightBoxEmail" style="display:none;"> <div id="lbEmailTop"><div class="emailCloseIt"></div></div> <div id="lbEmailMiddle"> <div id="lbEmailMain"> <div class="email_signup_pic"></div> <br/> <div class="email_bethefirst_pic"></div> <div id="lbEmailForm"> <form name="emailForm" action="/web/20141110001651/http://www.shoppbs.org/emailHandler/index.jsp" method="post" onsubmit="return valEmailForm(this, 0);" style="margin:0;"> <input type="hidden" name="contest" id="contest" value="qpbs_email_signup"> <input type="hidden" name="CONTEST" id="qpbs_nocontest" value="qpbs_nocontest"> <input type="hidden" name="_ID_" value="qpbs.86"> <input type="hidden" name="targetPage" id="targetPage" value=""> <input type="hidden" name="emailPref" value="Y"> <input type="hidden" name="datetime" value=""> <div id="lbEmailForm_left"><div class="email_li3"></div>Email</div> <div id="lbEmailForm_right"><input type="text" value="" id="emailAddress" name="emailAddress"></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>Confirm Email</div> <div id="lbEmailForm_right"><input type="text" value="" name="emailAddress2"></div> <br clear="all"/> <div id="lbEmailForm_left" class="email_li3">First Name</div> <div id="lbEmailForm_right"><input type="text" value="" id="fname" name="fname"></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>Last Name</div> <div id="lbEmailForm_right"><input type="text" value="" id="lname" name="lname"></div> <br clear="all"/> <div id="lbEmailForm_left"><span class="notRequired">Gender</span></div> <div id="lbEmailForm_right"> <select name="gender"> <option value="null">Select Gender</option> <option value="f">Female</option> <option value="m">Male</option> </select> </div> <br clear="all"/> <div id="lbEmailForm_header">What topic are you most interested in?</div> <div id="lbEmailForm_left"><span class="notRequired">Primary</span></div> <div id="lbEmailForm_right"> <select name="primaryGenre"> <option value="null">Select a Topic</option> <option value="arts">Arts</option> <option value="business">Business</option> <option value="health">Health</option> <option value="history">History</option> <option value="howto">Home & How To</option> <option value="kids">Kids</option> <option value="learning">Learning</option> <option value="nature">Nature</option> <option value="news">News</option> <option value="religion">Religion</option> <option value="science">Science</option> <option value="travel">Travel</option> </select> </div> <br clear="all"/> <div id="lbEmailForm_left"><span class="notRequired">Secondary</span></div> <div id="lbEmailForm_right"> <select name="secondaryGenre"> <option value="null">Select a Topic</option> <option value="arts">Arts</option> <option value="business">Business</option> <option value="health">Health</option> <option value="history">History</option> <option value="howto">Home & How To</option> <option value="kids">Kids</option> <option value="learning">Learning</option> <option value="nature">Nature</option> <option value="news">News</option> <option value="religion">Religion</option> <option value="science">Science</option> <option value="travel">Travel</option> </select> </div> <br clear="all"/> <div id="lbEmailForm_header">How do you prefer to shop?</div> <div id="lbEmailForm_header" class="emailCenter"> <select name="shoppingMethod"> <option value="null">Select a Shopping Method</option> <option value="series">Shop by Series</option> <option value="interest">Shop by Interest</option> <option value="Recentlyfeatured">Recently Featured</option> <option value="bestsellers">Bestsellers</option> </select> </div> <br clear="all"/> <div class="email_li_req"></div> <div id="lbEmailForm_left" class="email_footer">= Required Fields<br/> <a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=safety&subdisplay=privacy" class="redText">Privacy Policy</a> </div> <div id="lbEmailForm_rightSubmit"><img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/images/pixel.gif" width="72" height="23" onclick="valEmailForm(document.emailForm, 1);" style="cursor: pointer;"/></div> </form> </div> </div> </div> <div id="lbEmailFoot"> </div> </div> <div id="hiddenIframe" style="position: absolute; top: 0px; left: 1000px; width:1px; height:1px;"></div> <div id="lightBoxCatalog" style="display:none;"> <div id="lbEmailTop"><div class="emailCloseIt"></div></div> <div id="lbEmailMiddle"> <div id="lbEmailMain"> <div class="lb_ttl_catalog"> </div> <br/> <div class="lb_subttl_catalog"> </div> <div id="lbEmailForm"> <form name="catForm" action="/web/20141110001651/http://www.shoppbs.org/emailHandler/index.jsp" method="post" onsubmit="return valCatForm(this)" style="margin:0;"> <input type="hidden" name="contest" value="qpbs_catalog_request"/> <input type="hidden" name="targetPage" value="/home/index.jsp?email=catalogThanks"/> <input type="hidden" name="catalogRequest" value="Y"/> <input type="hidden" name="emailPref" value="N"/> <input type="hidden" value="-" name="email3rdPartyH"/> <div id="lbEmailForm_left"><div class="email_li3"></div>First Name</div> <div id="lbEmailForm_right"><input type="text" value="" name="fname"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>Last Name</div> <div id="lbEmailForm_right"><input type="text" value="" name="lname"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>Address 1</div> <div id="lbEmailForm_right"><input type="text" value="" name="addr1"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="form_blank_gif"></div>Address 2</div> <div id="lbEmailForm_right"><input type="text" value="" name="addr2"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>City</div> <div id="lbEmailForm_right"><input type="text" value="" name="city"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>State</div> <div id="lbEmailForm_right"><select name="state"> <option value="null">Please select</option><option value="AK">AK</option><option value="AL">AL</option><option value="AP">AP</option><option value="AR">AR</option><option value="AS">AS</option><option value="AZ">AZ</option><option value="CA">CA</option><option value="CO">CO</option><option value="CT">CT</option><option value="DC">DC</option><option value="DE">DE</option><option value="FL">FL</option><option value="FM">FM</option><option value="GA">GA</option><option value="GU">GU</option><option value="HI">HI</option><option value="IA">IA</option><option value="ID">ID</option><option value="IL">IL</option><option value="IN">IN</option><option value="KS">KS</option><option value="KY">KY</option><option value="LA">LA</option><option value="MA">MA</option><option value="MD">MD</option><option value="ME">ME</option><option value="MH">MH</option><option value="MI">MI</option><option value="MN">MN</option><option value="MO">MO</option><option value="MP">MP</option><option value="MS">MS</option><option value="MT">MT</option><option value="NC">NC</option><option value="ND">ND</option><option value="NE">NE</option><option value="NH">NH</option><option value="NJ">NJ</option><option value="NM">NM</option><option value="NV">NV</option><option value="NY">NY</option><option value="OH">OH</option><option value="OK">OK</option><option value="OR">OR</option><option value="PA">PA</option><option value="PR">PR</option><option value="RI">RI</option><option value="SC">SC</option><option value="SD">SD</option><option value="TN">TN</option><option value="TX">TX</option><option value="UT">UT</option><option value="VA">VA</option><option value="VI">VI</option><option value="VT">VT</option><option value="WA">WA</option><option value="WI">WI</option><option value="WV">WV</option><option value="WY">WY</option></select> </div> <br clear="all"/> <div id="lbEmailForm_left"><div class="email_li3"></div>Zip</div> <div id="lbEmailForm_right"><input type="text" value="" name="zip"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="form_blank_gif"></div>Email</div> <div id="lbEmailForm_right"><input type="text" value="" name="emailAddress"/></div> <br clear="all"/> <div id="lbEmailForm_left"><div class="form_blank_gif"></div>Confirm Email</div> <div id="lbEmailForm_right"><input type="text" value="" name="emailAddress2"/></div> <br clear="all"/> <div id="lbEmailForm_header">I agree to receive the PBS catalog in the mail.</div> <div id="lbEmailForm_left"><input type="checkbox" value="Y" name="email3rdParty"/> Yes</div> <div id="lbEmailForm_right"> </div> <br clear="all"/> <div class="email_li_req"></div> <div id="lbEmailForm_left" class="email_footer">= Required Fields<br/> <a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=safety&subdisplay=privacy" class="redText">Privacy Policy</a> </div> <div id="lbEmailForm_rightSubmit"><input type="submit" id="lbEmailForm_rightSubmit_img" value="" width="72" height="23"/></div> <br clear="all"/> </form> </div> </div> </div> <div id="lbEmailFoot"></div> </div> <script type="text/javascript"> //get date to pass with form var formdate = new Date(); document.emailForm.datetime.value = formdate; </script> <div id="hdr_top_row"> <!-- PBSorsoType: % --> <!-- PBSorsoCode: 0 --> <div id="hdr_pbs_logo"><!--main default logo--> <a href="/web/20141110001651/http://www.shoppbs.org/home/index.jsp?clickid=mainnav_home_img"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/images/pbs_logo.gif" border="0"/> </a> </div> <div class="links-area"> <ul> <li class="phone">1-800-531-4727</li> <li class="break"></li> <a href="/web/20141110001651/http://www.shoppbs.org/coreg/index.jsp?step=register"><li class="myaccount">My Account</li></a> <li class="break"></li> <a href="/web/20141110001651/http://www.shoppbs.org/cart/index.jsp?clickid=topnav_cart_txt"><li class="cart">Cart</li></a> </ul> </div> <div class="search-area"> <form name="search" action="/web/20141110001651/http://www.shoppbs.org/search/controller.jsp" method="get"> <div class="input"> <input type="text" name="kw" value="keyword or item #" class="hdr_search_input" onfocus="this.value='';"/> </div> <div class="input-button"> <input type="submit" value="" id="hdrgobtn" name="go" align="top" onclick="return verifySearchTermObject('search');"/> </div> </form> </div> <script type="text/javascript"> function main_menu_show(what) { document.getElementById(what).style.display="block"; } function main_menu_hide(what) { document.getElementById(what).style.display="none"; } </script> <div class="main-menu"> <ul class="nav"> <li class="highlight recently-broadcast"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1413205">Recently Broadcast</a> </li> <li class="action topics" onmouseover="main_menu_show('menu-topics')" onmouseout="main_menu_hide('menu-topics')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1378002">Topics</a> <div class="nav-dropdown topics" id="menu-topics"> <ul class="twocolumn"> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&cp=1378002"><li>Downton Abbey Collection</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23280226&cp=1378002"><li>Downton Abbey Gifts</li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1409719&cp=1378002"><li>Best Sellers</li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1789689&cp=1378002"><li>New Releases</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729306&cp=1378002"><li>Arts</li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=1378002"><li>Britmania</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883321&cp=1378002"><li>British Drama</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883349&cp=1378002"><li>Cooking</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729309&cp=1378002"><li>Health</li></a> <a class="level-9" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729308&cp=1378002"><li>History</li></a> </ul><ul class="twocolumn"> <a class="level-10" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729310&cp=1378002"><li>Home & How To</li></a> <a class="level-11" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729311&cp=1378002"><li>Issues & Events</li></a> <a class="level-12" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1401343&cp=1378002"><li>Music</li></a> <a class="level-13" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=10935604&cp=1378002"><li>Kids</li></a> <a class="level-14" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729313&cp=1378002"><li>Religion & Culture</li></a> <a class="level-15" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729315&cp=1378002"><li>Science & Nature</li></a> <a class="level-16" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729316&cp=1378002"><li>Travel</li></a> <a class="level-17" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3354761&cp=1378002"><li>Blu-ray</li></a> <a class="level-18" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2132577&cp=1378002"><li>Shop by Producer</li></a> </ul> <a href="/web/20141110001651/http://www.shoppbs.org/seeAll/index.jsp "><div class="last-twocolumn">All Topics<span class="arrow">></span></div></a> </div> </li> <li class="action shows" onmouseover="main_menu_show('menu-shows')" onmouseout="main_menu_hide('menu-shows')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1378003">Shows</a> <div class="nav-dropdown shows" id="menu-shows"> <ul class="twocolumn"> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412580&cp=1378003"><li>American Experience</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1980168&cp=1378003"><li>American Masters</li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412583&cp=1378003"><li>FRONTLINE</li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831219&cp=1378003"><li>Great Performances</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3343900&cp=1378003"><li>Independent Lens</li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3529703&cp=1378003"><li>Masterpiece</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3529705&cp=1378003"><li>Masterpiece Mystery</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831221&cp=1378003"><li>NATURE</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1412584&cp=1378003"><li>NOVA</li></a> <a class="level-9" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3351651&cp=1378003"><li>POV</li></a> </ul><ul class="twocolumn"> <a class="level-10" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1409719&cp=1378003"><li>Best Sellers</li></a> <a class="level-11" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&cp=1378003"><li>Downton Abbey Collection</li></a> <a class="level-12" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=19466766&cp=1378003"><li>Call the Midwife</li></a> <a class="level-13" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412587&cp=1378003"><li>Ken Burns</li></a> <a class="level-14" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3961214&cp=1378003"><li>Sherlock </li></a> <a class="level-15" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3953966&cp=1378003"><li>Create TV</li></a> <a class="level-16" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831220&cp=1378003"><li>Austin City Limits</li></a> <a class="level-17" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=46238896&cp=1378003"><li>The Roosevelts</li></a> <a class="level-18" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11971752&cp=1378003"><li>Inspector Lewis </li></a> </ul> <a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1378003"><div class="last-twocolumn">View All<span class="arrow">></span></div></a> </div> </li> <li class="action drama-arts" onmouseover="main_menu_show('menu-drama-arts')" onmouseout="main_menu_hide('menu-drama-arts')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729306">Drama & Arts</a> <div class="nav-dropdown drama-arts" id="menu-drama-arts"> <ul> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&cp=2729306"><li>Downton Abbey Collection</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883320&cp=2729306"><li>British Comedy </li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883321&cp=2729306"><li>British Drama</li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883323&cp=2729306"><li>Comedy</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883325&cp=2729306"><li>Drama</li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883326&cp=2729306"><li>Fine Arts</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883330&cp=2729306"><li>Literature</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883331&cp=2729306"><li>Mystery</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1401343&cp=2729306"><li>Music</li></a> <a class="level-9" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883333&cp=2729306"><li>Theater & Dance</li></a> <a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729306"><li class="last">View All<span class="arrow">></span></li></a> </ul> </div> </li> <li class="action history" onmouseover="main_menu_show('menu-history')" onmouseout="main_menu_hide('menu-history')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729308">History</a> <div class="nav-dropdown history" id="menu-history"> <ul> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883339&cp=2729308"><li>African American</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883340&cp=2729308"><li>Ancient</li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883341&cp=2729308"><li>Biography</li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729311&cp=2729308"><li>Issues & Events</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=20266096&cp=2729308"><li>Latino American</li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883343&cp=2729308"><li>Native-American</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729313&cp=2729308"><li>Religion & Culture</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883344&cp=2729308"><li>United States</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883345&cp=2729308"><li>War & Military</li></a> <a class="level-9" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883346&cp=2729308"><li>World</li></a> <a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729308"><li class="last">View All<span class="arrow">></span></li></a> </ul> </div> </li> <li class="action science" onmouseover="main_menu_show('menu-science')" onmouseout="main_menu_hide('menu-science')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729315">Science</a> <div class="nav-dropdown science" id="menu-science"> <ul> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951539&cp=2729315"><li>Animals</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951542&cp=2729315"><li>Archaeology & Anthropology</li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951545&cp=2729315"><li>Architecture</li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951546&cp=2729315"><li>Astronomy & Space</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951547&cp=2729315"><li>Biology</li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951548&cp=2729315"><li>Earth</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951549&cp=2729315"><li>General Science</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951550&cp=2729315"><li>Marine</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2951551&cp=2729315"><li>Technology & Inventions</li></a> <a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2729315"><li class="last">View All<span class="arrow">></span></li></a> </ul> </div> </li> <li class="action gifts" onmouseover="main_menu_show('menu-gifts')" onmouseout="main_menu_hide('menu-gifts')"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=22986986">Gifts</a> <div class="nav-dropdown gifts" id="menu-gifts"> <ul> <a class="level-0" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23280226&cp=22986986"><li>Downton Abbey Gifts</li></a> <a class="level-1" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=52418776&cp=22986986"><li>New Gifts</li></a> <a class="level-2" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23241046&cp=22986986"><li>Under $20 </li></a> <a class="level-3" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=50747516&cp=22986986"><li>$20 - $40</li></a> <a class="level-4" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=52090046&cp=22986986"><li>Apparel </li></a> <a class="level-5" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23241096&cp=22986986"><li>Britmania</li></a> <a class="level-6" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23241126&cp=22986986"><li>History</li></a> <a class="level-7" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=50747786&cp=22986986"><li>Mugs</li></a> <a class="level-8" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23241196&cp=22986986"><li>For Him </li></a> <a class="level-9" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23241186&cp=22986986"><li>For Her </li></a> <a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=22986986"><li class="last">View All<span class="arrow">></span></li></a> </ul> </div> </li> <li class="highlight sale"> <a class="topnav" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=10794050">Sale</a> </li> </ul> </div><!-- end of main-menu --> <!--Preview TimeZone = 'null' --> <!--Preview TimeZone = 'America/New_York' --> <!-- Checking storemanPD --> <!-- Checking productPreviewAllowed --> <div id="hdr_stripe"> <!-- BEGIN CMS SLOT --><!-- =========================== CMS Page and Campaign info ========================== --> <!-- === Page ID: 1545065 --> <!-- === Page Name: qpbs_New Global Banner_November_5_2014 --> <!-- === Page URI: /gsi/qpbs/cmsTemplates/qpbs_headerInclude_1.jsp --> <!-- === --> <!-- === Campaign ID: 1241317 --> <!-- === Campaign Name: qpbs_New Global Banner_November_5_2014 --> <!-- === Campaign Tracking Code: AML --> <!-- === Campaign Start Time: 2014-11-05 03:00:00.0 --> <!-- === Campaign End Time: 2014-11-15 03:00:00.0 --> <!-- === --> <!-- ================================================================================= --> <!-- =========================== Request info ========================== --> <!-- === Request URI: /gsi/qpbs/cmsTemplates/qpbs_family_v2_left_nav.jsp --> <!-- === Include URI: /gsi/qpbs/cmsTemplates/qpbs_headerInclude_1.jsp --> <!-- ================================================================================= --> <!-- =========================== CMS Slot and Widget info ========================== --> <!-- === Widget ID: 2391031 --> <!-- === Widget Name: qpbs_header_1 --> <!-- === Slot Name: null --> <!-- === Slot Data Map: {qpbs_family_5=1918212, qpbs_header_1=2391031} --> <!-- ================================================================================= --> <div id="qpbs_header_1" style="height:35px;width:810px;border:0px;overflow:hidden;"> <center><img border="0" src="/web/20141110001651im_/http://www.shoppbs.org/cms_widgets/23/91/2391031_assets/11.5_gb_TieredOffers_FS49.gif" usemap="#imagemap2" alt=""/></center><map name="imagemap2" id="imagemap2"><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1409719&ab=gb10off49-20off99-30off149-FS49" coords="0,1,662,28" shape="rect"/><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&ab=gbDAcollection" coords="666,2,807,27" shape="rect"/></map></div><!-- END CMS SLOT --> </div> </div> <!-- end of hdr_top_row --> </div> <div style="display:none;"> </div> <script src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/include/sifr-addons.js" type="text/javascript"></script> <div id="subheader"> <div id="subheader_breadcrumb" class="breadcrumb2"> <a href="/web/20141110001651/http://www.shoppbs.org/home/index.jsp">Home</a> > <a class="breadcrumb" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=13133725">Shop Our Collections</a> > <span class="bc_selected">Britmania</span> </div> </div> <div id="mainContent"> <div id="leftNav"> <!-- BEGIN parametric filter section --> <div id="parametricFilters"> <h1> </h1> <div class="modules" id="modules"> <div class="module" id="module_Format"> <h2>Format</h2> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FFormat%2FBOOK&fbc=1&fbn=Format%7CBOOK">BOOK <span class="count">(28)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FFormat%2FCD&fbc=1&fbn=Format%7CCD">CD <span class="count">(2)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FFormat%2FCOMBO&fbc=1&fbn=Format%7CCOMBO">COMBO <span class="count">(17)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FFormat%2FDVD&fbc=1&fbn=Format%7CDVD">DVD <span class="count">(133)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FFormat%2FOTHER&fbc=1&fbn=Format%7COTHER">OTHER <span class="count">(34)</span></a></p> </div> <div class="separator"></div> <div class="module" id="module_StorePrice"> <h2>Price</h2> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&fr=StorePrice%2FQPBS%2F00000000%2F00001999&fbc=1&fbn=StorePrice%7CUp+to+%2419.99">Up to $19.99 <span class="count">(80)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&fr=StorePrice%2FQPBS%2F00002000%2F00002999&fbc=1&fbn=StorePrice%7C%2420.00+-+%2429.99">$20.00 - $29.99 <span class="count">(43)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&fr=StorePrice%2FQPBS%2F00003000%2F00004999&fbc=1&fbn=StorePrice%7C%2430.00+-+%2449.99">$30.00 - $49.99 <span class="count">(52)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&fr=StorePrice%2FQPBS%2F00005000%2F00009999&fbc=1&fbn=StorePrice%7C%2450.00+-+%2499.99">$50.00 - $99.99 <span class="count">(33)</span></a></p> <p><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&fr=StorePrice%2FQPBS%2F00010000%2F999999999999&fbc=1&fbn=StorePrice%7C%24100%2B">$100+ <span class="count">(6)</span></a></p> </div> <div class="separator"></div> <div class="module" id="module_QPBSShopRunnerEligible"> <h2>FREE 2-Day Shipping</h2> <p><div class="srMarketing4"> <div name="sr_marketing_4_Div"></div> </div><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&f=PAD%2FQPBS+ShopRunner+Eligible%2FYes&fbc=1&fbn=QPBS+ShopRunner+Eligible%7CEligible">Eligible <span class="count">(212)</span></a></p> </div> </div> </div> <!-- END parametric filter section --> <div id="leftNav_btm_inc"> <!--You are running on slcprd1_ws_26_4--> <!-- BEGIN qpbs_left_nav_btm_1 --> <div class="leftNav_btm_cms"> <!-- BEGIN CMS SLOT --><!-- =========================== CMS Page and Campaign info ========================== --> <!-- === Page ID: 1472531 --> <!-- === Page Name: qpbs_Include_SubCMS_Nov_2013DA --> <!-- === Page URI: /gsi/qpbs/cmsTemplates/qpbs_left_nav_btm_1.jsp --> <!-- === --> <!-- === Campaign ID: 1205647 --> <!-- === Campaign Name: qpbs_Include_SubCMS_Nov_2013DA --> <!-- === Campaign Tracking Code: AML --> <!-- === Campaign Start Time: 2013-11-20 06:00:00.0 --> <!-- === Campaign End Time: null --> <!-- === --> <!-- ================================================================================= --> <!-- =========================== Request info ========================== --> <!-- === Request URI: /gsi/qpbs/cmsTemplates/qpbs_family_v2_left_nav.jsp --> <!-- === Include URI: /gsi/qpbs/cmsTemplates/qpbs_left_nav_btm_1.jsp --> <!-- ================================================================================= --> <!-- =========================== CMS Slot and Widget info ========================== --> <!-- === Widget ID: 2162928 --> <!-- === Widget Name: qpbs_left_nav_btm_1 --> <!-- === Slot Name: null --> <!-- === Slot Data Map: {qpbs_family_5=1918212, qpbs_left_nav_btm_1=2162928, qpbs_header_1=2391031} --> <!-- ================================================================================= --> <div id="qpbs_left_nav_btm_1" style="width:135px;border:0px;overflow:hidden;"> <center><img border="0" src="/web/20141110001651im_/http://www.shoppbs.org/cms_widgets/21/62/2162928_assets/DA_SubCMS_gifts_Jul13.jpg" usemap="#DAsubcms" alt=""/></center><map name="DAsubcms" id="DAsubcms"><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&ab=subDowntonCollection" coords="6,1,128,212" shape="rect"/><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=22986986&ab=subgifts" coords="6,221,129,261" shape="rect"/><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=10794050&ab=subclear" coords="6,261,129,295" shape="rect"/><area href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412587&ab=subKenBurns" coords="5,296,129,338" shape="rect"/></map></div><!-- END CMS SLOT --> <br clear="all"/> </div> <!-- END qpbs_left_nav_btm_1 --> </div> </div> <div id="familyMain"> <!-- BEGIN CMS SLOT --><!-- =========================== CMS Page and Campaign info ========================== --> <!-- === Page ID: 1472531 --> <!-- === Page Name: qpbs_Include_SubCMS_Nov_2013DA --> <!-- === Page URI: /gsi/qpbs/cmsTemplates/qpbs_left_nav_btm_1.jsp --> <!-- === --> <!-- === Campaign ID: 1205647 --> <!-- === Campaign Name: qpbs_Include_SubCMS_Nov_2013DA --> <!-- === Campaign Tracking Code: AML --> <!-- === Campaign Start Time: 2013-11-20 06:00:00.0 --> <!-- === Campaign End Time: null --> <!-- === --> <!-- ================================================================================= --> <!-- =========================== Request info ========================== --> <!-- === Request URI: /gsi/qpbs/cmsTemplates/qpbs_family_v2_left_nav.jsp --> <!-- === Include URI: null --> <!-- ================================================================================= --> <!-- =========================== CMS Slot and Widget info ========================== --> <!-- === Widget ID: 1918212 --> <!-- === Widget Name: qpbs_family_5 --> <!-- === Slot Name: null --> <!-- === Slot Data Map: {qpbs_family_5=1918212, qpbs_left_nav_btm_1=2162928, qpbs_header_1=2391031} --> <!-- ================================================================================= --> <div id="qpbs_family_5" style="width:638px;border:0px;overflow:hidden;"> <center><img border="0" alt="" usemap="#britm" src="/web/20141110001651im_/http://www.shoppbs.org/cms_widgets/19/18/1918212_assets/638x210_BritmaniaGeneric_SeeAll.jpg"/></center><map id="britm" name="britm"><area shape="rect" coords="12,181,108,208" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302190&ab=DowntonAbbey"/><area shape="rect" coords="111,183,162,207" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294552&ab=BritmaniaGifts"/><area shape="rect" coords="166,182,219,209" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294550&ab=BritmaniaComedy"/><area shape="rect" coords="221,182,270,208" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294549&ab=BritmaniaDrama"/><area shape="rect" coords="273,182,325,208" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294551&ab=BritmaniaMystery"/><area shape="rect" coords="329,182,381,206" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=13061704&ab=BritmaniaHistory"/><area shape="rect" coords="383,183,462,206" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294546&ab=BritmaniaJaneAusten"/><area shape="rect" coords="466,181,566,207" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=12294547&ab=BritmaniaRoyal"/><area shape="rect" coords="568,180,623,207" href="https://web.archive.org/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&ab=BritmaniaSeeAll"/></map></div><!-- END CMS SLOT --> <div id="family_results"> <div id="results_sort_bar"> <div id="results_sort_sort"> <!-- begin dropdown for sort --> <form name="pbsSortForm" onsubmit="pbsDoSort(this.options[selectedIndex].value)" action="/web/20141110001651/http://www.shoppbs.org/family/index.jsp" method="post"> <label for="sortBy" class="sort"> Sort by</label> <select name="s" id="formats" onchange="pbsSortForm.submit();"> <option value="D-vdkvgwkey-vdkvgwkey" selected="selected">What's New</option> <option value="A-description">Title (A to Z)</option> <option value="D-description">Title (Z to A)</option> <option value="A-StorePrice-QPBS">Prices - Lowest to Highest</option> <option value="D-StorePrice-QPBS">Prices - Highest to Lowest</option> <option value="D-ReviewRating-QPBS">Top Rated</option> </select> <input type="hidden" name="cp" value="13133725"/> <input type="hidden" name="categoryId" value="11302193"/> <input type="hidden" name="ab" value="PBS-_-Footer-_-SHOP OUR COLLECTIONS-_-Britmania"/> <input type="hidden" name="pg" value="1"/> <input type="hidden" name="searchSort" value="TRUE"/> </form> <!-- end dropdown for sort --> </div> <div id="results_sort_pagination"> <span class="results_num bold_weight">214 items</span> | <span class="results current">1</span> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=2">2</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=3">3</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=4">4</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=5">5</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=6">6-10</a> | <a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&view=all">View All</a> </div> <!--[if IE]><br clear="all"><![endif]--> </div> <br clear="all"> <div id="family_results_display"> <script type="text/javascript"> function toggleLB(lbDiv,onoff,i){ //alert(lbDiv + ' in here ' + onoff); var thisDiv = document.getElementById(lbDiv); var onoffswitch = onoff; var lbp = "expressShop" + i; var lightBox = document.getElementById(lbp); var iframeDiv = document.getElementById('iFrame' + i) if(onoffswitch == 'on'){ lightBox.style.visibility = "hidden"; lightBox.style.display = ""; iframeDiv.style.display = ""; var divLocation = thisDiv.offsetTop - 90; lightBox.style.top = divLocation + "px"; lightBox.style.visibility = "visible"; }else{ lightBox.style.display = "none"; iframeDiv.style.display = "none"; } } </script> <!-- begin looping products --> <!--[if IE]> <style> #esMain ul{margin-left:17px;} </style> <![endif]--> <!-- begin results_row --> <div id="results_row0" class="results_row " style="z-index:9;"> <!-- begin results item --> <div id="results_item" style="z-index:9;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=10912278&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-8991784t130.jpg" width="130" height="130" alt="Masterpiece: Downton Abbey Season 1 DVD (U.K. Edition) - shopPBS.org" title="Masterpiece: Downton Abbey Season 1 DVD (U.K. Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=10912278&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Downton Abbey Season 1 DVD (U.K. Edition) </a></h1> <div id="price"> <span class="boxListPrice"> $34.99</span><br> <span class="boxPrice">$19.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='10912278';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12986078&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-12920844t130.jpg" width="130" height="130" alt="Masterpiece Mystery!: Endeavour Pilot DVD - shopPBS.org" title="Masterpiece Mystery!: Endeavour Pilot DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12986078&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece Mystery!: Endeavour Pilot DVD</a></h1> <div id="price"> <span class="boxListPrice"> $24.99</span><br> <span class="boxPrice">$9.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='12986078';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12696488&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-12416267t130.jpg" width="130" height="130" alt="Masterpiece: Birdsong DVD (Original U.K. Version) - shopPBS.org" title="Masterpiece: Birdsong DVD (Original U.K. Version) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12696488&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Birdsong DVD (Original U.K. Version)</a></h1> <div id="price"> <span class="boxListPrice"> $24.99</span><br> <span class="boxPrice">$19.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='12696488';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" class="results_right" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19273106&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15181402t130.jpg" width="130" height="130" alt="Masterpiece: Mr. Selfridge, Season 1 (UK Edition) DVD - shopPBS.org" title="Masterpiece: Mr. Selfridge, Season 1 (UK Edition) DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19273106&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Mr. Selfridge, Season 1 (UK Edition) DVD</a></h1> <div id="price"> <span class="boxListPrice"> $39.99</span><br> <span class="boxPrice">$19.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='19273106';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- end row --> <br clear="all"> </div> <!-- begin results_row --> <div id="results_row1" class="results_row " style="z-index:9;"> <!-- begin results item --> <div id="results_item" style="z-index:9;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=20713616&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15684352t130.jpg" width="130" height="130" alt="Secrets of Althorp - The Spencers DVD - shopPBS.org" title="Secrets of Althorp - The Spencers DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=20713616&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Secrets of Althorp - The Spencers DVD</a></h1> <div id="price"> <span class="boxListPrice"> $24.99</span><br> <span class="boxPrice">$19.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='20713616';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12241603&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-11508011t130.jpg" width="130" height="130" alt="Masterpiece: Downton Abbey Season 2 DVD (U.K. Edition) - shopPBS.org" title="Masterpiece: Downton Abbey Season 2 DVD (U.K. Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12241603&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Downton Abbey Season 2 DVD (U.K. Edition) </a></h1> <div id="price"> <span class="boxListPrice"> $44.99</span><br> <span class="boxPrice">$24.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='12241603';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=15591006&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-13968890t130.jpg" width="130" height="130" alt="Masterpiece: Downton Abbey Season 3 DVD (U.K. Edition) - shopPBS.org" title="Masterpiece: Downton Abbey Season 3 DVD (U.K. Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=15591006&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Downton Abbey Season 3 DVD (U.K. Edition)</a></h1> <div id="price"> <span class="boxListPrice"> $49.99</span><br> <span class="boxPrice">$29.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='15591006';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" class="results_right" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=4365238&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-8360079t130.jpg" width="130" height="130" alt="Doc Martin Series 4 DVD - shopPBS.org" title="Doc Martin Series 4 DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=4365238&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Doc Martin Series 4 DVD</a></h1> <div id="price"> <span class="boxListPrice"> $39.99</span><br> <span class="boxPrice">$34.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='4365238';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- end row --> <br clear="all"> </div> <!-- begin results_row --> <div id="results_row2" class="results_row " style="z-index:9;"> <!-- begin results item --> <div id="results_item" style="z-index:9;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=16622556&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-14403151t130.jpg" width="130" height="130" alt="Masterpiece: Downton Abbey Season 1, 2, & 3 DVD Set (U.K. Edition) - shopPBS.org" title="Masterpiece: Downton Abbey Season 1, 2, & 3 DVD Set (U.K. Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=16622556&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece: Downton Abbey Season 1, 2, & 3 DVD Set (U.K. Edition) </a></h1> <div id="price"> <span class="boxListPrice"> $129.97</span><br> <span class="boxPrice">$59.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='16622556';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=22205736&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-16196920t130.jpg" width="130" height="130" alt="Queen Victoria's Children DVD - shopPBS.org" title="Queen Victoria's Children DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=22205736&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Queen Victoria's Children DVD</a></h1> <div id="price"> <span class="boxPrice">$19.98</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='22205736';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=22205566&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-16196879t130.jpg" width="130" height="130" alt="The Coronation of Queen Elizabeth II DVD - shopPBS.org" title="The Coronation of Queen Elizabeth II DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=22205566&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">The Coronation of Queen Elizabeth II DVD</a></h1> <div id="price"> <span class="boxListPrice"> $19.99</span><br> <span class="boxPrice">$12.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='22205566';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" class="results_right" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=21689756&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-16078174t130.jpg" width="130" height="130" alt="The Royal Collection DVD - shopPBS.org" title="The Royal Collection DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=21689756&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">The Royal Collection DVD</a></h1> <div id="price"> <span class="boxPrice">$24.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='21689756';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- end row --> <br clear="all"> </div> <!-- begin results_row --> <div id="results_row3" class="results_row " style="z-index:9;"> <!-- begin results item --> <div id="results_item" style="z-index:9;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=13018767&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-12999104t130.jpg" width="130" height="130" alt="Masterpiece Mystery!: Inspector Lewis 5 (Original UK Edition) DVD - shopPBS.org" title="Masterpiece Mystery!: Inspector Lewis 5 (Original UK Edition) DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=13018767&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Masterpiece Mystery!: Inspector Lewis 5 (Original UK Edition) DVD</a></h1> <div id="price"> <span class="boxListPrice"> $34.99</span><br> <span class="boxPrice">$24.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='13018767';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12839197&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-12654424t130.jpg" width="130" height="130" alt="Sherlock Seasons 1 & 2 DVD Combo (Original U.K. Unedited Edition) - shopPBS.org" title="Sherlock Seasons 1 & 2 DVD Combo (Original U.K. Unedited Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12839197&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Sherlock Seasons 1 & 2 DVD Combo (Original U.K. Unedited Edition)</a></h1> <div id="price"> <span class="boxListPrice"> $64.96</span><br> <span class="boxPrice">$57.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='12839197';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19097156&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15119492t130.jpg" width="130" height="130" alt="Shopping, Seduction & Mr. Selfridge (Paperback) - shopPBS.org" title="Shopping, Seduction & Mr. Selfridge (Paperback) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19097156&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Shopping, Seduction & Mr. Selfridge (Paperback)</a></h1> <div id="price"> <span class="boxPrice">$16.00</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='19097156';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" class="results_right" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=20168106&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15501279t130.jpg" width="130" height="130" alt="Royal Britain From The Air DVD - shopPBS.org" title="Royal Britain From The Air DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=20168106&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Royal Britain From The Air DVD</a></h1> <div id="price"> <span class="boxListPrice"> $19.95</span><br> <span class="boxPrice">$14.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='20168106';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- end row --> <br clear="all"> </div> <!-- begin results_row --> <div id="results_row4" class="results_row " style="z-index:9;"> <!-- begin results item --> <div id="results_item" style="z-index:9;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=15301646&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-13822148t130.jpg" width="130" height="130" alt="Call the Midwife Season 1 DVD - shopPBS.org" title="Call the Midwife Season 1 DVD - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=15301646&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Call the Midwife Season 1 DVD</a></h1> <div id="price"> <span class="boxListPrice"> $34.98</span><br> <span class="boxPrice">$29.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='15301646';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19453426&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15237057t130.jpg" width="130" height="130" alt="Keep Calm and Carry On Porcelain Mug - shopPBS.org" title="Keep Calm and Carry On Porcelain Mug - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19453426&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Keep Calm and Carry On Porcelain Mug</a></h1> <div id="price"> <span class="boxPrice">$9.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='19453426';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19453416&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-15237056t130.jpg" width="130" height="130" alt="Keep Calm and Carry On Tote Bag - shopPBS.org" title="Keep Calm and Carry On Tote Bag - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=19453416&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Keep Calm and Carry On Tote Bag</a></h1> <div id="price"> <span class="boxPrice">$16.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='19453416';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- begin results item --> <div id="results_item" class="results_right" style="z-index:10;"> <div id="results_image"> <a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12264544&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family"> <img src="https://web.archive.org/web/20141110001651im_/http://qpbs.imageg.net/graphics/product_images/pPBS3-11564841t130.jpg" width="130" height="130" alt="Downton Abbey Season 1 & 2 DVD Combo (U.K. Edition) - shopPBS.org" title="Downton Abbey Season 1 & 2 DVD Combo (U.K. Edition) - shopPBS.org" border="0"/> </a> </div> <!-- end results image --> <div id="results_info"> <h1><a href="/web/20141110001651/http://www.shoppbs.org/product/index.jsp?productId=12264544&cp=13133725.11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&parentPage=family">Downton Abbey Season 1 & 2 DVD Combo (U.K. Edition) </a></h1> <div id="price"> <span class="boxListPrice"> $79.98</span><br> <span class="boxPrice">$39.99</span> </div> <script type="text/javascript">var pr_snippet_min_reviews = 1;pr_page_id ='12264544';snippet(document);</script> <div id="results_promo" class="redText"><div name="dvCustomTagPromoDescription" id="dvCustomTagPromoDescription"> </div> </div><!-- end div promo --> </div> <!-- end results_info --> </div> <!-- end results_item --> <!-- end row --> <br clear="all"> </div> <!-- end looping products --> </div> <br clear="all"> <div id="results_sort_bar"> <div id="results_sort_sort"> </div> <div id="results_sort_pagination"> <span class="results_num bold_weight">214 items</span> | <span class="results current">1</span> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=2">2</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=3">3</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=4">4</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=5">5</a> <a class="results" href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&pg=6">6-10</a> | <a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?cp=13133725&categoryId=11302193&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania&view=all">View All</a> </div> </div> </div> </div> <br clear="all"> </div> <div id="footer"> <div id="footer_separator_top"></div> <div> <div id="footer_listContainer"> <a class="footer_nav_list_title" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1378003&ab=PBS-_-Footer-_-SHOWS">SHOWS</a> <div> <ul class="footer_nav_list"><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412580&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-American+Experience">American Experience</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1980168&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-American+Masters">American Masters</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412583&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-FRONTLINE">FRONTLINE</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831219&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Great+Performances">Great Performances</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3343900&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Independent+Lens">Independent Lens</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3529703&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Masterpiece">Masterpiece</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3529705&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Masterpiece+Mystery">Masterpiece Mystery</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831221&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-NATURE">NATURE</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1412584&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-NOVA">NOVA</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3351651&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-POV">POV</a></li></ul> <ul class="footer_nav_list"><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1409719&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Best+Sellers">Best Sellers</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Downton+Abbey+Collection">Downton Abbey Collection</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=19466766&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Call+the+Midwife">Call the Midwife</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412587&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Ken+Burns">Ken Burns</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3961214&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Sherlock+">Sherlock </a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3953966&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Create+TV">Create TV</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2831220&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Austin+City+Limits">Austin City Limits</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=46238896&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-The+Roosevelts">The Roosevelts</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11971752&cp=1378003&ab=PBS-_-Footer-_-SHOWS-_-Inspector+Lewis+">Inspector Lewis </a></li></ul> </div> </div> <div id="clear"></div> <div id="footer_listContainer"> <a class="footer_nav_list_title" href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS">SHOP OUR COLLECTIONS</a> <div> <ul class="footer_nav_list"><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3888446&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Antiques+Roadshow">Antiques Roadshow</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=13133773&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Apparel">Apparel</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=1955891&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Award+Winners">Award Winners</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3354761&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Blu-ray">Blu-ray</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=11302193&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Britmania">Britmania</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=2883349&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Cooking">Cooking</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=3589055&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Customer+Favorites">Customer Favorites</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=29650486&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Downton+Abbey+Collection">Downton Abbey Collection</a></li></ul> <ul class="footer_nav_list"><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=23280226&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Downton+Abbey+Gifts">Downton Abbey Gifts</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=4110620&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Go+Green">Go Green</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=13133777&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Home+Decor">Home Decor</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=1412587&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Ken+Burns">Ken Burns</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=3303574&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-PBS+Parents">PBS Parents</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/family/index.jsp?categoryId=10794050&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-SALE">SALE</a></li><li><a href="/web/20141110001651/http://www.shoppbs.org/category/index.jsp?categoryId=2132577&cp=13133725&ab=PBS-_-Footer-_-SHOP+OUR+COLLECTIONS-_-Shop+by+Producer">Shop by Producer</a></li></ul> </div> </div> <div id="clear"></div> <div id="footer_listContainer"> <a class="footer_nav_list_title" href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?clickid=topnav_help_txt&ab=PBS-_-Footer-_-CUSTOMER+SERVICE">CUSTOMER SERVICE</a> <div> <ul class="footer_nav_list"> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=store&subdisplay=contact&isStoremanDriven=yes&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Contact+Us">Contact Us</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=gift&subdisplay=ogc&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Gift+Certificates">Gift Certificates</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=gift&subdisplay=gw&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Gift+Wrap">Gift Wrap</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=ordering&subdisplay=cart&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Ordering">Ordering</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=payment&subdisplay=options&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Payment">Payment</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=ship&subdisplay=process&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Shipping">Shipping</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=returns&subdisplay=qpbs_mbg&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Returns">Returns</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=store&subdisplay=affiliate&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Affiliate+Program">Affiliate Program</a></li> <li><a href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=ordering&subdisplay=program&ab=PBS-_-Footer-_-CUSTOMER+SERVICE-_-Wholesale">Wholesale Inquiries</a></li> <li><br/><a href="javascript:void(0);" onclick="setItUpEmail('lightBoxCatalog','emailCloseIt');" class="requestCat" title="Request A Catalog"><strong>Request A Catalog</strong></a></li> </ul> </div> </div> </div> <br clear="all"/> <div id="footer_separator_middle"></div> <div id="footer_social_buttons"> <p>FOLLOW PBS</p> <div> <a class="footer_facebook_button" href="https://web.archive.org/web/20141110001651/https://www.facebook.com/pbs" target="_blank"></a> <a class="footer_twitter_button" href="https://web.archive.org/web/20141110001651/http://twitter.com/#!/pbs" target="_blank"></a> <a class="footer_googlePlus_button" href="https://web.archive.org/web/20141110001651/https://plus.google.com/115800475809612886515/posts" target="_blank"></a> <a class="footer_youTube_button" href="https://web.archive.org/web/20141110001651/http://www.youtube.com/PBS" target="_blank"></a> <a class="footer_pinterest_button" href="https://web.archive.org/web/20141110001651/http://pinterest.com/pbsofficial/" target="_blank"></a> </div> </div> <style> #bizratediv img { margin: 0px; } #footer_badges { padding: 18px 27px 0 17px; width: 300px; } </style> <div id="footer_badges"> <div style="float:left;"> <a target="_blank" href="https://web.archive.org/web/20141110001651/https://www.scanalert.com/RatingVerify?ref=www.shoppbs.org"><img width="65" height="37" border="0" src="//web.archive.org/web/20141110001651im_/http://images.scanalert.com/meter/www.shoppbs.org/31.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." oncontextmenu="alert('Copying Prohibited by Law - HACKER SAFE is a Trademark of ScanAlert'); return false;"/></a> </div> <!-- <a class="ftr_bbb" href="http://www.dc.bbb.org/codbrep.html?wlcl=y&id=14690" target="_blank"></a> --> <div style="float:left;"> <script type="text/javascript">var seal_host = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Ca target='_blank' href='https://web.archive.org/web/20141110001651/http://www.stellaservice.com/profile/409'%3E%3Cimg src='" + seal_host + "seal.stellaservice.com/seals/stellaservice_excellent.png?c=4506' height='39' width='61' border='0' title='shoppbs.org is top rated for customer service' /%3E%3C/a%3E"));</script> <!-- <a class="topretail" href="http://www.internetretailer.com" target="_blank"></a> --> </div> <!-- BEGIN: Bizrate Medal (112x37 pixels) --> <script type="text/javascript">var bizrate={small:"true"};</script> <script src="//web.archive.org/web/20141110001651js_/http://medals.bizrate.com/medals/js/527_medal.js" type="text/javascript"></script> <div id="bizratediv" style="position:relative;z-index:1;width:112px;height:37px;float:left;margin:12px 0 0 10px;"> <a style="bottom:0;right:0;display:block;position:absolute;width:50px;height:16px;z-index:2;text-decoration:none;background:#fff;filter:alpha(opacity=0);opacity: 0;" href="//web.archive.org/web/20141110001651/http://www.bizrate.com/?rf=sur" title="Bizrate" target="_blank"></a> <a class="br-button" href="//web.archive.org/web/20141110001651/http://www.bizrate.com/ratings_guide/merchant_detail__mid--527.html?rf=sur" title="See shopPBS Reviews at Bizrate.com" target="_blank"> <img src="//web.archive.org/web/20141110001651im_/http://medals.bizrate.com/medals/dynamic/small/527_medal.gif" width="112" height="37" border="0" alt="See shopPBS Reviews at Bizrate.com"/> </a> </div> <!-- END: Bizrate Medal (112x37 pixels) --> </div> <div id="footer_email_signup"> <div id="footer_email_signup_form"> <input id="ftrEmailAddress" class="ftrEmailAddress" type="text" name="emailAddress" value="ENTER YOUR EMAIL" onkeydown="if (event.keyCode == 13) {$('ftrEmailSubmit').click()}"> <input id="ftrContestValue" type="hidden" name="contest" value="emailSignup_Footer"> <div id="ftrEmailSubmit" class="ftrEmailSubmit" onclick="footerEmail.formValidation.scanForm()"></div> <div id="ftrDualPostPixelHolder"></div> </div> </div> <br clear="all"/> <div id="footer_separator_bottom"></div> <div id="footer_bar"> <div id="footer_bar_left"> <div id="footer_copyright"></div> </div> <div id="footer_bar_right"> <a class="footer_pbsorg" href="https://web.archive.org/web/20141110001651/http://www.pbs.org/" class="headlink" target="_blank"></a> <div id="footer_vertical"></div> <a class="footer_pbsmission" href="https://web.archive.org/web/20141110001651/http://www.pbs.org/about/corporate-information" target="_blank"></a> <div id="footer_vertical"></div> <a class="footer_sitemap" href="/web/20141110001651/http://www.shoppbs.org/sitemap/index.jsp"></a> <div id="footer_vertical"></div> <a class="footer_privacy" href="/web/20141110001651/http://www.shoppbs.org/helpdesk/index.jsp?display=safety&subdisplay=privacy&clickid=footer_privacyPolicy_img"></a> </div> <div id="ftr_phone"> </div> </div> <br clear="all"/> <div id="footer_disclaimer">* List Price is for reference only. No sales may have occurred at this price. **See product page for details.</div> <br clear="all"/> </div> <div id="footer_emailSignupThanksBackground"></div> <div id="footer_emailSignupThanksGraphic"></div> <!--You are running on slcprd1_ws_26_4--> <div id="trackingPixels" style="visibility:hidden"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-11530159-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20141110001651/https://ssl' : 'https://web.archive.org/web/20141110001651/http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <script type="text/javascript"> adroll_adv_id = "UKPPFHVRVJEPRCIVA3LBDF"; adroll_pix_id = "HJD5LG55H5CRJJDYBCLBN3"; (function () { var oldonload = window.onload; window.onload = function(){ __adroll_loaded=true; var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://web.archive.org/web/20141110001651/https://s.adroll.com" : "https://web.archive.org/web/20141110001651/http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); if(oldonload){ oldonload() } }; }()); </script> </div> <script type="text/javascript" language="JavaScript"> function filterPixelRequest(html) { // make request match current protocol if (window.location.protocol == 'https:') { html = html.replace(/^http:/i,'https:'); } else { html = html.replace(/^https:/i,'http:'); } return html; } function loadIframe(src) { // create iFrame var iframe = document.createElement('iframe'); iframe.src = filterPixelRequest(src); iframe.height = "1"; iframe.width = "1"; iframe.frameBorder = "0"; iframe.marginHeight = "0"; iframe.marginWidth = "0"; iframe.topMargin = "0"; iframe.leftMargin = "0"; iframe.scrolling = "No"; function myOnLoad() { document.body.appendChild(iframe); } // check for existing event if (window.onload) { // load existing event and load iFrame var curOnLoad = window.onload; window.onload = function () { curOnLoad(); myOnLoad(); } } else { // load iFrame window.onload = function () { myOnLoad(); } } } </script> <script type="text/javascript"> setTimeout(function(){var a=document.createElement("script"); var b=document.getElementsByTagName("script")[0]; a.src=document.location.protocol+"//web.archive.org/web/20141110001651/http://dnn506yrbagrg.cloudfront.net/pages/scripts/0012/6260.js?"+Math.floor(new Date().getTime()/3600000); a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1); </script> <!--You are running on slcprd1_ws_26_4--> <script type="text/javascript"> var csCustomCategory = 'Family = 11302193'; </script> <script language="javascript" src="https://web.archive.org/web/20141110001651js_/https://dsa.csdata1.com/data/js/10039298/csgather.js"></script> <script type="text/javascript"> var date = new Date(); date.setTime(date.getTime()+(24*60*60*1000*10000)); var expires = date.toGMTString(); var enableWishlist=""; var userId=""; var username="QPBS"; var userValue=""+","; var rewardsUserValue=""+","; var flagPage="0"; if(enableWishlist ==1 && flagPage==1){ document.cookie = username+'_Wishlist_clearSaleing='+ userValue+userId +'; expires=' + expires + ';path=/'; } var rewardsflagPage="0"; if(rewardsflagPage==1){ document.cookie = 'AceRewards_clearSaleing='+ rewardsUserValue+userId +'; expires=' + expires + ';path=/'; } </script> <!--You are running on slcprd1_ws_26_4--> <!-- Kenshoo Pixel ---> <!-- Kenshoo Pixel --> <!--You are running on slcprd1_ws_26_4--> <!-- trackingPageType getRequestURI() /gsi/qpbs/cmsTemplates/qpbs_family_v2_left_nav.jsp --><!-- trackingPageType finalPage() cmsTemplates --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!-- No Tracking Pixel defined via allTrackingPixelFile --> <!--You are running on slcprd1_ws_26_4--> <!--You are running on slcprd1_ws_26_4--> <!--You are running on slcprd1_ws_26_4--> <script type="text/javascript"> var br_frequency = 30; var br_percentage = 0; var br_size = 0; var br_pos_x = 50; var br_pos_y = 50; var br_data = []; br_data['Q165'] = ''; </script> <script type="text/javascript" src="https://web.archive.org/web/20141110001651js_/http://eval.bizrate.com/js/survey_527_1.js"></script> <!--You are running on slcprd1_ws_26_4--> <div id="trackingPixels" style="visibility:hidden"> <iframe src="https://web.archive.org/web/20141110001651if_/http://pixel.fetchback.com/serve/fb/pdj?cat=&name=landing&sid=3501" scrolling="no" width="1" height="1" marginheight="0" marginwidth="0" frameborder="0"></iframe> </div> <!--You are running on slcprd1_ws_26_4--> <script src="https://web.archive.org/web/20141110001651js_/http://media.gsimedia.net/tg/gsiutt/store117.js"></script> <script> var siteId= '117'; var catId = '11302193'; var pageType = 'family'; var browserId = '221098249316'; var prodId = ''; var pQty = ''; var orderId = ''; var cartTotal = ''; var ordertotal = ''; if(window.addEventListener){ window.addEventListener('load', truEffect.measure, false); }else if(window.attachEvent){ window.attachEvent('onload', truEffect.measure); } </script> <!--You are running on slcprd1_ws_26_4--> <script language="JavaScript" type="text/javascript"> function storeSREDID() { var thirtyDays = (60*60*1000*24)*30; var vals = document.location.search; start = vals.indexOf("SREDID="); if (start != -1) { var end = vals.indexOf("&", start); if (end == -1){ end = vals.length } var date = new Date();date.setTime(date.getTime()+ thirtyDays); document.cookie= vals.substring(start,end) + "; expires=" + date.toGMTString() + "; path=/"; } } function getSREDID(){ var n = "SREDID="; var cookies = document.cookie; var start = cookies.indexOf(n); if (start == -1){ return null; } start += n.length ; var end = cookies.indexOf(";", start); if (end == -1){ end = cookies.length } return cookies.substring(start, end); } </script> <script><!-- storeSREDID(); //--></script> <!--You are running on slcprd1_ws_26_4--> <!-- // End of code of PMO 52759 --> <!-- Below block is included under PMO 414 to capture visitorId --> <script language="JavaScript"> var visitorId; </script> <!-- not synchronized --> <script language="JavaScript"> var s_account='gsicpbs'; var s_server='www.shoppbs.org'; var s_hier1='Shop Our Collections,Britmania'; var s_eVar19='221098249316'; var s_channel='Shop Our Collections'; var s_pageName='Shop Our Collections:Britmania Landing Page'; </script> <script language="JavaScript" src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/include/omniture.js"></script> <!-- End SiteCatalyst code version: G.9. --> <script language="JavaScript"><!-- {document.write("<img src=\"http://tracking.searchmarketing.com/gsic_welcome.asp?SMCID=163&x=" +escape(document.referrer) + "\" width=\"1\" height=\"1\">");}//--></script> <!-- Do not edit/add js scripts here. Use the min-cat project. Config file: /ant-min-cat/site-js.xml --> <script src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/min-cat/site-js.xml.min.js" type="text/javascript"></script> <!-- end min-cat section --><!-- Do not edit/add js scripts here. Use the min-cat project. Config file: /ant-min-cat/family-js.xml --> <script src="https://web.archive.org/web/20141110001651js_/http://qpbs.imageg.net/min-cat/family-js.xml.min.js" type="text/javascript"></script> <!-- end min-cat section --> </div> </div> </body> <script> var familyHeader = { src: 'https://web.archive.org/web/20141110001651/http://qpbs.imageg.net/include/page_title.swf' }; //sIFR.debugMode = true; sIFR.prefetch(familyHeader); sIFR.activate(); sIFR.replace(familyHeader, { selector: 'h4.familyHeaderText' ,wmode: 'transparent' ,css: [ '.sIFR-root {text-align: left; font-size:22px;font-weight: normal; color:#74724b;text-transform:uppercase;}' ,'a { text-decoration: none }' ,'a:link { color: #ffffff }' ,'a:hover { color: #ffffff }' ] }); </script> </html> <!-- FILE ARCHIVED ON 00:16:51 Nov 10, 2014 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:34:49 Mar 04, 2025. 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)). --> <!-- playback timings (ms): captures_list: 0.591 exclusion.robots: 0.028 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 57.674 LoadShardBlock: 121.558 (3) PetaboxLoader3.datanode: 96.729 (4) PetaboxLoader3.resolve: 88.759 (2) load_resource: 201.177 -->