

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
	World Without End Miniseries - Photo Galleries
</title><meta name="Robots" content="index,follow" /><meta name="viewport" content="maximum-scale=0.74" /><meta name="description" /><meta name="keywords" /><link rel="stylesheet" type="text/css" href="/worldwithoutend/css/main.css?q=08312012" />  
    <script type="text/javascript" src="/library/js/jquery-1.5.1.min.js"></script>     
    
    <script type="text/javascript" src="/library/js/ajaxManager.js"></script>
    <script type="text/javascript" src="/library/js/reelz-qsearch.js"></script>
    <script type="text/javascript" src="/library/js/reelzfinal/reelzjslib.js"></script>   
    <script type="text/javascript" src="/worldwithoutend/js/main.js"></script>   
    
    <script type="text/javascript" src="/library/js/jquery.carousel.min.js"></script>
    <script type="text/javascript" src="/library/js/iscroll.js"></script>
    <script type="text/javascript" src="/library/js/jswipe.js"></script>
    <script type="text/javascript" src="/library/js/touchSwipe.js"></script> 
    
    <style type="text/css">
        * { font-family: Helvetica,Arial,Verdana,sans-serif;  margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none;-webkit-user-select: none;}
        body { background:#33030D;}
        li	{ list-style: none; }
        div.galleryoverlay { opacity: .85; filter: alpha(opacity=85); background: #000; position: absolute; left: 0; top: 0;z-index: 9500; display:none;} 
        .clear {clear:both;}
        
        #galleries {padding-top:10px;}
        .carousel-wrap { width:906px;float:left;}
	    #galleries h2 { font-size:18px; line-height:19px; color:#d8c3a3; padding-left:10px; text-transform:uppercase; margin-bottom:10px; border:0;}
	    #galleries .gallery {margin-bottom:10px; display:none;}
	    #galleries .gallery .photos {padding: 10px 10px 0; height:140px; overflow:auto; background: url("http://cache.reelz.com/assets/content/general/wwe-carousel-bg.png"); }
        #galleries .gallery ul { /*margin:auto; width: 1024px; height:130px; overflow:auto; */}
        #galleries .gallery ul  li {float:left; padding:17px 0px 17px 10px; display:block;}
        #galleries .gallery ul li img { border: 1px solid #d8c3a3; height: 90px; min-width:46px; max-width:135px; min-height:90px;}               
        
        #photo-overlay { position: fixed; width: 100%; margin: 0 auto; z-index: 9999; display: none; height:0px; left:0px; top:0px;}
        #photo-wrapper	{ position:relative; height:650px; width:840px; border: 1px solid #d8c3a3; background:#33030D;  text-align:left;margin:0 auto; padding:20px; }
        #photo-wrapper #photo {float:left; min-height:450px; width:670px; height:auto; /*height:650px; */ }
        #photo-wrapper #photo img {border: 1px solid #d8c3a3; max-height:600px; min-width:207px; height:auto; }
        #photo-wrapper #photo h1 { font-size:18px; line-height:19px; color: #d8c3a3; margin-top:4px; text-align:center;}        
        #photo-wrapper #photo div.loading { height:450px;}
        #photo-wrapper #photo div.loading img { border:0; margin-top:195px;height:auto;width:auto; min-width:0;}
        
        #photo-wrapper #prev { float:left; margin-right:20px; margin-top:250px;}
        #photo-wrapper #next { float:right; margin-top:250px;}
        #photo-wrapper .closebutton { position:absolute; left:-14px;top:-14px;border:0;}
        
        .carousel-control { margin-top:48px;}
        .content-element {padding:20px 0 0 0; background: #33030D url("http://cache.reelz.com/assets/content/general/wwe-microsite-homepg-bg.png") no-repeat;}      
        #galleries .gallery ul  li.filler { width:137px;}  
    </style>
    
    <script type="text/javascript">
        $(window).bind("resize", function () { changeGalleryCss(); });
        var swipeOptions = { triggerOnTouchEnd: true, swipeStatus: swipeStatus, allowPageScroll: "none", threshold: 100 };
        $(document).ready(function () {
            $('ul li.photos').addClass('tabOn');
            var galleries = $('#gallerylist .gallery');

            var liItem = '<li class="filler"></li>';
            if (galleries.length > 0) {
                for (var i = 0; i < galleries.length; i++) {
                    if (i == 0) {
                        var galleryId = $(galleries[i]).attr('id');
                        $($(galleries[i]).find('ul')).append(liItem).append(liItem).append(liItem).append(liItem).append(liItem).append(liItem).append(liItem).append(liItem).append(liItem);
                        $($(galleries[i]).find('ul')).append(liItem);
                    }
                }
            }

            $("#galleryphotolist-26307").carousel({ direction: "horizontal" });
            $("#galleryphotolist-26307 input").val("");

            $("#galleryphotolist-26283").carousel({ direction: "horizontal" });
            $("#galleryphotolist-26283 input").val("");

            $("#galleryphotolist-26279").carousel({ direction: "horizontal" });
            $("#galleryphotolist-26279 input").val("");

            $("#galleryphotolist-26281").carousel({ direction: "horizontal" });
            $("#galleryphotolist-26281 input").val("");

            $("#galleryphotolist-26280").carousel({ direction: "horizontal" });
            $("#galleryphotolist-26280 input").val("");

            $("#galleries .gallery").css("display", "block");

            if (galleries.length > 0) {
                for (var i = 0; i < galleries.length; i++) {
                    var galleryId = $(galleries[i]).attr('id');
                    var galleryPhotos = $(galleries[i]).find('li');
                    var imgWidth = 136;
                    if (i == 1) {
                        imgWidth = 90;
                    }
                    var galleryPhotosListWidth = (imgWidth + 10) * galleryPhotos.length; //+15 * imageItems.length;
                    $($(galleries[i]).find('ul')).css("width", galleryPhotosListWidth.toString() + "px");
                    var galleryPhotosListId = 'galleryphotolist-' + galleryId.toString();
                    $($(galleries[i]).find('ul')).attr("id", "galleryphotoUL" + galleryPhotosListWidth.toString());

                    if (window.Touch) {
                        myScroll = new iScroll("galleryphotoUL" + galleryPhotosListWidth.toString(), { vScroll: false, hScrollbar: false, vScrollbar: false });
                    }
                }
            }

            // $('#galleries .gallery ul li').css('min-width', '0px');
            //  $('#galleries .gallery ul li img').css('min-width', '46px');
            $('#galleries .gallery ul li.filler').remove();

        });
        function changeGalleryCss() {
            if ($('#photo-wrapper').length > 0) {
                var imageHeight = $('#photo-wrapper').height();
                var imageWidth = $('#photo-wrapper').width();
                var windowWidth = $(window).width();
                var windowHeight = $(window).height();
                $('div.galleryoverlay').css({ "width": windowWidth.toString() + "px", "height": $('#page-wrap').css("height") });
                $('#photo-wrapper').css({"top": windowHeight / 2 - imageHeight / 2 });
            }
        };
        
        function loadPhoto(tagId, photoId) {
            //$('body').append('<div class="galleryoverlay"></div>');

            $('#photo-wrapper').html('<a class="closebutton" href="javascript:hidePhoto();"><img src="/worldwithoutend/assets/close.png" alt="close"/></a><a href="" id="prev"><img src="/worldwithoutend/assets/leftarrow-01.png" /></a><div id="photo"><h1></h1></div><a href="" id="next"><img src="/worldwithoutend/assets/rightarrow-01.png" /></a><div class="clear"></div>');
            getPhoto(tagId, photoId);
            changeGalleryCss();
            $('div.galleryoverlay').css('display', 'block');
            $('div.galleryoverlay').click(function () {
                hidePhoto();
            });
            $('#photo-overlay').fadeIn('slow');
        }
        function hidePhoto() {
            //  $('#photo-wrapper').fadeOut('slow', function () {
            //    $('div.galleryoverlay').remove();
            // });
            $('#photo-overlay').hide();
            $('div.galleryoverlay').hide();
            // $('div.galleryoverlay').remove();
        }

        function swipeStatus(event, phase, direction, distance) {
            if (phase == "end") {
                var photoId; var tagId;
                if (direction == "right") {
                    photoId = $('#photo img').attr('next');
                }
                else if (direction == "left") {
                    photoId = $('#photo img').attr('prev');
                }
                tagId = $('#photo img').attr('tagid');
                getPhoto(tagId, photoId);
            }
        }
        function getPhoto(tagId, photoId) {
            var img = new Image();
            var photoTitle = '';

            $(img).load(function () {
                $(this).hide();
                $('#photo').html(this);
                $('#photo').append('<h1>' + photoTitle + '</h1>');
                if (window.Touch) { $('#photo img').swipe(swipeOptions); }
                var prevPhotoId; var nextPhotoId;
                nextPhotoId = $('#photo img').attr('next');
                prevPhotoId = $('#photo img').attr('prev');
                $('#prev').attr('href', 'javascript:getPhoto(' + tagId + ',' + prevPhotoId + ')');
                $('#next').attr('href', 'javascript:getPhoto(' + tagId + ',' + nextPhotoId + ')');
                $(this).fadeIn();
                $(this).css("display", "inline");
                var photoHeight = $('#photo-wrapper #photo').css("height");
                var marginOffset = 650 - parseInt(photoHeight.substring(0, photoHeight.length - 2));
                if (marginOffset > 0)
                    $('#photo-wrapper #photo').css('margin-top', marginOffset / 2);
            });

            $('#photo').html('<div class="loading"><img src="/worldwithoutend/assets/loading-animation.gif" alt="LOADING..."/></div>');
            $('#photo img').fadeOut();
            $.get('/services/getphotos.aspx?id=' + tagId + '&f=xml&ot=timeline&pid=' + photoId, function (data) {
                var xml;
                var $xml;
                if ((navigator.appName == "Microsoft Internet Explorer") && typeof data == 'string') {
                    xml = new ActiveXObject('Microsoft.XMLDOM');
                    xml.async = false;
                    xml.loadXML(data);
                    $xml = $(xml);
                    title = $xml.find('title').text(),
                    img_src = $xml.find('src').text(),
                    img_alt = $xml.find('alt').text(),
                    img_id = $xml.find('id').text(),
                    img_next = $xml.find('next').text(),
                    img_prev = $xml.find('prev').text();
                    $(img).attr({ alt: img_alt, tagid: tagId, next: img_next, prev: img_prev, imgid: img_id }).attr('src', img_src);
                    photoTitle = title;
                } else {
                    var xmlDoc = $.parseXML(data);
                    $xml = $(xmlDoc);
                    title = $xml.find('title').text(),
                    img_src = $xml.find('src')[0].textContent,
                    img_alt = $xml.find('alt')[0].textContent,
                    img_id = $xml.find('id')[0].textContent,
                    img_next = $xml.find('next')[0].textContent,
                    img_prev = $xml.find('prev')[0].textContent;
                    $(img).attr({ alt: img_alt, tagid: tagId, next: img_next, prev: img_prev, imgid: img_id }).attr('src', img_src);
                    photoTitle = title;
                }
            });
        }
    </script>    
</head>
<body>
    <form name="aspnetForm" method="post" action="galleries.aspx" id="aspnetForm" onsubmit="return false;">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzMjQzMTA1ODdkZA5dd1QVC0sVVGm1sH7ImCZHH5IW" />

        <div id="page-wrap" >
            <div id="header-wrap">
                <div id="header-toprow">
                    <div id="header-toprow-content">
                        <a class="back" href="http://www.reelz.com/">BACK TO REELZ.COM</a>
                        <div id="search-wrap">
                            <div id="top-search">
                                <div class="top-quicksearch-output-wrap">
                                    <span class="top-quicksearch-output" id="navQsOutput"></span>
                                </div>
                                <input autocomplete="off" id="navQsTxtBox" type="text" value="SEARCH REELZ" onblur="javascript:setDefault(this);javascript:reelzQSearch.cancelBubble(event);"
                                    onfocus="javascript:clearInput(this)" onkeyup="javascript:reelzQSearch.refreshResults(this, document.getElementById('navQsOutput'), '', 'quicksearch', '', event); return false;" />
                            </div>
                            <a class="button" id="btnQuickSearchSubmit" href="javascript:reelzQSearch.search();"></a>
                        </div>                
                        <div id="share-tools">
                            <ul>
                                <li><a href="http://www.facebook.com/reelzchannel"><img src="/assets/share-facebook.png" alt="Reelz on Facebook"/></a></li>
                                <li><a href="https://twitter.com/#!/reelzchannel"><img src="/assets/share-twitter.png" alt="Reelz on Twiiter"/></a></li>
                                <li><a href="http://plus.google.com/s/reelzchannel"><img src="/assets/share-googleplus.png" alt="Reelz on Google"/></a></li>
                                <li><a href="http://www.getglue.com/tv_shows/reelzchannel"><img src="/assets/share-getglue.png" alt="Reelz on GetGlue"/></a></li>                            
                            
                            </ul>
                        </div>
                        <div id="login">
                            <a class='login' href='javascript:displayLoginForm()' title='Login or Register' rel='nofollow'><img src='/assets/Login-Button.png' alt='Login/Register'/></a>                        
                        </div>
                        <div class="clear"></div>
                    </div>
                </div>
                <div id="header-middlerow">
                    <div id="header-middlerow-content">
                        <div id="findreelz">
                            <strong class="message">AVAILABLE ON CABLE &amp; SATELLITE NATIONWIDE</strong>
                            <span id="zipLabel"></span>
                            <div style="float:left; border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;padding:4px 0px;margin-bottom:4px; margin-left:4px; width:400px;">                            
                                <div style="float:right; margin-top: 10px;" >
                                    <a class="more" href="/watch/">more</a>
                                    <a id="locationLink" class="changelocation" href="javascript:changeLocationMain(document.getElementById('zipLabel'), document.getElementById('locationLink'),document.getElementById('locationInput'), document.getElementById('locationInputSubmit'));" ></a>
                                </div>
                                <div id="topNavReelzLookup" class="lookup-results"></div>
                                <div class="setlocation">                            
                                    <input id="locationInput" type="text" value="zip code" onfocus="this.value = ''" onkeyup="javascript:onKeyUpLocationInput(this, document.getElementById('zipValidationError'), 0, event);return false;"/>
                                    <a class="button" id="locationInputSubmit" href="javascript:submitLocationInput(document.getElementById('locationInput'), document.getElementById('zipValidationError'), 0);"></a>
                                    <div class="clear"></div>                                
                                </div>
                                <div class="clear"></div>
                            </div>
                            <div class="clear"></div>
                            <strong>Not on your cable system? Call your operator today!</strong>
                        </div>
                        <a href="/" id="header-logo"><img src="/assets/reelz-web-logo-blue.png" alt="Reelz Logo"/></a>
                        <div class="clear"></div>
                    </div>
                </div>
            </div>
            <div class="clear"></div>
            <div id="body-wrap">
                
     <div class="content-wrapper">
        <div id="subheader"></div>
        <div class="bluebanner"><h1>WORLD WITHOUT END</h1><h2>photo galleries</h2></div>
        <div class="content">
            <div class="content-nav">
                <div id="ctl00_cphContent_navPanel">
	<div><ul><li class="home"><a href="/worldwithoutend/index.aspx">WORLD WITHOUT END HOME</a></li><li class="secondscreen"><a href="/worldwithoutend/secondscreen.aspx">Second Screen</a></li><li class="cast"><a href="/worldwithoutend/content.aspx?content=cast1">CAST AND CHARACTERS</a></li><li class="videos"><a href="/worldwithoutend/videos.aspx">VIDEOS</a></li><li class="photos"><a href="/worldwithoutend/galleries.aspx">Photos</a></li>
<li class="kenfollett"><a href="/worldwithoutend/content.aspx?content=kenfollett">Ken Follett</a></li>
<li class="about"><a href="/worldwithoutend/content.aspx?content=about">ABOUT</a></li></ul></div>
</div>
            </div>
            <div class="clear"></div>            
            <div class="content-element">
                <div id="galleries">
                    <div id="gallerylist">
                     <div class="gallery" id="26307">
                        <h2>WORLD WITHOUT END - RED CARPET PREMIERE</h2>
                        <div class="photos" id="galleryphotolist-26307">
                            <ul>         <li>                    <a href="javascript:loadPhoto(26307, 109615)">                          <img src="http://cache.reelz.com/photos/110000/109615/109615_gth.jpg" alt="Rola Bauer &amp; Cynthia Nixon at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109614)">                          <img src="http://cache.reelz.com/photos/110000/109614/109614_gth.jpg" alt="Tom Weston-Jones, Oliver Jackson-Cohen &amp; Rupert Evans at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109613)">                          <img src="http://cache.reelz.com/photos/110000/109613/109613_gth.jpg" alt="Stan Hubbard &amp; Dolph Lundgren at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109612)">                          <img src="http://cache.reelz.com/photos/110000/109612/109612_gth.jpg" alt="Oliver Jackson-Cohen, Cynthia Nixon, Rupert Evans, Tom Weston-Jones &amp; Stan Hubbard at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109611)">                          <img src="http://cache.reelz.com/photos/110000/109611/109611_gth.jpg" alt="Oliver Jackson-Cohen, Cynthia Nixon, Rupert Evans &amp; Tom Weston-Jones at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109610)">                          <img src="http://cache.reelz.com/photos/110000/109610/109610_gth.jpg" alt="Rupert Evans at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109609)">                          <img src="http://cache.reelz.com/photos/110000/109609/109609_gth.jpg" alt="Oliver Jackson-Cohen &amp; Rupert Evans at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109608)">                          <img src="http://cache.reelz.com/photos/110000/109608/109608_gth.jpg" alt="Tom Weston-Jones at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109607)">                          <img src="http://cache.reelz.com/photos/110000/109607/109607_gth.jpg" alt="Cynthia Nixon at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109606)">                          <img src="http://cache.reelz.com/photos/110000/109606/109606_gth.jpg" alt="Dolph Lundgren &amp; Leonard Maltin at the World Without End Red Carpet Premiere" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26307, 109605)">                          <img src="http://cache.reelz.com/photos/110000/109605/109605_gth.jpg" alt="Oliver Jackson-Cohen, Rupert Evans &amp; Cynthia Nixon at the World Without End Red Carpet Premiere" />        </a>            </li>      </ul>
 
                        </div>
                    </div>
                        <div class="gallery" id="26283">
                            <h2>CHARACTERS</h2>
                            <div class="photos" id="galleryphotolist-26283">
                                <ul>         <li>                    <a href="javascript:loadPhoto(26283, 108859)">                          <img src="http://cache.reelz.com/photos/110000/108859/108859_gth.jpg" alt="Miranda Richardson as Mother Cecilia in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108858)">                          <img src="http://cache.reelz.com/photos/110000/108858/108858_gth.jpg" alt="Nora Von Waldstaetten as Gwenda in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108857)">                          <img src="http://cache.reelz.com/photos/110000/108857/108857_gth.jpg" alt="Ian Pirie as Elfric in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108856)">                          <img src="http://cache.reelz.com/photos/110000/108856/108856_gth.jpg" alt="Carlo Rota as Edmund in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108855)">                          <img src="http://cache.reelz.com/photos/110000/108855/108855_gth.jpg" alt="David Bradley as Brother Joseph in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108854)">                          <img src="http://cache.reelz.com/photos/110000/108854/108854_gth.jpg" alt="Peter Firth as Roland in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108853)">                          <img src="http://cache.reelz.com/photos/110000/108853/108853_gth.jpg" alt="Sarah Gadon as Phillipa in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108852)">                          <img src="http://cache.reelz.com/photos/110000/108852/108852_gth.jpg" alt="Rupert Evans as Godwyn in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108851)">                          <img src="http://cache.reelz.com/photos/110000/108851/108851_gth.jpg" alt="Tom Cullen as Wulfric in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108850)">                          <img src="http://cache.reelz.com/photos/110000/108850/108850_gth.jpg" alt="Oliver Jackson-Cohen as Ralph in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108849)">                          <img src="http://cache.reelz.com/photos/110000/108849/108849_gth.jpg" alt="Tom Weston-Jones as Merthin in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108848)">                          <img src="http://cache.reelz.com/photos/110000/108848/108848_gth.jpg" alt="Indira Varma as Mattie Wise in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108847)">                          <img src="http://cache.reelz.com/photos/110000/108847/108847_gth.jpg" alt="Charlotte Riley as Caris in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108846)">                          <img src="http://cache.reelz.com/photos/110000/108846/108846_gth.jpg" alt="Aure Atika as Queen Isabella in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108845)">                          <img src="http://cache.reelz.com/photos/110000/108845/108845_gth.jpg" alt="Cynthia Nixon as Petranilla in World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26283, 108844)">                          <img src="http://cache.reelz.com/photos/110000/108844/108844_gth.jpg" alt="Ben Chaplin as Sir Thomas Langley in World Without End" />        </a>            </li>      </ul>
 
                            </div>
                        </div>
                        <div class="gallery" id="26279">
                            <h2>COSTUMES</h2>
                            <div class="photos" id="galleryphotolist-26279">
                                <ul>         <li>                    <a href="javascript:loadPhoto(26279, 108728)">                          <img src="http://cache.reelz.com/photos/110000/108728/108728_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108727)">                          <img src="http://cache.reelz.com/photos/110000/108727/108727_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108726)">                          <img src="http://cache.reelz.com/photos/110000/108726/108726_gth.jpg" alt="Philippa&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108725)">                          <img src="http://cache.reelz.com/photos/110000/108725/108725_gth.jpg" alt="Edward III&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108724)">                          <img src="http://cache.reelz.com/photos/110000/108724/108724_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108723)">                          <img src="http://cache.reelz.com/photos/110000/108723/108723_gth.jpg" alt="Edward III&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108722)">                          <img src="http://cache.reelz.com/photos/110000/108722/108722_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108721)">                          <img src="http://cache.reelz.com/photos/110000/108721/108721_gth.jpg" alt="Caris&#39; costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108720)">                          <img src="http://cache.reelz.com/photos/110000/108720/108720_gth.jpg" alt="Caris&#39; costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108719)">                          <img src="http://cache.reelz.com/photos/110000/108719/108719_gth.jpg" alt="Edward III&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108718)">                          <img src="http://cache.reelz.com/photos/110000/108718/108718_gth.jpg" alt="Edward III&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108717)">                          <img src="http://cache.reelz.com/photos/110000/108717/108717_gth.jpg" alt="Mattie Wise&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108716)">                          <img src="http://cache.reelz.com/photos/110000/108716/108716_gth.jpg" alt="Mattie Wise&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108715)">                          <img src="http://cache.reelz.com/photos/110000/108715/108715_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108714)">                          <img src="http://cache.reelz.com/photos/110000/108714/108714_gth.jpg" alt="Philippa&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108713)">                          <img src="http://cache.reelz.com/photos/110000/108713/108713_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26279, 108712)">                          <img src="http://cache.reelz.com/photos/110000/108712/108712_gth.jpg" alt="Queen Isabella&#39;s costume from World Without End" />        </a>            </li>      </ul>
 
                            </div>
                        </div>
                        <div class="gallery" id="26281">
                            <h2>BEHIND THE SCENES</h2>
                            <div class="photos" id="galleryphotolist-26281">
                                <ul>         <li>                    <a href="javascript:loadPhoto(26281, 108778)">                          <img src="http://cache.reelz.com/photos/110000/108778/108778_gth.jpg" alt="Ken Follett in the market place inside Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108777)">                          <img src="http://cache.reelz.com/photos/110000/108777/108777_gth.jpg" alt="Ken Follett standing in front of the collapsed bridge leading to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108776)">                          <img src="http://cache.reelz.com/photos/110000/108776/108776_gth.jpg" alt="Rola Bauer and Ridley Scott on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108775)">                          <img src="http://cache.reelz.com/photos/110000/108775/108775_gth.jpg" alt="Rola Bauer and Ridley Scott on the bridge to Merthin&#39;s house on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108774)">                          <img src="http://cache.reelz.com/photos/110000/108774/108774_gth.jpg" alt="Tim Halkin, Ridley Scott and Rola Bauer walking across the Bridge from Merthin&#39;s house to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108773)">                          <img src="http://cache.reelz.com/photos/110000/108773/108773_gth.jpg" alt="Rola Bauer and Ken Follett in the market place of Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108772)">                          <img src="http://cache.reelz.com/photos/110000/108772/108772_gth.jpg" alt="Camera men and crew in the market place inside Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108771)">                          <img src="http://cache.reelz.com/photos/110000/108771/108771_gth.jpg" alt="Indira Varma as Mattie Wise and stunt crew rehearsing the bridge collapse outside Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108770)">                          <img src="http://cache.reelz.com/photos/110000/108770/108770_gth.jpg" alt="Extras and crew in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108769)">                          <img src="http://cache.reelz.com/photos/110000/108769/108769_gth.jpg" alt="Oliver Jackson-Cohen as Ralph fighting Tom Cullen as Wulfric in the market place in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108767)">                          <img src="http://cache.reelz.com/photos/110000/108767/108767_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108766)">                          <img src="http://cache.reelz.com/photos/110000/108766/108766_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108765)">                          <img src="http://cache.reelz.com/photos/110000/108765/108765_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108764)">                          <img src="http://cache.reelz.com/photos/110000/108764/108764_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108763)">                          <img src="http://cache.reelz.com/photos/110000/108763/108763_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108762)">                          <img src="http://cache.reelz.com/photos/110000/108762/108762_gth.jpg" alt="Crew building thatched roof houses in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108761)">                          <img src="http://cache.reelz.com/photos/110000/108761/108761_gth.jpg" alt="Crew building houses in the market place in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108760)">                          <img src="http://cache.reelz.com/photos/110000/108760/108760_gth.jpg" alt="Crew building houses in the market place in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108759)">                          <img src="http://cache.reelz.com/photos/110000/108759/108759_gth.jpg" alt="Crew building houses in the market place in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108758)">                          <img src="http://cache.reelz.com/photos/110000/108758/108758_gth.jpg" alt="Crew and stuntmen in the water below the bridge leading to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108757)">                          <img src="http://cache.reelz.com/photos/110000/108757/108757_gth.jpg" alt="Camera Men and crew below the bridge leading to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108756)">                          <img src="http://cache.reelz.com/photos/110000/108756/108756_gth.jpg" alt="Crew and stuntmen in the water below the bridge leading to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108755)">                          <img src="http://cache.reelz.com/photos/110000/108755/108755_gth.jpg" alt="Camera Men and crew on the bridge leading to Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108754)">                          <img src="http://cache.reelz.com/photos/110000/108754/108754_gth.jpg" alt="Camera men and crew in the market place inside Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108753)">                          <img src="http://cache.reelz.com/photos/110000/108753/108753_gth.jpg" alt="Camera men and crew in the market place inside Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108752)">                          <img src="http://cache.reelz.com/photos/110000/108752/108752_gth.jpg" alt="Oliver Jackson-Cohen as Ralph and crew in Wigleigh village on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108751)">                          <img src="http://cache.reelz.com/photos/110000/108751/108751_gth.jpg" alt="Camera man in Petranilla&#39;s house in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108750)">                          <img src="http://cache.reelz.com/photos/110000/108750/108750_gth.jpg" alt="Crew person leading sisters out of the cathedral in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108749)">                          <img src="http://cache.reelz.com/photos/110000/108749/108749_gth.jpg" alt="Crew and camera men in the water below the bridge in Kingsbridge on the set of World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26281, 108748)">                          <img src="http://cache.reelz.com/photos/110000/108748/108748_gth.jpg" alt="Director Michael Caton-Jones and crew members in Shiring Castle on the set of World Without End" />        </a>            </li>      </ul>
 
                            </div>
                        </div>
                        <div class="gallery" id="26280">
                            <h2>SETS</h2>
                            <div class="photos" id="galleryphotolist-26280">
                                <ul>         <li>                    <a href="javascript:loadPhoto(26280, 108747)">                          <img src="http://cache.reelz.com/photos/110000/108747/108747_gth.jpg" alt="Set photo of the thatched roof houses in Wigleigh village from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108746)">                          <img src="http://cache.reelz.com/photos/110000/108746/108746_gth.jpg" alt="Set photo of the thatched roof houses in Wigleigh village from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108745)">                          <img src="http://cache.reelz.com/photos/110000/108745/108745_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108744)">                          <img src="http://cache.reelz.com/photos/110000/108744/108744_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108743)">                          <img src="http://cache.reelz.com/photos/110000/108743/108743_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108742)">                          <img src="http://cache.reelz.com/photos/110000/108742/108742_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108741)">                          <img src="http://cache.reelz.com/photos/110000/108741/108741_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108740)">                          <img src="http://cache.reelz.com/photos/110000/108740/108740_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108739)">                          <img src="http://cache.reelz.com/photos/110000/108739/108739_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108738)">                          <img src="http://cache.reelz.com/photos/110000/108738/108738_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108737)">                          <img src="http://cache.reelz.com/photos/110000/108737/108737_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108736)">                          <img src="http://cache.reelz.com/photos/110000/108736/108736_gth.jpg" alt="Set photo of the market place from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108735)">                          <img src="http://cache.reelz.com/photos/110000/108735/108735_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108734)">                          <img src="http://cache.reelz.com/photos/110000/108734/108734_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108733)">                          <img src="http://cache.reelz.com/photos/110000/108733/108733_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108732)">                          <img src="http://cache.reelz.com/photos/110000/108732/108732_gth.jpg" alt="Set photoof the cathedral inside Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108731)">                          <img src="http://cache.reelz.com/photos/110000/108731/108731_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108730)">                          <img src="http://cache.reelz.com/photos/110000/108730/108730_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>           <li>                    <a href="javascript:loadPhoto(26280, 108729)">                          <img src="http://cache.reelz.com/photos/110000/108729/108729_gth.jpg" alt="Set photo of the market place in Kingsbridge from World Without End" />        </a>            </li>      </ul>
 
                            </div>
                        </div>                        
                    </div>
                </div>                
            </div>
        </div>
    </div>
    <div class="galleryoverlay"></div>
    <div id="photo-overlay"><div id="photo-wrapper"></div></div>

                <div class="clear"></div>                
            </div>
            <div id="footer-wrap">
                <iframe src="/FooterFrame.aspx" id="FooterFrame" width="100%" height="320px" scrolling="no"></iframe>
            </div>
        </div>
        
<div id="loginBox-container" class="hide">
    <div class="loginBox">
				<a class="right" style="font-size:12px; margin:10px 10px 10px 0px" href="javascript:hideLoginForm();">close</a>
        <iframe id="reelzProfile" width="600" height="550" frameborder="0" scrolling="no" ></iframe>
    </div>
</div>

    </form>
    <script type="text/javascript">
        locationInitMain('findreelz', 'True');
        topNavReelzLookupInitMain('topNavReelzLookup');
    </script>
    <script type="text/javascript">
        var _uacct = 'UA-343720-1';// 'UA-343720-17'
        var _gaq = _gaq || []; _gaq.push(['_setAccount', _uacct]); _gaq.push(['_setDomainName', '.Reelz.com']); _gaq.push(['_trackPageview']);
        (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
    <!-- Begin comScore Tag -->
    <script type="text/javascript">
        document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
        COMSCORE.beacon({
            c1: 2,
            c2: "6035614",
            c3: "",
            c4: "",
            c5: "",
            c6: "",
            c15: ""
        });
    </script>
    <noscript>
        <img src="http://b.scorecardresearch.com/b?c1=2&c2=6035614&c3=&c4=&c5=&c6=&c15=C67BD3C1&cv=1.3&cj=1"
            style="display: none" width="0" height="0" alt="" />
    </noscript>
    <!-- End comScore Tag -->
</body>
</html>