Advertisement
darkufo

Blogger Template

Nov 20th, 2011
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4.  
  5.  
  6.  
  7.  
  8. <head>
  9. <script>
  10. var playerSet = false;
  11. </script>
  12.  
  13.  
  14. <link href='http://www.spoilerfiles.com/spoilertv/spoilertv-black.css' media='screen' rel='alternate stylesheet' title='spoilertv-black' type='text/css'/>
  15.  
  16. <link href='https://plus.google.com/118345447570915091425/posts' rel='publisher'/>
  17.  
  18.  
  19.  
  20.  
  21. <meta content='b35d080470d2' name='bitly-verification'/>
  22. <script src='http://www.spoilerfiles.com/spoilertv/xpersistentdisplay-xlib.js' type='text/javascript'/>
  23. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js' type='text/javascript'/>
  24. <script src='http://platform.twitter.com/anywhere.js?id=BKk53gZ33Fuy73iY47Jf8w&amp;v=1'> </script>
  25.  
  26. <script type='text/javascript'>
  27. //<![CDATA[ 
  28. function setBVuser(email) {
  29. setBVCookie('stvbadgeville', email, 300); // 300 is the number of days
  30. }
  31.  
  32. function setBVCookie(c_name,value,expiredays)
  33. {
  34.  
  35. var exdate=new Date();
  36. exdate.setDate(exdate.getDate()+expiredays);
  37. document.cookie=c_name+ "=" +escape(value)+
  38. ((expiredays==null) ? "" : ";expires="+exdate.toUTCString());
  39. }
  40. function getBVCookie(c_name)
  41. {
  42. if (document.cookie.length>0)
  43. {
  44. c_start=document.cookie.indexOf(c_name + "=");
  45. if (c_start!=-1)
  46. {
  47. c_start=c_start + c_name.length+1;
  48. c_end=document.cookie.indexOf(";",c_start);
  49. if (c_end==-1) c_end=document.cookie.length;
  50. return unescape(document.cookie.substring(c_start,c_end));
  51. }
  52. }
  53. return "";
  54. }
  55. function checkBVCookie()
  56. {
  57. var bv = getBVCookie('stvbadgeville');
  58. if(bv)
  59. {
  60. if (!Badgeville.Settings.player) {
  61. if (!playerSet) {
  62. playerSet = true;
  63. Badgeville.setPlayer({ email: bv});
  64. document.getElementById('login').style.display='none';
  65. }
  66. }
  67. }
  68. else
  69. {
  70. // DO NOTHING
  71. }
  72. }
  73. //]]>
  74. </script>
  75.  
  76. <script type='text/javascript'>
  77. //<![CDATA[ 
  78. var hascomments = 0;
  79.  
  80. function disqus_config() {
  81. this.callbacks.onReady = [ function() {
  82. if ( DISQUS.container.innerHTML.indexOf("dsq-comment-message") != -1 ) {
  83. hascomments = 1;
  84. }
  85. } ];
  86. this.callbacks.onNewComment = [function() {
  87. if ( hascomments ) {
  88. hascomments = 1;
  89. Badgeville.credit( ['leave a comment',{verb:"awardshowpoint", showname: showlabel, showpoint:1}] );
  90. } else {
  91. hascomments = 1;
  92. Badgeville.credit( [{verb: 'firstcomment', trendsetters: 1}, 'leave a comment', {verb: "awardshowpoint", showname: showlabel, showpoint: 1}] );
  93.  
  94. }
  95. }];
  96. }
  97. //]]>
  98. </script>
  99.  
  100. <script type='text/javascript'>
  101. //<![CDATA[ 
  102. function setBackgroundImage(url) {
  103. var string=url;
  104. document.getElementById("header_container").style.backgroundImage='url(' + url + ')';
  105. setCookie('BG', url, 100); // Or however many days you want.
  106. }
  107.  
  108. function setBannerCookie(c_name,value,expiredays)
  109. {
  110.  
  111. var exdate=new Date();
  112. exdate.setDate(exdate.getDate()+expiredays);
  113. document.cookie=c_name+ "=" +escape(value)+
  114. ((expiredays==null) ? "" : ";expires="+exdate.toUTCString());
  115. }
  116. function getBannerCookie(c_name)
  117. {
  118. if (document.cookie.length>0)
  119. {
  120. c_start=document.cookie.indexOf(c_name + "=");
  121. if (c_start!=-1)
  122. {
  123. c_start=c_start + c_name.length+1;
  124. c_end=document.cookie.indexOf(";",c_start);
  125. if (c_end==-1) c_end=document.cookie.length;
  126. return unescape(document.cookie.substring(c_start,c_end));
  127. }
  128. }
  129. return "";
  130. }
  131. function checkBannerCookie()
  132. {
  133. var bg = getBannerCookie('BG');
  134. if(bg){
  135. document.getElementById("header_container").style.backgroundImage='url(' + bg + ')';
  136. }
  137. else
  138. {
  139. document.getElementById("header_container").style.backgroundImage='url(http://2.bp.blogspot.com/-Vh_jnbhnn10/TdPLciZuGWI/AAAAAAAA4Sc/cxiyFKErdHw/s1600/newstvbanner41.jpg)';
  140. }
  141. }
  142. //]]>
  143. </script>
  144.  
  145.  
  146. <script type='text/javascript'>
  147. //<![CDATA[ 
  148. /*
  149. * FancyBox - jQuery Plugin
  150. * Simple and fancy lightbox alternative
  151. *
  152. * Examples and documentation at: http://fancybox.net
  153. *
  154. * Copyright (c) 2008 - 2010 Janis Skarnelis
  155. * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
  156. *
  157. * Version: 1.3.4 (11/11/2010)
  158. * Requires: jQuery v1.3+
  159. *
  160. * Dual licensed under the MIT and GPL licenses:
  161. * http://www.opensource.org/licenses/mit-license.php
  162. * http://www.gnu.org/licenses/gpl.html
  163. */
  164.  
  165. ;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
  166. F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
  167. c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
  168. false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
  169. function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
  170. '"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
  171. "function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
  172. ";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
  173. opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
  174. d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
  175. y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
  176. i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
  177. f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
  178. 37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
  179. s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
  180. f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
  181. j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
  182. "image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
  183. 10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
  184. b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
  185. 0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
  186. 1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
  187. true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
  188. b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
  189. d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
  190. D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
  191. b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
  192. b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
  193. easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);
  194. //]]>
  195. </script>
  196.  
  197.  
  198.  
  199. <script type='text/javascript'>
  200. //<![CDATA[ 
  201.  
  202. $(document).ready(function() {
  203. /*
  204. * Examples - images
  205. */
  206.  
  207. $("a#fbox").fancybox();
  208.  
  209. $(".linkpop").fancybox({
  210. 'width' : 700,
  211. 'height' : '85%',
  212. 'autoScale' : false,
  213. 'transitionIn' : 'none',
  214. 'transitionOut' : 'none',
  215. 'type' : 'iframe'
  216. });
  217.  
  218. $(".optionpop").fancybox({
  219. 'width' : '50%',
  220. 'height' : '50%',
  221. 'transitionIn' : 'none',
  222. 'transitionOut' : 'none',
  223. 'titlePosition' : 'outside',
  224. 'type' : 'inline'
  225. });
  226.  
  227. });
  228.  
  229. //]]>
  230. </script>
  231.  
  232.  
  233. <meta content='kDe-Nz7BtG55fUKTxevLAWxgFj2SIELluleFqFTIPBQ' name='google-site-verification'/>
  234. <meta content='1ykt0g0' name='verify-postrank'/>
  235. <meta content='9BC9564622' name='blogcatalog'/>
  236. <meta content='FB96BC456EB5B8B7F212D44EAD06C37E' name='msvalidate.01'/>
  237. <meta content='580ed07c99332d9ee4e03b926f09315b' name='verify_w'/>
  238. <meta content='a1xqq1m' name='verify-postrank'/>
  239. <meta content='kDe-Nz7BtG55fUKTxevLAWxgFj2SIELluleFqFTIPBQ' name='google-site-verification'/>
  240. <meta content='b35d080470d2' name='bitly-verification'/>
  241. <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
  242.  
  243. <b:if cond='data:blog.isMobile'>
  244.  
  245. <meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
  246.  
  247. <b:else/>
  248.  
  249. <meta content='width=1100' name='viewport'/>
  250.  
  251. </b:if>
  252.  
  253. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  254. <title><data:blog.title/> - The TV Spoiler Site </title>
  255. <b:else/>
  256. <title><data:blog.pageName/></title>
  257. </b:if>
  258.  
  259.  
  260. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  261. <meta content='A Largest Collection of TV spoilers and show information for the most popular shows on TV' name='description'/>
  262. <meta content='True Blood,Vampire Diaries, Fringe, Season, Spoiler, TV, Gossip Girl, Spoilers, Greys Anatomy, House, CSI, Glee, Desperate Housewives, Pretty Little Liars, Castle, NCIS, CSI, Bones, Supernatural, Once Upon a Time, Revenge' name='keywords'/>
  263. </b:if>
  264.  
  265. <meta content='IXXOEgqXvgU7xF8N+UAL3FQzzMOar4JTKUhYuPIWx7w=' name='verify-v1'/>
  266. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  267. <meta content='true' name='MSSmartTagsPreventParsing'/>
  268. <meta content='blogger' name='generator'/>
  269.  
  270. <link href='http://feeds.feedburner.com/spoilertv/' rel='alternate' title='Spoiler TV - Atom' type='application/atom+xml'/>
  271. <link href='http://www.blogger.com/feeds/29964715/posts/default' rel='service.post' title='Spoiler TV - Atom' type='application/atom+xml'/>
  272. <link href='http://www2.blogger.com/rsd.g?blogID=29964715' rel='EditURI' title='RSD' type='application/rsd+xml'/>
  273.  
  274. <b:skin><![CDATA[
  275.  
  276.  
  277. .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  278. display: none !important;
  279. }
  280.  
  281. .fb_iframe_widget iframe {
  282. height: 23px !important;
  283. width: 97px !important;
  284. margin-left: -10px !important;
  285. }
  286.  
  287. .bv_accentColor {
  288. color: #63F !important;
  289. }
  290.  
  291. .bv_hoverable:hover {
  292. background-color: #B3C6FF !important;
  293. }
  294.  
  295. .bv_highlightBackground {
  296. background-color: #B3C6FF !important;
  297. }
  298.  
  299.  
  300. .bv_modal {
  301. top: 40px !important;
  302. }
  303.  
  304. .bv_behaviorName {
  305. color: black !important;
  306. padding-left:5px !important;
  307. margin-left:5px !important;
  308. text-align: left !important;
  309. }
  310.  
  311. a.bv_notificationsBackground, a.bv_notificationsBackground:active, a.bv_notificationsBackground:visited , a.bv_notificationsBackground:hover{
  312. background-color: transparent !important;
  313. color: yellow !important;
  314. }
  315.  
  316. a.bv_contentLink, a.bv_contentLink:active, a.bv_contentLink:visited {
  317. background-color: transparent !important;
  318. color: black !important;
  319. }
  320. a.bv_contentLink:hover{
  321. background-color: transparent !important;
  322. color: blue !important;
  323. }
  324.  
  325. a.bv_display_name:hover{
  326. background-color: transparent !important;
  327. color: blue !important;
  328. }
  329.  
  330. a.bv_pause, a.bv_pause:active, a.bv_pause:visited , a.bv_pause:hover{
  331. background-color: transparent !important;
  332. color: white !important;
  333. }
  334.  
  335. .bv_behavior_icon img{
  336. text-align: center !important;
  337. padding-left: 5px;
  338. padding-top: 5px;
  339. }
  340.  
  341. .bv_croutonContainer img{
  342. display: none;
  343. }
  344.  
  345. .bv_pointsText {
  346. display: none;
  347. }
  348.  
  349. .bv_behaviorMessage {
  350. text-align: left !important;
  351. }
  352.  
  353. .bv_userMetaData {
  354. color: #000000;
  355. }
  356.  
  357.  
  358. .bv_buttonTabs li {
  359. width: 70px !important;
  360. }
  361.  
  362. .bv_headerContent {
  363. background-color: #ffffff;
  364. text-align: center;
  365. }
  366.  
  367. .bv_pointsText {
  368. color: #333333 !important;
  369. }
  370.  
  371. .bv_me {
  372. color: #333333 !important;
  373. }
  374.  
  375. .bv_nextPts {
  376. color: #333333 !important;
  377. }
  378.  
  379. .zcc-sked-new {
  380. color: red;
  381. }
  382.  
  383. .navicons {
  384. padding-top: 20px;
  385. padding-left: 4px;
  386. }
  387.  
  388. div.teaser_container {
  389. text-align: left !important;
  390. }
  391.  
  392. #inline1 {
  393. overflow: auto;
  394. width: 500px;
  395. height: 100px;
  396. background-color: #FDFDFD;
  397. display: none;
  398. z-index: 99;
  399. }
  400.  
  401. #stvmain {
  402. width: 375px;
  403. font-size: 9px;
  404. margin: 0px;
  405. margin-top: 3px;
  406. padding: 0px;
  407. }
  408.  
  409. .jump-link a {
  410. font-family: arial, verdana, sans-serif !important;
  411. font-size: 14px !important;
  412. color: #FF0000 !important;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. #post_bottom_bar {
  419. background-color:#0088b1;
  420. margin-left:0px;
  421. margin-bottom: 5px;
  422. height: 1px;
  423. width:651px;
  424. }
  425.  
  426. .all_articles a, .all_articles a:visited, .all_articles a:link {
  427. background: #FFF none repeat scroll 0% 50%;
  428. border: 1px solid #CCC;
  429. color: #006c8d;
  430. font-family: arial, verdana, sans-serif;
  431. font-size: 18px;
  432. margin-right: 0;
  433. margin-top: 15px;
  434. padding: 5px 5px 5px 5px;
  435. }
  436.  
  437. .old_articles a, .old_articles a:visited, .old_articles a:link {
  438. background: #FFF none repeat scroll 0% 50%;
  439. border: 1px solid #CCC;
  440. color: #006c8d;
  441. font-family: arial, verdana, sans-serif;
  442. font-size: 18px;
  443. margin-right: 3px;
  444. margin-top: 3px;
  445. padding: 5px 5px 5px 5px;
  446. }
  447.  
  448. .new_articles a, .new_articles a:visited, .new_articles a:link {
  449. background: #FFF none repeat scroll 0% 50%;
  450. border: 1px solid #CCC;
  451. color: #006c8d;
  452. font-family: arial, verdana, sans-serif;
  453. font-size: 18px;
  454. margin-left: 4px;
  455. margin-top: 3px;
  456. padding: 5px 5px 5px 5px;
  457. }
  458.  
  459.  
  460.  
  461.  
  462. #lwp_wijit.accordion dt {
  463. border-top: 1px solid #FF8700 !important;
  464. border-left:1px solid #FF8700 !important;
  465. border-right:1px solid #FF8700 !important;
  466. color: #29495C;
  467. }
  468.  
  469. #lwp_wijit.accordion dd {
  470. border-left:1px solid #FF8700 !important;
  471. border-right:1px solid #FF8700 !important;
  472. color: #29495C;
  473. }
  474.  
  475. #lwp_wijit.accordion .open {
  476. background:#FF8700 url(http://www.lijit.com/res/images/accordionWidget/color_logo.png) no-repeat scroll right top !important;
  477. color: #29495C;
  478. }
  479.  
  480. #lwp_wijit {
  481. background:#FF8700 none repeat scroll 0 0 !important;
  482. color: #29495C;
  483. }
  484.  
  485. #lwp_f {
  486. display: none;
  487. }
  488.  
  489.  
  490. .banner_ad {
  491. margin: 0 0 0 4px;
  492. }
  493.  
  494.  
  495. input.scoopbutton
  496. {
  497. background: #006c8d none repeat scroll 0% 50%;
  498. border: 5px solid #006c8d;
  499. color: #FFF;
  500. font-family: arial, verdana,sans-serif;
  501. font-size: 1.1em;
  502. margin: 3px 0px 3px 0px;
  503. }
  504. #main-wrapper a:hover
  505. {
  506. color: #FF8700;
  507. }
  508.  
  509.  
  510. .newswidget
  511. {
  512. background-color: #FFF;
  513. border-bottom-color: #CCCCCC;
  514. border-bottom-style: solid;
  515. border-bottom-width: 0px;
  516. float: left;
  517. font-family: arial, verdana, sans-serif;
  518. font-size: 13px;
  519. margin: 0px 0 10px 15px;
  520. padding: 0 0 0 0;
  521. width: 645px;
  522. colour: #000000;
  523. }
  524.  
  525. .toppostssection
  526. {
  527. background-color: #FFF;
  528. border-bottom-color: #CCCCCC;
  529. border-bottom-style: solid;
  530. border-bottom-width: 0px;
  531. color: #0088b1;
  532. float: left;
  533. font-family: arial, verdana, sans-serif;
  534. font-size: 13px;
  535. margin: 0px 0 10px 15px;
  536. padding: 0 0 0 0;
  537. width: 645px;
  538. }
  539.  
  540.  
  541. .twitterupdate
  542. {
  543. background-color: #FFF;
  544. border-bottom-color: #CCCCCC;
  545. border-bottom-style: solid;
  546. border-bottom-width: 0px;
  547. color: #0088b1;
  548. float: left;
  549. font-family: arial, verdana, sans-serif;
  550. font-size: 13px;
  551. margin: 12px 0 10px 15px;
  552. padding: 0 0 0 0;
  553. width: 645px;
  554. }
  555.  
  556. .twitterupdate li {
  557. margin: 0;
  558. line-height: 18px;
  559. }
  560.  
  561.  
  562. .twitterupdate a, .twitterupdate a:visited, .twitterupdate a:link, .twitterupdate strong
  563. {
  564. color: #006c8d;
  565. font-family: arial, verdana, sans-serif;
  566. font-size: 100%;
  567. font-weight: bold;
  568. text-decoration: underline;
  569. }
  570.  
  571.  
  572.  
  573. .selectbox
  574. {
  575. background-color:#FFFFCC;
  576. border-color:#000000;
  577. color:#29495E;
  578. font-family:Arial;
  579. font-size:12px;
  580. font-size-adjust:none;
  581. font-stretch:normal;
  582. font-style:normal;
  583. font-variant:normal;
  584. font-weight:bold;
  585. height:26px;
  586. line-height:normal;
  587. margin-top:8px;
  588. padding:4px;
  589. width:330px;
  590. margin-bottom: 2px;
  591. }
  592.  
  593. .post-newcommentlink
  594. {
  595. color: #A8A8A8;
  596. font-family: arial, verdana, sans-serif;
  597. font-size: 11px;
  598. font-weight: normal |important;
  599. }
  600. .deleted-comment
  601. {
  602. color: #ABABAB;
  603. font-size: 8pt;
  604. }
  605.  
  606. #comments
  607. {
  608. background-color: #;
  609. color: #29495E;
  610. float: left;
  611. font-family: arial, verdana, sans-serif;
  612. font-size: 1.0em;
  613. margin: 5px 0px;
  614. padding-left: 10px;
  615. padding-top: 4px;
  616. width: 650px;
  617. }
  618. #comments a, #comments a:visited, #comments a:link
  619. {
  620. color: #006c8d;
  621. font-family: arial, verdana, sans-serif;
  622. font-weight: normal;
  623. text-decoration: none;
  624. }
  625.  
  626. .comment-footer
  627. {
  628. color: #CC3300;
  629. font-size: 90%;
  630. font-weight: normal;
  631. margin: 0pt 0pt 2.2em 14pt;
  632. text-decoration: bold;
  633. }
  634. .post-body a, .post-body a:visited, .post-body a:link
  635. {
  636. color: #006c8d;
  637. font-family: arial, verdana, sans-serif;
  638. font-weight: bold;
  639. text-decoration: none;
  640. }
  641. .post-body
  642. {
  643. color: #29495E;
  644. font-family: arial, verdana, sans-serif;
  645. font-size: 12px;
  646. margin-bottom: 20px;
  647. }
  648. .post-body p
  649. {
  650. line-height: 17pt;
  651. margin-right: 15px;
  652. }
  653. #navbar-iframe
  654. {
  655. display: none;
  656. height: 0px;
  657. visibility: hidden;
  658. }
  659. .indent a, .indent a:visited, .indent a:link, .indent strong
  660. {
  661. color: #006c8d;
  662. font-family: arial, verdana, sans-serif;
  663. font-weight: bold;
  664. text-decoration: none;
  665. }
  666. .announce a, .announce a:visited, .announce a:link, .announce strong
  667. {
  668. color: #006c8d;
  669. font-family: arial, verdana, sans-serif;
  670. font-weight: bold;
  671. text-decoration: none;
  672. }
  673. .announce
  674. {
  675. background-color: #E5F7FF;
  676. border: 0px solid #CCCCCC;
  677. color: #29495E;
  678. float: left;
  679. font-size: 10pt;
  680. margin: 0px 0px 0px 0px;
  681. padding: 15px;
  682. width: 621px;
  683. }
  684.  
  685.  
  686. .fbannounce
  687. {
  688. background-color: #F2F2F2;
  689. border: 1px solid #CCCCCC;
  690. color: #29495E;
  691. float: left;
  692. font-size: 10pt;
  693. margin-top: 10px;
  694. margin-bottom: 10px;
  695. margin-right: 0px;
  696. margin-left: 0px;
  697. padding-top: 6px;
  698. padding-bottom: 0px;
  699. padding-right: 5px;
  700. padding-left: 15px;
  701. width: 629px;
  702. }
  703.  
  704. .fb_iframe_widget {
  705. padding-top: 0px!important;
  706. }
  707.  
  708. .addthis_counter.addthis_pill_style {
  709. margin-top: 5px!important;
  710. }
  711.  
  712. .addthis_button_facebook_like {
  713. padding-top: 0px !important;
  714. }
  715.  
  716.  
  717. .addthis_toolbox {
  718. margin-top: 6px !important;
  719. }
  720.  
  721.  
  722. .announcefull a, .announcefull a:visited, .announcefull a:link, .announcefull strong
  723. {
  724. color: #006c8d;
  725. font-family: arial, verdana, sans-serif;
  726. font-weight: bold;
  727. text-decoration: none;
  728. }
  729. .announcefull
  730. {
  731. background-color: #FFFFE5;
  732. border: 0px solid #CCCCCC;
  733. color: #29495E;
  734. float: left;
  735. font-size: 10pt;
  736. margin: 5px 5px 5px 15px;
  737. padding: 15px 0px 15px 15px;
  738. width: 964px;
  739. }
  740. .indent
  741. {
  742. _margin-right: -25px;
  743. _padding-right: -25px;
  744. background-color: #EFEFEF;
  745. border: 1px solid #CCCCCC;
  746. color: #29495E;
  747. float: left;
  748. font-size: 1em;
  749. margin: 0px 10px 15px 0px;
  750. padding: 8px;
  751. width: 633px;
  752. }
  753. .indent.style
  754. {
  755. background-color: #ECECEC;
  756. border: 1px solid #CCCCCC;
  757. color: #29495E;
  758. float: left;
  759. font-size: 0.9em;
  760. margin: 5px 10px 20px 5px;
  761. padding: 8px;
  762. width: 95%;
  763. }
  764. .sourcelink
  765. {
  766. color: #000000;
  767. font-weight: bold;
  768. }
  769. body
  770. {
  771. background-color: #0b2a3c;
  772. color: #FFFFFF;
  773. font: x-small arial, verdana, sans-serif;
  774. font-size: small;
  775. margin: 0;
  776. padding: 0px;
  777. text-align: center;
  778. }
  779. a
  780. {
  781. outline: none;
  782. text-decoration: none;
  783. }
  784. a:link
  785. {
  786. color: #006c8d;
  787. outline: none;
  788. }
  789. a:visited
  790. {
  791. color: #006c8d;
  792. outline: none;
  793. }
  794. a img
  795. {
  796. border-width: 0;
  797. outline: none;
  798. }
  799. #outer-wrapper
  800. {
  801. background-color: #FFF;
  802. font: normal normal 100% arial, verdana, sans-serif;
  803. }
  804.  
  805. input
  806. {
  807. background: #ECECEC;
  808. border: 1px solid #CCCCCC;
  809. color: #29495E;
  810. }
  811. #header-wrapper
  812. {
  813. margin: 0;
  814. padding: 0;
  815. text-align: left;
  816. }
  817. #gapdiv
  818. {
  819. height: 10px;
  820. margin: 0 auto;
  821. padding: 0;
  822. width: 1024px;
  823. }
  824. #header
  825. {
  826. background-color: #CCCCCC;
  827. border: 0px solid #CCCCCC;
  828. color: #000000;
  829. font: normal normal 100% arial, verdana, sans-serif;
  830. height: 137px;
  831. margin: 0 auto;
  832. padding: 0;
  833. width: 1024px;
  834. }
  835. h1.title
  836. {
  837. background-color: #000000;
  838. color: #000000;
  839. filter: alpha(opacity=55);
  840. font-family: helvetica;
  841. font-size: 125%;
  842. line-height: 1.2em;
  843. margin: 50pt 4px .1em;
  844. moz-opacity: 0.55;
  845. opacity: 0.55;
  846. padding-top: 5px 0px 3px 7px;
  847. text-align: center;
  848. }
  849. h1.title a
  850. {
  851. color: #000000;
  852. text-decoration: none;
  853. }
  854. #header .description
  855. {
  856. display: block;
  857. font-size: 50%;
  858. line-height: 1.4em;
  859. margin: 0 10px;
  860. padding: 0 0 15px;
  861. }
  862. .clear
  863. {
  864. clear: both;
  865. }
  866.  
  867.  
  868. #content-wrapper
  869. {
  870. background-color: #FFF;
  871. border: 0px 1px 1px 1px solid #CCCCCC;
  872. margin: 0 auto;
  873. padding: 0 0 10px;
  874. text-align: left;
  875. width: 1022px;
  876. min-height: 1500px;
  877. position:relative;
  878. top:80px;
  879. }
  880. #main-wrapper
  881. {
  882. background-color: #FFFFFF;
  883. border: 0px;
  884. float: left;
  885. margin-left: 0px;
  886. padding-left: 6px;
  887. width: 672px;
  888. word-wrap: break-word;
  889. }
  890.  
  891.  
  892. #sidebar-wrapper
  893. {
  894. background-color: #FFFFFF;
  895. float: right;
  896. margin-right: 0px;
  897. padding: 0 0 0px;
  898. text-align: center;
  899. width: 340px; /*278 */
  900. word-wrap: break-word;
  901. }
  902. #newsidebar-wrapper
  903. {
  904. background-color: #FFFFFF;
  905. color: #29495E;
  906. float: right;
  907. margin-right: 0px;
  908. margin-top:5px;
  909. padding: 7px 0 0px;
  910. text-align: center;
  911. width: 340px;
  912. word-wrap: break-word;
  913. }
  914. #newsidebar-wrapper a, #newsidebar-wrapper a:visited, #newsidebar-wrapper a:link
  915. {
  916. color: #006c8d;
  917. font-family: arial, verdana, sans-serif;
  918. font-weight: bold;
  919. text-decoration: none;
  920. }
  921. h2, h3
  922. {
  923. margin: 0;
  924. }
  925. .date-header
  926. {
  927. color: #29495E;
  928. font-size: 9pt;
  929. font-weight: normal;
  930. margin: 27pt 1pt 0pt 6pt;
  931. text-align: center;
  932. width: 73px;
  933. }
  934. .post
  935. {
  936. border-bottom: 0px solid #ECECEC;
  937. margin: 10pt 0pt 5pt 0pt;
  938. padding-bottom: 0em;
  939. padding-left: 15px;
  940. }
  941. .post-title
  942. {
  943. color: #333;
  944. font-family: arial, verdana, sans-serif;
  945. font-size: 17px;
  946. font-weight: normal;
  947. line-height: 1.1em;
  948. line-height: 25px;
  949. margin: 0;
  950. padding: 0;
  951. padding: 0px 0 5px;
  952. }
  953. .post-labels
  954. {
  955. font-size: 80%;
  956. line-height: 0em;
  957. }
  958. .post-title a, .post-title a:visited, .post-title a:link, .post-title strong
  959. {
  960. color: #0088b1;
  961. font-family: arial, verdana, sans-serif;
  962. font-weight: bold;
  963. line-height: 15pt;
  964. text-decoration: none;
  965. }
  966. .post div
  967. {
  968. line-height: 15pt;
  969. }
  970. p.post-footer
  971. {
  972. color: #CCFFFF;
  973. font-size: 80%;
  974. margin: -.25em 0 0;
  975. }
  976. .post-comment-link
  977. {
  978. color: #CCFFFF;
  979. font-size: 80%;
  980. }
  981. .post-timestamp
  982. {
  983. color: #A8A8A8;
  984. font-family: arial, verdana, sans-serif;
  985. font-size: 11px;
  986. font-weight: normal;
  987. }
  988. .post-newcommentlink a, .post-newcommentlink a:visited, .post-newcommentlink a:link, .post-newcommentlink strong
  989. {
  990. color: #006c8d;
  991. font-family: arial, verdana, sans-serif;
  992. font-size: 11px;
  993. font-weight: normal;
  994. text-decoration: none;
  995. }
  996. .post-newlabels a, .post-newlabels a:visited, .post-newlabels a:link, .post-newlabels strong
  997. {
  998. color: #006c8d;
  999. font-weight: normal;
  1000. text-decoration: none;
  1001. }
  1002. .post-newlabels
  1003. {
  1004. color: #29495E;
  1005. font-family: arial, verdana, sans-serif;
  1006. font-size: 11px;
  1007. font-weight: normal;
  1008. }
  1009. .post-author
  1010. {
  1011. color: #A8A8A8;
  1012. font-family: arial, verdana, sans-serif;
  1013. font-size: 11px;
  1014. font-weight: normal;
  1015. }
  1016. .post-footer .span
  1017. {
  1018. margin-right: .3em;
  1019. }
  1020. .comment-link
  1021. {
  1022. margin-left: .3em;
  1023. }
  1024. .post img
  1025. {
  1026. border: 0px solid #4c4c4c;
  1027. padding: 3px 3px 3px 3px;
  1028. padding-left: 0px;
  1029. }
  1030. .post blockquote
  1031. {
  1032. margin: 1em 20px;
  1033. }
  1034. .post blockquote p
  1035. {
  1036. margin: .75em 0;
  1037. }
  1038. .feed-links
  1039. {
  1040. clear: both;
  1041. line-height: 2.5em;
  1042. }
  1043. #blog-pager-newer-link
  1044. {
  1045. float: left;
  1046. }
  1047. #blog-pager-older-link
  1048. {
  1049. float: right;
  1050. }
  1051. #blog-pager-all-link
  1052. {
  1053. float: left;
  1054. bottom-margin: 50px;
  1055. }
  1056. #blog-pager
  1057. {
  1058. font-size: 85%;
  1059. margin-right:5px;
  1060. text-align: center;
  1061. }
  1062.  
  1063.  
  1064. .sidebar h4
  1065. {
  1066. background-color: #FF8700;
  1067. color: #FFFFF;
  1068. font-size: 12px;
  1069. font-weight: bold;
  1070. height: 20px;
  1071. line-height: 22px;
  1072. margin: 5pt 2pt 12px 5px;
  1073. padding: 4px 5px 2px 20px;
  1074. width: 475px;
  1075. }
  1076.  
  1077.  
  1078.  
  1079. .sidebar h2
  1080. {
  1081. background-color: #E5F7FF; /* sidebar title bg colour */
  1082. color: #FFFFF;
  1083. font-size: 14px;
  1084. font-weight: bold;
  1085. height: 20px;
  1086. line-height: 22px;
  1087. margin: 5pt 2pt 12px 5px;
  1088. padding: 4px 5px 6px 0;
  1089. width: 324px;
  1090. }
  1091. .sidebar ul
  1092. {
  1093. list-style: none;
  1094. margin: 0;
  1095. padding: 0;
  1096. }
  1097. .sidebar li
  1098. {
  1099. line-height: 1.0em;
  1100. margin: 0;
  1101. }
  1102. .sidebar
  1103. {
  1104. color: $textColor;
  1105.  
  1106. }
  1107. .sidebar .widget
  1108. {
  1109. margin-bottom: 0em;
  1110. }
  1111. .sidebar .widget-content
  1112. {
  1113. font-size: 85%;
  1114. margin: 0 5px;
  1115. }
  1116.  
  1117.  
  1118. #footer
  1119. {
  1120. clear: both;
  1121. color: #FFFFFF;
  1122. text-align: center;
  1123. }
  1124. #footer .widget
  1125. {
  1126. font-size: 85%;
  1127. line-height: 1.5em;
  1128. margin: .5em;
  1129. padding-top: 20px;
  1130. text-align: left;
  1131. }
  1132.  
  1133. input.button
  1134. {
  1135. background: #006c8d none repeat scroll 0% 50%;
  1136. border: 5px solid #006c8d;
  1137. color: #FFF;
  1138. font-family: arial, verdana, sans-serif;
  1139. font-size: 15px;
  1140. margin: 0px 0px 3px 0px;
  1141. width: 300px;
  1142. }
  1143. input.button2
  1144. {
  1145. background: #ECECEC;
  1146. border: solid 0.5px #cccccc;
  1147. color: #cccccc;
  1148. font-family: arial, verdana, sans-serif;
  1149. font-size: 1.0em;
  1150. }
  1151.  
  1152.  
  1153.  
  1154.  
  1155. .link-title
  1156. {
  1157. color: #29495E;
  1158. font-family: arial, verdana, sans-serif;
  1159. font-size: 16px;
  1160. font-weight: normal;
  1161. line-height: 1.1em;
  1162. line-height: 15px;
  1163. margin: 0;
  1164. padding: 0;
  1165. padding: 5px 0 5px;
  1166. }
  1167.  
  1168. .info
  1169. {
  1170. background: #C7DDFF url(http://i60.photobucket.com/albums/h8/darkufo_photos/information.png) 15px 50% no-repeat;
  1171. border-bottom: 2px solid #E5F5FF;
  1172. border-top: 2px solid #E5F5FF;
  1173. color: #000000;
  1174. padding: 5px 20px 5px 45px;
  1175. }
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182. img
  1183. {
  1184. border: 0pt;
  1185. }
  1186. #bottom_div
  1187. {
  1188. background-color: #b9d1ea;
  1189. clear: both;
  1190. height: 150px;
  1191. width: 1012px;
  1192. }
  1193.  
  1194. .sidebar
  1195. {
  1196. margin-bottom: 0px;
  1197. }
  1198. .title a, .title a:visited, .title a:link,.title strong
  1199. {
  1200. color: #FFFF99!important;
  1201. font-decoration: none!important;
  1202. font-family: helvetica;
  1203. font-size: 100%!important;
  1204. font-weight: normal!important;
  1205. letter-spacing: 0.5cm;
  1206. text-align: center;
  1207. text-transform: uppercase;
  1208. }
  1209. .newtitle
  1210. {
  1211. background-color: #000000;
  1212. filter: alpha(opacity=55);
  1213. font-family: helvetica;
  1214. font-size: 125%;
  1215. khtml-opacity: 0.55;
  1216. letter-spacing: 0.5cm;
  1217. line-height: 1.2em;
  1218. margin: 48pt auto;
  1219. moz-opacity: 0.55;
  1220. opacity: 0.55;
  1221. padding-top: 5px 0px 3px 7px;
  1222. text-align: center;
  1223. text-transform: uppercase;
  1224. width: 60%;
  1225. }
  1226.  
  1227. .sidebartext a, .sidebartext a:visited, .sidebartext a:link
  1228. {
  1229. font-family: arial, verdana, sans-serif;;
  1230. color: #006c8d;
  1231. font-weight: normal;
  1232. }
  1233. .sidebartext
  1234. {
  1235. border-bottom: 1px solid #E5F7FF;
  1236. border-left: 1px solid #E5F7FF;
  1237. border-right: 1px solid #E5F7FF;
  1238. background-color: #FFF;
  1239. color: #0a3653;
  1240. float: left;
  1241. font-family: arial, verdana, sans-serif;
  1242. font-size: 0.9em;
  1243. font-size: 11px;
  1244. margin: -12px 0 0 0;
  1245. padding: 10px 10px 10px 10px;
  1246. text-align: left;
  1247. width: 307px;
  1248. }
  1249.  
  1250.  
  1251.  
  1252. .sidebar-exceptions {
  1253. width: 100px;
  1254. margin-left: 10px;
  1255. }
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262. #linkdiv
  1263. {
  1264. color: #29495E;
  1265. font-size: 0.9em;
  1266. height: 0px;
  1267. margin: 0;
  1268. padding: 0;
  1269. width: 1024px;
  1270. }
  1271. #linkdiv a, #linkdiv a:visited, #linkdiv a:link, #linkdiv strong
  1272. {
  1273. color: #006c8d;
  1274. font-family: arial, verdana, sans-serif;
  1275. font-weight: normal;
  1276. text-decoration: none;
  1277. }
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289. @charset "UTF-8";
  1290. /* CSS Document */
  1291.  
  1292. body {
  1293. text-align: center;
  1294. margin-top: 0;
  1295. }
  1296.  
  1297.  
  1298. #body_wrapper {
  1299. width:100%;
  1300. margin: 0;
  1301. text-align: center;
  1302. }
  1303.  
  1304. #body_container {
  1305. text-align: center;
  1306. width: 1022px;
  1307. margin:0 auto;
  1308. }
  1309.  
  1310. #header_container {
  1311. width:1022px;
  1312. height:200px;
  1313. position:relative;
  1314. top:80px;
  1315. }
  1316.  
  1317. #nav_container {
  1318. width:1022px;
  1319. height:25px;
  1320. background-color:#006c8d;
  1321. display:block;
  1322. position: fixed;
  1323. z-index: 20000;
  1324. }
  1325.  
  1326.  
  1327. #ad_container {
  1328. width:1022px;
  1329. height:100%;
  1330. background-color:#006c8d;
  1331. display:block;
  1332. float:left;
  1333. padding:2px 0px 0px 0px;
  1334. }
  1335.  
  1336.  
  1337. #content {
  1338. width:1022px;
  1339. height:100%;
  1340. background-color:#FFF;
  1341. margin-top:0 auto;
  1342. }
  1343.  
  1344. #menu1_container {
  1345. float:left;
  1346. background-color: #006c8d;
  1347. }
  1348.  
  1349. #menu2_container {
  1350. float:right;
  1351. background-color: #006c8d;
  1352. }
  1353.  
  1354. /* ================================================================
  1355. This copyright notice must be untouched at all times.
  1356.  
  1357. The original version of this stylesheet and the associated (x)html
  1358. is available at http://www.cssmenus.co.uk
  1359. Copyright (c) 2009- Stu Nicholls. All rights reserved.
  1360. This stylesheet and the associated (x)html may be modified in any
  1361. way to fit your requirements.
  1362. =================================================================== */
  1363.  
  1364. /* ================================================================
  1365. Dropdown Menu 1
  1366. =================================================================== */
  1367.  
  1368. #menu {
  1369. padding:0;
  1370. margin:0;
  1371. list-style:none;
  1372. height:25px;
  1373. position:relative;
  1374. z-index:500;
  1375. font-family:arial, verdana, sans-serif;
  1376. float:left;
  1377. display:inline;
  1378. background-color: black;
  1379. width: 1022px;
  1380. }
  1381.  
  1382. #menu li {
  1383. float:left;
  1384. margin-right:1px;
  1385. }
  1386.  
  1387. #menu li a {
  1388. display:block;
  1389. float:left;
  1390. height:25px;
  1391. line-height:25px;
  1392. background:#FFF;
  1393. color:#FFF;
  1394. text-decoration:none;
  1395. font-size:11px;
  1396. font-weight:lighter;
  1397. padding:0 10px 0 10px;
  1398. border:1px;
  1399. }
  1400.  
  1401. #menu table {
  1402. border-collapse:collapse;
  1403. width:0;
  1404. height:0;
  1405. position:absolute;
  1406. top:0;
  1407. left:0;
  1408. }
  1409.  
  1410. /* Default link styling */
  1411.  
  1412. /* Style the list OR link hover. Depends on which browser is used */
  1413.  
  1414. #menu li a:hover {
  1415. z-index:200;
  1416. position:relative;
  1417. color:#fff;
  1418. background-color:#006c8d;
  1419. }
  1420.  
  1421. #menu li:hover {
  1422. position:relative;
  1423. z-index:200;
  1424. }
  1425.  
  1426. #menu li:hover > a {
  1427. color:#fff;
  1428. background:#006c8d;
  1429. }
  1430.  
  1431. #menu li:hover > a.sub {
  1432. color:#fff;
  1433. background-color:#006c8d; /*actual top hover */
  1434. }
  1435.  
  1436. #menu li.current a {
  1437. color:#222;
  1438. background:#FFF;
  1439. width:164px;
  1440. font-size: 20px;
  1441. font-weight: lighter;
  1442. }
  1443.  
  1444. #menu li a.sub {
  1445. background: #0088b1 no-repeat right center;
  1446. }
  1447.  
  1448. #menu li.current a.sub {
  1449. color:#fff;
  1450. background:#006c8d;
  1451. }
  1452.  
  1453. #menu :hover ul {
  1454. left:0;
  1455. top:25px;
  1456. width:150px;
  1457. background:#006c8d;
  1458. }
  1459.  
  1460. /* keep the 'next' level invisible by placing it off screen. */
  1461. #menu ul,
  1462. #menu :hover ul ul {
  1463.  
  1464. position:absolute;
  1465. left:-9999px;
  1466. top:-9999px;
  1467. width:0;
  1468. height:0;
  1469. margin:0;
  1470. padding:0;
  1471. list-style:none;}
  1472.  
  1473. #menu :hover ul :hover ul {
  1474. left:120px;
  1475. top:-1px;
  1476. background:#006c8d;
  1477. white-space:nowrap;
  1478. width:100px;
  1479. z-index:200;
  1480. height:auto;
  1481. }
  1482.  
  1483. #menu :hover ul li {
  1484. margin:0;
  1485. border-top:1px solid #FFF;
  1486. }
  1487.  
  1488. #menu :hover ul li a {
  1489. width:170px;
  1490. text-indent:0px;
  1491. background:#0088b1;
  1492. color:#FFF;
  1493. height:25px;
  1494. line-height:25px;
  1495. text-align: left;
  1496. font-size: 11px;
  1497. padding-bottom: 0px;
  1498. }
  1499.  
  1500. #menu :hover ul li a.fly {
  1501. background:#333 no-repeat right center;
  1502. }
  1503.  
  1504. #menu :hover ul :hover {
  1505. background-color:#006c8d;
  1506. color:#fff;
  1507. }
  1508.  
  1509. #menu :hover ul :hover a.fly {
  1510. background-color:#0088b1;
  1511. color:#fff;
  1512. }
  1513.  
  1514. #menu :hover ul li.currentsub a {
  1515. background:#0088b1;
  1516. color:#fff;
  1517. }
  1518.  
  1519. #menu :hover ul li.currentsub a.fly {
  1520. background:#0088b1 no-repeat right center;
  1521. color:#fff;
  1522. }
  1523.  
  1524. #menu :hover ul :hover ul li a {
  1525. width:100px;
  1526. padding:0;
  1527. text-indent:10px;
  1528. background:#0088b1;
  1529. color:#FFF;
  1530. }
  1531.  
  1532. #menu :hover ul :hover ul :hover {
  1533. background-color:#0088b1;
  1534. color:#fff;
  1535. }
  1536.  
  1537. #menu :hover ul :hover ul li.currentfly a,
  1538. #menu :hover ul :hover ul li.currentfly a:hover {
  1539. background:#0088b1;
  1540. color:#fff;
  1541. }
  1542.  
  1543.  
  1544.  
  1545. #detailswrapper a:hover
  1546. {
  1547. color:#29495E;
  1548. }
  1549.  
  1550. #detailswrapper
  1551. {
  1552. width:672px;
  1553. background-color:#FFFFFF;
  1554. float:left;
  1555. padding-left:10px;
  1556. padding-right:5px;
  1557. border-right:1px solid #ECECEC;
  1558. _margin-right:-25px;
  1559. _padding-right:-5px;
  1560. margin:0;
  1561. }
  1562.  
  1563. #detailswrapperleft
  1564. {
  1565. width:494px;
  1566. background-color:#FFFFFF;
  1567. float:left;
  1568. padding-left:10px;
  1569. padding-right:5px;
  1570. font-family:Verdana;
  1571. border-right:1px solid #ECECEC;
  1572. font-size:85%;
  1573. margin:0;
  1574. }
  1575.  
  1576. #detailswrapperright
  1577. {
  1578. width:494px;
  1579. background-color:#FFFFFF;
  1580. float:right;
  1581. padding-left:10px;
  1582. padding-right:5px;
  1583. font-family:Verdana;
  1584. border-right:1px solid #ECECEC;
  1585. font-size:85%;
  1586. margin:0;
  1587. }
  1588.  
  1589. #detailswrapperfull
  1590. {
  1591. width:1008px;
  1592. background-color:#FFFFFF;
  1593. float:left;
  1594. padding-left:10px;
  1595. padding-right:5px;
  1596. border-right:1px solid #ECECEC;
  1597. margin:0;
  1598. }
  1599.  
  1600. a.post-newcommentlink.dsq-comment-count.comment-link.commentslink {
  1601. color: #a15fa1;
  1602. }
  1603.  
  1604.  
  1605. /*
  1606. * FancyBox - jQuery Plugin
  1607. * Simple and fancy lightbox alternative
  1608. *
  1609. * Examples and documentation at: http://fancybox.net
  1610. *
  1611. * Copyright (c) 2008 - 2010 Janis Skarnelis
  1612. * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
  1613. *
  1614. * Version: 1.3.4 (11/11/2010)
  1615. * Requires: jQuery v1.3+
  1616. *
  1617. * Dual licensed under the MIT and GPL licenses:
  1618. * http://www.opensource.org/licenses/mit-license.php
  1619. * http://www.gnu.org/licenses/gpl.html
  1620. */
  1621.  
  1622. #fancybox-loading {
  1623. position: fixed;
  1624. top: 50%;
  1625. left: 50%;
  1626. width: 40px;
  1627. height: 40px;
  1628. margin-top: -20px;
  1629. margin-left: -20px;
  1630. cursor: pointer;
  1631. overflow: hidden;
  1632. z-index: 1104;
  1633. display: none;
  1634. }
  1635.  
  1636. #fancybox-loading div {
  1637. position: absolute;
  1638. top: 0;
  1639. left: 0;
  1640. width: 40px;
  1641. height: 480px;
  1642. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1643. }
  1644.  
  1645. #fancybox-overlay {
  1646. position: absolute;
  1647. top: 0;
  1648. left: 0;
  1649. width: 100%;
  1650. z-index: 1100;
  1651. display: none;
  1652. }
  1653.  
  1654. #fancybox-tmp {
  1655. padding: 0;
  1656. margin: 0;
  1657. border: 0;
  1658. overflow: auto;
  1659. display: none;
  1660. }
  1661.  
  1662. #fancybox-wrap {
  1663. position: absolute;
  1664. top: 0;
  1665. left: 0;
  1666. padding: 20px;
  1667. z-index: 1101;
  1668. outline: none;
  1669. display: none;
  1670. }
  1671.  
  1672. #fancybox-outer {
  1673. position: relative;
  1674. width: 100%;
  1675. height: 100%;
  1676. background: #fff;
  1677. }
  1678.  
  1679. #fancybox-content {
  1680. width: 0;
  1681. height: 0;
  1682. padding: 0;
  1683. outline: none;
  1684. position: relative;
  1685. overflow: hidden;
  1686. z-index: 1102;
  1687. border: 0px solid #fff;
  1688. }
  1689.  
  1690. #fancybox-hide-sel-frame {
  1691. position: absolute;
  1692. top: 0;
  1693. left: 0;
  1694. width: 100%;
  1695. height: 100%;
  1696. background: transparent;
  1697. z-index: 1101;
  1698. }
  1699.  
  1700. #fancybox-close {
  1701. position: absolute;
  1702. top: -15px;
  1703. right: -15px;
  1704. width: 30px;
  1705. height: 30px;
  1706. background: transparent url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png') -40px 0px;
  1707. cursor: pointer;
  1708. z-index: 1103;
  1709. display: none;
  1710. }
  1711.  
  1712. #fancybox-error {
  1713. color: #444;
  1714. font: normal 12px/20px Arial;
  1715. padding: 14px;
  1716. margin: 0;
  1717. }
  1718.  
  1719. #fancybox-img {
  1720. width: 100%;
  1721. height: 100%;
  1722. padding: 0;
  1723. margin: 0;
  1724. border: none;
  1725. outline: none;
  1726. line-height: 0;
  1727. vertical-align: top;
  1728. }
  1729.  
  1730. #fancybox-frame {
  1731. width: 100%;
  1732. height: 100%;
  1733. border: none;
  1734. display: block;
  1735. }
  1736.  
  1737. #fancybox-left, #fancybox-right {
  1738. position: absolute;
  1739. bottom: 0px;
  1740. height: 100%;
  1741. width: 35%;
  1742. cursor: pointer;
  1743. outline: none;
  1744. background: transparent url('http://4.bp.blogspot.com/-rCZCkJ9jf9g/TVUf_LLsu3I/AAAAAAAA2sw/Fr5C9eXKqZ4/s1600/blank.gif');
  1745. z-index: 1102;
  1746. display: none;
  1747. }
  1748.  
  1749. #fancybox-left {
  1750. left: 0px;
  1751. }
  1752.  
  1753. #fancybox-right {
  1754. right: 0px;
  1755. }
  1756.  
  1757. #fancybox-left-ico, #fancybox-right-ico {
  1758. position: absolute;
  1759. top: 50%;
  1760. left: -9999px;
  1761. width: 30px;
  1762. height: 30px;
  1763. margin-top: -15px;
  1764. cursor: pointer;
  1765. z-index: 1102;
  1766. display: block;
  1767. }
  1768.  
  1769. #fancybox-left-ico {
  1770. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1771. background-position: -40px -30px;
  1772. }
  1773.  
  1774. #fancybox-right-ico {
  1775. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1776. background-position: -40px -60px;
  1777. }
  1778.  
  1779. #fancybox-left:hover, #fancybox-right:hover {
  1780. visibility: visible; /* IE6 */
  1781. }
  1782.  
  1783. #fancybox-left:hover span {
  1784. left: 20px;
  1785. }
  1786.  
  1787. #fancybox-right:hover span {
  1788. left: auto;
  1789. right: 20px;
  1790. }
  1791.  
  1792. .fancybox-bg {
  1793. position: absolute;
  1794. padding: 0;
  1795. margin: 0;
  1796. border: 0;
  1797. width: 20px;
  1798. height: 20px;
  1799. z-index: 1001;
  1800. }
  1801.  
  1802. #fancybox-bg-n {
  1803. top: -20px;
  1804. left: 0;
  1805. width: 100%;
  1806. background-image: url('http://2.bp.blogspot.com/-VTBTI5bxzLQ/TVUgUxIvGlI/AAAAAAAA2vA/J3-kiuDfwTA/s1600/fancybox-x.png');
  1807. }
  1808.  
  1809. #fancybox-bg-ne {
  1810. top: -20px;
  1811. right: -20px;
  1812. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1813. background-position: -40px -162px;
  1814. }
  1815.  
  1816. #fancybox-bg-e {
  1817. top: 0;
  1818. right: -20px;
  1819. height: 100%;
  1820. background-image: url('http://3.bp.blogspot.com/-wu03ZToOAuQ/TVUgVJETb0I/AAAAAAAA2vI/ycgApj9nmf4/s1600/fancybox-y.png');
  1821. background-position: -20px 0px;
  1822. }
  1823.  
  1824. #fancybox-bg-se {
  1825. bottom: -20px;
  1826. right: -20px;
  1827. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1828. background-position: -40px -182px;
  1829. }
  1830.  
  1831. #fancybox-bg-s {
  1832. bottom: -20px;
  1833. left: 0;
  1834. width: 100%;
  1835. background-image: url('http://2.bp.blogspot.com/-VTBTI5bxzLQ/TVUgUxIvGlI/AAAAAAAA2vA/J3-kiuDfwTA/s1600/fancybox-x.png');
  1836. background-position: 0px -20px;
  1837. }
  1838.  
  1839. #fancybox-bg-sw {
  1840. bottom: -20px;
  1841. left: -20px;
  1842. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1843. background-position: -40px -142px;
  1844. }
  1845.  
  1846. #fancybox-bg-w {
  1847. top: 0;
  1848. left: -20px;
  1849. height: 100%;
  1850. background-image: url('http://3.bp.blogspot.com/-wu03ZToOAuQ/TVUgVJETb0I/AAAAAAAA2vI/ycgApj9nmf4/s1600/fancybox-y.png');
  1851. }
  1852.  
  1853. #fancybox-bg-nw {
  1854. top: -20px;
  1855. left: -20px;
  1856. background-image: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png');
  1857. background-position: -40px -122px;
  1858. }
  1859.  
  1860. #fancybox-title {
  1861. font-family: Helvetica;
  1862. font-size: 12px;
  1863. z-index: 1102;
  1864. }
  1865.  
  1866. .fancybox-title-inside {
  1867. padding-bottom: 10px;
  1868. text-align: center;
  1869. color: #333;
  1870. background: #fff;
  1871. position: relative;
  1872. }
  1873.  
  1874. .fancybox-title-outside {
  1875. padding-top: 10px;
  1876. color: #fff;
  1877. }
  1878.  
  1879. .fancybox-title-over {
  1880. position: absolute;
  1881. bottom: 0;
  1882. left: 0;
  1883. color: #FFF;
  1884. text-align: left;
  1885. }
  1886.  
  1887. #fancybox-title-over {
  1888. padding: 10px;
  1889. background-image: url('http://2.bp.blogspot.com/-gN6VbNFWkRI/TVUgUWY5CzI/AAAAAAAA2uo/pPO5ItQXxco/s1600/fancy_title_over.png');
  1890. display: block;
  1891. }
  1892.  
  1893. .fancybox-title-float {
  1894. position: absolute;
  1895. left: 0;
  1896. bottom: -20px;
  1897. height: 32px;
  1898. }
  1899.  
  1900. #fancybox-title-float-wrap {
  1901. border: none;
  1902. border-collapse: collapse;
  1903. width: auto;
  1904. }
  1905.  
  1906. #fancybox-title-float-wrap td {
  1907. border: none;
  1908. white-space: nowrap;
  1909. }
  1910.  
  1911. #fancybox-title-float-left {
  1912. padding: 0 0 0 15px;
  1913. background: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png') -40px -90px no-repeat;
  1914. }
  1915.  
  1916. #fancybox-title-float-main {
  1917. color: #FFF;
  1918. line-height: 29px;
  1919. font-weight: bold;
  1920. padding: 0 0 3px 0;
  1921. background: url('http://2.bp.blogspot.com/-VTBTI5bxzLQ/TVUgUxIvGlI/AAAAAAAA2vA/J3-kiuDfwTA/s1600/fancybox-x.png') 0px -40px;
  1922. }
  1923.  
  1924. #fancybox-title-float-right {
  1925. padding: 0 0 0 15px;
  1926. background: url('http://2.bp.blogspot.com/-wffeNGTZXZ0/TVUgUpxkRDI/AAAAAAAA2u4/hg-4fHIaxsI/s1600/fancybox.png') -55px -90px no-repeat;
  1927. }
  1928.  
  1929.  
  1930.  
  1931.  
  1932. ]]></b:skin>
  1933.  
  1934. <script type='text/javascript'>
  1935. //<![CDATA[
  1936.  
  1937. function toggleMe(a){
  1938.  
  1939. var e=document.getElementById(a);
  1940.  
  1941. if(!e)return true;
  1942.  
  1943. if(e.style.display=="none"){
  1944.  
  1945. e.style.display="block"
  1946.  
  1947. } else {
  1948.  
  1949. e.style.display="none"
  1950.  
  1951. }
  1952.  
  1953. return true;
  1954.  
  1955. }
  1956.  
  1957. //]]>
  1958. </script>
  1959.  
  1960. <style type='text/css'>
  1961. body {
  1962. background-color:##EFEFEF;
  1963. }
  1964.  
  1965. .rateInfo
  1966. {
  1967. color: #000000;
  1968. font-family: arial, verdana, sans-serif;
  1969. font-size: 80%;
  1970. }
  1971.  
  1972. </style>
  1973.  
  1974. <link href='http://i60.photobucket.com/albums/h8/darkufo_photos/spoilertv1.png' rel='shortcut icon'/>
  1975. <link href='http://i60.photobucket.com/albums/h8/darkufo_photos/spoilertv1.png' rel='icon'/>
  1976.  
  1977. <script type='text/javascript'>
  1978. window.google_analytics_uacct = &quot;UA-383112-5&quot;;
  1979. </script>
  1980.  
  1981.  
  1982.  
  1983. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1984. <meta expr:content='data:blog.pageTitle' property='og:title'/>
  1985. <meta expr:content='data:blog.url' property='og:url'/>
  1986. <b:else/>
  1987. <meta expr:content='data:blog.title' property='og:title'/>
  1988. <meta expr:content='data:blog.url' property='og:url'/>
  1989. </b:if>
  1990. <meta content='SpoilerTV' property='og:site_name'/>
  1991. <meta content='http://3.bp.blogspot.com/-vGhyfrxplPE/TjlE-dAemfI/AAAAAAAA47U/3E4MhzUs1EQ/s400/New%2BSpoilerTV%2BLogo%2BClean%2BSmallcompressed.png' property='og:image'/>
  1992. <meta content='177209699002423' property='fb:app_id'/>
  1993. <meta content='690495378' property='fb:admins'/>
  1994. <meta content='article' property='og:type'/>
  1995.  
  1996.  
  1997. <script src='http://www.spoilerfiles.com/spoilertv/styleswitch.js' type='text/javascript'>
  1998.  
  1999. /***********************************************
  2000. * Style Sheet Switcher v1.1- &#169; Dynamic Drive DHTML code library (www.dynamicdrive.com)
  2001. * This notice MUST stay intact for legal use
  2002. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
  2003. ***********************************************/
  2004.  
  2005. </script>
  2006.  
  2007.  
  2008. </head>
  2009.  
  2010. <body>
  2011.  
  2012.  
  2013. <div id='fb-root'/>
  2014. <script type='text/javascript'>
  2015. //<![CDATA[
  2016. $(document).ready(function() {
  2017. window.fbAsyncInit = function() {
  2018. FB.init({appId: '177209699002423', status: true, cookie: true,
  2019. xfbml: true});
  2020. FB.Event.subscribe('edge.create', function(response) {
  2021. // user clicked like
  2022. var query = FB.Data.query('SELECT like_count FROM link_stat WHERE url="' + window.location + '"'),
  2023. credits = [ 'facebook like', {verb: "awardshowpoint", showname: showlabel, showpoint: 1} ];
  2024. query.wait(function(rows) {
  2025. if ( rows[0].like_count < 2 ) {
  2026. credits.push('firstfbcredit');
  2027. }
  2028. Badgeville.credit( credits );
  2029. });
  2030. });
  2031. };
  2032.  
  2033. (function() {
  2034. var e = document.createElement('script'); e.async = true;
  2035. e.src = document.location.protocol +
  2036. '//connect.facebook.net/en_US/all.js';
  2037. document.getElementById('fb-root').appendChild(e);
  2038. }());
  2039. });
  2040. //]]>
  2041. </script>
  2042. <script type='text/javascript'>
  2043. //<![CDATA[ 
  2044. if (top.location != location) {
  2045. document.body.style.overflowX="hidden";
  2046. }
  2047. //]]>
  2048. </script>
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060. <h1 style='display: none;'>SpoilerTV - TV Spoilers</h1>
  2061. <a name='8991138583'/>
  2062.  
  2063. <div id='body_container'>
  2064.  
  2065.  
  2066.  
  2067.  
  2068. <div id='nav_container'>
  2069. <script type='text/javascript'>
  2070. //<![CDATA[ 
  2071. if (top.location != location) {
  2072. document.getElementById('menu').style.display='none';
  2073. }
  2074. //]]>
  2075. </script>
  2076.  
  2077. <div id='menu1_container'>
  2078.  
  2079. <div style='float:left;padding-top: 12px;padding-left: 2px; padding-bottom: 4px;'>
  2080.  
  2081.  
  2082.  
  2083. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2084. <a class='twitter-share-button' data-count='horizontal' data-related='spoilertvmovies' data-via='SpoilerTV' expr:data-text='data:blog.title' expr:data-url='data:blog.url' href='http://twitter.com/share'>Tweet</a>
  2085. <fb:like expr:href='data:blog.url' font='arial' height='64px' layout='button_count' send='false' show_faces='false' width='60px'/>
  2086. <b:else/>
  2087. <a class='twitter-share-button' data-count='horizontal' data-related='spoilertvmovies' data-via='SpoilerTV' expr:data-text='data:blog.pagename' expr:data-url='data:blog.url' href='http://twitter.com/share'>Tweet</a>
  2088. <fb:like expr:href='data:blog.url' font='arial' height='64px' layout='button_count' send='false' show_faces='false' width='60px'/>
  2089.  
  2090. </b:if>
  2091. <br/>
  2092. <g:plusone callback='plusone_vote' size='medium'/><a class='glue-checkin-widget' data-objectid='topics/blog/spoiler_tv' data-type='horizontal' href='http://getglue.com/topics/blog/spoiler_tv'>Check-in to SpoilerTV on GetGlue</a>
  2093. <div bv_options='{ playerMetaOptions: [ &apos;avatar&apos;, &apos;notifications&apos;, &apos;display_name&apos;, &apos;points&apos; ] }' class='bv_headerTab' style='position: absolute;padding-top: 2px; left:360px; width:330px; z-index:1; margin-top:9px !important;'/>
  2094. </div>
  2095.  
  2096.  
  2097. <div style='float:right'><div style='float:right;padding-right:8px;padding-top:8px;'>
  2098. <a href='http://twitter.com/spoilertv'><img alt='Twitter' border='0' src='http://www.spoilerfiles.com/spoilertv/twitter.png' style='width: 24px; height: 24px;margin-right: 4px;' title='Follow us on Twitter'/></a> <a href='http://www.facebook.com/pages/SpoilerTV/13506767126'><img alt='Facebook' border='0' src='http://www.spoilerfiles.com/spoilertv/facebook.png' style='width: 24px; height: 24px;margin-right: 4px;' title='Be a Fan on Facebook'/></a> <a href='http://feedproxy.google.com/spoilertv'><img alt='RSS' border='0' src='http://www.spoilerfiles.com/spoilertv/rss%20copy.png' style='width: 24px; height: 24px;margin-right: 4px;' title='Subscribe to our RSS Feed'/></a><a href='mailto:darkufo@spoilertv.com'><img alt='Email' border='0' src='http://www.spoilerfiles.com/spoilertv/stvemail.png' style='width: 24px; height: 24px;margin-right: 4px;margin-left: 4px;' title='Send us an Email'/></a><a href='http://spoilertv.tumblr.com'><img alt='Tumblr' border='0' src='http://www.spoilerfiles.com/spoilertv/tumblr-icon.png' style='width: 24px; height: 24px;margin-right: 4px;margin-left: 4px;' title='Tumblr User? Follow Us and we will follow you back'/></a><a href='https://plus.google.com/118345447570915091425' rel='publisher'>
  2099. <img alt='Google+' src='http://www.google.com/images/icons/ui/gprofile_button-32.png' style='width: 24px; height: 24px;' title='Add me to your Google+'/>
  2100. </a>
  2101. </div><br/><br/>
  2102. <script src='http://www.lijit.com/wijitinit?uri=http%3A%2F%2Fwww.lijit.com%2Fusers%2FDarkUFO%2F2&amp;js=1' type='text/javascript'/>
  2103. <style>
  2104. #lwp_sb {
  2105. z-index: 95002;/* this sets the z-index of the Lijit Search Results to be above Google Friend Connect */
  2106. }
  2107. #lwp_ds {
  2108. z-index: 95001;
  2109. }
  2110. #lwp_cloud a {
  2111. color: #454545;
  2112. }
  2113. </style>
  2114. </div>
  2115.  
  2116.  
  2117. <!-- Dropdown Menu --><ul id='menu'>
  2118.  
  2119.  
  2120. <!-- Page Title-->
  2121.  
  2122. <li><a class='sub' href='http://www.spoilertv.com/'><b>Home</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2123.  
  2124. </li>
  2125.  
  2126. <li><a class='sub' href='http://bit.ly/XDKfx'><b>Forum</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2127. </li>
  2128.  
  2129. <li><a class='sub' href=''><b>ABC</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2130.  
  2131. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2132. <ul>
  2133. <li><a href='http://www.spoilertv.com/search/label/Apartment%2023'>Apartment 23</a></li>
  2134. <li><a href='http://www.spoilertv.com/search/label/Body%20Of%20Proof'>Body of Proof</a></li>
  2135. <li><a href='http://www.spoilertv.com/search/label/Castle'>Castle</a></li>
  2136.  
  2137. <li><a href='http://www.spoilertv.com/search/label/Cougartown'>Cougartown</a></li>
  2138. <li><a href='http://www.spoilertv.com/search/label/Desperate%20Housewives'>Desperate Housewives</a></li>
  2139. <li><a href='http://www.spoilertv.com/search/label/Good%20Christian%20Belles'>Good Christian Belles</a></li>
  2140. <li><a href='http://www.spoilertv.com/search/label/Grey%27s%20Anatomy'>Grey&#39;s Anatomy</a></li>
  2141. <li><a href='http://www.spoilertv.com/search/label/Happy%20Endings'>Happy Endings</a></li>
  2142. <li><a href='http://www.spoilertv.com/search/label/Last%20Man%20Standing'>Last Man Standing</a></li>
  2143. <li><a href='http://www.spoilertv.com/search/label/Man%20Up'>Man Up</a></li>
  2144. <li><a href='http://www.spoilertv.com/search/label/Modern%20Family'>Modern Family</a></li>
  2145. <li><a href='http://www.spoilertv.com/search/label/Once%20Upon%20A%20Time'>Once Upon A Time</a></li>
  2146. <li><a href='http://www.spoilertv.com/search/label/Pan%20Am'>Pan Am</a></li>
  2147. <li><a href='http://www.spoilertv.com/search/label/Private%20Practice'>Private Practice</a></li>
  2148. <li><a href='http://www.spoilertv.com/search/label/Revenge'>Revenge</a></li>
  2149. <li><a href='http://www.spoilertv.com/search/label/Rookie%20Blue'>Rookie Blue</a></li>
  2150. <li><a href='http://www.spoilertv.com/search/label/Scandal'>Scandal</a></li>
  2151. <li><a href='http://www.spoilertv.com/search/label/Suburgatory'>Suburgatory</a></li>
  2152. <li><a href='http://www.spoilertv.com/search/label/The%20River'>The River</a></li>
  2153. <li><a href='http://www.spoilertv.com/search/label/Work%20It'>Work It</a></li>
  2154. </ul>
  2155. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2156.  
  2157. </li>
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164. <li><a class='sub' href=''><b>AMC</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2165.  
  2166. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2167. <ul>
  2168. <li><a href='http://www.spoilertv.com/search/label/Breaking%20Bad'>Breaking Bad</a></li>
  2169. <li><a href='http://www.spoilertv.com/search/label/Hell%20On%20Wheels'>Hell on Wheels</a></li>
  2170. <li><a href='http://www.spoilertv.com/search/label/Mad%20Men'>Mad Men</a></li>
  2171. <li><a href='http://www.spoilertv.com/search/label/The%20Killing'>The Killing</a></li>
  2172. <li><a href='http://www.spoilertv.com/search/label/The%20Walking%20Dead'>The Walking Dead</a></li>
  2173. </ul>
  2174. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2175.  
  2176. </li>
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182. <li><a class='sub' href=''><b>CBS</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2183.  
  2184. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2185. <ul>
  2186. <li><a href='http://www.spoilertv.com/search/label/A%20Gifted%20Man'>A Gifted Man</a></li>
  2187. <li><a href='http://www.spoilertv.com/search/label/Blue%20Bloods'>Blue Bloods</a></li>
  2188. <li><a href='http://www.spoilertv.com/search/label/Criminal%20Minds'>Criminal Minds</a></li>
  2189. <li><a href='http://www.spoilertv.com/search/label/CSI%20Las%20Vegas'>CSI: Las Vegas</a></li>
  2190. <li><a href='http://www.spoilertv.com/search/label/CSI%20Miami'>CSI: Miami</a></li>
  2191. <li><a href='http://www.spoilertv.com/search/label/CSI%20NY'>CSI: New York</a></li>
  2192. <li><a href='http://www.spoilertv.com/search/label/Hawaii%205-0'>Hawaii Five-O</a></li>
  2193. <li><a href='http://www.spoilertv.com/search/label/How%20I%20Met%20Your%20Mother'>HIMYM</a></li>
  2194. <li><a href='http://www.spoilertv.com/search/label/How%20To%20Be%20a%20Gentleman'>How To Be A Gentleman</a></li>
  2195. <li><a href='http://www.spoilertv.com/search/label/Mike%20and%20Molly'>Mike and Molly</a></li>
  2196. <li><a href='http://www.spoilertv.com/search/label/NCIS'>NCIS</a></li>
  2197. <li><a href='http://www.spoilertv.com/search/label/NCIS%3A%20Los%20Angeles'>NCIS: Los Angeles</a></li>
  2198. <li><a href='http://www.spoilertv.com/search/label/Person%20of%20Interest'>Person of Interest</a></li>
  2199. <li><a href='http://www.spoilertv.com/search/label/The%202-2'>The 2-2</a></li>
  2200. <li><a href='http://www.spoilertv.com/search/label/The%20Big%20Bang%20Theory'>The Big Bang Theory</a></li>
  2201. <li><a href='http://www.spoilertv.com/search/label/The%20Good%20Wife'>The Good Wife</a></li>
  2202. <li><a href='http://www.spoilertv.com/search/label/The%20Mentalist'>The Mentalist</a></li>
  2203. <li><a href='http://www.spoilertv.com/search/label/Two%20and%20a%20Half%20Men'>Two and Half Men</a></li>
  2204. <li><a href='http://www.spoilertv.com/search/label/Two%20Broke%20Girls'>Two Broke Girls</a></li>
  2205. <li><a href='http://www.spoilertv.com/search/label/Unforgettable'>Unforgettable</a></li>
  2206. </ul>
  2207. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2208.  
  2209. </li>
  2210.  
  2211.  
  2212. <li><a class='sub' href=''><b>CW</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2213.  
  2214. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2215. <ul>
  2216. <li><a href='http://www.spoilertv.com/search/label/90210'>90210</a></li>
  2217. <li><a href='http://www.spoilertv.com/search/label/Gossip%20Girl'>Gossip Girl</a></li>
  2218. <li><a href='http://www.spoilertv.com/search/label/Hart%20of%20Dixie'>Hart of Dixie</a></li>
  2219. <li><a href='http://www.spoilertv.com/search/label/Nikita'>Nikita</a></li>
  2220. <li><a href='http://www.spoilertv.com/search/label/One%20Tree%20Hill'>One Tree Hill</a></li>
  2221. <li><a href='http://www.spoilertv.com/search/label/Ringer'>Ringer</a></li>
  2222. <li><a href='http://www.spoilertv.com/search/label/Secret%20Circle'>Secret Circle</a></li>
  2223. <li><a href='http://www.spoilertv.com/search/label/Supernatural'>Supernatural</a></li>
  2224. <li><a href='http://www.spoilertv.com/search/label/Vampire%20Diaries'>Vampire Diaries</a></li>
  2225. </ul>
  2226. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2227.  
  2228. </li>
  2229.  
  2230.  
  2231. <li><a class='sub' href=''><b>FOX</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2232.  
  2233. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2234. <ul>
  2235. <li><a href='http://www.spoilertv.com/search/label/Alcatraz'>Alcatraz</a></li>
  2236. <li><a href='http://www.spoilertv.com/search/label/Bones'>Bones</a></li>
  2237. <li><a href='http://www.spoilertv.com/search/label/Family%20Guy'>Family Guy</a></li>
  2238. <li><a href='http://www.spoilertv.com/search/label/Fringe'>Fringe</a></li>
  2239. <li><a href='http://www.spoilertv.com/search/label/Glee'>Glee</a></li>
  2240. <li><a href='http://www.spoilertv.com/search/label/House'>House</a></li>
  2241. <li><a href='http://www.spoilertv.com/search/label/I%20Hate%20My%20Teenage%20Daughter'>I Hate My Teenage Daughter</a></li>
  2242. <li><a href='http://www.spoilertv.com/search/label/Raising%20Hope'>Raising Hope</a></li>
  2243. <li><a href='http://www.spoilertv.com/search/label/Terra%20Nova'>Terra Nova</a></li>
  2244. <li><a href='http://www.spoilertv.com/search/label/Finder'>The Finder</a></li>
  2245. <li><a href='http://www.spoilertv.com/search/label/The%20New%20Girl'>The New Girl</a></li>
  2246. <li><a href='http://www.spoilertv.com/search/label/The%20Simpsons'>The Simpsons</a></li>
  2247. </ul>
  2248. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2249.  
  2250. </li>
  2251.  
  2252. <li><a class='sub' href=''><b>FX</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2253.  
  2254. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2255. <ul>
  2256. <li><a href='http://www.spoilertv.com/search/label/American%20Horror%20Story'>American Horror Story</a></li>
  2257. <li><a href='http://www.spoilertv.com/search/label/Archer'>Archer</a></li>
  2258. <li><a href='http://www.spoilertv.com/search/label/It%27s%20Always%20Sunny%20in%20Philadelphia'>It&#39;s Always Sunny in Philadelphia </a></li>
  2259. <li><a href='http://www.spoilertv.com/search/label/Justified'>Justified</a></li>
  2260. <li><a href='http://www.spoilertv.com/search/label/Louie'>Louie</a></li>
  2261. <li><a href='http://www.spoilertv.com/search/label/Sons%20of%20Anarchy'>Sons of Anarchy</a></li>
  2262. <li><a href='http://www.spoilertv.com/search/label/The%20League'>The League</a></li>
  2263. <li><a href='http://www.spoilertv.com/search/label/Unsupervised'>Unsupervised</a></li>
  2264. <li><a href='http://www.spoilertv.com/search/label/Wilfred'>Wilfred</a></li>
  2265. </ul>
  2266. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2267.  
  2268. </li>
  2269.  
  2270. <li><a class='sub' href=''><b>HBO</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2271.  
  2272. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2273. <ul>
  2274. <li><a href='http://www.spoilertv.com/search/label/Boardwalk%20Empire'>Boardwalk Empire</a></li>
  2275. <li><a href='http://www.spoilertv.com/search/label/Bored%20to%20Death'>Bored to Death</a></li>
  2276. <li><a href='http://www.spoilertv.com/search/label/Curb%20Your%20Enthusiasm'>Curb Your Enthusiasm</a></li>
  2277. <li><a href='http://www.spoilertv.com/search/label/Enlightened'>Enlightened</a></li>
  2278. <li><a href='http://www.spoilertv.com/search/label/Game%20of%20Thrones'>Game of Thrones</a></li>
  2279. <li><a href='http://www.spoilertv.com/search/label/Girls'>Girls</a></li>
  2280. <li><a href='http://www.spoilertv.com/search/label/How%20To%20Make%20It%20In%20America'>How To Make It In America</a></li>
  2281. <li><a href='http://www.spoilertv.com/search/label/Hung'>Hung</a></li>
  2282. <li><a href='http://www.spoilertv.com/search/label/Luck'>Luck</a></li>
  2283. <li><a href='http://www.spoilertv.com/search/label/More%20as%20this%20Story%20Develops'>More as this Story Develops</a></li>
  2284. <li><a href='http://www.spoilertv.com/search/label/Treme'>Treme</a></li>
  2285. <li><a href='http://www.spoilertv.com/search/label/True%20Blood'>True Blood</a></li>
  2286. <li><a href='http://www.spoilertv.com/search/label/Veep'>Veep</a></li>
  2287. </ul>
  2288. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2289.  
  2290. </li>
  2291.  
  2292. <li><a class='sub' href=''><b>NBC</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2293.  
  2294. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2295. <ul>
  2296. <li><a href='http://www.spoilertv.com/search/label/30%20Rock'>30 Rock</a></li>
  2297. <li><a href='http://www.spoilertv.com/search/label/Awake'>Awake</a></li>
  2298. <li><a href='http://www.spoilertv.com/search/label/Are%20You%20There%20Vodka%3F%20It%27s%20Me'> Are You There Vodka? It&#39;s Me</a></li>
  2299. <li><a href='http://www.spoilertv.com/search/label/Bent'>Bent</a></li>
  2300. <li><a href='http://www.spoilertv.com/search/label/Chuck'>Chuck</a></li>
  2301. <li><a href='http://www.spoilertv.com/search/label/Community'>Community</a></li>
  2302. <li><a href='http://www.spoilertv.com/search/label/Friends%20With%20Benefits'>Friends with Benefits</a></li>
  2303. <li><a href='http://www.spoilertv.com/search/label/Grimm'>Grimm</a></li>
  2304. <li><a href='http://www.spoilertv.com/search/label/Harrys%20Law'>Harrys Law</a></li>
  2305. <li><a href='http://www.spoilertv.com/search/label/Law%20and%20Order%20SVU'>Law and Order: SVU</a></li>
  2306. <li><a href='http://www.spoilertv.com/search/label/Parenthood'>Parenthood</a></li>
  2307. <li><a href='http://www.spoilertv.com/search/label/Parks%20and%20Recreation'>Parks and Recreation</a></li>
  2308. <li><a href='http://www.spoilertv.com/search/label/Prime%20Suspect'>Prime Suspect</a></li>
  2309. <li><a href='http://www.spoilertv.com/search/label/Smash'>Smash</a></li>
  2310. <li><a href='http://www.spoilertv.com/search/label/The%20Office'>The Office</a></li>
  2311. <li><a href='http://www.spoilertv.com/search/label/Up%20All%20Night'>Up All Night</a></li>
  2312. </ul>
  2313. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2314.  
  2315. </li>
  2316.  
  2317. <li><a class='sub' href=''><b>Syfy</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2318.  
  2319. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2320. <ul>
  2321. <li><a href='http://www.spoilertv.com/search/label/Alphas'>Alphas</a></li>
  2322. <li><a href='http://www.spoilertv.com/search/label/Being%20Human'>Being Human</a></li>
  2323. <li><a href='http://www.spoilertv.com/search/label/Eureka'>Eureka</a></li>
  2324. <li><a href='http://www.spoilertv.com/search/label/Haven'>Haven</a></li>
  2325. <li><a href='http://www.spoilertv.com/search/label/Lost%20Girl'>Lost Girl</a></li>
  2326. <li><a href='http://www.spoilertv.com/search/label/Sanctuary'>Sanctuary</a></li>
  2327. <li><a href='http://www.spoilertv.com/search/label/Warehouse%2013'>Warehouse 13</a></li>
  2328. </ul>
  2329. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2330.  
  2331. </li>
  2332.  
  2333. <li><a class='sub' href=''><b>SHO</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2334.  
  2335. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2336. <ul>
  2337. <li><a href='http://www.spoilertv.com/search/label/Californication'>Californication</a></li>
  2338. <li><a href='http://www.spoilertv.com/search/label/Dexter'>Dexter</a></li>
  2339. <li><a href='http://www.spoilertv.com/search/label/Episodes'>Episodes</a></li>
  2340. <li><a href='http://www.spoilertv.com/search/label/Homeland'>Homeland</a></li>
  2341. <li><a href='http://www.spoilertv.com/search/label/House%20of%20Lies'>House of Lies</a></li>
  2342. <li><a href='http://www.spoilertv.com/search/label/Nurse%20Jackie'>Nurse Jackie</a></li>
  2343. <li><a href='http://www.spoilertv.com/search/label/Shameless'>Shameless</a></li>
  2344. <li><a href='http://www.spoilertv.com/search/label/The%20Big%20C'>The Big C</a></li>
  2345. <li><a href='http://www.spoilertv.com/search/label/The%20Borgias'>The Borgias</a></li>
  2346. <li><a href='http://www.spoilertv.com/search/label/Weeds'>Weeds</a></li>
  2347. </ul>
  2348. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2349.  
  2350. </li>
  2351.  
  2352. <li><a class='sub' href=''><b>TNT</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2353.  
  2354. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2355. <ul>
  2356. <li><a href='http://www.spoilertv.com/search/label/Falling%20Skies'>Falling Skies</a></li>
  2357. <li><a href='http://www.spoilertv.com/search/label/Franklin%20and%20Bash'>Franklin and Bash</a></li>
  2358. <li><a href='http://www.spoilertv.com/search/label/Leverage'>Leverage</a></li>
  2359.  
  2360. <li><a href='http://www.spoilertv.com/search/label/Rizzoli%20and%20Isles'>Rizzoli and Isles</a></li>
  2361. <li><a href='http://www.spoilertv.com/search/label/Southland'>Southland</a></li>
  2362. <li><a href='http://www.spoilertv.com/search/label/The%20Closer'>The Closer</a></li>
  2363. </ul>
  2364. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2365.  
  2366. </li>
  2367.  
  2368. <li><a class='sub' href=''><b>USA</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2369.  
  2370. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2371. <ul>
  2372. <li><a href='http://www.spoilertv.com/search/label/Burn%20Notice'>Burn Notice</a></li>
  2373. <li><a href='http://www.spoilertv.com/search/label/Covert%20Affairs'>Covert Affairs</a></li>
  2374. <li><a href='http://www.spoilertv.com/search/label/Fairly%20Legal'>Fairly Legal</a></li>
  2375. <li><a href='http://www.spoilertv.com/search/label/In%20Plain%20Sight'>In Plain Sight</a></li>
  2376. <li><a href='http://www.spoilertv.com/search/label/Law%20and%20Order%20CI'>Law and Order: CI</a></li>
  2377. <li><a href='http://www.spoilertv.com/search/label/Necessary%20Roughness'>Necessary Roughness</a></li>
  2378. <li><a href='http://www.spoilertv.com/search/label/Psych'>Psych</a></li>
  2379. <li><a href='http://www.spoilertv.com/search/label/Royal%20Pains'>Royal Pains</a></li>
  2380. <li><a href='http://www.spoilertv.com/search/label/Suits'>Suits</a></li>
  2381. <li><a href='http://www.spoilertv.com/search/label/White%20Collar'>White Collar</a></li>
  2382. </ul>
  2383. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2384.  
  2385. </li>
  2386.  
  2387.  
  2388.  
  2389. <li><a class='sub' href=''><b>Reality</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2390.  
  2391. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2392. <ul>
  2393. <li><a href='http://www.spoilertv.com/search/label/American%20Idol'>American Idol</a></li>
  2394. <li><a href='http://www.spoilertv.com/search/label/Big%20Brother'>Big Brother</a></li>
  2395. <li><a href='http://www.spoilertv.com/search/label/Dancing%20with%20the%20Stars'>Dancing with the Stars</a></li>
  2396. <li><a href='http://www.spoilertv.com/search/label/H8R'>H8R</a></li>
  2397. <li><a href='http://www.spoilertv.com/search/label/Survivor'>Survivor</a></li>
  2398. <li><a href='http://www.spoilertv.com/search/label/Survivor%20Nicaragua'>Survivor Nicaragua</a></li>
  2399. <li><a href='http://www.spoilertv.com/search/label/Survivor%20Redemption%20Island'>Survivor Redemption Island</a></li>
  2400. <li><a href='http://www.spoilertv.com/search/label/The%20Amazing%20Race'>The Amazing Race</a></li>
  2401. <li><a href='http://www.spoilertv.com/search/label/The%20X%20Factor'>The X Factor</a></li>
  2402. </ul>
  2403. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2404.  
  2405. </li>
  2406.  
  2407.  
  2408.  
  2409. <li><a class='sub' href=''><b>Misc Shows</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2410.  
  2411. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2412. <ul>
  2413. <li><a href='http://www.spoilertv.com/search/label/Army%20Wives'>Army Wives</a></li>
  2414. <li><a href='http://www.spoilertv.com/search/label/Being%20Erica'>Being Erica</a></li>
  2415. <li><a href='http://www.spoilertv.com/search/label/Damages'>Damages</a></li>
  2416. <li><a href='http://www.spoilertv.com/search/label/Doctor%20Who'>Doctor Who</a></li>
  2417. <li><a href='http://www.spoilertv.com/search/label/King'>King</a></li>
  2418. <li><a href='http://www.spoilertv.com/search/label/Make%20It%20or%20Break%20It'>Make It or Break It</a></li>
  2419. <li><a href='http://www.spoilertv.com/search/label/Merlin'>Merlin</a></li>
  2420. <li><a href='http://www.spoilertv.com/search/label/Misfits'>Misfits</a></li>
  2421. <li><a href='http://www.spoilertv.com/search/label/Pretty%20Little%20Liars'>Pretty Little Liars</a></li>
  2422. <li><a href='http://www.spoilertv.com/search/label/Spartacus'>Spartacus</a></li>
  2423. <li><a href='http://www.spoilertv.com/search/label/Switched%20at%20Birth'>Switched at Birth</a></li>
  2424. <li><a href='http://www.spoilertv.com/search/label/Teen%20Wolf'>Teen Wolf</a></li>
  2425. <li><a href='http://www.spoilertv.com/search/label/The%20Glades'>The Glades</a></li>
  2426. <li><a href='http://www.spoilertv.com/search/label/The%20Lying%20Game'>The Lying Game</a></li>
  2427. <li><a href='http://www.spoilertv.com/search/label/Torchwood'>Torchwood</a></li>
  2428. <li><a href='http://www.spoilertv.com/search/label/The%20Secret%20Life%20of%20the%20American%20Teenager'>TSLOTAT</a></li>
  2429. </ul>
  2430. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2431.  
  2432. </li>
  2433.  
  2434.  
  2435. <li><a class='sub' href=''><b>Features</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2436.  
  2437. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2438. <ul>
  2439. <li><a href='http://www.spoilertv.com/search/label/2011%20Character%20Cup'>2011 Character Cup Competition </a></li>
  2440. <li><a href='http://www.spoilertv.com/search/label/Adam%27s%20TV%20Teasers'>Adam&#39;s TV Teasers</a></li>
  2441. <li><a href='http://www.spoilertv.com/2011/04/announcing-spoilertv-app-for-android.html'>Android, iPhone and iPad Apps</a></li>
  2442. <li><a href='http://bit.ly/qB3kTH'>Cancellation Prediction Table</a></li>
  2443. <li><a href='http://www.spoilertv.com/search/label/Cancelled%20Shows'>Cancelled/Finished Shows</a></li>
  2444. <li><a href='http://www.spoilertv.com/search/label/Comic-Con'>Comic-Con</a></li>
  2445. <li><a href='http://bit.ly/pddBbp'>Development Watchlist</a></li>
  2446. <li><a href='http://www.spoilertv.com/search/label/Giveaways'>Giveaways</a></li>
  2447. <li><a href='http://www.spoilertv.com/search/label/ICYMI'>In Case You Missed It</a></li>
  2448. <li><a href='http://www.spoilertv.com/search/label/Pilot%20Shows'>Pilot Shows</a></li>
  2449. <li><a href='http://www.spoilertv.com/search/label/Podcast'>Podcast (Website)</a></li>
  2450. <li><a href='http://itunes.apple.com/us/podcast/spoilertv-tv-movies-podcast/id434078280'>Podcast (iTunes)</a></li>
  2451. <li><a href='http://www.spoilertv.com/search/label/Polls'>Polls (all)</a></li>
  2452. <li><a href='http://goo.gl/pfVve'>Premiere and Finale Dates</a></li>
  2453. <li><a href='http://www.spoilertv.com/search/label/Ratings'>Ratings News</a></li>
  2454. <li><a href='http://www.spoilertv.com/search/label/Recaps'>Recaps</a></li>
  2455. <li><a href='http://www.spoilertv.com/p/video-players.html'>Show Specific Video Players</a></li>
  2456. <li><a href='http://www.spoilertv.com/search/label/SpoilerTV%20Article'>SpoilerTV Articles</a></li>
  2457. <li><a href='http://www.spoilertv.com/2011/09/stv-trailer-winner-announced.html'>SpoilerTV Trailer Winner</a></li>
  2458. <li><a href='http://bit.ly/ilorzB'>Twitter Portal Page</a></li>
  2459. </ul>
  2460. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2461.  
  2462. </li>
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469. <li><a class='sub' href='http://www.movies.spoilertv.com/'><b>Movies</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2470.  
  2471. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2472. <ul>
  2473. <li><a href='http://www.movies.spoilertv.com/search/label/Box%20Office'>Box Office</a></li>
  2474. <li><a href='http://www.movies.spoilertv.com/search/label/Industry%20News'>Industry News</a></li>
  2475. <li><a href='http://www.movies.spoilertv.com/search/label/Poster'>Posters</a></li>
  2476. <li><a href='http://www.movies.spoilertv.com/search/label/Promotional%20Photos'>Promotional Stills</a></li>
  2477. <li><a href='http://www.movies.spoilertv.com/search/label/Release%20Dates'>Release Dates</a></li>
  2478. <li><a href='http://www.movies.spoilertv.com/search/label/Reviews'>Reviews</a></li>
  2479. <li><a href='http://www.movies.spoilertv.com/search/label/Set%20Photos'>Set Photos</a></li>
  2480. <li><a href='http://www.movies.spoilertv.com/search/label/Trailers'>Trailers</a></li>
  2481. </ul>
  2482. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2483.  
  2484. </li>
  2485.  
  2486.  
  2487.  
  2488.  
  2489. <li><a class='sub' href=''><b>Help</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2490.  
  2491. <!--[if lte IE 6]><table><tr><td><![endif]-->
  2492. <ul>
  2493. <li><a href='http://www.spoilertv.com/p/about-spoilertv.html'>About Us</a></li>
  2494. <li><a href='http://www.affiliates.spoilertv.com/'>Affiliates</a></li>
  2495. <li><a href='http://www.spoilertv.com/p/banner-gallery.html'>Banner Gallery</a></li>
  2496. <li><a href='http://www.addthis.com/bookmark.php'>Bookmark Us</a></li>
  2497. <li><a href='mailto:darkufo@spoilertv.com'>Contact Us</a></li>
  2498. <li><a class='sub optionpop' href='#options' id='inline'>Customize Site</a></li>
  2499. <li><a href='http://www.spoilertv.com/p/getting-most-from-spoilertv.html'>FAQ - Help</a></li>
  2500. <li><a href='http://www.spoilertv.com/p/meet-team.html'>Meet the Team</a></li>
  2501. <li><a href='http://www.spoilertv.com/2011/02/please-fill-out-this-short-spoilertv.html'>Send us your Feedback</a></li>
  2502. <li><a href='http://www.spoilertv.com/p/rss-and-twitter-feeds.html'>Twitter and RSS Feeds</a></li>
  2503. </ul>
  2504. <!--[if lte IE 6]></td></tr></table></a><![endif]-->
  2505.  
  2506. </li>
  2507.  
  2508. <li><a class='sub' href='javascript:void( window.open(&apos;http://www.jotform.com/form/81923504397&apos;, &apos;blank&apos;,&apos;scrollbars=yes,toolbar=no,width=700,height=370&apos;))' style='color:yellow !important;'><b>Submit Scoop</b><!--[if gte IE 7]><!--></a><!--<![endif]-->
  2509. </li>
  2510.  
  2511. </ul> <!-- /menu1 -->
  2512.  
  2513. </div> <!-- /menu1_container -->
  2514.  
  2515.  
  2516. </div><!-- /nav_container -->
  2517.  
  2518.  
  2519. <div class='xpd-ele xpd-ele-1' id='xpd-ele-1'>
  2520. <div id='header_container' onclick='location.href = &quot;http://www.spoilertv.com&quot;' style='cursor: pointer;'>
  2521.  
  2522.  
  2523. </div>
  2524. </div> <!-- /header_container -->
  2525. <script type='text/javascript'>
  2526. //<![CDATA[ 
  2527. if (top.location != location) {
  2528. document.getElementById('header_container').style.display='none';
  2529. }
  2530. //]]>
  2531. </script>
  2532.  
  2533. <script type='text/javascript'>
  2534. //<![CDATA[ 
  2535.  
  2536. cs = xCookie.get('xpd-list');
  2537. var stvcookie = cs.split( "," );
  2538. if (stvcookie[2] == "false")
  2539. {
  2540. document.getElementById("xpd-ele-1").style.display='none';
  2541. }
  2542.  
  2543.  
  2544. //]]>&#160;
  2545. </script>
  2546.  
  2547.  
  2548. <script type='text/javascript'>
  2549. //<![CDATA[ 
  2550. checkBannerCookie();
  2551. //]]>
  2552. </script>
  2553.  
  2554.  
  2555.  
  2556. <div id='content-wrapper'>
  2557.  
  2558. <div id='icon-wrapper'>
  2559. <b:section class='iconmain' id='iconmain' showaddelement='yes'/>
  2560. </div>
  2561.  
  2562.  
  2563. <div id='main-wrapper'>
  2564. <b:section class='main' id='main' showaddelement='no'>
  2565. <b:widget id='HTML4' locked='false' title='' type='HTML'>
  2566. <b:includable id='main'>
  2567. <!-- only display title if it's non-empty -->
  2568. <b:if cond='data:title != &quot;&quot;'>
  2569. <h2 class='title'><data:title/></h2>
  2570. </b:if>
  2571. <div class='widget-content'>
  2572. <data:content/>
  2573. </div>
  2574.  
  2575. <script type='text/javascript'>
  2576. //<![CDATA[ 
  2577. if (top.location != location) {
  2578. document.getElementById('HTML4').style.display='none';
  2579. }
  2580. //]]>
  2581. </script>
  2582.  
  2583. </b:includable>
  2584. </b:widget>
  2585. <b:widget id='HTML5' locked='false' title='' type='HTML'>
  2586. <b:includable id='main'>
  2587. <div class='xpd-ele xpd-ele-0' id='xpd-ele-0'>
  2588.  
  2589.  
  2590.  
  2591.  
  2592. <!-- only display title if it's non-empty -->
  2593. <b:if cond='data:title != &quot;&quot;'>
  2594. <h2 class='title'><data:title/></h2>
  2595. </b:if>
  2596. <div class='widget-content'>
  2597. <data:content/>
  2598. </div>
  2599. </div>
  2600.  
  2601. <script type='text/javascript'>
  2602. //<![CDATA[ 
  2603. if (top.location != location) {
  2604. document.getElementById('HTML5').style.display='none';
  2605. }
  2606. //]]>
  2607. </script>
  2608.  
  2609. <script type='text/javascript'>
  2610. //<![CDATA[ 
  2611.  
  2612. cs = xCookie.get('xpd-list');
  2613. var stvcookie = cs.split( "," );
  2614. if (stvcookie[0] == "false")
  2615. {
  2616. document.getElementById("xpd-ele-0").style.display='none';
  2617. }
  2618.  
  2619. //]]>&#160;
  2620. </script>
  2621.  
  2622. </b:includable>
  2623. </b:widget>
  2624. <b:widget id='HTML12' locked='false' title='' type='HTML'>
  2625. <b:includable id='main'>
  2626. <!-- only display title if it's non-empty -->
  2627. <b:if cond='data:title != &quot;&quot;'>
  2628. <h2 class='title'><data:title/></h2>
  2629. </b:if>
  2630. <div class='widget-content'>
  2631. <data:content/>
  2632. </div>
  2633.  
  2634.  
  2635. </b:includable>
  2636. </b:widget>
  2637. <b:widget id='HTML9' locked='false' title='' type='HTML'>
  2638. <b:includable id='main'>
  2639. <!-- only display title if it's non-empty -->
  2640. <b:if cond='data:title != &quot;&quot;'>
  2641. <h2 class='title'><data:title/></h2>
  2642. </b:if>
  2643. <div class='widget-content'>
  2644. <data:content/>
  2645. </div>
  2646.  
  2647.  
  2648. </b:includable>
  2649. </b:widget>
  2650. <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'>
  2651. <b:includable id='nextprev'>
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657. <div id='blog-pager'>
  2658.  
  2659. <span class='new_articles'>
  2660. <b:if cond='data:newerPageUrl'>
  2661. <a expr:href='data:newerPageUrl' expr:title='data:newerPageTitle' id='blog-pager-newer-link'>Newer Articles</a>
  2662. </b:if>
  2663. </span>
  2664.  
  2665.  
  2666. <span class='old_articles'>
  2667. <b:if cond='data:olderPageUrl'>
  2668. <a expr:href='data:olderPageUrl' expr:title='data:olderPageTitle' id='blog-pager-older-link'>More Articles</a>
  2669. </b:if>
  2670. </span>
  2671.  
  2672. </div>
  2673. <div class='clear'/>
  2674. </b:includable>
  2675. <b:includable id='shareButtons' var='post'>
  2676. <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>
  2677. </b:includable>
  2678. <b:includable id='backlinks' var='post'>
  2679.  
  2680. </b:includable>
  2681. <b:includable id='mobile-main' var='top'>
  2682. <!-- posts -->
  2683. <div class='blog-posts hfeed'>
  2684.  
  2685. <b:include data='top' name='status-message'/>
  2686.  
  2687. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2688. <b:loop values='data:posts' var='post'>
  2689. <b:include data='post' name='mobile-index-post'/>
  2690. </b:loop>
  2691. <b:else/>
  2692. <b:loop values='data:posts' var='post'>
  2693. <b:include data='post' name='mobile-post'/>
  2694. </b:loop>
  2695. </b:if>
  2696. </div>
  2697.  
  2698. <b:include name='mobile-nextprev'/>
  2699. </b:includable>
  2700. <b:includable id='post' var='post'>
  2701. <div class='post uncustomized-post-template'>
  2702. <a expr:name='data:post.id'/>
  2703. <b:if cond='data:post.title'>
  2704. <h3 class='post-title'>
  2705. <b:if cond='data:post.url'>
  2706.  
  2707. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2708. <a class='linkpop' expr:href='data:post.url'><img align='bottom' alt='Click to launch in popup' src='http://2.bp.blogspot.com/-6OBy9qhY-Ho/TVU6nrf09VI/AAAAAAAA2vQ/tzWMIQt0tao/s1600/icon_app_cate_tv-48d54ef4-8872-47c2-8765-7078b1e0fea9.gif' style='padding: 0px 0px 0px 0px; width:14px; height:14px;' title='Click to launch in popup'/></a>
  2709. <b:else/>
  2710. </b:if>
  2711.  
  2712. <a expr:href='data:post.url'><data:post.title/></a>
  2713.  
  2714. <br/>
  2715.  
  2716. <span class='post-author'>
  2717. <b:if cond='data:top.showAuthor'>
  2718. <data:top.authorLabel/> <data:post.author/>
  2719. </b:if>
  2720. </span>
  2721.  
  2722. <span class='post-timestamp'>
  2723. <data:top.timestampLabel/>
  2724. <data:post.timestamp/>
  2725. </span>
  2726.  
  2727. <!-- +disqus -->
  2728. <a class='post-newcommentlink dsq-comment-count comment-link commentslink' expr:href='data:post.url + &quot;#disqus_thread&quot;'/>
  2729. <!-- -disqus -->
  2730.  
  2731.  
  2732. <br/>
  2733.  
  2734. <span class='post-newlabels' id='bvpostlabels'>
  2735. <b:if cond='data:post.labels'>
  2736. Labels:
  2737. <b:loop values='data:post.labels' var='label'>
  2738. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  2739. </b:loop>
  2740.  
  2741.  
  2742.  
  2743. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2744.  
  2745. <b:else/>
  2746.  
  2747.  
  2748.  
  2749. <script type='text/javascript'>
  2750. //<![CDATA[ 
  2751. var anchors = document.getElementById('bvpostlabels').getElementsByTagName('a');
  2752. var showlabel = 'NO SHOW';
  2753.  
  2754. if (anchors.length==1)
  2755. {
  2756. showlabel = anchors[0].textContent;
  2757. }
  2758.  
  2759. if (anchors.length==2)
  2760. {
  2761.  
  2762. if (anchors[1].textContent == 'Polls')
  2763. {
  2764. showlabel = anchors[0].textContent;
  2765. }
  2766. if (anchors[0].textContent == 'Polls')
  2767. {
  2768. showlabel = anchors[1].textContent;
  2769. }
  2770.  
  2771. if (anchors[1].textContent == 'Comic-Con')
  2772. {
  2773. showlabel = anchors[0].textContent;
  2774. }
  2775.  
  2776. if (anchors[0].textContent == 'Comic-Con')
  2777. {
  2778. showlabel = anchors[1].textContent;
  2779. }
  2780.  
  2781. if (anchors[1].textContent == 'SpoilerTV Article')
  2782. {
  2783. showlabel = anchors[0].textContent;
  2784. }
  2785.  
  2786. if (anchors[0].textContent == 'SpoilerTV Article')
  2787. {
  2788. showlabel = anchors[1].textContent;
  2789. }
  2790.  
  2791. if (anchors[1].textContent == 'Recaps')
  2792. {
  2793. showlabel = anchors[0].textContent;
  2794. }
  2795.  
  2796. if (anchors[0].textContent == 'Recaps')
  2797. {
  2798. showlabel = anchors[1].textContent;
  2799. }
  2800. if (anchors[1].textContent == 'Reviews')
  2801. {
  2802. showlabel = anchors[0].textContent;
  2803. }
  2804.  
  2805. if (anchors[0].textContent == 'Reviews')
  2806. {
  2807. showlabel = anchors[1].textContent;
  2808. }
  2809. }
  2810.  
  2811.  
  2812. //]]>
  2813. </script>
  2814. </b:if>
  2815.  
  2816. </b:if>
  2817.  
  2818.  
  2819.  
  2820. </span>
  2821.  
  2822. <b:else/>
  2823. <data:post.title/>
  2824. </b:if>
  2825. </h3>
  2826. </b:if>
  2827.  
  2828.  
  2829. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2830. <b:else/>
  2831. <div class='post-body'>
  2832. <p><data:post.body/></p>
  2833. <b:if cond='data:post.hasJumpLink'>
  2834. <div class='jump-link'>
  2835. <a expr:href='data:post.url + &quot;#more&quot;'><data:post.jumpText/></a>
  2836. </div>
  2837. </b:if>
  2838. <div style='clear: both;'/> <!-- clear for photos floats -->
  2839. </div>
  2840. </b:if>
  2841.  
  2842.  
  2843. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  2844. <b:else/>
  2845. <div id='postfooterads'>
  2846.  
  2847. <center>
  2848.  
  2849. </center>
  2850.  
  2851. </div>
  2852. </b:if>
  2853.  
  2854.  
  2855. <div style='clear: left; padding: 0px;'/>
  2856.  
  2857. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2858.  
  2859. <div id='post_bottom_bar'>
  2860.  
  2861. <span class='comment_bmark_link'>
  2862.  
  2863. </span>
  2864.  
  2865. </div>
  2866. <div style='clear: left; padding: 0px;'/>
  2867. </b:if>
  2868.  
  2869.  
  2870. <div class='post-footer'>
  2871.  
  2872.  
  2873. <p class='post-footer-line post-footer-line-1'>
  2874.  
  2875.  
  2876. <!-- backlinks -->
  2877. <span class='post-backlinks post-comment-link'>
  2878. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2879. <b:if cond='data:post.showBacklinks'>
  2880. <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;'><data:top.backlinkLabel/></a>
  2881. </b:if>
  2882. </b:if>
  2883. </span>
  2884.  
  2885. <span class='post-icons'>
  2886.  
  2887.  
  2888.  
  2889. </span>
  2890. </p>
  2891.  
  2892. <p class='post-footer-line post-footer-line-2'>
  2893.  
  2894. </p>
  2895.  
  2896. <p class='post-footer-line post-footer-line-3'/>
  2897.  
  2898.  
  2899.  
  2900.  
  2901. </div>
  2902. </div>
  2903. </b:includable>
  2904. <b:includable id='status-message'>
  2905. <b:if cond='data:navMessage'>
  2906. <div class='status-msg-wrap'>
  2907. <div class='status-msg-body'>
  2908. <data:navMessage/>
  2909. </div>
  2910. <div class='status-msg-border'>
  2911. <div class='status-msg-bg'>
  2912. <div class='status-msg-hidden'><data:navMessage/></div>
  2913. </div>
  2914. </div>
  2915. </div>
  2916. <div style='clear: both;'/>
  2917. </b:if>
  2918. </b:includable>
  2919. <b:includable id='comment-form' var='post'>
  2920. </b:includable>
  2921. <b:includable id='backlinkDeleteIcon' var='backlink'>
  2922. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  2923. <a expr:href='data:backlink.deleteUrl' title='Delete Backlink'>
  2924. <span class='delete-comment-icon'>&#160;</span>
  2925. </a>
  2926. </span>
  2927. </b:includable>
  2928. <b:includable id='mobile-nextprev'>
  2929. <div class='blog-pager' id='blog-pager'>
  2930. <b:if cond='data:newerPageUrl'>
  2931. <div class='mobile-link-button' id='blog-pager-newer-link'>
  2932. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
  2933. </div>
  2934. </b:if>
  2935.  
  2936. <b:if cond='data:olderPageUrl'>
  2937. <div class='mobile-link-button' id='blog-pager-older-link'>
  2938. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
  2939. </div>
  2940. </b:if>
  2941.  
  2942. <div class='mobile-link-button' id='blog-pager-home-link'>
  2943. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  2944. </div>
  2945.  
  2946. <div class='mobile-desktop-link'>
  2947. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  2948. </div>
  2949.  
  2950. </div>
  2951. <div class='clear'/>
  2952. </b:includable>
  2953. <b:includable id='mobile-post' var='post'>
  2954. <div class='date-outer'>
  2955. <b:if cond='data:post.dateHeader'>
  2956. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  2957. </b:if>
  2958. <div class='date-posts'>
  2959. <div class='post-outer'>
  2960.  
  2961. <div class='post hentry uncustomized-post-template'>
  2962. <a expr:name='data:post.id'/>
  2963. <b:if cond='data:post.title'>
  2964. <h3 class='post-title entry-title'>
  2965. <b:if cond='data:post.link'>
  2966. <a expr:href='data:post.link'><data:post.title/></a>
  2967. <b:else/>
  2968. <b:if cond='data:post.url'>
  2969. <b:if cond='data:blog.url != data:post.url'>
  2970. <a expr:href='data:post.url'><data:post.title/></a>
  2971. <b:else/>
  2972. <data:post.title/>
  2973. </b:if>
  2974. <b:else/>
  2975. <data:post.title/>
  2976. </b:if>
  2977. </b:if>
  2978. </h3>
  2979. </b:if>
  2980.  
  2981. <div class='post-header'>
  2982. <div class='post-header-line-1'/>
  2983. </div>
  2984.  
  2985. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
  2986. <data:post.body/>
  2987. <div style='clear: both;'/> <!-- clear for photos floats -->
  2988. </div>
  2989.  
  2990. <div class='post-footer'>
  2991. <div class='post-footer-line post-footer-line-1'>
  2992. <span class='post-author vcard'>
  2993. <b:if cond='data:top.showAuthor'>
  2994. <b:if cond='data:post.authorProfileUrl'>
  2995. <span class='fn'>
  2996. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  2997. <data:post.author/>
  2998. </a>
  2999. </span>
  3000. <b:else/>
  3001. <span class='fn'><data:post.author/></span>
  3002. </b:if>
  3003. </b:if>
  3004. </span>
  3005.  
  3006. <span class='post-timestamp'>
  3007. <b:if cond='data:top.showTimestamp'>
  3008. <data:top.timestampLabel/>
  3009. <b:if cond='data:post.url'>
  3010. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
  3011. </b:if>
  3012. </b:if>
  3013. </span>
  3014.  
  3015. <span class='post-comment-link'>
  3016. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  3017. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  3018. <b:if cond='data:post.allowComments'>
  3019. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  3020. </b:if>
  3021. </b:if>
  3022. </b:if>
  3023. </span>
  3024. </div>
  3025.  
  3026. <div class='post-footer-line post-footer-line-2'>
  3027. <b:if cond='data:top.showMobileShare'>
  3028. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  3029. <a href='javascript:void(0);'><data:shareMsg/></a>
  3030. </div>
  3031. </b:if>
  3032. <b:if cond='data:top.showDummy'>
  3033. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  3034. </b:if>
  3035. </div>
  3036.  
  3037. </div>
  3038. </div>
  3039.  
  3040. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  3041. <b:include data='post' name='comments'/>
  3042. </b:if>
  3043. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  3044. <b:include data='post' name='comments'/>
  3045. </b:if>
  3046. </div>
  3047. </div>
  3048. </div>
  3049. </b:includable>
  3050. <b:includable id='postQuickEdit' var='post'>
  3051. </b:includable>
  3052. <b:includable id='main' var='top'>
  3053. <!-- posts -->
  3054. <div id='blog-posts'>
  3055. <b:loop values='data:posts' var='post'>
  3056.  
  3057.  
  3058. <div style='float:right; margin-left:5px;padding-top:0px;padding-right:5px;'>
  3059.  
  3060. <div>
  3061. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  3062.  
  3063.  
  3064.  
  3065. <b:else/>
  3066.  
  3067. <!-- AddThis Button BEGIN -->
  3068.  
  3069. <div class='addthis_toolbox addthis_default_style '>
  3070. <a class='addthis_button_facebook'/>
  3071. <a class='addthis_button_tumblr'/>
  3072. <a class='addthis_button_reddit'/>
  3073. <a class='addthis_button_stumbleupon'/>
  3074. <a class='addthis_button_blogger'/>
  3075. </div>
  3076. <script type='text/javascript'>var addthis_config = {&quot;data_track_clickback&quot;:false};var addthis_config = {ui_click: true};</script>
  3077. <script src='http://s7.addthis.com/js/250/addthis_widget.js#pubid=DarkUFO' type='text/javascript'/>
  3078. <!-- AddThis Button END -->
  3079. </b:if>
  3080. </div>
  3081. </div>
  3082.  
  3083.  
  3084. <b:include data='post' name='post'/>
  3085. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  3086. <b:if cond='data:post.allowComments'>
  3087. <b:include data='post' name='comments'/>
  3088. <b:include data='post' name='comment-form'/>
  3089. </b:if>
  3090. </b:if>
  3091.  
  3092. </b:loop>
  3093. </div>
  3094.  
  3095. <!-- navigation -->
  3096. <b:include name='nextprev'/>
  3097.  
  3098. <!-- feed links -->
  3099. <b:include name='feedLinks'/>
  3100. </b:includable>
  3101. <b:includable id='commentDeleteIcon' var='comment'>
  3102. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  3103. <a expr:href='data:comment.deleteUrl' title='Delete Comment'>
  3104. <span class='delete-comment-icon'>&#160;</span>
  3105. </a>
  3106. </span>
  3107. </b:includable>
  3108. <b:includable id='feedLinks'>
  3109. </b:includable>
  3110. <b:includable id='mobile-index-post' var='post'>
  3111. <b:if cond='data:post.dateHeader'>
  3112. <div class='mobile-index-date'>
  3113. <div class='date-header'>
  3114. <span><data:post.dateHeader/></span>
  3115. </div>
  3116. </div>
  3117. </b:if>
  3118.  
  3119. <div class='mobile-post-outer'>
  3120. <div class='mobile-index-title-outer'>
  3121. <h3 class='mobile-index-title entry-title'>
  3122. <a href='javascript:void(0)'><data:post.title/></a>
  3123. </h3>
  3124. </div>
  3125.  
  3126. <div>
  3127. <div class='mobile-index-arrow'>
  3128. <a href='javascript:void(0)'>&amp;rsaquo;</a>
  3129. </div>
  3130.  
  3131. <div class='mobile-post-contents'>
  3132. <b:if cond='data:post.thumbnailUrl'>
  3133. <div class='mobile-index-thumbnail'>
  3134. <div class='Image'>
  3135. <img expr:src='data:post.thumbnailUrl'/>
  3136. </div>
  3137. </div>
  3138. </b:if>
  3139.  
  3140. <div class='post-body'>
  3141. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  3142. </div>
  3143. </div>
  3144. <div style='clear: both;'/>
  3145. </div>
  3146.  
  3147.  
  3148. </div>
  3149. </b:includable>
  3150. <b:includable id='feedLinksBody' var='links'>
  3151. </b:includable>
  3152. <b:includable id='comments' var='post'>
  3153. <br/>
  3154. <span class='twitterupdate'><span class='announce'>
  3155. <span style='font-size:85%;'>
  3156. <img border='0' src='http://3.bp.blogspot.com/-vGhyfrxplPE/TjlE-dAemfI/AAAAAAAA47U/3E4MhzUs1EQ/s400/New%2BSpoilerTV%2BLogo%2BClean%2BSmallcompressed.png' style='float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 48px; height: 48px;'/><b>NOTE:</b> Name-calling, personal attacks, spamming, excessive self-promotion, condescending pomposity, general assiness, racism, sexism, any-other-ism, homophobia, acrophobia, and destructive (versus constructive) criticism will get you BANNED from the party. If you have a problem with a comment, <b>DO NOT REPLY TO IT</b>. Click the Flag link under the comment and let the moderators deal with it.<br/>
  3157. </span></span></span> <br/>
  3158. <!-- +disqus -->
  3159.  
  3160. <div id='disqus_thread'/>
  3161. <script type='text/javascript'>
  3162. var disqus_url = &#39;<data:post.url/>&#39;;
  3163. var disqus_title = &#39;<data:post.title/>&#39;;
  3164. </script>
  3165. <script src='http://disqus.com/forums/spoilertvhome/embed.js' type='text/javascript'/>
  3166. <noscript><a expr:href='&quot;http://spoilertvhome.disqus.com/?url=&quot; + data:post.url'>View the entire comment thread.</a></noscript>
  3167. <a class='dsq-brlink' expr:href='&quot;http://disqus.com&quot;'>blog comments powered by <span class='logo-disqus'>Disqus</span></a>
  3168.  
  3169. <!-- -disqus -->
  3170.  
  3171.  
  3172. <div id='ob-root'/>
  3173.  
  3174. </b:includable>
  3175. </b:widget>
  3176. <b:widget id='HTML2' locked='false' title='' type='HTML'>
  3177. <b:includable id='main'>
  3178. <!-- only display title if it's non-empty -->
  3179. <b:if cond='data:title != &quot;&quot;'>
  3180. <h2 class='title'><data:title/></h2>
  3181. </b:if>
  3182. <div class='widget-content'>
  3183. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  3184.  
  3185. <b:else/>
  3186. <data:content/>
  3187.  
  3188. </b:if>
  3189.  
  3190. </div>
  3191.  
  3192.  
  3193. </b:includable>
  3194. </b:widget>
  3195. </b:section>
  3196. </div>
  3197.  
  3198. <script id='deferedjs' type='text/javascript'>
  3199. var b = document.createElement(&#39;script&#39;);
  3200. b.type = &#39;text/javascript&#39;;
  3201. b.src = (&#39;http://platform.twitter.com/widgets.js&#39;);
  3202. var a=document.getElementById(&quot;deferedjs&quot;);
  3203. a.parentNode.insertBefore(b,a);
  3204. </script>
  3205.  
  3206.  
  3207. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  3208.  
  3209. <b:else/>
  3210.  
  3211. <script type='text/javascript'>
  3212. if(document.location.protocol==&#39;http:&#39;){
  3213. var Tynt=Tynt||[];Tynt.push(&#39;bSPdTq0t4r3Pk4ab7jrHcU&#39;);Tynt.i={&quot;ap&quot;:&quot;Taken from: SpoilerTV&quot;};
  3214. (function(){var s=document.createElement(&#39;script&#39;);s.async=&quot;async&quot;;s.type=&quot;text/javascript&quot;;s.src=&#39;http://tcr.tynt.com/ti.js&#39;;var h=document.getElementsByTagName(&#39;script&#39;)[0];h.parentNode.insertBefore(s,h);})();
  3215. }
  3216. </script>
  3217.  
  3218.  
  3219. </b:if>
  3220.  
  3221.  
  3222. <!-- +disqus -->
  3223.  
  3224.  
  3225. <script type='text/javascript'>
  3226. (function() {
  3227. var links = document.getElementsByTagName(&#39;a&#39;);
  3228. var query = &#39;?&#39;;
  3229. for(var i = 0; i &lt; links.length; i++) {
  3230. if(links[i].href.indexOf(&#39;#disqus_thread&#39;) &gt;= 0) {
  3231. query += &#39;url&#39; + i + &#39;=&#39; + encodeURIComponent(links[i].href) + &#39;&amp;&#39;;
  3232. }
  3233. }
  3234. document.write(&#39;&lt;script type=&quot;text/javascript&quot; src=&quot;http://disqus.com/forums/spoilertvhome/get_num_replies.js&#39; + query + &#39;&quot;&gt;&lt;/&#39; + &#39;script&gt;&#39;);
  3235. })();
  3236. </script>
  3237. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  3238. </b:if>
  3239.  
  3240. <!-- -disqus -->
  3241.  
  3242.  
  3243.  
  3244. <div id='newsidebar-wrapper'>
  3245. <b:section class='sidebar' id='newsidebar' preferred='yes' showaddelement='yes'>
  3246. <b:widget id='HTML3' locked='false' title='' type='HTML'>
  3247. <b:includable id='main'>
  3248. <!-- only display title if it's non-empty -->
  3249. <b:if cond='data:title != &quot;&quot;'>
  3250. <h2 class='title'><data:title/></h2>
  3251. </b:if>
  3252. <div class='widget-content'>
  3253. <data:content/>
  3254. </div>
  3255.  
  3256.  
  3257. </b:includable>
  3258. </b:widget>
  3259. <b:widget id='Label2' locked='false' title='' type='Label'>
  3260. <b:includable id='main'>
  3261. <b:if cond='data:title'>
  3262. <h2><data:title/></h2>
  3263. </b:if>
  3264. <div align='right' class='widget-content' id='showselect'>
  3265.  
  3266. <script type='text/javascript'>
  3267. //<![CDATA[ 
  3268. if (top.location != location) {
  3269. document.getElementById('showselect').style.display='none';
  3270. }
  3271. //]]>
  3272. </script>
  3273.  
  3274. <select class='selectbox' onchange='location=this.options[this.selectedIndex].value;'>
  3275. <option>Select your show</option>
  3276. <b:loop values='data:labels' var='label'>
  3277. <option expr:value='data:label.url'><data:label.name/>
  3278. (<data:label.count/>)
  3279. </option>
  3280. </b:loop>
  3281.  
  3282. </select>
  3283.  
  3284.  
  3285. </div>
  3286. </b:includable>
  3287. </b:widget>
  3288. <b:widget id='HTML14' locked='false' title='' type='HTML'>
  3289. <b:includable id='main'>
  3290. <!-- only display title if it's non-empty -->
  3291. <b:if cond='data:title != &quot;&quot;'>
  3292. <h2 class='title'><data:title/></h2>
  3293. </b:if>
  3294. <div class='widget-content'>
  3295. <data:content/>
  3296. </div>
  3297.  
  3298.  
  3299. </b:includable>
  3300. </b:widget>
  3301. <b:widget id='HTML10' locked='false' title='Advertisement' type='HTML'>
  3302. <b:includable id='main'>
  3303. <!-- only display title if it's non-empty -->
  3304. <b:if cond='data:title != &quot;&quot;'>
  3305. <h2 class='title'><data:title/></h2>
  3306. </b:if>
  3307. <div class='widget-content'>
  3308. <data:content/>
  3309. </div>
  3310.  
  3311.  
  3312. </b:includable>
  3313. </b:widget>
  3314. <b:widget id='HTML15' locked='false' title='' type='HTML'>
  3315. <b:includable id='main'>
  3316. <!-- only display title if it's non-empty -->
  3317. <b:if cond='data:title != &quot;&quot;'>
  3318. <h2 class='title'><data:title/></h2>
  3319. </b:if>
  3320. <div class='widget-content'>
  3321. <data:content/>
  3322. </div>
  3323.  
  3324.  
  3325. </b:includable>
  3326. </b:widget>
  3327. <b:widget id='HTML8' locked='false' title='Advertisment' type='HTML'>
  3328. <b:includable id='main'>
  3329. <!-- only display title if it's non-empty -->
  3330. <b:if cond='data:title != &quot;&quot;'>
  3331. <h2 class='title'><data:title/></h2>
  3332. </b:if>
  3333. <div class='widget-content'>
  3334. <data:content/>
  3335. </div>
  3336.  
  3337.  
  3338. </b:includable>
  3339. </b:widget>
  3340. <b:widget id='HTML7' locked='false' title='' type='HTML'>
  3341. <b:includable id='main'>
  3342. <div class='xpd-ele xpd-ele-2' id='xpd-ele-2'>
  3343. <script type='text/javascript'>
  3344. //<![CDATA[ 
  3345. if (top.location != location) {
  3346. document.getElementById('xpd-ele-2').style.display='none';
  3347. }
  3348. //]]>
  3349. </script>
  3350. <!-- only display title if it's non-empty -->
  3351. <b:if cond='data:title != &quot;&quot;'>
  3352. <h2 class='title'><data:title/></h2>
  3353. </b:if>
  3354. <div class='widget-content'>
  3355. <data:content/>
  3356. </div>
  3357. </div>
  3358.  
  3359. <script type='text/javascript'>
  3360. //<![CDATA[ 
  3361.  
  3362. cs = xCookie.get('xpd-list');
  3363. var stvcookie = cs.split( "," );
  3364. if (stvcookie[3] == "false")
  3365. {
  3366. document.getElementById("xpd-ele-").style.display='none';
  3367. }
  3368.  
  3369. //]]>&#160;
  3370. </script>
  3371. </b:includable>
  3372. </b:widget>
  3373. <b:widget id='HTML13' locked='false' title='Sponsors' type='HTML'>
  3374. <b:includable id='main'>
  3375. <!-- only display title if it's non-empty -->
  3376. <b:if cond='data:title != &quot;&quot;'>
  3377. <h2 class='title'><data:title/></h2>
  3378. </b:if>
  3379. <div class='widget-content'>
  3380. <data:content/>
  3381. </div>
  3382.  
  3383.  
  3384. </b:includable>
  3385. </b:widget>
  3386. <b:widget id='PageList1' locked='false' title='Pages' type='PageList'>
  3387. <b:includable id='main'>
  3388. <b:if cond='data:title'><h2><data:title/></h2></b:if>
  3389. <div class='widget-content'>
  3390. <b:if cond='data:mobile'>
  3391. <select expr:id='data:widget.instanceId + &quot;_select&quot;'>
  3392. <b:loop values='data:links' var='link'>
  3393. <b:if cond='data:link.isCurrentPage'>
  3394. <option expr:value='data:link.href' selected='selected'><data:link.title/></option>
  3395. <b:else/>
  3396. <option expr:value='data:link.href'><data:link.title/></option>
  3397. </b:if>
  3398. </b:loop>
  3399. </select>
  3400. <span class='pagelist-arrow'>&amp;#9660;</span>
  3401.  
  3402. <b:else/>
  3403. <ul>
  3404. <b:loop values='data:links' var='link'>
  3405. <b:if cond='data:link.isCurrentPage'>
  3406. <li class='selected'><a expr:href='data:link.href'><data:link.title/></a></li>
  3407. <b:else/>
  3408. <li><a expr:href='data:link.href'><data:link.title/></a></li>
  3409. </b:if>
  3410. </b:loop>
  3411. </ul>
  3412. </b:if>
  3413.  
  3414. </div>
  3415. </b:includable>
  3416. </b:widget>
  3417. <b:widget id='HTML16' locked='false' title='' type='HTML'>
  3418. <b:includable id='main'>
  3419. <!-- only display title if it's non-empty -->
  3420. <b:if cond='data:title != &quot;&quot;'>
  3421. <h2 class='title'><data:title/></h2>
  3422. </b:if>
  3423. <div class='widget-content'>
  3424. <data:content/>
  3425. </div>
  3426.  
  3427.  
  3428. </b:includable>
  3429. </b:widget>
  3430. </b:section>
  3431. </div>
  3432.  
  3433.  
  3434. <!-- spacer for skins that want sidebar and main to be the same height-->
  3435. <div class='clear'>&#160;</div>
  3436. </div> <!-- end content-wrapper -->
  3437.  
  3438.  
  3439. </div> <!-- /body_container -->
  3440.  
  3441. <div id='gapdiv'/>
  3442.  
  3443.  
  3444.  
  3445.  
  3446. <script type='text/javascript'>
  3447.  
  3448. var _gaq = _gaq || [];
  3449. _gaq.push([&#39;_setAccount&#39;, &#39;UA-383112-5&#39;]);
  3450. _gaq.push([&#39;_trackPageview&#39;]);
  3451. _gaq.push([&#39;_trackPageLoadTime&#39;]);
  3452.  
  3453. (function() {
  3454. var ga = document.createElement(&#39;script&#39;); ga.type = &#39;text/javascript&#39;; ga.async = true;
  3455. ga.src = (&#39;https:&#39; == document.location.protocol ? &#39;https://ssl&#39; : &#39;http://www&#39;) + &#39;.google-analytics.com/ga.js&#39;;
  3456. var s = document.getElementsByTagName(&#39;script&#39;)[0]; s.parentNode.insertBefore(ga, s);
  3457. })();
  3458.  
  3459. </script>
  3460.  
  3461.  
  3462. <!-- Start Quantcast tag -->
  3463. <script type='text/javascript'>
  3464. _qoptions={
  3465. qacct:&quot;p-c3WjFS05sEe9U&quot;
  3466. };
  3467. </script>
  3468. <script src='http://edge.quantserve.com/quant.js' type='text/javascript'/>
  3469. <noscript>
  3470. <img alt='Quantcast' border='0' height='1' src='http://pixel.quantserve.com/pixel/p-c3WjFS05sEe9U.gif' style='display: none;' width='1'/>
  3471. </noscript>
  3472. <!-- End Quantcast tag -->
  3473.  
  3474.  
  3475.  
  3476. <script src='http://api.v2.badgeville.com/v3/badgeville-current.js?key=77ab0e6b964d94996e062767a78c9e77&amp;domain=spoilertv.com'/>
  3477.  
  3478. <script type='text/javascript'>
  3479. /* <![CDATA[ */
  3480. function BadgevilleSetup() {
  3481. Badgeville.Settings.twitter = 'BKk53gZ33Fuy73iY47Jf8w';
  3482. Badgeville.Settings.twitterAccount = 'spoilertv';
  3483. Badgeville.Settings.bitly = 'R_a8412efc9a2e1fb4978decd3c377bbc4';
  3484. Badgeville.Settings.bitly_login = 'darkufo';
  3485. Badgeville.Settings.shareCredit = false;
  3486. Badgeville.bind( 'afterShare', function( event, data ) {
  3487. if ( data.result ) {
  3488. if ( data.type == 'Twitter' ) {
  3489. Badgeville.credit( 'tweet a link' );
  3490. Badgeville.credit({verb: "awardshowpoint", showname: showlabel, showpoint: 1});
  3491. }
  3492. }
  3493. });
  3494. Badgeville.Defaults.multiLeaderboard.width = '318px';
  3495. Badgeville.Defaults.multiTab.width = '318px';
  3496. Badgeville.Defaults.activities.width = '318px';
  3497. Badgeville.Settings.authorizer = 'twitter';
  3498. Badgeville.Defaults.activities.initPaused = false;
  3499. Badgeville.Settings.lang = "en";
  3500. Badgeville.Defaults.headerTab.offset = "0";
  3501. Badgeville.Settings.autoReward = [ 'site visit' ];
  3502. Badgeville.Defaults.leaderboard.page_size = 6;
  3503. Badgeville.Defaults.multiLeaderboard.page_size = 6;
  3504. Badgeville.Defaults.multiLeaderboard.initTab = 'daily';
  3505. Badgeville.Lang.daily = "Day";
  3506. Badgeville.Lang.weekly = "Week";
  3507. Badgeville.Lang.monthly = "Month";
  3508. Badgeville.Lang.allTime = "All";
  3509. Badgeville.Lang.signUp = "";
  3510. Badgeville.Lang.or = "";
  3511. Badgeville.Lang.signIn = "Login to earn points and badges";
  3512. Badgeville.Defaults.multiLeaderboard.tabs = [
  3513. {
  3514. label: 'daily',
  3515. api: 'leaderboard',
  3516. data: {
  3517. name: 'day',
  3518. per_page: 5
  3519. }
  3520. },
  3521. {
  3522. label: 'weekly',
  3523. api: 'leaderboard',
  3524. data: {
  3525. name: 'week',
  3526. per_page: 5
  3527. }
  3528. },
  3529. {
  3530. label: 'monthly',
  3531. api: 'leaderboard',
  3532. data: {
  3533. name: 'month',
  3534. per_page: 5
  3535. }
  3536. },
  3537. {
  3538. label: 'allTime',
  3539. api: 'leaderboard',
  3540. data: {
  3541. name: 'all',
  3542. per_page: 5
  3543. }
  3544. }
  3545. ]
  3546. }
  3547. /* ]]> */
  3548. </script>
  3549.  
  3550. <script type='text/javascript'>
  3551. //<![CDATA[ 
  3552. var pd_callback = function(){
  3553. Badgeville.credit( 'poll vote' );
  3554. Badgeville.credit({verb: "awardshowpoint", showname: showlabel, showpoint: 1});
  3555. };
  3556. //]]>
  3557. </script>
  3558.  
  3559.  
  3560. <script type='text/javascript'>
  3561. //<![CDATA[ 
  3562. function plusone_vote() {
  3563.  
  3564. Badgeville.credit( [ 'google plus one', { verb: "awardshowpoint", showname: showlabel, showpoint: 1 } ] );
  3565. };
  3566. //]]>
  3567. </script>
  3568.  
  3569. <script type='text/javascript'>
  3570. //<![CDATA[ 
  3571. twttr.events.bind('tweet', function(event) {
  3572. Badgeville.credit( 'tweet a link' );
  3573. Badgeville.credit({verb: "awardshowpoint", showname: showlabel, showpoint: 1});
  3574. });
  3575. //]]>
  3576. </script>
  3577.  
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583. <script type='text/javascript'>
  3584. //<![CDATA[ 
  3585. checkBVCookie();
  3586. //]]>
  3587. </script>
  3588.  
  3589.  
  3590.  
  3591. <script type='text/javascript'>
  3592. //<![CDATA[ 
  3593. var flowplayer = new Object();
  3594. flowplayer.fireEvent = function(playerId,action){
  3595. if(action=='onBeforeBegin'){
  3596. Badgeville.credit( 'video play' );
  3597. flowplayer.fireEvent = undefined;
  3598. }
  3599. };
  3600. //]]>
  3601. </script>
  3602.  
  3603.  
  3604.  
  3605. <script src='http://widgets.getglue.com/checkin.js' type='text/javascript'/>
  3606. <script src='http://apis.google.com/js/plusone.js' type='text/javascript'/>
  3607. </body>
  3608.  
  3609. </html>
  3610.  
  3611.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement