google_showtimes 1.0.2 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.2
1
+ 1.1.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{google_showtimes}
8
- s.version = "1.0.2"
8
+ s.version = "1.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Victor Costan"]
12
- s.date = %q{2009-12-24}
12
+ s.date = %q{2010-02-14}
13
13
  s.description = %q{Library for scraping Google's showtimes search.}
14
14
  s.email = %q{costan@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -28,6 +28,7 @@ Gem::Specification.new do |s|
28
28
  "lib/google_showtimes.rb",
29
29
  "test/fixtures/cinemas_movies.html",
30
30
  "test/fixtures/cinemas_movies_uk.html",
31
+ "test/fixtures/mixed_showtime_links.html",
31
32
  "test/fixtures/movie2_cinemas.html",
32
33
  "test/fixtures/movie_cinemas.html",
33
34
  "test/helper.rb",
@@ -179,7 +179,7 @@ module GoogleShowtimes
179
179
 
180
180
  imdb = nil
181
181
  nokogiri.css('a').each do |a|
182
- match_data = /imdb\.com\/title\/tt(\d*)\//.match a['href']
182
+ match_data = /imdb\.com\/title\/tt(\-?\d*)\//.match a['href']
183
183
  next unless match_data
184
184
 
185
185
  imdb = match_data[1]
@@ -207,12 +207,15 @@ module GoogleShowtimes
207
207
  end
208
208
 
209
209
  # Parse plaintext times.
210
+ plain_times = []
210
211
  nokogiri.text.split.each do |time_text|
211
212
  time_text.gsub!(/[^\d\:amp]/, '')
212
213
  next unless /\d\:\d\d/ =~ time_text
213
214
  next if time_set.include? time_text
214
- times << { :time => time_text }
215
+ time_set << time_text
216
+ plain_times << { :time => time_text }
215
217
  end
218
+ times = plain_times + times # Plaintext times always precede linked times.
216
219
 
217
220
  # Parse text-form time into Time objects.
218
221
  last_suffix = ''
@@ -0,0 +1,5 @@
1
+ <script>window.gbar={};(function(){function g(a,b,c){var d="on"+b;if(a.addEventListener)a.addEventListener(b,c,false);else if(a.attachEvent)a.attachEvent(d,c);else{var h=a[d];a[d]=function(){var f=h.apply(this,arguments),e=c.apply(this,arguments);return f==undefined?e:e==undefined?f:e&&f}}};var i=window.gbar,k,l,m;function n(a){var b=window.encodeURIComponent&&(document.forms[0].q||"").value;if(b)a.href=a.href.replace(/([?&])q=[^&]*|$/,function(c,d){return(d||"&")+"q="+encodeURIComponent(b)})}i.qs=n;function o(a,b,c,d,h,f){var e=document.getElementById(a),j=e.style;if(e){j.left=d?"auto":b+"px";j.right=d?b+"px":"auto";j.top=c+"px";j.visibility=l?"hidden":"visible";if(h&&f){j.width=h+"px";j.height=f+"px"}else{o(k,b,c,d,e.offsetWidth,e.offsetHeight);l=l?"":a}}}i.tg=function(a){a=a||window.event;var b=a.target||a.srcElement;a.cancelBubble=true;if(k!=null)p(b);else{a=document.createElement(Array.every||window.createPopup?"iframe":"div");a.frameBorder="0";a.src="javascript:''";k=a.id="gbs";b.parentNode.appendChild(a);g(document,"click",i.close);p(b);i.alld&&i.alld(function(){var c=document.getElementById("gbli");if(c){var d=c.parentNode;q(d,c);var h=c.prevSibling;d.removeChild(c);i.removeExtraDelimiters(d,h)}})}};function r(a){var b,c=document.defaultView;if(c&&c.getComputedStyle){if(a=c.getComputedStyle(a,""))b=a.direction}else b=a.currentStyle?a.currentStyle.direction:a.style.direction;return b=="rtl"}function p(a){var b=0;if(a.className!="gb3")a=a.parentNode;var c=a.getAttribute("aria-owns")||"gbi",d=a.offsetWidth,h=a.offsetTop>20?46:24,f=false;do b+=a.offsetLeft||0;while(a=a.offsetParent);a=(document.documentElement.clientWidth||document.body.clientWidth)-b-d;d=r(document.body);if(c=="gbi"){var e=document.getElementById("gbi");q(e,document.getElementById("gbli")||e.firstChild);if(d){b=a;f=true}}else if(!d){b=a;f=true}l!=c&&i.close();o(c,b,h,f)}i.close=function(){l&&o(l,0,0)};function s(a,b,c){if(!m){m="gb2";if(i.alld){var d=i.findClassName(a);if(d)m=d}}a.insertBefore(b,c).className=m}function q(a,b){for(var c,d=window.navExtra;d&&(c=d.pop());)s(a,c,b)}})();if(!window.google)window.google={};if(!window.google.movies)window.google.movies={};window.google.movies.registerFixdir=function(){var c="[\u0000- !-@[-`{-\u00bf\u00d7\u00f7\u02b9-\u02ff\u2000-\u2bff]",g=new RegExp("^"+c+"*([0-9]"+c+"*$|[A-Za-z\u00c0-\u00d6\u00d8-\u00f6\u00f8-\u02b8\u0300-\u0590\u0800-\u1fff\u2c00-\ufb1c\ufdfe-\ufe6f\ufefd-\uffff])"),h=new RegExp("^"+c+"*$");function e(d,a){if(!a)a=d&&d.target?d.target:window.event.srcElement;a.dir=g.test(a.value)?"ltr":(h.test(a.value)?"":"rtl")}
2
+ var i=[document.getElementsByName("q")[0],document.getElementById("mtq")];for(var f=0,b;b=i[f];f++)if(b){b.onkeyup=e;e(null,b)}};
3
+ </script><meta http-equiv=content-type content="text/html; charset=UTF-8"><title>Movie Showtimes - Google Search</title><style>.fl:link{}a:link,.w,a.w:link,.w a:link{color:#00c}a:visited{color:#551a8b}a:active{color:red}.t a:link,.t a:active,.t a:visited,.t{color:#000}.left{width:12em}.box{background:#fff}.nopadding{padding:0}.k{background:#36c}.z{display:none}.x{width:3em}.y{width:23em}.b{color:#00c;font-size:12pt;font-weight:bold}.i,.i:link{color:#a90a08}.n a{color:#000;font-size:10pt}.n .b a{color:#00c}.n .i{font-size:10pt;font-weight:bold}.h{cursor:pointer}body{background:#fff;font:82% Arial,Helvetica,sans-serif;margin:3px 0 0;padding:0}table{border-collapse:collapse;border-spacing:0}img{border:0}td,th{vertical-align:top}h1,h2{font-size:100%;margin:0}a{color:#00c}/* CSS for page */#title_bar{background:#f0f7f9;border-top:1px solid #6b90da;padding-bottom:4px;padding-left:8px;padding-top:4px}#google_bar{margin:3px 10px}#search_form{margin:3px 10px}#left_nav{border-right:1px solid #c9d7f1;margin-top:11px;position:absolute;left:9px;width:13.4em}#left_nav .section{margin-bottom:1.2em}.hidden{visibility:hidden}#results{height:auto !important;height:350px;margin-left:15em;min-height:350px;min-width:800px;width:expression(document.body.clientWidth<1000?"800px":"99.9%")}.name{font-size:124%;margin:0}.times{clear:both;margin:0}.address{margin:0}#movie_results{overflow:auto}.movie_results{margin-top:11px}.movie{clear:both;margin-bottom:40px}.movie .header{padding-left:8px}.movie .img{border:1px solid #ccc;float:left;margin-bottom:10px}.movie .desc{margin-bottom:15px;max-width:42em}.movie h2{font-size:124%;margin-bottom:2px}.movie .info{margin-bottom:10px}.movie .syn{margin-bottom:10px}.movie .section_title{background:#f0f7f9;clear:both;font-size:108%;margin-bottom:11px;margin-top:11px;padding-bottom:4px;padding-left:8px;padding-top:5px}.movie .showtimes{margin-bottom:8px;padding-left:8px}.movie .show_left{width:49%}.movie .show_right{width:49%}.movie .theater{padding-bottom:15px}.theater{clear:both;padding-bottom:1px}.theater_after_icon{padding-left:25px}.theater .show_left{width:49%}.theater .show_right{width:49%}.theater h2{font-size:124%;margin-bottom:2px}.theater .icon{float:left;height:3em;margin-right:5px}.theater .closure{font-size:100%}.theater .info{font-size:100%;padding-bottom:5px;padding-top:5px}.theater .movie{margin-bottom:8px;margin-right:8px;max-width:42em}.theater .movie .desc{margin-bottom:5px;margin-left:0}.theater .movie .info{margin-top:0}.theater .showtimes{margin-bottom:40px;margin-top:8px}#theater_map{right:0;left:0;position:relative;top:0}#theater_static_map{border:1px solid #c9d7f1;margin:10px}.map_marker .name{margin-top:10px}.photo{border:1px solid #ccc;margin-bottom:20px;margin-left:8px}.show_left{float:left;margin:0;width:49.999%}.show_right{float:right;margin:0;width:50%}.show_more{clear:both;font-size:124%;margin:0}.show_more a{color:#77c}.reviews{margin-bottom:8px;padding-left:8px}.review{margin-bottom:5px}.review .publisher{color:green}.review .date{color:#6f6f6f}.trailer{margin-bottom:8px;padding-left:8px}.clear{clear:both}.iconA{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 0}.iconB{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -38px}.iconC{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -76px}.iconD{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -114px}.iconE{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -152px}.iconF{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -190px}.iconG{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -228px}.iconH{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -266px}.iconI{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -304px}.iconJ{background:url(http://maps.gstatic.com/mapfiles/red_icons_A_J.png) repeat 0 -342px}.iconK{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 0}.iconL{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -38px}.iconM{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -76px}.iconN{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -114px}.iconO{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -152px}.iconP{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -190px}.iconQ{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -228px}.iconR{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -266px}.iconS{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -304px}.iconT{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -342px}.iconU{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -380px}.iconV{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -418px}.iconW{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -456px}.iconX{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -494px}.iconY{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -532px}.iconZ{background:url(http://maps.gstatic.com/mapfiles/red_icons_K_Z.png) repeat 0 -570px}#gbar{float:left;height:22px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbs,.gbm{background:#fff;left:0;position:absolute;text-align:left;visibility:hidden;z-index:1000}.gbm{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important;text-align:right}#gbar,#guser{font-size:13px;padding-top:1px !important}.gb1{margin-right:.5em}.gb1,.gb3{zoom:1}.gb2{display:block;padding:.2em .5em}.gb2,.gb3{text-decoration:none}a.gb1,a.gb2,a.gb3,a.gb4{color:#00c !important}.gbi .gb3,.gbi .gb2,.gbi .gb4{color:#dd8e27 !important}.gbf .gb3,.gbf .gb2,.gbf .gb4{color:#900 !important}a.gb2:hover{background:#36c;color:#fff !important}</style><body onload="document.gs.reset();google.movies.registerFixdir()"onresize="google.movies.resizeApp()" ><div id=header><div id=google_bar><div id=gbar><nobr><a onclick=gbar.qs(this) href="http://www.google.com/search?near=02139&sa=N&hl=en&tab=Vw" class=gb1>Web</a> <a onclick=gbar.qs(this) href="http://images.google.com/images?near=02139&sa=N&hl=en&tab=Vi" class=gb1>Images</a> <a onclick=gbar.qs(this) href="http://video.google.com/videosearch?near=02139&sa=N&hl=en&tab=Vv" class=gb1>Videos</a> <a onclick=gbar.qs(this) href="http://maps.google.com/maps?near=02139&sa=N&hl=en&tab=Vl" class=gb1>Maps</a> <a onclick=gbar.qs(this) href="http://news.google.com/news?near=02139&sa=N&hl=en&tab=Vn" class=gb1>News</a> <a onclick=gbar.qs(this) href="http://www.google.com/products?near=02139&sa=N&hl=en&tab=Vf" class=gb1>Shopping</a> <a href="http://mail.google.com/mail/?hl=en&tab=Vm" class=gb1>Gmail</a> <a href="http://www.google.com/intl/en/options/" onclick="this.blur();gbar.tg(event);return !1" aria-haspopup=true class=gb3><u>more</u> <small>&#9660;</small></a><div class=gbm id=gbi><a onclick=gbar.qs(this) href="http://books.google.com/books?near=02139&sa=N&hl=en&tab=Vp" class=gb2>Books</a> <a onclick=gbar.qs(this) href="http://www.google.com/finance?near=02139&sa=N&hl=en&tab=Ve" class=gb2>Finance</a> <a onclick=gbar.qs(this) href="http://translate.google.com/translate_t?near=02139&sa=N&hl=en&tab=VT" class=gb2>Translate</a> <a onclick=gbar.qs(this) href="http://scholar.google.com/scholar?near=02139&sa=N&hl=en&tab=Vs" class=gb2>Scholar</a> <a onclick=gbar.qs(this) href="http://www.google.com/search?near=02139&tbo=1&tbs=blg:1&sa=N&hl=en&tab=Vb" class=gb2>Blogs</a> <div class=gb2><div class=gbd></div></div><a onclick=gbar.qs(this) href="http://www.youtube.com/results?near=02139&sa=N&hl=en&tab=V1" class=gb2>YouTube</a> <a href="http://www.google.com/calendar/render?hl=en&tab=Vc" class=gb2>Calendar</a> <a onclick=gbar.qs(this) href="http://picasaweb.google.com/lh/view?near=02139&sa=N&hl=en&tab=Vq" class=gb2>Photos</a> <a href="http://docs.google.com/?hl=en&tab=Vo" class=gb2>Documents</a> <a href="http://www.google.com/reader/view/?hl=en&tab=Vy" class=gb2>Reader</a> <a href="http://sites.google.com/?hl=en&tab=V3" class=gb2>Sites</a> <a onclick=gbar.qs(this) href="http://groups.google.com/groups?near=02139&sa=N&hl=en&tab=Vg" class=gb2>Groups</a> <div class=gb2><div class=gbd></div></div><a href="http://www.google.com/intl/en/options/" class=gb2>even more &raquo;</a> </div></nobr></div><div id=guser width=100%><nobr><b class=gb4>costan@gmail.com</b> | <a href="https://www.google.com/accounts/ManageAccount?hl=en" class=gb4>My Account</a> | <a href="http://www.google.com/accounts/Logout?continue=http://www.google.com/movies%3Fnear%3D02139%26start%3D10" class=gb4>Sign out</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div></div><div id=search_form class=clear><table border=0 cellspacing=0 cellpadding=0><tr><td valign=top><a href="/webhp?hl=en" title="Go to Google Home"><img src="/images/logo_sm.gif" width=150 height=55 alt=Google border=0 vspace=12></a></td><td>&nbsp;&nbsp;</td><td valign=top><table cellpadding=0 cellspacing=0 border=0><tr><td height=27 valign=bottom></td></tr></table><table border=0 cellpadding=0 cellspacing=0><tr><td nowrap><form name=gs method=get action=/movies><input type=text name=q size=41 maxlength=2048 value=""><font size=-1> <input type=submit name=btnG value="Search Movies"> <input type=submit name="btnmeta=search=search" value="Search the Web"><input type=hidden name="near" value="02139"></font></form><span></span></td><td nowrap><font size=-2>&nbsp;&nbsp;<a href="http://www.google.com/advanced_search?near=02139&amp;start=10">Advanced Search</a><br>&nbsp;&nbsp;<a href="/preferences?hl=en">Preferences</a></font></td></tr></table></td></tr></table></div></div><h1 id=title_bar>Showtimes for Cambridge, MA 02139</h1><div id=left_nav><form action="/movies" style="padding:0;margin:0"><div class=section style="padding-left:6px"><b>Change Location</b><br><input id=mtq name=near size=13 style="margin-bottom:.1em" type=text value=""><br><input type=submit value="Change"><input type=hidden name=rl value=1><input type=hidden name="stok" value=""></div></form><div class=section><div><b>&rsaquo; <b>Today</b></b></div><div><span class=hidden> &rsaquo; </span><a href="/movies?near=02139&amp;date=1">Tomorrow</a></div><div><span class=hidden> &rsaquo; </span><a href="/movies?near=02139&amp;date=2">Tuesday</a></div><div><span class=hidden> &rsaquo; </span><a href="/movies?near=02139&amp;date=3">Wednesday</a></div></div><div class=section><div><b>&rsaquo; Theaters</b></div><div><span class=hidden> &rsaquo; </span><a href="/movies?near=02139&amp;sort=1">Movies</a></div></div><div class=section><div><b>&rsaquo; Show list view</b></div><div><span class=hidden> &rsaquo; </span><a href="/movies?near=02139&amp;view=map">Show map view</a></div></div></div><div id=results><table border=0 cellpadding=0 cellspacing=0><tr><td><img src="/images/pixel_white.gif" alt="" height=1 width=800></table><div id=movie_results><div class=movie_results><div class=theater><div class=desc id=theater_8072107577549035843><h2 class=name><a href="/movies?near=02139&amp;tid=7005e312ec8c9943" id=link_1_theater_8072107577549035843><span dir=ltr>AMC Loews Boston Common 19</span></a></h2><div class=info>175 Tremont Street, Boston, MA - (888) 262-4386<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6041ad766620e1a"><span dir=ltr>Valentine&#39;s Day</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 57min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt-1949659688/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEj0i7Pb5W0eR3Rj--JN-JfnYs0QA" class=fl>IMDb</a></span><div class=times>10:10&nbsp; 11:20am&nbsp; 12:10&nbsp; 1:10&nbsp; 2:10&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B15:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEIZ04NylnKX2KwMbnDyRQAxWz8Hg">3:20</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B16:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGzTwa1sGxPLsQ95iJSth1M8Y1r7w">4:20</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B16:50%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHucpQXXI8DdtknrIpO-tiDTjCuGQ">4:50</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B17:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFdSOM_ymltvE82_VfwiVyuFbAu6g">5:20</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B18:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFulJ9XJlRepYFx3FhmCW-vTisUrA">6:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B19:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFbERvJE9xHklW4qBOjj3HypsCg-Q">7:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B20:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEhUrzZlppFdsT5A3o2Mdl8H4cGYQ">8:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B20:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGJrUJg8ROpdR8liAinJOw7odNaAg">8:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B21:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEHNJ_-BW9H8N6jCCgEtPqE0IdBuw">9:40</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B22:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEGmLnLALX0Gs1ZYFeDj6sALqxS7w">10:40</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B23:10%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHF7A7i_gabUc9vsGZQQbTfTCmTow">11:10</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81193%26date%3D2010-02-14%2B23:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGLD9lb7vmM1BAnobg7w0eKYA0nBg">11:40pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=1e7a03bf388a7224"><span dir=ltr>Dear John</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated PG-13‎‎ - Drama/Romance/War‎ - <a href="/url?q=http://www.youtube.com/trailer/dearjohntrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHheY6MJZOKY_hyb42-ZPlVZ4tmkA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0989757/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFuMSj0o5r1dwX5-eydross53CUtA" class=fl>IMDb</a></span><div class=times>10:05&nbsp; 11:20am&nbsp; 12:40&nbsp; 2:00&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B15:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGDtvk-dXXBx8_9vrMhDrlIjHwAEw">3:20</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B16:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHfzXgH3Cnhg05zLcyYop07CjvMnA">4:40</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B18:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNG2lRTML88O8PNcg8Pniwac4tzeFA">6:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B19:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGQBv88T_NYV8ZCjdCzLz1smtTW4g">7:20</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B20:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHrAR-ZpOXkCss0jAeGqMy0DyZ72A">8:40</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B22:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHrD5mkV06AASmPeJFWMMKqaePZyA">10:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D83101%26date%3D2010-02-14%2B23:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNELvvRoZ67RpzPNtWj8WywT43EtUw">11:20pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=251428ca7e867efc"><span dir=ltr>The Wolfman</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated R‎‎ - Horror/Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/thewolfman&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGoBqzHskcxcjvOYB_IPXAXW3oDag" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780653/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGgeNGVLf5mLaRMHnS2sVcFLDXKag" class=fl>IMDb</a></span><div class=times>10:00&nbsp; 11:30am&nbsp; 12:45&nbsp; 2:15&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B15:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGDIMR3Ep-6K8olIdhTO00fYbB2XQ">3:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B17:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNH1ItFIsjd3mMg2bC7ifCKghgESPw">5:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B18:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEPje3jmtC0YQrEPl0FiDDg2Knnsg">6:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B19:45%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFZrcIeGl7gY5MPSttWe32MOlWP1w">7:45</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B21:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFn8BR6RJsGQr8N9NmSkYQz3E7kMA">9:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B22:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNG8_KsYJw5X2sh-HEN3vOJoUbmwdQ">10:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D71443%26date%3D2010-02-14%2B23:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEwttfPH0vJTQyAINjTrLpNo3pwuQ">11:30pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=feaa0d984d2fb7b8"><span dir=ltr>Avatar 3D</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 40min‎‎ - Rated PG-13‎‎ - Action/Adventure/Suspense/Thriller/Scifi/Fantasy‎ - <a href="/url?q=http://www.imdb.com/title/tt-1112350253/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFZaxrWUcbdbcvDIXZOxkuqp5rUNg" class=fl>IMDb</a></span><div class=times>10:00&nbsp; 11:00am&nbsp; 12:00&nbsp; 1:30&nbsp; 2:30&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79830%26date%3D2010-02-14%2B15:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEevcuPvRXXv12vTcMQ7VU6U2riMg">3:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79830%26date%3D2010-02-14%2B18:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEjHBawBEznCFkAUOGO3ei1G8DMVQ">6:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79830%26date%3D2010-02-14%2B19:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHbPprTF1Xq6W-JfZi32Fw0NDgCCg">7:00</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79830%26date%3D2010-02-14%2B21:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNH-YFyLLNn_EL7Ou98qF7LyFGOGEQ">9:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79830%26date%3D2010-02-14%2B22:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNELRv1IH3axwZYVm06qGlktaZF96A">10:30pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=75fadc85e67386cc"><span dir=ltr>Percy Jackson &amp; the Olympians: The Lightning Thief</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 0min‎‎ - Rated PG‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox/percyjacksontheolympianslightningthief/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6mt7YDpe51yZpraTuGUIGbktV2w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0814255/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGZUEyeVUaiDqi80n1VkfOx_pKwUw" class=fl>IMDb</a></span><div class=times>10:15&nbsp; 11:45am&nbsp; 1:15&nbsp; 2:45&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B16:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNE75qDj_BTvJhXtuYRNy0YcdhS_6Q">4:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B17:45%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNE99R1exGxX3rIehz1LDxf9r-s37A">5:45</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B19:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNF94A45LGnp47k57Y7lFy8v7HBuQQ">7:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B20:45%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNH1jNPJE5oP1jv57Osgr2dRopvCJQ">8:45</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B22:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNG8-_2cz_9qvW3t6zGkf_ZDO_n9cw">10:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D66138%26date%3D2010-02-14%2B23:45%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNG_OQul4lsf0bolUpnDklgR_-Eh9Q">11:45pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5638c8a496836e07"><span dir=ltr>When in Rome</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 31min‎‎ - Rated PG-13‎‎ - Comedy/Drama/Romance‎ - <a href="/url?q=http://www.apple.com/trailers/touchstone/wheninrome/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNG9-8ub793-pSdJatvKpC4RRamtxQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1185416/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGzZsQ_UDRT3Jgr6qETRLl8AccB1Q" class=fl>IMDb</a></span><div class=times>10:05am&nbsp; 12:15&nbsp; 2:25&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75534%26date%3D2010-02-14%2B16:35%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEw1RZp6lP45NoRVGWyHifqAZUnKQ">4:35</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75534%26date%3D2010-02-14%2B18:50%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFtITULYctKhoxrkeYzUw6Ye_XzYw">6:50</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75534%26date%3D2010-02-14%2B21:05%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNH1qrFWsemR14J0ML3vcsbjaIS5IQ">9:05</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75534%26date%3D2010-02-14%2B23:25%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNG3In45D_1g2xHmlByQ5cuYcMjcKQ">11:25pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=16ce98e01a2a4035"><span dir=ltr>From Paris With Love</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 35min‎‎ - Rated R‎‎ - Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/frompariswithlovetrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFGMfyL73SYG9XjSHCu9kuUnlY2dw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1179034/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNExpxayG7h-5gSzqIuFTyQIwE39-A" class=fl>IMDb</a></span><div class=times>10:20am&nbsp; 12:35&nbsp; 2:55&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D78033%26date%3D2010-02-14%2B17:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGl9Sjynqsdmw0nf6cj6nCFuhhbVQ">5:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D78033%26date%3D2010-02-14%2B19:35%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFuEbqpLVpwGjCDHlXTcpc6bTnxrQ">7:35</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D78033%26date%3D2010-02-14%2B21:55%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHc_Asth6qGFygUHsy0KJmgzJPyug">9:55pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5d416193eb7fc436"><span dir=ltr>Up in the Air</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 49min‎‎ - Rated R‎‎ - Comedy/Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt1193138/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNG1xSV9sJDE2w3rFQanKPxNxsS-Mw" class=fl>IMDb</a></span><div class=times>10:00am&nbsp; 12:30&nbsp; 3:00&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81789%26date%3D2010-02-14%2B17:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGdS-0RhxrmQgND_pWXYBN3m6umog">5:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81789%26date%3D2010-02-14%2B20:10%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNEKNhFsKsEcJlkIvwrisP5l4PG6_g">8:10</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D81789%26date%3D2010-02-14%2B22:50%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGRMWDVAuZd9vOr0zbzTs7JgwlV5w">10:50pm</a></div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d8b5923c7d9d760a"><span dir=ltr>Crazy Heart</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 51min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox_searchlight/crazyheart/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6zXocMbFmNhuaFHbzt_G0xM_Swg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1263670/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGNNG-R-U3QYoQ_rRE3ZYs9Av-LdA" class=fl>IMDb</a></span><div class=times>11:35am&nbsp; 2:05&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D86316%26date%3D2010-02-14%2B16:55%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHenfG-hEc5IICx3-2QOq2T7oVDRw">4:55</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D86316%26date%3D2010-02-14%2B19:40%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGktr1W-S1l6MuPUsNmsDUcBbiOdA">7:40</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D86316%26date%3D2010-02-14%2B22:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGO0J8Ntv1TzqNhdEVtc135qHf8-g">10:20pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=e2b9e0ffb85f6e44"><span dir=ltr>Edge of Darkness</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated R‎‎ - Drama/Suspense/Thriller‎ - <a href="/url?q=http://www.youtube.com/trailer/edgeofdarkness&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFWKhtt5mbzy4jtNuHWKvNwWJDVOA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1226273/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNH7FG3IcU4aF-Q-Jihv9QWNhjNtrA" class=fl>IMDb</a></span><div class=times>11:10am&nbsp; 1:50&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D80177%26date%3D2010-02-14%2B16:30%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFcADZpd548UMQhv85H00oyoYKL_w">4:30</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D80177%26date%3D2010-02-14%2B19:10%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHFFHt1OdrtCpRjcgwea7bJ5ctKPQ">7:10</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D80177%26date%3D2010-02-14%2B21:50%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHkFvyvPOAsG79Lk2K4K-hgK552wA">9:50pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=a999eb64f2f28b7b"><span dir=ltr>An Education</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 39min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/sony/aneducation/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNHACJtfLxJBLgKyS3DPDWLR9nX2jQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1174732/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGrKLX-CdqHMGQM6LCF1DFSlj584A" class=fl>IMDb</a></span><div class=times>10:30am&nbsp; 12:55&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75803%26date%3D2010-02-14%2B15:15%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHnrO61WuBGHoJh3S0-JFQMDn8aBg">3:15</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D75803%26date%3D2010-02-14%2B17:35%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNGGoKPKqvc6kMioNAdNrJRkuMfGfg">5:35pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=28611dc401babee5"><span dir=ltr>The Blind Side</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.6 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 6min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/blindside&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEw-i7X7FOoHi4qEa9WqNMvUiiffA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0878804/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNF7hGNVOtVaQrCybsbl3yiLoc1Gbg" class=fl>IMDb</a></span><div class=times>11:40am&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79709%26date%3D2010-02-14%2B17:25%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFh9tDlDgfefgIHS6-XIjd2hL5oBg">5:25</a>&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D79709%26date%3D2010-02-14%2B23:10%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNH8n-1qXg8_iUlI2Z6j0aqDbyA-7Q">11:10pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=870d6f0dc76ebf51"><span dir=ltr>Sherlock Holmes</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.5 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 14min‎‎ - Rated PG-13‎‎ - Action/Adventure/Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/sherlockholmes&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEmqYPMNJ38umdSLcbopwrKvgjyYA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0988045/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNF5UIcc4Z8Qk7OIF1sCw2Q4YlvBzw" class=fl>IMDb</a></span><div class=times>2:35&nbsp; <a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D80065%26date%3D2010-02-14%2B20:20%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNHjtKK1FSSu-W7qZPAFC9pHg9Qt5g">8:20pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6c2a092c4b57aee1"><span dir=ltr>Legion</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 40min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/watch%3Fv%3DP6p01-in6-k&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFaylxujXoFhKMXaWqIkfDKhRcXGg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1038686/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGaZh7Y1kATsfoO20qtO0xLCva3UA" class=fl>IMDb</a></span><div class=times><a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D82383%26date%3D2010-02-14%2B22:45%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNF7IT9goekQXWSbirMiJw8LlVu5oQ">10:45pm</a></div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=2bff41a44136ea06"><span dir=ltr>The Book of Eli</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 58min‎‎ - Rated R‎‎ - Action/Adventure/Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/thebookofeli&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNG5-szoLvXDg8naKk1eEOsX9OZ3ZQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1071067610/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFImEu38-NnNoJXL2A1BQKs6zi5zw" class=fl>IMDb</a></span><div class=times><a href="/url?q=http://www.fandango.com/redirect.aspx%3Ftid%3DAAPNV%26tmid%3D72748%26date%3D2010-02-14%2B20:00%26a%3D11584%26source%3Dgoogle&amp;sa=X&amp;oi=moviesf&amp;ii=6&amp;usg=AFQjCNFOt70nXREG440zR8cy912h0X52DQ">8:00pm</a></div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_13603676119093189915><h2 class=name><a href="/movies?near=02139&amp;tid=bcc9f75ade039d1b" id=link_1_theater_13603676119093189915><span dir=ltr>Entertainment Cinemas - Fresh Pond</span></a></h2><div class=info>168 Alewife Brook Parkway, Cambridge, MA - (617) 661-2900<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=16ce98e01a2a4035"><span dir=ltr>From Paris With Love</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 35min‎‎ - Rated R‎‎ - Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/frompariswithlovetrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFGMfyL73SYG9XjSHCu9kuUnlY2dw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1179034/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNExpxayG7h-5gSzqIuFTyQIwE39-A" class=fl>IMDb</a></span><div class=times>1:00&nbsp; 3:15&nbsp; 5:30&nbsp; 7:45&nbsp; 10:00pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=e2b9e0ffb85f6e44"><span dir=ltr>Edge of Darkness</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated R‎‎ - Drama/Suspense/Thriller‎ - <a href="/url?q=http://www.youtube.com/trailer/edgeofdarkness&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFWKhtt5mbzy4jtNuHWKvNwWJDVOA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1226273/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNH7FG3IcU4aF-Q-Jihv9QWNhjNtrA" class=fl>IMDb</a></span><div class=times>1:25&nbsp; 4:25&nbsp; 7:10&nbsp; 9:55pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=75fadc85e67386cc"><span dir=ltr>Percy Jackson &amp; the Olympians: The Lightning Thief</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 0min‎‎ - Rated PG‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox/percyjacksontheolympianslightningthief/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6mt7YDpe51yZpraTuGUIGbktV2w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0814255/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGZUEyeVUaiDqi80n1VkfOx_pKwUw" class=fl>IMDb</a></span><div class=times>1:05&nbsp; 3:50&nbsp; 7:00&nbsp; 9:45pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=28611dc401babee5"><span dir=ltr>The Blind Side</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.6 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 6min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/blindside&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEw-i7X7FOoHi4qEa9WqNMvUiiffA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0878804/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNF7hGNVOtVaQrCybsbl3yiLoc1Gbg" class=fl>IMDb</a></span><div class=times>1:20&nbsp; 4:30&nbsp; 7:10&nbsp; 9:55pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=251428ca7e867efc"><span dir=ltr>The Wolfman</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated R‎‎ - Horror/Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/thewolfman&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGoBqzHskcxcjvOYB_IPXAXW3oDag" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780653/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGgeNGVLf5mLaRMHnS2sVcFLDXKag" class=fl>IMDb</a></span><div class=times>1:25&nbsp; 4:10&nbsp; 7:05&nbsp; 9:35pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d0d343557326ce6c"><span dir=ltr>Tooth Fairy</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated PG‎‎ - Comedy‎ - <a href="/url?q=http://www.youtube.com/trailer/thetoothfairy&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNG_iTGizft88q8GyOxOioriUaojNg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0808510/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNE3_kGTqIpuAoXKzvjP1mJC-4mzUg" class=fl>IMDb</a></span><div class=times>1:20&nbsp; 4:20&nbsp; 7:00&nbsp; 9:20pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=315ce6650a5bc6ba"><span dir=ltr>My Name Is Khan</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 25min‎‎ - Drama/Romance‎ - <a href="/url?q=http://www.apple.com/trailers/fox_searchlight/mynameiskhan/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNHFS5zmL-8ycIsWifjV4k6zU_8ATw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1188996/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHcsU-Yyl9hE9ioWx-t0uFIcdMmqA" class=fl>IMDb</a></span><div class=times>1:00&nbsp; 4:25&nbsp; 7:50pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5638c8a496836e07"><span dir=ltr>When in Rome</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 31min‎‎ - Rated PG-13‎‎ - Comedy/Drama/Romance‎ - <a href="/url?q=http://www.apple.com/trailers/touchstone/wheninrome/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNG9-8ub793-pSdJatvKpC4RRamtxQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1185416/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGzZsQ_UDRT3Jgr6qETRLl8AccB1Q" class=fl>IMDb</a></span><div class=times>5:25&nbsp; 7:40&nbsp; 10:00pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=f795732dd31a590e"><span dir=ltr>Alvin and the Chipmunks: The Squeakquel</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 28min‎‎ - Rated PG‎‎ - Comedy‎ - <a href="/url?q=http://www.apple.com/trailers/fox/alvinandthechipmunksthesqueakquel/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNEK-EKUU14VTXuexVsAwjYmWCFvxw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1231580/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEiaIbHoixweY5Wf9KEbxWYjEdrRQ" class=fl>IMDb</a></span><div class=times>1:30&nbsp; 4:20pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=2bff41a44136ea06"><span dir=ltr>The Book of Eli</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 58min‎‎ - Rated R‎‎ - Action/Adventure/Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/thebookofeli&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNG5-szoLvXDg8naKk1eEOsX9OZ3ZQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1071067610/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFImEu38-NnNoJXL2A1BQKs6zi5zw" class=fl>IMDb</a></span><div class=times>7:05&nbsp; 9:50pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=509bdcc8d9790ba3"><span dir=ltr>The Princess and the Frog</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 35min‎‎ - Rated G‎‎ - Animation/Comedy/Family‎ - <a href="/url?q=http://www.youtube.com/trailer/theprincessandfrog&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEynVXgq8IbrRlJtPRRptLrWVaDGw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780521/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEAk7LkIPoIUyAmwSA_yMAYndas6g" class=fl>IMDb</a></span><div class=times>12:55&nbsp; 3:10pm</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_6942594306654572025><h2 class=name><a href="/movies?near=02139&amp;tid=60590cbd0bcb8df9" id=link_1_theater_6942594306654572025><span dir=ltr>Capitol Theater</span></a></h2><div class=info>204 Massachusetts Ave, Arlington, MA - (781) 648-4340<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=feaa0d984d2fb7b8"><span dir=ltr>Avatar 3D</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 40min‎‎ - Rated PG-13‎‎ - Action/Adventure/Suspense/Thriller/Scifi/Fantasy‎ - <a href="/url?q=http://www.imdb.com/title/tt-1112350253/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFZaxrWUcbdbcvDIXZOxkuqp5rUNg" class=fl>IMDb</a></span><div class=times>1:30&nbsp; 4:00&nbsp; 5:30&nbsp; 7:30&nbsp; 9:30pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=74b06da5791533f3"><span dir=ltr>It&#39;s Complicated</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 54min‎‎ - Rated R‎‎ - Comedy/Romance‎ - <a href="/url?q=http://www.youtube.com/trailer/itscomplicated&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHmsg5ee4ppQswOYqE6J80cHnJYdg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1230414/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEPuPX98ZLRZxlqaa53FyF6jj9rtg" class=fl>IMDb</a></span><div class=times>1:45&nbsp; 4:45&nbsp; 7:20&nbsp; 9:50pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=3e3ca8673e2b03ea"><span dir=ltr>Fantastic Mr. Fox</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 27min‎‎ - Rated PG‎‎ - Animation‎ - <a href="/url?q=http://www.youtube.com/trailer/fantasticmrfox&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFCQwfaIaeUHDtyFCOT59fWWSI6hA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0432283/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHZINfhJSHOFO1salFcFIX7entKfw" class=fl>IMDb</a></span><div class=times>1:10&nbsp; 3:10&nbsp; 5:10pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=4037c909f75aa70e"><span dir=ltr>The Young Victoria</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 44min‎‎ - Rated PG‎‎ - Drama/Documentary/Comedy‎ - <a href="/url?q=http://www.apple.com/trailers/independent/theyoungvictoria/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNGjKV4utGSorHou7Q-ZLBKvuL84yA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0962736/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGFhvmAP9iBC_Wgp-RUDG1CBjwpCQ" class=fl>IMDb</a></span><div class=times>5:00&nbsp; 7:40&nbsp; 9:55pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d25f8f01ee295a88"><span dir=ltr>Invictus</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.5 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 12min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/invictus&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNE-_H2cN8UECDcPxSSmUBITxI6oXA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt-505195674/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHkh4yKohHC2dT8YSPGTNsnxdv6Gw" class=fl>IMDb</a></span><div class=times>7:00&nbsp; 9:45pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=8dadf439e4d871b2"><span dir=ltr>Planet 51</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.6 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 31min‎‎ - Rated PG‎‎ - Animation/Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/planet51&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNE-2LjM7ic592KOrU52xfTgBB4O6Q" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0762125/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFXm4sRPyxZBKnjS_--rNNUqaFOlQ" class=fl>IMDb</a></span><div class=times>2:10pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=1c34a797df83a177"><span dir=ltr>The Twilight Saga: New Moon</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 10min‎‎ - Rated PG-13‎‎ - Action/Adventure/Horror‎ - <a href="/url?q=http://www.youtube.com/trailer/twilightnewmoon&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHC6PWBsKH689457yYFzMa8Wf3HGw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt397420216/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGZ3OI-0cbLnon7kpByn_r7uD0suA" class=fl>IMDb</a></span><div class=times>7:10pm</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_12103889213167221544><h2 class=name><a href="/movies?near=02139&amp;tid=a7f9a71c3783bb28" id=link_1_theater_12103889213167221544><span dir=ltr>AMC Chestnut Hill 5</span></a></h2><div class=info>27 Boylston Street, Chestnut Hill, MA - (888) 262-4386<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=1e7a03bf388a7224"><span dir=ltr>Dear John</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated PG-13‎‎ - Drama/Romance/War‎ - <a href="/url?q=http://www.youtube.com/trailer/dearjohntrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHheY6MJZOKY_hyb42-ZPlVZ4tmkA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0989757/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFuMSj0o5r1dwX5-eydross53CUtA" class=fl>IMDb</a></span><div class=times>10:30am&nbsp; 1:30&nbsp; 4:15&nbsp; 7:20&nbsp; 10:10pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=75fadc85e67386cc"><span dir=ltr>Percy Jackson &amp; the Olympians: The Lightning Thief</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 0min‎‎ - Rated PG‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox/percyjacksontheolympianslightningthief/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6mt7YDpe51yZpraTuGUIGbktV2w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0814255/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGZUEyeVUaiDqi80n1VkfOx_pKwUw" class=fl>IMDb</a></span><div class=times>10:00am&nbsp; 1:00&nbsp; 4:00&nbsp; 7:00&nbsp; 10:00pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6041ad766620e1a"><span dir=ltr>Valentine&#39;s Day</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 57min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt-1949659688/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEj0i7Pb5W0eR3Rj--JN-JfnYs0QA" class=fl>IMDb</a></span><div class=times>11:00am&nbsp; 1:50&nbsp; 4:40&nbsp; 8:00&nbsp; 10:50pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=feaa0d984d2fb7b8"><span dir=ltr>Avatar 3D</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 40min‎‎ - Rated PG-13‎‎ - Action/Adventure/Suspense/Thriller/Scifi/Fantasy‎ - <a href="/url?q=http://www.imdb.com/title/tt-1112350253/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFZaxrWUcbdbcvDIXZOxkuqp5rUNg" class=fl>IMDb</a></span><div class=times>12:15&nbsp; 4:30&nbsp; 8:30pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=74b06da5791533f3"><span dir=ltr>It&#39;s Complicated</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 54min‎‎ - Rated R‎‎ - Comedy/Romance‎ - <a href="/url?q=http://www.youtube.com/trailer/itscomplicated&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHmsg5ee4ppQswOYqE6J80cHnJYdg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1230414/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEPuPX98ZLRZxlqaa53FyF6jj9rtg" class=fl>IMDb</a></span><div class=times>10:50am&nbsp; 1:40&nbsp; 7:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=e2b9e0ffb85f6e44"><span dir=ltr>Edge of Darkness</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated R‎‎ - Drama/Suspense/Thriller‎ - <a href="/url?q=http://www.youtube.com/trailer/edgeofdarkness&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFWKhtt5mbzy4jtNuHWKvNwWJDVOA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1226273/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNH7FG3IcU4aF-Q-Jihv9QWNhjNtrA" class=fl>IMDb</a></span><div class=times>4:50&nbsp; 10:25pm</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_9731389725492310894><h2 class=name><a href="/movies?near=02139&amp;tid=870cd7656edaf36e" id=link_1_theater_9731389725492310894><span dir=ltr>Studio Cinema - Belmont</span></a></h2><div class=info>376 Trapelo Road, Belmont, MA - (617) 484-1706<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d8b5923c7d9d760a"><span dir=ltr>Crazy Heart</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 51min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox_searchlight/crazyheart/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6zXocMbFmNhuaFHbzt_G0xM_Swg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1263670/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGNNG-R-U3QYoQ_rRE3ZYs9Av-LdA" class=fl>IMDb</a></span><div class=times>11:00am&nbsp; 4:15&nbsp; 6:30&nbsp; 8:45pm</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_3342872120402492409><h2 class=name><a href="/movies?near=02139&amp;tid=2e64447b7225bbf9" id=link_1_theater_3342872120402492409><span dir=ltr>Showcase Cinemas Revere</span></a></h2><div class=info>565 Squire Road, Revere, MA - (800) 315-4000<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=251428ca7e867efc"><span dir=ltr>The Wolfman</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated R‎‎ - Horror/Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/thewolfman&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGoBqzHskcxcjvOYB_IPXAXW3oDag" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780653/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGgeNGVLf5mLaRMHnS2sVcFLDXKag" class=fl>IMDb</a></span><div class=times>11:20&nbsp; 11:50am&nbsp; 1:15&nbsp; 1:45&nbsp; 2:15&nbsp; 3:50&nbsp; 4:20&nbsp; 4:50&nbsp; 6:30&nbsp; 7:00&nbsp; 7:30&nbsp; 9:05&nbsp; 9:35&nbsp; 10:05pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=1e7a03bf388a7224"><span dir=ltr>Dear John</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated PG-13‎‎ - Drama/Romance/War‎ - <a href="/url?q=http://www.youtube.com/trailer/dearjohntrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHheY6MJZOKY_hyb42-ZPlVZ4tmkA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0989757/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFuMSj0o5r1dwX5-eydross53CUtA" class=fl>IMDb</a></span><div class=times>11:30am&nbsp; 1:30&nbsp; 2:00&nbsp; 4:10&nbsp; 4:40&nbsp; 6:40&nbsp; 7:10&nbsp; 9:30&nbsp; 10:00pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=75fadc85e67386cc"><span dir=ltr>Percy Jackson &amp; the Olympians: The Lightning Thief</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 0min‎‎ - Rated PG‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox/percyjacksontheolympianslightningthief/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6mt7YDpe51yZpraTuGUIGbktV2w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0814255/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGZUEyeVUaiDqi80n1VkfOx_pKwUw" class=fl>IMDb</a></span><div class=times>11:35am&nbsp; 1:50&nbsp; 2:20&nbsp; 4:35&nbsp; 5:05&nbsp; 7:25&nbsp; 7:55&nbsp; 10:15pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6041ad766620e1a"><span dir=ltr>Valentine&#39;s Day</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 57min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt-1949659688/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEj0i7Pb5W0eR3Rj--JN-JfnYs0QA" class=fl>IMDb</a></span><div class=times>12:30&nbsp; 1:00&nbsp; 3:30&nbsp; 4:00&nbsp; 6:50&nbsp; 7:20&nbsp; 9:50&nbsp; 10:20pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=feaa0d984d2fb7b8"><span dir=ltr>Avatar 3D</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 40min‎‎ - Rated PG-13‎‎ - Action/Adventure/Suspense/Thriller/Scifi/Fantasy‎ - <a href="/url?q=http://www.imdb.com/title/tt-1112350253/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFZaxrWUcbdbcvDIXZOxkuqp5rUNg" class=fl>IMDb</a></span><div class=times>11:25&nbsp; 11:55am&nbsp; 2:50&nbsp; 3:20&nbsp; 6:25&nbsp; 6:55&nbsp; 9:55pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=16ce98e01a2a4035"><span dir=ltr>From Paris With Love</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 35min‎‎ - Rated R‎‎ - Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/frompariswithlovetrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFGMfyL73SYG9XjSHCu9kuUnlY2dw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1179034/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNExpxayG7h-5gSzqIuFTyQIwE39-A" class=fl>IMDb</a></span><div class=times>11:45am&nbsp; 12:15&nbsp; 2:30&nbsp; 4:45&nbsp; 7:15&nbsp; 7:45&nbsp; 10:10pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d0d343557326ce6c"><span dir=ltr>Tooth Fairy</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated PG‎‎ - Comedy‎ - <a href="/url?q=http://www.youtube.com/trailer/thetoothfairy&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNG_iTGizft88q8GyOxOioriUaojNg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0808510/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNE3_kGTqIpuAoXKzvjP1mJC-4mzUg" class=fl>IMDb</a></span><div class=times>12:00&nbsp; 2:25&nbsp; 4:55&nbsp; 7:35&nbsp; 10:05pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5638c8a496836e07"><span dir=ltr>When in Rome</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 31min‎‎ - Rated PG-13‎‎ - Comedy/Drama/Romance‎ - <a href="/url?q=http://www.apple.com/trailers/touchstone/wheninrome/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNG9-8ub793-pSdJatvKpC4RRamtxQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1185416/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGzZsQ_UDRT3Jgr6qETRLl8AccB1Q" class=fl>IMDb</a></span><div class=times>12:40&nbsp; 3:00&nbsp; 5:20&nbsp; 7:50&nbsp; 10:35pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d8b5923c7d9d760a"><span dir=ltr>Crazy Heart</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 51min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox_searchlight/crazyheart/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6zXocMbFmNhuaFHbzt_G0xM_Swg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1263670/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGNNG-R-U3QYoQ_rRE3ZYs9Av-LdA" class=fl>IMDb</a></span><div class=times>1:25&nbsp; 4:05&nbsp; 6:45&nbsp; 9:20pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=e2b9e0ffb85f6e44"><span dir=ltr>Edge of Darkness</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated R‎‎ - Drama/Suspense/Thriller‎ - <a href="/url?q=http://www.youtube.com/trailer/edgeofdarkness&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFWKhtt5mbzy4jtNuHWKvNwWJDVOA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1226273/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNH7FG3IcU4aF-Q-Jihv9QWNhjNtrA" class=fl>IMDb</a></span><div class=times>1:40&nbsp; 4:30&nbsp; 7:40&nbsp; 10:30pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=2bff41a44136ea06"><span dir=ltr>The Book of Eli</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 58min‎‎ - Rated R‎‎ - Action/Adventure/Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/thebookofeli&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNG5-szoLvXDg8naKk1eEOsX9OZ3ZQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1071067610/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFImEu38-NnNoJXL2A1BQKs6zi5zw" class=fl>IMDb</a></span><div class=times>12:25&nbsp; 3:10&nbsp; 6:20&nbsp; 9:10pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6c2a092c4b57aee1"><span dir=ltr>Legion</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 40min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/watch%3Fv%3DP6p01-in6-k&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFaylxujXoFhKMXaWqIkfDKhRcXGg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1038686/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGaZh7Y1kATsfoO20qtO0xLCva3UA" class=fl>IMDb</a></span><div class=times>2:05&nbsp; 4:25&nbsp; 9:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=f795732dd31a590e"><span dir=ltr>Alvin and the Chipmunks: The Squeakquel</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 28min‎‎ - Rated PG‎‎ - Comedy‎ - <a href="/url?q=http://www.apple.com/trailers/fox/alvinandthechipmunksthesqueakquel/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNEK-EKUU14VTXuexVsAwjYmWCFvxw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1231580/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEiaIbHoixweY5Wf9KEbxWYjEdrRQ" class=fl>IMDb</a></span><div class=times>11:40am&nbsp; 1:55pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=74b06da5791533f3"><span dir=ltr>It&#39;s Complicated</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 54min‎‎ - Rated R‎‎ - Comedy/Romance‎ - <a href="/url?q=http://www.youtube.com/trailer/itscomplicated&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHmsg5ee4ppQswOYqE6J80cHnJYdg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1230414/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEPuPX98ZLRZxlqaa53FyF6jj9rtg" class=fl>IMDb</a></span><div class=times>4:15&nbsp; 7:05pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=28611dc401babee5"><span dir=ltr>The Blind Side</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.6 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 6min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/blindside&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEw-i7X7FOoHi4qEa9WqNMvUiiffA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0878804/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNF7hGNVOtVaQrCybsbl3yiLoc1Gbg" class=fl>IMDb</a></span><div class=times>12:50&nbsp; 6:35pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=39164c01695a51a1"><span dir=ltr>The Lovely Bones</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 15min‎‎ - Rated PG-13‎‎ - Drama/Horror/Suspense/Thriller‎ - <a href="/url?q=http://www.apple.com/trailers/paramount/thelovelybones/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNG9aAZMBa18CHOIQ5qIkXKUHoItsA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0380510/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGSx6ohYxAfM8V_WOIqnx6ljUuUpA" class=fl>IMDb</a></span><div class=times>3:40&nbsp; 9:25pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=870d6f0dc76ebf51"><span dir=ltr>Sherlock Holmes</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.5 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 14min‎‎ - Rated PG-13‎‎ - Action/Adventure/Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/sherlockholmes&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEmqYPMNJ38umdSLcbopwrKvgjyYA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0988045/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNF5UIcc4Z8Qk7OIF1sCw2Q4YlvBzw" class=fl>IMDb</a></span><div class=times>9:45pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d04a0b5ceaa69c61"><span dir=ltr>Super Why!: Attack Of The Eraser</span></a></div><span class=info>‎Program/Family‎ - <a href="/url?q=http://www.imdb.com/title/tt1105469/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNG6Zn6SJztbCRG5BvlvPFIXHaJtPA" class=fl>IMDb</a></span><div class=times>12:00pm</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_7642444203646545736><h2 class=name><a href="/movies?near=02139&amp;tid=6a0f6a8306186f48" id=link_1_theater_7642444203646545736><span dir=ltr>West Newton Cinema</span></a></h2><div class=info>1296 Washington St, West Newton, MA - (617) 964-6060<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d8b5923c7d9d760a"><span dir=ltr>Crazy Heart</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 51min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/fox_searchlight/crazyheart/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNF6zXocMbFmNhuaFHbzt_G0xM_Swg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1263670/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGNNG-R-U3QYoQ_rRE3ZYs9Av-LdA" class=fl>IMDb</a></span><div class=times>12:50&nbsp; 3:40&nbsp; 6:10&nbsp; 8:50pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=2362da8ef963835d"><span dir=ltr>The Last Station</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.7 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 52min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/sony/thelaststation/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNEZBn2iHtKGqUV4wni_nu-wYPl79w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0824758/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHcUcqCMbnxQTIg8LYtUt_atTDjVg" class=fl>IMDb</a></span><div class=times>1:15&nbsp; 3:50&nbsp; 6:15&nbsp; 8:50pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5d416193eb7fc436"><span dir=ltr>Up in the Air</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 49min‎‎ - Rated R‎‎ - Comedy/Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt1193138/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNG1xSV9sJDE2w3rFQanKPxNxsS-Mw" class=fl>IMDb</a></span><div class=times>1:05&nbsp; 3:45&nbsp; 6:05&nbsp; 8:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=5da5c62c72ff6d05"><span dir=ltr>A Single Man</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.0 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 39min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/asinglemantrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGM5vIcxFQZ3-SwU79Lz3YJvZgJsQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1315981/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGb6cikoLquKjfhZYfupLEop1sJgQ" class=fl>IMDb</a></span><div class=times>1:10&nbsp; 6:20&nbsp; 8:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=c9d04b04fd10775b"><span dir=ltr>The White Ribbon (Das weisse Band)</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 24min‎‎ - Rated R‎‎ - Drama/War‎ - <a href="/url?q=http://www.imdb.com/title/tt-1438579936/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHkFc6DflAVn0Ug2MWbyis0kCXNVg" class=fl>IMDb</a></span><div class=times>1:40&nbsp; 4:40&nbsp; 7:45pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=a999eb64f2f28b7b"><span dir=ltr>An Education</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 39min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.apple.com/trailers/sony/aneducation/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNHACJtfLxJBLgKyS3DPDWLR9nX2jQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1174732/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGrKLX-CdqHMGQM6LCF1DFSlj584A" class=fl>IMDb</a></span><div class=times>1:20&nbsp; 6:25pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=74b06da5791533f3"><span dir=ltr>It&#39;s Complicated</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.4 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 54min‎‎ - Rated R‎‎ - Comedy/Romance‎ - <a href="/url?q=http://www.youtube.com/trailer/itscomplicated&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHmsg5ee4ppQswOYqE6J80cHnJYdg" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1230414/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEPuPX98ZLRZxlqaa53FyF6jj9rtg" class=fl>IMDb</a></span><div class=times>3:35&nbsp; 8:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=f795732dd31a590e"><span dir=ltr>Alvin and the Chipmunks: The Squeakquel</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 28min‎‎ - Rated PG‎‎ - Comedy‎ - <a href="/url?q=http://www.apple.com/trailers/fox/alvinandthechipmunksthesqueakquel/&amp;sa=X&amp;oi=moviesa&amp;ii=6&amp;usg=AFQjCNEK-EKUU14VTXuexVsAwjYmWCFvxw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1231580/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEiaIbHoixweY5Wf9KEbxWYjEdrRQ" class=fl>IMDb</a></span><div class=times>11:00am</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=4568a8faea703313"><span dir=ltr>Nine</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 50min‎‎ - Rated PG-13‎‎ - Musical‎ - <a href="/url?q=http://www.youtube.com/trailer/nine&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNF8EPX8Lvp7CCmHsoEp54hIC2xiAA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0875034/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHKturEwmKRN7SJqMkhTRXB7e21Zw" class=fl>IMDb</a></span><div class=times>3:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=509bdcc8d9790ba3"><span dir=ltr>The Princess and the Frog</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 35min‎‎ - Rated G‎‎ - Animation/Comedy/Family‎ - <a href="/url?q=http://www.youtube.com/trailer/theprincessandfrog&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEynVXgq8IbrRlJtPRRptLrWVaDGw" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780521/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEAk7LkIPoIUyAmwSA_yMAYndas6g" class=fl>IMDb</a></span><div class=times>11:00am</div></div></div><p class=clear></div></div><div class=theater><div class=desc id=theater_17485398283109361679><h2 class=name><a href="/movies?near=02139&amp;tid=f2a89d18ccf5680f" id=link_1_theater_17485398283109361679><span dir=ltr>Landmark Embassy Cinema</span></a></h2><div class=info>16 Pine Street, Waltham, MA - (781) 893-2500<a href="" class=fl target=_top></a></div></div><div class=showtimes><div class=show_left><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=1e7a03bf388a7224"><span dir=ltr>Dear John</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.9 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated PG-13‎‎ - Drama/Romance/War‎ - <a href="/url?q=http://www.youtube.com/trailer/dearjohntrailer&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNHheY6MJZOKY_hyb42-ZPlVZ4tmkA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0989757/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNFuMSj0o5r1dwX5-eydross53CUtA" class=fl>IMDb</a></span><div class=times>1:10&nbsp; 3:50&nbsp; 7:00&nbsp; 9:40pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=e2b9e0ffb85f6e44"><span dir=ltr>Edge of Darkness</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.2 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 48min‎‎ - Rated R‎‎ - Drama/Suspense/Thriller‎ - <a href="/url?q=http://www.youtube.com/trailer/edgeofdarkness&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNFWKhtt5mbzy4jtNuHWKvNwWJDVOA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt1226273/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNH7FG3IcU4aF-Q-Jihv9QWNhjNtrA" class=fl>IMDb</a></span><div class=times>1:00&nbsp; 3:40&nbsp; 6:50&nbsp; 9:35pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=251428ca7e867efc"><span dir=ltr>The Wolfman</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 2.8 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 42min‎‎ - Rated R‎‎ - Horror/Action/Adventure‎ - <a href="/url?q=http://www.youtube.com/trailer/thewolfman&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGoBqzHskcxcjvOYB_IPXAXW3oDag" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0780653/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNGgeNGVLf5mLaRMHnS2sVcFLDXKag" class=fl>IMDb</a></span><div class=times>1:20&nbsp; 4:10&nbsp; 7:10&nbsp; 9:45pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=6041ad766620e1a"><span dir=ltr>Valentine&#39;s Day</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt="Rated 0.0 out of 5.0"><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 57min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.imdb.com/title/tt-1949659688/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNEj0i7Pb5W0eR3Rj--JN-JfnYs0QA" class=fl>IMDb</a></span><div class=times>12:40&nbsp; 3:30&nbsp; 6:40&nbsp; 9:30pm</div></div></div><div class=show_right><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=26375b5c6bbd56af"><span dir=ltr>Avatar</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 40min‎‎ - Rated PG-13‎‎ - Action/Adventure/Suspense/Thriller/Scifi/Fantasy‎ - <a href="/url?q=http://www.youtube.com/trailer/avatar&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNGx1qzrttVDK5JEht6di9P2utrFIQ" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt0499549/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNExGFa0wJ1IQUYUq5svDS7AXVxvwg" class=fl>IMDb</a></span><div class=times>12:50&nbsp; 4:20&nbsp; 8:00pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=d25f8f01ee295a88"><span dir=ltr>Invictus</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 3.5 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-half.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 2hr 12min‎‎ - Rated PG-13‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/invictus&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNE-_H2cN8UECDcPxSSmUBITxI6oXA" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt-505195674/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNHkh4yKohHC2dT8YSPGTNsnxdv6Gw" class=fl>IMDb</a></span><div class=times>12:30&nbsp; 6:30pm</div></div><div class=movie><div class=name><a href="/movies?near=02139&amp;mid=74fe00b18245626d"><span dir=ltr>Precious</span></a></div><span class=info><nobr><nobr><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt="Rated 4.1 out of 5.0"><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-on.gif" width=10 height=9 border=0 alt=""><img src="/images/sy-star-off.gif" width=10 height=9 border=0 alt=""></nobr></nobr>‎ - 1hr 49min‎‎ - Rated R‎‎ - Drama‎ - <a href="/url?q=http://www.youtube.com/trailer/precious&amp;sa=X&amp;oi=movies&amp;ii=6&amp;usg=AFQjCNEsCYgWB0Fxi2dd8JvkKl1Qqj2z7w" class=fl>Trailer</a> - <a href="/url?q=http://www.imdb.com/title/tt-1006574243/&amp;sa=X&amp;oi=moviesi&amp;ii=6&amp;usg=AFQjCNES3K9jjZKNqh9J0rzk7mqtPLLcew" class=fl>IMDb</a></span><div class=times>4:00&nbsp; 9:25pm</div></div></div><p class=clear></div></div></div></div><p class=clear></div><br clear=all><div id=navbar class=n><table border=0 cellpadding=0 width=1% cellspacing=0 align=center><tr align=center style=text-align:center valign=top><td nowrap align=right class=b><a href="/movies?near=02139"><img src=http://www.google.com/nav_previous.gif width=68 height=26 alt="" border=0><br>Previous</a><td nowrap><a href="/movies?near=02139"><img src=http://www.google.com/nav_page.gif width=16 height=26 alt="" border=0><br>1</a><td nowrap><img src=http://www.google.com/nav_current.gif width=16 height=26 alt=""><br><span class=i>2</span><td nowrap><img src=http://www.google.com/nav_last.gif width=46 height=26 alt=""><br></table></div><br><table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td class=k><img height=1 alt="" width=1></td></tr><tr><td align=center bgcolor=#e5ecf9>&nbsp;<br><table border=0 cellpadding=0 cellspacing=0 align=center><form method=get action=/movies><tr><td nowrap><input type=text name=q size=31 maxlength=2048 value=""><font size=-1> <input type=submit name=btnG value="Search Movies"> <input type=submit name="btnmeta=search=search" value="Search the Web"><input type=hidden name="near" value="02139"></font></td></tr></form></table><br><font size=-1><a href="/language_tools">Language Tools</a> | <a href="/intl/en/help.html">Search&nbsp;Tips</a></font><br><br></td></tr><tr><td class=k><img height=1 alt="" width=1></td></tr></table><center><p><hr class=z><table width=100% cellpadding=2 cellspacing=0 border=0><tr><td align=center ><font size=-1><a href="/">Google&nbsp;Home</a> - <a href="/intl/en/ads/">Advertising&nbsp;Programs</a> - <a href="/services/">Business Solutions</a> - <a href="/intl/en/about.html">About Google</a></font></td></tr></table><br><font size=-1 class=p>&copy;2010 Google</font></hr></p></center><script>if(!window.google)window.google={};if(!window.google.movies)window.google.movies={};function f(){if(typeof window.innerHeight=="number")return window.innerHeight;else if(document.documentElement&&document.documentElement.clientHeight)return document.documentElement.clientHeight;else if(document.body&&document.body.clientHeight)return document.body.clientHeight;else return 0}function g(a){var c=0;for(var b=a;b;b=b.offsetParent)c+=b.offsetTop;return c}window.google.movies.resizeApp=function(){var a=
4
+ document.getElementById("theater_map");if(!a)return;var c=document.getElementById("theater_static_map");if(c)c.style.display="none";var b=f(),h=g(a),d=Math.max(100,b-h),e=d;if(navigator.appName!="Microsoft Internet Explorer")e-=2;a.style.height=e+"px";a.style.border="1px solid #c9d7f1";var i=document.getElementById("movie_results");i.style.height=d+"px";document.body.style.overflowY="hidden"};
5
+ </script>
@@ -78,7 +78,7 @@ class TestGoogleShowtimes < Test::Unit::TestCase
78
78
  golden1 = {
79
79
  :film => { :imdb => "0875034", :name => "Nine"},
80
80
  :cinema => { :phone =>"0871 224 4007", :name => "Odeon West End",
81
- :address =>"40 Leicester Square, London, WC2H 7LP, UK" },
81
+ :address =>"40 Leicester Square, London, WC2H 7LP, UK" },
82
82
  :showtimes => %w(11:30 13:00 14:20 16:00 17:10).
83
83
  map { |time| { :time => Time.parse(time + ' UTC') } }
84
84
  }
@@ -96,8 +96,8 @@ class TestGoogleShowtimes < Test::Unit::TestCase
96
96
  golden1 = {
97
97
  :film => { :imdb => '0499549', :name => 'Avatar 3D' },
98
98
  :cinema => { :name => 'AMC Loews Harvard Square 5',
99
- :address => '10 Church Street, Cambridge, MA' },
100
- :showtimes => %w(11:30 15:15 19:00 22:45).
99
+ :address => '10 Church Street, Cambridge, MA' },
100
+ :showtimes => %w(11:30 15:15 19:00 22:45).
101
101
  map { |time| { :time => Time.parse(time + ' UTC'),
102
102
  :href => 'http://www.fandango.com/redirect.aspx?' +
103
103
  'tid=AABBF&tmid=79830&date=2009-12-23+' +
@@ -127,4 +127,29 @@ class TestGoogleShowtimes < Test::Unit::TestCase
127
127
  assert_equal golden_result, GoogleShowtimes.cleanup_redirects(text), text
128
128
  end
129
129
  end
130
+
131
+ def test_mixed_showtime_links
132
+ results, location, next_url =
133
+ GoogleShowtimes.parse_results mock_results_page('mixed_showtime_links')
134
+
135
+ assert_equal 'Cambridge, MA 02139', location, 'Location'
136
+ assert_equal nil, next_url, 'No next URL'
137
+
138
+ # Yes, Google can return negative IMDB IDs. Sigh.
139
+ golden1 = {
140
+ :film => { :imdb => '-1949659688', :name => "Valentine's Day" },
141
+ :cinema => { :name => 'AMC Loews Boston Common 19',
142
+ :address => '175 Tremont Street, Boston, MA',
143
+ :phone => '(888) 262-4386' },
144
+ :showtimes => %w(10:10 11:20 12:10 13:10 14:10).
145
+ map { |time | { :time => Time.parse(time + ' UTC') } } +
146
+ %w(15:20 16:20 16:50 17:20 18:30 19:30 20:00 20:30 21:40 22:40 23:10 23:40).
147
+ map { |time| { :time => Time.parse(time + ' UTC'),
148
+ :href => 'http://www.fandango.com/redirect.aspx?' +
149
+ 'tid=AAPNV&tmid=81193&date=2010-02-14+' +
150
+ time + '&a=11584&source=google' } }
151
+ }
152
+
153
+ assert_equal golden1, results.first, 'First result (buy URLs)'
154
+ end
130
155
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_showtimes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-24 00:00:00 -05:00
12
+ date: 2010-02-14 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -43,6 +43,7 @@ files:
43
43
  - lib/google_showtimes.rb
44
44
  - test/fixtures/cinemas_movies.html
45
45
  - test/fixtures/cinemas_movies_uk.html
46
+ - test/fixtures/mixed_showtime_links.html
46
47
  - test/fixtures/movie2_cinemas.html
47
48
  - test/fixtures/movie_cinemas.html
48
49
  - test/helper.rb