CINXE.COM

Planet of the Spiders @ The TARDIS Library (Doctor Who books, DVDs, videos & audios)

<!-- The Modal --> <div id="myModal" class="modal"> <!-- Modal content --> <div id="modal-content"> <span id="popupclose">&times;</span> <p>Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon site(s) at the time of purchase will apply to the purchase of this product.</p> </div> </div> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"> <html><head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SWJGXSRE0B"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SWJGXSRE0B'); </script><link rel="canonical" href="http://www.timelash.com/tardis/display.php?772" /><style> body {font-family: Arial, Helvetica, sans-serif;} /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /*Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content */ #modal-content { position: relative; top: 50px; background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 50%; } /* The Close Button */ #popupclose { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; padding-left: 10px; margin-top: -15px; } #popupclose:hover, #popupclose:focus { color: #000; text-decoration: none; cursor: pointer; } .popuptrigger{cursor: pointer;} </style> <script async src="https://epnt.ebay.com/static/epn-smart-tools.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script type="text/javascript" src="/js/jquery-auto-complete.min.js"></script> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <style> .autocomplete-suggestions { border: 1px solid #999; color: #f00; background: #fff; overflow: auto;} .autocomplete-suggestion { font-size: 0.8em;padding: 2px 5px; overflow: hidden; color:#000} .autocomplete-suggestion:nth-child(even),.listunit:nth-child(even) {background: #f5f5f5} .autocomplete-suggestion:last-child {font-weight:bold;color:red;background: #fff;padding-bottom:5px} .autocomplete-selected { background: #ccc!important; } .autocomplete-suggestions strong { font-weight: bold; color: #0000c0; } .autocomplete-group { font-size: 0.8em; font-weight: bold;padding: 7px 5px 2px 5px } .autocomplete-group strong { display: block; border-bottom: 1px solid #000; } .autocomplete-suggestion:last-child::after{content: " 禄"} </style> <script type="text/javascript"> $( function() { $(document).on('mousedown', '.autocomplete-suggestion', e => { $(e.target).click(); }); $('#searchinput').devbridgeAutocomplete({ serviceUrl: 'suggest.php', groupBy: 'category', onSelect: function (suggestion) { //postprocess(this,suggestion.data); $('#matchid').val(suggestion.data.matchid); $('#matchtype').val(suggestion.data.matchtype); $('#nummatches').val(suggestion.data.nummatches); $('#searchform').submit(); } }); }); </script> <script language="JavaScript" type="text/javascript"> function hidediv(id) { //safe function to hide an element with a specified id if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById(id).style.display = 'none'; } else { if (document.layers) { // Netscape 4 document.id.display = 'none'; } else { // IE 4 document.all.id.style.display = 'none'; } } } function showdiv(id) { //safe function to show an element with a specified id if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById(id).style.display = ''; } else { if (document.layers) { // Netscape 4 document.id.display = ''; } else { // IE 4 document.all.id.style.display = ''; } } } function showbuy(id,val) { switch (val){ case '0': case '2': showdiv('buy'+id); break; case '1': case '3': hidediv('buy'+id); } } </script> <script type="text/javascript" language="javascript">var http_request=false;function makeRequest(url,parameters){http_request=false;if(window.XMLHttpRequest){http_request=new XMLHttpRequest();if(http_request.overrideMimeType){http_request.overrideMimeType('text/html')}}else if(window.ActiveXObject){try{http_request=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{http_request=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){}}}if(!http_request){alert('Cannot create XMLHTTP instance');return false}http_request.onreadystatechange=alertContents;http_request.open('GET',url+parameters+"timestamp="+new Date().getTime(),true);http_request.send(null)}function alertContents(){if(http_request.readyState==4){if(http_request.status==200){result=http_request.responseText;document.getElementById('response'+cc).innerHTML=result}else{alert('There was a problem with the request.')}}}function get(obj,c,u){this.cc=c;document.getElementById('response'+cc).innerHTML="Please wait...";var getstr="?";for(i=0;i<obj.childNodes.length;i++){if(obj.childNodes[i].tagName=="INPUT"){if(obj.childNodes[i].type=="text"||obj.childNodes[i].type=="hidden"){getstr+=obj.childNodes[i].name+"="+obj.childNodes[i].value+"&"}if(obj.childNodes[i].type=="checkbox"){if(obj.childNodes[i].checked){getstr+=obj.childNodes[i].name+"="+obj.childNodes[i].value+"&"}else{getstr+=obj.childNodes[i].name+"=&"}}if(obj.childNodes[i].type=="radio"){if(obj.childNodes[i].checked){getstr+=obj.childNodes[i].name+"="+obj.childNodes[i].value+"&"}}}if(obj.childNodes[i].tagName=="SELECT"){var sel=obj.childNodes[i];getstr+=sel.name+"="+sel.options[sel.selectedIndex].value+"&"; if(sel.name='status'){ newstatus=sel.options[sel.selectedIndex].value; } }}makeRequest('processitem.php',getstr); if (u>0){showbuy(cc,newstatus)}}</script> <title>Planet of the Spiders @ The TARDIS Library (Doctor Who books, DVDs, videos & audios)</title> <meta name="keywords" content="Doctor Who, Dr. Who, Dr Who, drwho, doctorwho, Torchwood, Sarah Jane Adventures, SJA, K9, K-9, Dalek, Cyberman, Cybermen, book, novel, BBC, New Adventure, NA, NAs, Missing Adventure, MA, MAs, Target, novelisation, video, VHS, DVD, Blu-ray, Blue ray, laserdisc, laserdisk, episode, movie, CD, Compact Disc, Compact Disk, cassette, audio, tape, talking book" > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" > <meta http-equiv="Content-Style-Type" content="text/css" > <link rel="StyleSheet" href="tardis.css" type="text/css" media="screen, print" > <!--<link rel="alternate" type="application/rss+xml" title="The TARDIS Library site updates" href="http://twitter.com/statuses/user_timeline/632237007.rss" >--> <link rel="alternate" type="application/rss+xml" title="Newest Doctor Who releases" href="./newreleases.xml" > <link rel="alternate" type="application/rss+xml" title="Timelash.com site updates" href="../news.xml" > <link rel="search" type="application/opensearchdescription+xml" title="Search the TARDIS Library" href="https://www.timelash.com/tardis/searchplugin.xml" > <link rel="icon" href="/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="57x57" href="favicon-57.png"> <link rel="apple-touch-icon" sizes="72x72" href="favicon-72.png"> <link rel="apple-touch-icon" sizes="114x114" href="favicon-114.png"> <link rel="apple-touch-icon" sizes="144x144" href="favicon-144.png"> <meta name="apple-mobile-web-app-title" content="TARDIS Library"> </head><body bgcolor="#FFFFFF" text="#000000" link="#0000F0" vlink="#000070" alink="#0000D0"> <table width="100%" border=0 cellpadding=0 cellspacing=0 class="header"><tr><td width=105 rowspan=4 align=center bgcolor="#0000FF" class="newheaderlogo"><a href="./"><img hspace=11 border=0 width=83 height=129 alt="The TARDIS Library" src="images/tardis-a.gif"></a></td> <td colspan=2 width="100%" height=80 valign=middle align=center class="adspacenew"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6503021542112463" crossorigin="anonymous"></script> <!-- 728x90, created 26/02/10 --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-6503021542112463" data-ad-slot="8324415822"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- <script language="JavaScript" type="text/javascript"><!-- google_ad_client = "pub-6503021542112463"; google_alternate_ad_url = "https://www.timelash.com/tardis/alternate.php"; google_ad_width = 728; google_ad_height = 90; google_ad_format = "728x90_as"; google_color_border = "000000"; google_color_bg = "F0F0F0"; google_color_link = "0000FF"; google_color_url = "008000"; google_color_text = "000000"; google_ad_channel ="6781486041"; </script> <script language="JavaScript" type="text/javascript" src="//pagead2.googlesyndication.com/pagead/show_ads.js"> </script> --></td></tr> <tr><td colspan=2 valign=middle align=center class="pixelbar"><img hspace=0 width=101 height=1 alt="" src="images/barmiddle-middle.gif" style="float:left"></td></tr> <tr><td width="100%" valign=middle align=center class="navbarnew" nowrap> <div class="newnav"><ul id="navmenu"> <li> <a href="items.php?books">Books <span class="caret">&#9660;</span></a> <ul class="subnav"> <li><a href="items.php?books">Browse all books</a></li> <div class="dropdown-divider"></div> <li><a href="items.php?type=book&category=activity">Activity books</a></li> <li><a href="items.php?type=book&category=annual">Annuals</a></li> <li><a href="items.php?type=book&category=artbooks">Art books</a></li> <li><a href="items.php?type=book&category=biography">Biographies</a></li> <li><a href="items.php?type=book&category=factual">Factual books</a></li> <li><a href="items.php?type=book&category=graphicnovels">Graphic novels</a></li> <li><a href="items.php?type=book&category=humour">Humour / Parody</a></li> <li><a href="items.php?type=book&category=novel">Original novels</a></li> <li><a href="items.php?type=book&category=scripts">Script books</a></li> <li><a href="items.php?type=book&category=shortstories">Short stories</a></li> <li><a href="items.php?type=book&category=novelisation">TV novelisations</a></li> </ul> </li> <li> <a href="items.php?video">Video <span class="caret">&#9660;</span></a> <ul class="subnav"> <li><a href="items.php?video">Browse all videos</a></li> <div class="dropdown-divider"></div> <li><a href="items.php?type=video&category=episode">TV episodes</a></li> <li><a href="items.php?type=video&category=spinoff">TV spin-offs</a></li> <li><a href="items.php?type=video&category=nontvspinoff">Direct-to-video spin-offs</a></li> <li><a href="items.php?type=video&category=tvdocumentary">Video interviews & documentaries</a></li> </ul> </li> <li> <a href="items.php?audio">Audio <span class="caret">&#9660;</span></a> <ul class="subnav"> <li><a href="items.php?audio">Browse all audios</a></li> <div class="dropdown-divider"></div> <li><a href="items.php?type=audio&category=audiobook">Audiobooks</a></li> <li><a href="items.php?type=audio&category=audiodrama">Audio dramas</a></li> <li><a href="items.php?type=audio&category=documentary">Audio interviews & documentaries</a></li> <li><a href="items.php?type=audio&category=music">Music & sound effects</a></li> <li><a href="items.php?type=audio&category=tvsoundtrack">TV audio soundtracks</a></li> </ul> </li> <li> <a href="sitemap.php">Other <span class="caret">&#9660;</span></a> <ul class="subnav"> <li><a href="sitemap.php">Sitemap</a></li> <li><a href="about.php">About this site</a></li> <li><a href="news.php">What's New</a></li> <div class="dropdown-divider"></div> <li><a href="people.php">People</a></li> <li><a href="episodes.php">Episodes</a></li> <li><a href="items.php?preorders">Pre-orders</a></li> <li><a href="ratings.php">Ratings</a></li> <li><a href="reviews.php">Reviews</a></li> <li><a href="links.php">Links</a></li> </ul> </li> <!-- </ul> </div> <div> <div class="newnav" id="accountdiv"><ul id="accountmenu">--><li id="username"><a href="/login.php">Not logged in <span class="caret">&#9660;</span></a> <ul class="subnav"> <li><a href="/login.php">Login</a></li> <li><a href="/register.php">Register</a></li> </ul> </li> <!--</ul> </div>--> <li id="searchdiv"><form accept-charset="UTF-8" id="searchform" action="search.php" method="get"><input type=text id="searchinput" name="string" size=30 placeholder="Enter item title or person name" onfocus="$('#matchid').val('');$('#matchtype').val('');$('#nummatches').val('');if (this.value=='Enter title or name here'){this.value='';}" autocomplete="off" ><input type=hidden autocomplete="off" id="matchtype" name="matchtype"><input type=hidden autocomplete="off" id="matchid" name="matchid"><input type=hidden autocomplete="off" id="nummatches" name="nummatches"><button class="newbutton btn btn-small btn-success" type=submit align=top>Search <i class="fa fa-arrow-right"></i></button></form></div> </ul> </div> </td> <td xrowspan=3 align=right valign=middle style="background-color: #0000c0"><img hspace=0 vspace=0 width=39 height=50 alt="" src="images/barright-a1.gif" align=right></td> </tr> <tr><td colspan=2 valign=middle align=center class="pixelbar"> </td></tr></table> <p><div id="breadcrumb"><p>You are here: <a href="."><i class="fa fa-home"></i></a> > <a href="items.php?video">Video</a> > <a href="items.php?type=video&category=episode">TV episodes</a> > <a href="list.php?BBC-classic-series-videos">BBC classic series videos</a> > Planet of the Spiders</div><table border=0 width="100%" cellpadding=0 cellspacing=0><tr><td align=left> <!-- start bar --> <table class="bar newbar" border=0 cellpadding=0 cellspacing=0><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr><tr><td valign=bottom width=20 height=38 background="images/smallbarleft3.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=19><br><img src="images/smallbarleft3b.gif" alt="" width=20 height=19></td><td align=center background="images/smallbarmiddle2.gif" style="padding:2px 20px;font-family: 'Industria Solid',sans-serif;text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;font-size:22pt">Planet of the Spiders</td><td width=39 background="images/smallbarright3.gif"><br></td></tr><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr></table> <!-- endbar --> </td><td width=20>&nbsp;</td><td align=right valign=top> <!-- start bar --> <table class="bar" border=0 cellpadding=0 cellspacing=0><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr><tr><td valign=bottom width=20 height=38 background="images/smallbarleft3.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=19><br><img src="images/smallbarleft3b.gif" alt="" width=20 height=19></td><td align=center background="images/smallbarmiddle2.gif" ><font size=2><b></b>No. <b>24</b> of 135 in the <a href="list.php?BBC-classic-series-videos"><font color="#FFFFFF">BBC classic series videos</font></a> series<br><a href="display.php?range=BBC-classic-series-videos&id=23"><font color="#FFFFFF"><< Previous</font></a> &nbsp; &nbsp; <a href="display.php?range=BBC-classic-series-videos&id=25"><font color="#FFFFFF">Next >></font></a><b></b></font></td><td width=39 background="images/smallbarright3.gif"><br></td></tr><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr></table> <!-- endbar --> </td></tr></table></p><p align=left><table border=0 cellpadding=0 cellspacing=5><tr><td><table border=0 cellpadding=0 cellspacing=0><tr><td nowrap valign=top><b>Starring:</b>&nbsp;</td><td><a href="people.php?3">Jon Pertwee</a>, <a href="people.php?29">Elisabeth Sladen</a>, <a href="people.php?52">Nicholas Courtney</a> &amp; <a href="people.php?53">Richard Franklin</a></td></tr><tr><td height=4 colspan=2></td></tr><tr><td nowrap valign=top><b>By:</b></td><td><a href="people.php?86">Robert Sloman</a></td></tr><tr><td height=4 colspan=2></td></tr><tr><td><b>Rating:</b> &nbsp;</td><td><img align="absmiddle" border=0 alt="" width=27 height=10 src="images/rating1.gif"><img align="absmiddle" border=0 alt="" width=13 height=10 src="images/rating2.gif"><img align="absmiddle" border=0 alt="" width=1 height=10 src="images/rating1.gif"> 6.8&nbsp; (63 votes)&nbsp; <a href="vote.php?772">Vote here</a></font></td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Review:&nbsp;&nbsp;</b></td><td>Arr! Spiders!&nbsp; <a href="reviews.php?772">Read more</a> (2 in total)</td></tr><tr><td height=4 colspan=2></td></tr><tr><td nowrap valign=top><b>Editions:</b> &nbsp;</td><td valign=top><a href="#ukvhs"><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/uk.png" alt="UK" title="UK"> UK (VHS)</a> | <a href="#australiavhs"><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/au.png" alt="Australia" title="Australia"> Australia (VHS)</a> | <a href="#usvhs"><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/us.png" alt="US" title="US"> US (VHS)</a></font></td></tr></table></td></tr></table><p align=left><table width="100%" class="black" border=0 cellpadding=4 cellspacing=0><tr><td><a href="images/full/836-Doctor-Who-Planet-of-the-Spiders-UK-VHS.jpg"><img width=146 height=250 class="black" border=0 title="Click to view larger image" alt="Cover image for Planet of the Spiders" src="images/medium/836-Doctor-Who-Planet-of-the-Spiders-UK-VHS.jpg" align=right hspace=4></a><table border=0 cellpadding=0 cellspacing=0><tr><td><a name="ukvhs"></a><b>Edition:</b>&nbsp;</td><td nowrap><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/uk.png" alt="UK" title="UK"> UK (VHS)</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Released:</b> &nbsp;</td><td>April 1991<br></td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Publisher:</b> &nbsp;</td><td>BBC Video</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Format:&nbsp;</b></td><td>2 x VHS PAL</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Owned:</b></td><td><form target="_same" name="form836" id="form836"><input type="hidden" name="editionid" value=836><input type="hidden" name="c" value=836><select name=status size=1 width=14 style="background-color:#FFFFFF;color:#000000" onchange="javascript:get(this.parentNode,836,0);this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor;this.style.color=this.options[this.selectedIndex].style.color"><option style="color:#000000;background-color:#FFFFFF" value="0" selected>Do you own this?<option style="color:#000000;background-color:#00FF00" value="1"><b>Yes</b> - I own it<option style="color:#000000;background-color:#FFFF00" value="2"><b>No</b> - I want it<option style="color:#FFFFFF;background-color:#FF0000" value="3"><b>No</b> - not interested</select> <span id="response836" style="color:red"></span></form></td></tr><tr><td height=4 colspan=2></td></tr><!--[uk]<img border=0 alt="" src="images/dot.gif" width=1 height=1><a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a>--><tr id="buy836"><td valign=top><b>Buy:</b></td><td valign=top><table class="black" border=0 cellpadding=2 cellspacing=0><tr><td valign=middle><a href="http://www.amazon.co.uk/exec/obidos/ASIN/B00008T33W/223"><img vspace=1 align=top width=90 height=20 alt="Order from Amazon.co.uk" border=0 src="images/amazonuk.gif"></a></td><td width=8><img border=0 alt="" src="images/dot.gif" width=7 height=1></td><td><font size=1>(Not currently available)</font></td></tr></table><img border=0 alt="" src="images/dot.gif" width=1 height=1><a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a></td></tr></table></p><p align=left><b>Cover blurb:</b><br><b>In the last and most dangerous adventure in the Pertwee years, what begins as innocuous research into ESP turns into a deadly mind battle, with the terrifying spiders from the planet Metebelis Three pitted against The Doctor, his friends and fellow Time Lord K&rsquo;Anpo.</b><p>At a Tibetan-style spiritual retreat deep in rural England a clandestine circle of chanting brethren unknowingly call upon the evil powers of the Metebelis Spiders, whose quest for the perfect blue crystal leads them straight to the Doctor. He must travel to the alien planet to meet the Great One, merciless ruler of her spiders and human slaves, who plans to take over Earth. The future of the entire universe is in the Doctor&rsquo;s hands, but if he is to face the fear the Great One sees in his mind, then he must face the certainty of total destruction. Could this be the Time Lord&rsquo;s final death?</td></tr></table></p><p align=left><table width="100%" class="black" border=0 cellpadding=4 cellspacing=0><tr><td><a href="images/full/1433-Doctor-Who-Planet-of-the-Spiders-Australia-VHS.jpg"><img width=145 height=250 class="black" border=0 title="Click to view larger image" alt="Cover image for Planet of the Spiders" src="images/medium/1433-Doctor-Who-Planet-of-the-Spiders-Australia-VHS.jpg" align=right hspace=4></a><table border=0 cellpadding=0 cellspacing=0><tr><td><a name="australiavhs"></a><b>Edition:</b>&nbsp;</td><td nowrap><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/au.png" alt="Australia" title="Australia"> Australia (VHS)</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Released:</b> &nbsp;</td><td>September 1991<br></td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Publisher:</b> &nbsp;</td><td>BBC Video</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Format:&nbsp;</b></td><td>1 x VHS PAL</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Owned:</b></td><td><form target="_same" name="form1433" id="form1433"><input type="hidden" name="editionid" value=1433><input type="hidden" name="c" value=1433><select name=status size=1 width=14 style="background-color:#FFFFFF;color:#000000" onchange="javascript:get(this.parentNode,1433,0);this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor;this.style.color=this.options[this.selectedIndex].style.color"><option style="color:#000000;background-color:#FFFFFF" value="0" selected>Do you own this?<option style="color:#000000;background-color:#00FF00" value="1"><b>Yes</b> - I own it<option style="color:#000000;background-color:#FFFF00" value="2"><b>No</b> - I want it<option style="color:#FFFFFF;background-color:#FF0000" value="3"><b>No</b> - not interested</select> <span id="response1433" style="color:red"></span></form></td></tr><tr><td height=4 colspan=2></td></tr><!--<a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a>--><tr id="buy1433"><td valign=top><b>Buy:</b></td><td valign=top><a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a></td></tr></table></p><p align=left><b>Note:</b> &nbsp;Single tape.</p><p align=left><b>Cover blurb:</b><br>Same as UK edition.</td></tr></table></p><p align=left><table width="100%" class="black" border=0 cellpadding=4 cellspacing=0><tr><td><a href="images/full/975-Doctor-Who-Planet-of-the-Spiders-US-VHS.jpg"><img width=138 height=250 class="black" border=0 title="Click to view larger image" alt="Cover image for Planet of the Spiders" src="images/medium/975-Doctor-Who-Planet-of-the-Spiders-US-VHS.jpg" align=right hspace=4></a><table border=0 cellpadding=0 cellspacing=0><tr><td><a name="usvhs"></a><b>Edition:</b>&nbsp;</td><td nowrap><img style="vertical-align:middle;width:20px;border:1px solid black;" border=0 src="images/flags/us.png" alt="US" title="US"> US (VHS)</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Released:</b> &nbsp;</td><td>May 1994<br></td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Publisher:</b> &nbsp;</td><td>BBC Video</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Format:&nbsp;</b></td><td>1 x VHS NTSC</td></tr><tr><td height=4 colspan=2></td></tr><tr><td valign=top><b>Owned:</b></td><td><form target="_same" name="form975" id="form975"><input type="hidden" name="editionid" value=975><input type="hidden" name="c" value=975><select name=status size=1 width=14 style="background-color:#FFFFFF;color:#000000" onchange="javascript:get(this.parentNode,975,0);this.style.backgroundColor=this.options[this.selectedIndex].style.backgroundColor;this.style.color=this.options[this.selectedIndex].style.color"><option style="color:#000000;background-color:#FFFFFF" value="0" selected>Do you own this?<option style="color:#000000;background-color:#00FF00" value="1"><b>Yes</b> - I own it<option style="color:#000000;background-color:#FFFF00" value="2"><b>No</b> - I want it<option style="color:#FFFFFF;background-color:#FF0000" value="3"><b>No</b> - not interested</select> <span id="response975" style="color:red"></span></form></td></tr><tr><td height=4 colspan=2></td></tr><!--[us]<img border=0 alt="" src="images/dot.gif" width=1 height=1>[ca]<img border=0 alt="" src="images/dot.gif" width=1 height=1><a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a>--><tr id="buy975"><td valign=top><b>Buy:</b></td><td valign=top><table class="black" border=0 cellpadding=2 cellspacing=0><tr><td valign=middle><a href="http://www.amazon.com/exec/obidos/ASIN/B00004WG7W/thetardislibrary"><img vspace=1 align=top width=84 height=20 alt="Order from Amazon.com" border=0 src="images/amazonus.gif"></a></td><td width=8><img border=0 alt="" src="images/dot.gif" width=7 height=1></td><td valign=middle><table border=0 cellpadding=0 cellspacing=0><tr><td><font size=1><b>New:</b>&nbsp;</font></td><td><font size=1>$24.45</font></td></tr><tr><td><font size=1><b>Used: </b>&nbsp;</font></td><td><font size=1>$26.00</font></td></tr><tr><td><img border=0 alt="" src="images/dot.gif" width=3 height=1></td></tr></table></td><tr><td colspan=3><font size=1>Prices as of 28 Nov 11:47 GMT &nbsp; <a class="popuptrigger"><font size=1>More info</font></a></font></td></tr></tr></table><img border=0 alt="" src="images/dot.gif" width=1 height=1><table class="black" border=0 cellpadding=2 cellspacing=0><tr><td valign=middle><a href="http://www.amazon.ca/exec/obidos/ASIN/B00004WG7W/timelashcom-20"><img vspace=1 align=top width=72 height=20 alt="Order from Amazon.ca" border=0 src="images/amazonca.gif"></a></td><td width=8><img border=0 alt="" src="images/dot.gif" width=7 height=1></td><td><font size=1>(Not currently available)</font></td></tr></table><img border=0 alt="" src="images/dot.gif" width=1 height=1><a href="ebay.php?772"><img vspace=2 border=0 alt="eBay" title="List current eBay auctions for this item" src="images/ebay.gif" width=73 height=31></a></td></tr></table></p><p align=left><b>Note:</b> &nbsp;Single tape.</p><p align=left><b>Cover blurb:</b><br>Same as UK edition.</td></tr></table></p> <!-- start bar --> <table class="bar newbar" border=0 cellpadding=0 cellspacing=0><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr><tr><td valign=bottom width=20 height=38 background="images/smallbarleft3.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=19><br><img src="images/smallbarleft3b.gif" alt="" width=20 height=19></td><td align=center background="images/smallbarmiddle2.gif" style="padding:2px 20px;font-family: 'Industria Solid',sans-serif;text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;font-size:22pt"><a class="barlink" href="list.php?BBC-classic-series-videos" title="Go back to BBC classic series videos"><i class="fa fa-arrow-left backarrow"></i>Go back</a></td><td width=39 background="images/smallbarright3.gif"><br></td></tr><tr><td width=20 height=1><img src="images/smallbarleft2.gif" alt="" width=20 height=1></td><td height=1 background="images/black.gif"><img border=0 alt="" src="images/dot.gif" width=1 height=1></td><td width=39 height=1><img src="images/smallbarright2.gif" alt="" width=39 height=1></td></tr></table> <!-- endbar --> <br><font size=1 color=ffffff>Active session = no / Cookie = no</font><script> var modal = document.getElementById("myModal"); $(function() { $('.popuptrigger').click(function() { // Get the modal position = $(this).position(); modal.style.display = "block"; document.getElementById("modal-content").css('top', position.top + 17); }); // When the user clicks on <span> (x), close the modal $('#popupclose').on('click', function() { // var modal = document.getElementById("myModal"); modal.style.display = "none"; }); }); // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } </script> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10