porras-imdb 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -46,14 +46,14 @@ ImdbSearch Indiana Jones
46
46
 
47
47
  ImdbSearch Indiana Jones movies
48
48
  - should be a collection of ImdbMovie instances
49
- - should include 'Indiana Jones and the Last Crusade (1989)'
49
+ - should include 'Indiana Jones and the Last Crusade'
50
50
  - should have titles
51
51
  - should not have titles with HTML tags
52
52
 
53
- ImdbSearch Torrent
53
+ ImdbSearch searches with potential encoding issues
54
54
 
55
- ImdbSearch Torrent movies
56
- - should include 'Misión en Marbella (2001)'
55
+ ImdbSearch searches with potential encoding issues movies
56
+ - should include 'Misión en Marbella'
57
57
 
58
58
  String
59
59
 
@@ -64,6 +64,6 @@ String unescape_html
64
64
  String strip_tags
65
65
  - should strip HTML tags
66
66
 
67
- Finished in 2.787784 seconds
67
+ Finished in 2.848225 seconds
68
68
 
69
69
  41 examples, 0 failures
@@ -7,15 +7,17 @@ class ImdbSearch
7
7
  end
8
8
 
9
9
  def movies
10
- @movies ||= document.search('a.l[@href*="/title/tt"]').map do |element|
11
- ImdbMovie.new(element['href'][/\d+/], element.innerHTML.strip_tags)
10
+ @movies ||= document.search('a[@href^="/title/tt"]').reject do |element|
11
+ element.innerHTML.strip_tags.empty?
12
+ end.map do |element|
13
+ ImdbMovie.new(element['href'][/\d+/], element.innerHTML.strip_tags.unescape_html)
12
14
  end
13
15
  end
14
16
 
15
17
  private
16
18
 
17
19
  def document
18
- @document ||= Hpricot(open("http://www.google.com/search?as_q=#{CGI::escape(query + ' inurl:title')}&num=20&as_sitesearch=imdb.com").read)
20
+ @document ||= Hpricot(open("http://www.imdb.com/find?q=#{CGI::escape(query)};s=tt").read)
19
21
  end
20
22
 
21
23
  end
@@ -5,7 +5,7 @@ describe ImdbMovie do
5
5
  describe 'Indiana Jones and the Last Crusade' do
6
6
 
7
7
  before(:each) do
8
- @imdb_movie = ImdbMovie.new('0097576', 'Indiana Jones and the Last Crusade (1989)')
8
+ @imdb_movie = ImdbMovie.new('0097576', 'Indiana Jones and the Last Crusade')
9
9
  @imdb_movie.stub!(:open).and_return(open("#{$samples_dir}/sample_movie.html"))
10
10
  end
11
11
 
@@ -93,10 +93,12 @@ describe ImdbMovie do
93
93
  describe "title pre-caching & get_data" do
94
94
 
95
95
  it "should have the original title before querying anything" do
96
- @imdb_movie.title.should == 'Indiana Jones and the Last Crusade (1989)'
96
+ @imdb_movie.should_not_receive(:open)
97
+ @imdb_movie.title.should == 'Indiana Jones and the Last Crusade'
97
98
  end
98
99
 
99
100
  it "should have the updated title after calling get_data" do
101
+ @imdb_movie.should_receive(:open).with("http://www.imdb.com/title/tt0097576/").and_return(open("#{$samples_dir}/sample_movie.html"))
100
102
  @imdb_movie.get_data
101
103
  @imdb_movie.title.should == 'Indiana Jones and the Last Crusade'
102
104
  end
@@ -10,7 +10,7 @@ describe ImdbSearch do
10
10
  end
11
11
 
12
12
  it "should query IMDB url" do
13
- @imdb_search.should_receive(:open).with("http://www.google.com/search?as_q=indiana+jones+inurl%3Atitle&num=20&as_sitesearch=imdb.com").and_return(open("#{$samples_dir}/sample_search.html"))
13
+ @imdb_search.should_receive(:open).with("http://www.imdb.com/find?q=indiana+jones;s=tt").and_return(open("#{$samples_dir}/sample_search.html"))
14
14
  @imdb_search.send(:document)
15
15
  end
16
16
 
@@ -24,8 +24,8 @@ describe ImdbSearch do
24
24
  end
25
25
  end
26
26
 
27
- it "should include 'Indiana Jones and the Last Crusade (1989)'" do
28
- @imdb_search.movies.map { |m| m.title }.should include('Indiana Jones and the Last Crusade (1989)')
27
+ it "should include 'Indiana Jones and the Last Crusade'" do
28
+ @imdb_search.movies.map { |m| m.title }.should include('Indiana Jones and the Last Crusade')
29
29
  end
30
30
 
31
31
  it "should have titles" do
@@ -44,7 +44,7 @@ describe ImdbSearch do
44
44
 
45
45
  end
46
46
 
47
- describe 'Torrent' do
47
+ describe 'searches with potential encoding issues' do
48
48
 
49
49
  before(:each) do
50
50
  @imdb_search = ImdbSearch.new('torrente')
@@ -53,8 +53,8 @@ describe ImdbSearch do
53
53
 
54
54
  describe "movies" do
55
55
 
56
- it "should include 'Misión en Marbella (2001)'" do
57
- @imdb_search.movies.map { |m| m.title }.should include('Misión en Marbella (2001)')
56
+ it "should include 'Misión en Marbella'" do
57
+ @imdb_search.movies.map { |m| m.title }.should include('Misión en Marbella')
58
58
  end
59
59
 
60
60
  end
@@ -1,3 +1,446 @@
1
- <!doctype html><head><meta http-equiv=content-type content="text/html; charset=UTF-8"><title>indiana jones inurl:title site:imdb.com - Buscar con Google</title><style>body{background:#fff;color:#000}#gbar{height:22px;padding-left:2px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbi,#gbs{background:#fff;left:0;position:absolute;top:24px;visibility:hidden;z-index:1000}#gbi{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important}#gbar,#guser{font-size:13px;padding-top:1px !important}@media all{.gb1,.gb3{height:22px;margin-right:.73em;vertical-align:top}#gbar{float:left}}.gb2{display:block;padding:.2em .5em}a.gb1,a.gb2,a.gb3{color:#00c !important}.gb2,.gb3{text-decoration:none}a.gb2:hover{background:#36c;color:#fff !important}.ts{border-collapse:collapse}.ts td{padding:0}.ti,.bl{display:inline}.ti{display:inline-table}.fl:link,.gl a:link{color:#77c}a:link,.w,#prs a:visited,#prs a:active,.q:active,.q:visited{color:#00c}.mblink:visited,a:visited{color:#551a8b}a:active{color:red}.cur{color:#a90a08;font-weight:bold}.new{color:red}.b{font-weight:bold}form{display:inline}.j{width:42em}.s{max-width:42em;}.j{font-size:82%}.j font[size="-1"]{font-size:100%}.e .j{font-size:100%}.e .j font[size="-1"]{font-size:82%}#gb{text-align:right;padding:1px 0 7px;margin:0}.hd{position:absolute;width:1px;height:1px;top:-1000em;overflow:hidden}.f,.m,#tads h2,#mbEnd h2{color:#676767}.a,cite,.cite,.cite:link{color:green;font-style:normal}#mbEnd{float:right}/*/*/h1{margin:0;padding:0}li.g,body,html,.std,#tads h2,#mbEnd h2,.n th,h1{font-size:small;font-family:arial,sans-serif}#tads h2,#mbEnd h2,.n th,h1{font-weight:normal}body{margin:3px 8px}#nav{border-collapse:collapse}#nav,#ssb,.clr{clear:both}#nav a,#nav a:visited,.blk a{color:#000}#nav .b a,#nav .b a:visited{color:#00c;font-size:medium}#nav .i{color:#a90a08;font-weight:bold}.csb,#np,#nf,#nc,#nn,#nl,.nr,.ss{background:url(/images/nav_logo3.png) no-repeat;height:26px;display:block}.ss{background-position:0 -87px;position:absolute;left:0;top:0}.cps{overflow:hidden;height:18px;width:114px}.mbi{font-size:0;display:block;width:12px;height:12px;background-position:-114px -78px;margin-right:2px}#nav .nr{background-position:-60px 0;width:16px}#nav{margin:auto;text-align:center;direction:ltr;margin-bottom:1.4em}#nav table{margin:auto;border-collapse:collapse}#nav td{padding:0;text-align:center}#nav #np{width:44px;margin-left:auto}#nav #nf{background-position:-26px 0;width:18px}#nav #nc{background-position:-44px 0;width:16px}#nav #nn{background-position:-76px 0;margin-right:34px;width:66px}#nav #nl{background-position:-76px 0;width:46px}#logo{display:block;overflow:hidden;position:relative;width:150px;height:52px;margin:14px 0 7px}#logo img{border:none;position:absolute;left:0;top:-26px}#np,#nn,.nr,#logo span,.ch{cursor:pointer;cursor:hand}#tabs *{padding-right:1em} #tabs font,#tabs font a{padding-right:0} #tabs sup{color:red;margin-left:-1em} #tabs{padding:4px}h3,.med{font-size:medium;font-weight:normal;padding:0;margin:0}#res h3{display:inline}.e{margin:.75em 0}#brs td{padding:0 0 7px;padding-right:34px;vertical-align:top}#brs caption{padding-bottom:6px;text-align:left}#brs{padding:0 0 1em}.slk td{padding-left:40px;padding-top:5px;vertical-align:top}.slk div{padding-left:10px;text-indent:-10px}#mbEnd cite{display:block;text-align:left}#mbEnd p{margin:-.5em 0 0 .5em;text-align:center}#bsf,#ssb,.blk{border-top:1px solid #6b90da;background:#ebeff9}#bsf,#ssb{margin:11px 0}#bsf{border-bottom:1px solid #6b90da;padding:1.8em 0}#bsf p{margin:1.2em 0 0}#bsf{margin-top:0}#ssb div{float:left;padding:4px 0 0;padding-left:4px;padding-right:.5em}#ssb h2{display:inline;font-size:100%;font-weight:bold;margin:0}#prs a,#prs b{margin-right:.6em}#ssb p{text-align:right;white-space:nowrap;margin:.1em 0;padding:.2em}#ssb{margin-top:0;padding:.1em}#mbEnd{background:#fff;padding:0;border-left:10px solid #fff;border-spacing:0;white-space:nowrap}#rhsline{padding-left:10px;border-left:1px solid #c9d7f1}#mbEnd h2{text-align:center;margin:0;padding:0}#res{padding-right:1em}#tads{background:#fff8dd}#tads h2{float:right;margin:3px 3px 0}#tads li{padding:0 3px 0 5px;margin:0}#tads ol{padding:3px 0}#tads .tam,#tads .tal{padding-top:12px}.ao{overflow:hidden;margin-left:-1000em;position:absolute;width:0}#mbEnd li{margin:1em 0;padding:0}ol{margin:0;padding:0}#footer{text-align:center;margin-top:1.4em}ol.g{margin:0 2.5em}.xsm{font-size:x-small}.sm,ol ol{margin:0 0 0 40px;padding:0}ol li{list-style:none}.sm li{margin:0}.gl,#bsf a,.nobr,#brs a{white-space:nowrap}#mbEnd .med{white-space:normal}.sl,.r{display:inline;font-weight:normal;margin:0}.sl{font-size:82%}.r{font-size:medium}h4.r{font-size:small}.g{margin:1em 0}em{font-weight:bold;font-style:normal}em,b{text-decoration:inherit}/* */ </style><!--[if IE 5]><style>table{font-size:100%}li.g,body,html,.std,#tads h2,#mbEnd h2,h1,#nav{font-size:x-small}.xsm,#tsf .xsm{font-size:xx-small}h3,.med,#nav b{font-size:small}#ssb h2,#footer td,#tsf td{font-size:x-small}.r{font-size:small}h4.r{font-size:x-small}</style><![endif]--><!--[if IE]><style>#mbEnd li{zoom:1}#ssb p{zoom:1}</style><![endif]--><script>window.google={kEI:"fTrFSIr8Ko2YQ6eU3fgH",kEXPI:"17259,17735,18169",kHL:"es"};
2
- google.x=function(e,g){google.y[e.id]=[e,g];return false};window.rwt=function(b,d,e,g,h,f,i){var a=encodeURIComponent||escape,c=b.href.split("#");b.href="/url?sa=t\x26source\x3dweb"+(d?"&oi="+a(d):"")+(e?"&cad="+a(e):"")+"&ct="+a(g)+"&cd="+a(h)+"&url="+a(c[0]).replace(/\+/g,"%2B")+"&ei=fTrFSIr8Ko2YQ6eU3fgH"+(f?"&usg="+f:"")+i+(c[1]?"#"+c[1]:"");b.onmousedown="";return true};
3
- window.gbar={};(function(){var b=window.gbar,f,h;b.qs=function(a){var c=window.encodeURIComponent&&(document.forms[0].q||"").value;if(c)a.href=a.href.replace(/([?&])q=[^&]*|$/,function(i,g){return(g||"&")+"q="+encodeURIComponent(c)})};function j(a,c){a.visibility=h?"hidden":"visible";a.left=c+"px"}b.tg=function(a){a=a||window.event;var c=0,i,g=window.navExtra,d=document.getElementById("gbi"),e=a.target||a.srcElement;a.cancelBubble=true;if(!f){f=document.createElement(Array.every||window.createPopup?"iframe":"div");f.frameBorder="0";f.src="#";d.parentNode.appendChild(f).id="gbs";if(g)for(i in g)d.insertBefore(g[i],d.firstChild).className="gb2";document.onclick=b.close}if(e.className!="gb3")e=e.parentNode;do c+=e.offsetLeft;while(e=e.offsetParent);j(d.style,c);f.style.width=d.offsetWidth+"px";f.style.height=d.offsetHeight+"px";j(f.style,c);h=!h};b.close=function(a){h&&b.tg(a)}})();</script></head><body id=gsr topmargin=3 marginheight=3><div id=header><div id=gbar><nobr><b class=gb1>La Web</b> <a href="http://images.google.es/images?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wi" onclick=gbar.qs(this) class=gb1>Imágenes</a> <a href="http://maps.google.es/maps?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wl" onclick=gbar.qs(this) class=gb1>Maps</a> <a href="http://news.google.es/news?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wn" onclick=gbar.qs(this) class=gb1>Noticias</a> <a href="http://video.google.es/videosearch?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wv" onclick=gbar.qs(this) class=gb1>Vídeo</a> <a href="http://mail.google.com/mail/?um=1&ie=UTF-8&sa=N&tab=wm" class=gb1>Gmail</a> <a href="http://www.google.es/intl/es/options/" onclick="this.blur();gbar.tg(event);return !1" class=gb3><u>Más</u> <small>&#9660;</small></a><div id=gbi><a></a> <a href="http://groups.google.es/groups?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wg" onclick=gbar.qs(this) class=gb2>Grupos</a> <a href="http://books.google.es/books?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wp" onclick=gbar.qs(this) class=gb2>Libros</a> <a href="http://blogsearch.google.es/blogsearch?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wb" onclick=gbar.qs(this) class=gb2>Blogs</a> <div class=gb2><div class=gbd></div></div><a></a> <a href="http://es.youtube.com/results?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=w1" onclick=gbar.qs(this) class=gb2>YouTube</a> <a href="http://www.google.com/calendar/render?um=1&ie=UTF-8&sa=N&tab=wc" class=gb2>Calendar</a> <a href="http://picasaweb.google.es/lh/searchbrowse?hl=es&client=firefox-a&rls=org.mozilla:es-ES:official&hs=x8h&num=20&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=imdb.com&as_rights=&safe=images&q=indiana+jones+inurl:title&um=1&ie=UTF-8&sa=N&tab=wq" onclick=gbar.qs(this) class=gb2>Fotos</a> <a href="http://docs.google.com/?um=1&ie=UTF-8&sa=N&tab=wo" class=gb2>Docs</a> <a href="http://www.google.es/reader/view/?um=1&ie=UTF-8&sa=N&tab=wy" class=gb2>Reader</a> <div class=gb2><div class=gbd></div></div><a></a> <a href="http://www.google.es/intl/es/options/" class=gb2>todavía más &raquo;</a> </div></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div><p id=gb><b>sgilperez@gmail.com</b>&nbsp;|&nbsp;<a href="javascript:gnb._open()">Mis libretas</a>&nbsp;|&nbsp;<a href="http://www.google.es/history/?hl=es">Historial web</a>&nbsp;|&nbsp;<a href="https://www.google.com/accounts/ManageAccount">Mi cuenta</a>&nbsp;|&nbsp;<a href="/accounts/ClearSID?continue=http://www.google.com/accounts/Logout%3Fcontinue%3Dhttp://www.google.es/search%253Fas_q%253Dindiana%252Bjones%252Binurl%25253Atitle%2526hl%253Des%2526client%253Dfirefox-a%2526rls%253Dorg.mozilla%25253Aes-ES%25253Aofficial%2526hs%253Dx8h%2526num%253D20%2526btnG%253DBuscar%252Bcon%252BGoogle%2526as_epq%253D%2526as_oq%253D%2526as_eq%253D%2526lr%253D%2526cr%253D%2526as_ft%253Di%2526as_filetype%253D%2526as_qdr%253Dall%2526as_occt%253Dany%2526as_dt%253Di%2526as_sitesearch%253Dimdb.com%2526as_rights%253D%2526safe%253Dimages">Salir</a></p><form id=tsf name=gs method=GET action="/search"><table id=sft cellpadding=0 cellspacing=0 style=clear:both><tr valign=top><td style="padding-right:8px"><h1><a id=logo href="http://www.google.es/webhp?hl=es" title="Ir a la página principal de Google">Google<img width=150 height=105 src="/images/nav_logo3.png" alt=""></a></h1><td style="padding:1px 0 7px;width:100%"><table cellpadding=0 cellspacing=0 style="margin-top:25px"><tr><td nowrap><input type=hidden name=num value=20><input type=hidden name=hl value="es"><input type=hidden name=client value="firefox-a"><input type=hidden name=rls value="org.mozilla:es-ES:official"><input type=hidden name=hs value="F9h"><input type=hidden name=as_qdr value="all"><input type=text name=q size=44 maxlength=2048 value="indiana jones inurl:title site:imdb.com" title="Buscar"> <input type=submit name="btnG" value="Buscar"></td><td style="padding:0 6px" class="nobr xsm"><a href="/advanced_search?q=indiana+jones+inurl:title+site:imdb.com&amp;num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all">Búsqueda avanzada</a><br><a href="/preferences?q=indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all">Preferencias</a></table> Buscar en: <input id=all type=radio name=meta value="" checked><label for=all> la Web </label><input id=lgr type=radio name=meta value="lr=lang_es"><label for=lgr> páginas en español </label><input id=cty type=radio name=meta value="cr=countryES"><label for=cty> páginas de Espa&ntilde;a </label></table></form></div><noscript><style>.bl{display:none !important}</style></noscript><div id=ssb><div id=prs><b>La Web</b></div><p>&nbsp;Resultados <b>1</b> - <b>20</b> de aproximadamente <b>35.300</b> de <b>indiana jones inurl:title</b> en el dominio <b>imdb.com</b>. (<b>0,16</b> segundos)&nbsp;</div><div id=res class=med><!--a--><h2 class=hd>Resultados de la búsqueda</h2><div><ol><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0367882/" class=l onmousedown="return rwt(this,'','','res','1','AFQjCNGPI6gc-oa0hGQQdP6-9fHMBZfseg','&amp;sig2=AG3D1UjC7ZG2NCea3cQM4g')"><em>Indiana Jones</em> and the Kingdom of the Crystal Skull (2008)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0367882/&amp;sa=X&amp;oi=translate&amp;resnum=1&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Steven Spielberg. With Harrison Ford, Cate Blanchett, Karen Allen. Famed archaeologist/adventurer Dr. Henry.<br><cite>www.imdb.com/<b>title</b>/tt0367882/ - 63k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:midmEDRwO5kJ:www.imdb.com/title/tt0367882/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=1&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','1','AFQjCNE4yxxw5xAifgZBP9eR8gTEn4XiOw','&amp;sig2=0nwx6lpEz8SPyIBEWtyWXw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0367882/">Páginas similares</a> - <span class=bl><a href=# id=gnl1 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0367882/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0097576/" class=l onmousedown="return rwt(this,'','','res','2','AFQjCNHo_zUh6EvHTw76jnzvQlw7wF7H4w','&amp;sig2=WFbvhVCWXxuQdZEEAyjedw')"><em>Indiana Jones</em> and the Last Crusade (1989)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0097576/&amp;sa=X&amp;oi=translate&amp;resnum=2&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">27 Aug 2003 <b>...</b> Directed by Steven Spielberg. With Harrison Ford, Sean Connery, Denholm Elliott. When Dr. Henry <em>Jones</em> Sr. suddenly goes missing while <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0097576/ - 60k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:d0uhRSdECtsJ:www.imdb.com/title/tt0097576/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=2&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','2','AFQjCNFH8VkbmdxrYmcRt3BoBkqT8Wc_4A','&amp;sig2=Y57hgtM9fbCKIusxxCXp8w')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0097576/">Páginas similares</a> - <span class=bl><a href=# id=gnl2 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0097576/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0087469/" class=l onmousedown="return rwt(this,'','','res','3','AFQjCNES386lLiZIdmCLji407EhllZyZFg','&amp;sig2=uunwekm9PTndLX1B7NlYyQ')"><em>Indiana Jones</em> and the Temple of Doom (1984)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0087469/&amp;sa=X&amp;oi=translate&amp;resnum=3&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Steven Spielberg. With Harrison Ford, Kate Capshaw, Jonathan Ke Quan. After arriving in India, <em>Indiana Jones</em> is asked by a desperate village to <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0087469/ - 60k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:tDqougPN6NAJ:www.imdb.com/title/tt0087469/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=3&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','3','AFQjCNGhA_fCbJIk9dlyWpnC4rpNVk7F4Q','&amp;sig2=kxD6RRJScKU7tOAQUq5ahw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0087469/">Páginas similares</a> - <span class=bl><a href=# id=gnl3 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0087469/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0082971/" class=l onmousedown="return rwt(this,'','','res','4','AFQjCNEWYLVpJm70I2csrMlitdHhYVScYQ','&amp;sig2=ukJophZSFGdAkYzszH_Y5A')">Raiders of the Lost Ark (1981)</a></h3><span class=m>&nbsp;<span dir=ltr>- 1 Sep</span></span><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0082971/&amp;sa=X&amp;oi=translate&amp;resnum=4&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Archeologist and adventurer <em>Indiana Jones</em> is hired by the US government to find the Ark of the Covenant, before the Nazis... Visit IMDb for Photos, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0082971/ - 60k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:MvDpRDQq_egJ:www.imdb.com/title/tt0082971/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=4&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','4','AFQjCNFjuzdo3gGrn1sPVG7-TzwtldT6lQ','&amp;sig2=VZVLDdlYI_6bBWSHOT_vYA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0082971/">Páginas similares</a> - <span class=bl><a href=# id=gnl4 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0082971/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0103586/" class=l onmousedown="return rwt(this,'','','res','5','AFQjCNEUE5X_h3jxeveH52sBY9sEauRpQw','&amp;sig2=O_Ryy0-t9270yMzZIsJpAg')">&quot;The Young <em>Indiana Jones</em> Chronicles&quot; (1992)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0103586/&amp;sa=X&amp;oi=translate&amp;resnum=5&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Jim O&#39;Brien. With Sean Patrick Flanery, George Hall, Ronny Coutteure. The adventures of the archelogical treasure hunter in his youth.<br><cite>www.imdb.com/<b>title</b>/tt0103586/ - 51k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:Txobg6JADJ4J:www.imdb.com/title/tt0103586/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=5&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','5','AFQjCNHLdrVOXpn2O3TQF1q744Q2JqIb0A','&amp;sig2=r9BF2QvWtvHWSr_771M6Sw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0103586/">Páginas similares</a> - <span class=bl><a href=# id=gnl5 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0103586/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0367882/releaseinfo" class=l onmousedown="return rwt(this,'','','res','6','AFQjCNGs-hC5bXNnr35DC-syUC4RutZMEg','&amp;sig2=uPvWkpSiWTOcJz0vJm9LUg')"><em>Indiana Jones</em> and the Kingdom of the Crystal Skull (2008 <b>...</b></a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0367882/releaseinfo&amp;sa=X&amp;oi=translate&amp;resnum=6&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s"><em>Indiana Jones</em> y el reino de la calavera de cristal, Argentina / Bolivia <b>...</b> <em>Indiana Jones</em> et le royaume du crâne de cristal, Canada (French title) / France <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0367882/releaseinfo - 43k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:RAYi3ySswkQJ:www.imdb.com/title/tt0367882/releaseinfo+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=6&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','6','AFQjCNGt05X5NXpgmNCUZJbeiPhopOaSLw','&amp;sig2=6j-hRQ7uDn-jKk3O2NnJuw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0367882/releaseinfo">Páginas similares</a> - <span class=bl><a href=# id=gnl6 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0367882/releaseinfo')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0367882/fullcredits" class=l onmousedown="return rwt(this,'','','res','7','AFQjCNHEynt_zkuQJmLtk5P7ThJ8d8wJnA','&amp;sig2=WYqfw3xNbsIhDBrA0hGVbA')"><em>Indiana Jones</em> and the Kingdom of the Crystal Skull (2008) - Full <b>...</b></a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0367882/fullcredits&amp;sa=X&amp;oi=translate&amp;resnum=7&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">IMDb &gt; <em>Indiana Jones</em> and the Kingdom of the Crystal Skull (2008) &gt; Full cast and crew. <em>Indiana Jones</em> and the Kingdom of the Crystal Skull <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0367882/fullcredits - 228k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:fgs98QT588EJ:www.imdb.com/title/tt0367882/fullcredits+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=7&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','7','AFQjCNGXgymGtL7NliErC9yO5QmUJJaFFw','&amp;sig2=xjjJz7i6hbDeSv6-pT01hA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0367882/fullcredits">Páginas similares</a> - <span class=bl><a href=# id=gnl7 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0367882/fullcredits')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0275186/" class=l onmousedown="return rwt(this,'','','res','8','AFQjCNEfJns69FAkUiWdFM5vMMwf6F406w','&amp;sig2=ZHq1fAjqC6NxlyVNFZKQTA')">The Adventures of Young <em>Indiana Jones</em>: Daredevils of the Desert <b>...</b></a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0275186/&amp;sa=X&amp;oi=translate&amp;resnum=8&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Simon Wincer. With Sean Patrick Flanery, Catherine Zeta-<em>Jones</em>, Julian Firth. <em>Indiana Jones</em> helps British and Australian soldiers take the town <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0275186/ - 44k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:4FY4qGmLw-IJ:www.imdb.com/title/tt0275186/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=8&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','8','AFQjCNEHRk7yumqW-CtUgPRvlhXwNhCS9A','&amp;sig2=tbQgRO_GNxoVDJF3c73gOw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0275186/">Páginas similares</a> - <span class=bl><a href=# id=gnl8 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0275186/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0318649/" class=l onmousedown="return rwt(this,'','','res','9','AFQjCNHLNsHVWRnlzTiAHbazFHdeblAKAA','&amp;sig2=DllgSJqfqqwTQyGCLBL-Ow')">Sahara (2005)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0318649/&amp;sa=X&amp;oi=translate&amp;resnum=9&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">It&#39;s kind of a Bond meets <em>Indiana Jones</em> film (I swear they used the same canyon from &quot;Raiders of the Lost Ark&quot;) The villains are one dimensional, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0318649/ - 59k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:Kg3qNvVCposJ:www.imdb.com/title/tt0318649/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=9&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','9','AFQjCNEVyPt_M1_xfLdZq6nZSgWm9ke2Qw','&amp;sig2=juEFsLet9TOmiWGMOv_mGA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0318649/">Páginas similares</a> - <span class=bl><a href=# id=gnl9 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0318649/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0097576/quotes" class=l onmousedown="return rwt(this,'','','res','10','AFQjCNFiVmCDQWv8pAnSjeSn-xGqB8JqlA','&amp;sig2=f9m8FIrApGFijbaevFVUbw')"><em>Indiana Jones</em> and the Last Crusade (1989) - Memorable quotes</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0097576/quotes&amp;sa=X&amp;oi=translate&amp;resnum=10&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s"><em>Indiana Jones</em>: Archaeology is the search for fact... not truth. If it&#39;s truth you&#39;re looking for, Dr. Tyree&#39;s philosophy class is right down the hall. <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0097576/quotes - 77k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:kLZMCmYJlRYJ:www.imdb.com/title/tt0097576/quotes+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=10&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','10','AFQjCNFkUTdrywf6hJuUhmnSj4gaUBl7Tw','&amp;sig2=JWEYucKCIkkM7kPdRAHcVQ')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0097576/quotes">Páginas similares</a> - <span class=bl><a href=# id=gnl10 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0097576/quotes')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0154003/" class=l onmousedown="return rwt(this,'','','res','11','AFQjCNHnTl2kBosiwODG_0TzmT5MB0UAOw','&amp;sig2=Oby1DIJwMBVJdTOyhv9Veg')">Young <em>Indiana Jones</em>: Travels with Father (1996) (TV)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0154003/&amp;sa=X&amp;oi=translate&amp;resnum=11&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Michael Schultz, Deepa Mehta. With Corey Carrier, Sean Patrick Flanery, Lloyd Owen. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0154003/ - 44k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:gBeaGHBg-T4J:www.imdb.com/title/tt0154003/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=11&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','11','AFQjCNGCvdpe0Hu8tdykwHXIqkt3nxRUcQ','&amp;sig2=eew41PSZ9kbSsTOV-L-HTg')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0154003/">Páginas similares</a> - <span class=bl><a href=# id=gnl11 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0154003/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0087469/fullcredits" class=l onmousedown="return rwt(this,'','','res','12','AFQjCNEgzzHUpkOh2qZRnqrR2xK4JkeFEQ','&amp;sig2=V96PLITk5auiVK4i9WHzsw')"><em>Indiana Jones</em> and the Temple of Doom (1984) - Full cast and crew</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0087469/fullcredits&amp;sa=X&amp;oi=translate&amp;resnum=12&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">IMDb &gt; <em>Indiana Jones</em> and the Temple of Doom (1984) &gt; Full cast and crew. <em>Indiana Jones</em> and the Temple of Doom &middot; [Add to My Movies] <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0087469/fullcredits - 140k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:sIbdPqAbvmYJ:www.imdb.com/title/tt0087469/fullcredits+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=12&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','12','AFQjCNHwkOnhJyak75YRdryzx0ZJdNChKQ','&amp;sig2=P1EecPdNaeyQKWs64RKbqA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0087469/fullcredits">Páginas similares</a> - <span class=bl><a href=# id=gnl12 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0087469/fullcredits')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0367882/photogallery" class=l onmousedown="return rwt(this,'','','res','13','AFQjCNH7-fAKtus9NlgFxUB90cLVrtIUTA','&amp;sig2=TBmX19EYtoD7KffD8jJi3A')">All Photos from <em>Indiana Jones</em> and the Kingdom of the Crystal Skull</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0367882/photogallery&amp;sa=X&amp;oi=translate&amp;resnum=13&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">2008 Cannes Film Festival - &quot;<em>Indiana Jones</em> and the Kingdom of the Crystal Skull&quot; Premiere (32); 2008 Cannes Film Festival - Week One Photocalls (14) <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0367882/photogallery - 29k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:__Lrh5v9_-EJ:www.imdb.com/title/tt0367882/photogallery+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=13&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','13','AFQjCNGadhtKkWfxUY0Loh5thbOtsx3Bfw','&amp;sig2=-ZwkS5SHh6gwgn0OJvgHYA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0367882/photogallery">Páginas similares</a> - <span class=bl><a href=# id=gnl13 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0367882/photogallery')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0279627/" class=l onmousedown="return rwt(this,'','','res','14','AFQjCNEbKQIlzN1YTDXlIpLNDdZ-ud5SLA','&amp;sig2=3_b4KMt3Ey5CajwYuAkDuQ')">The Adventures of Young <em>Indiana Jones</em>: Tales of Innocence (1999) (V)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0279627/&amp;sa=X&amp;oi=translate&amp;resnum=14&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Bille August, Michael Schultz. With Sean Patrick Flanery, Clare Higgins, Veronica Logan. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0279627/ - 42k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:DC7BR0QaCU4J:www.imdb.com/title/tt0279627/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=14&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','14','AFQjCNGlIkAFVp01XbKGws_DenYTNwQFNg','&amp;sig2=bPvxhuIqtZ0DSfmP_6soOA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0279627/">Páginas similares</a> - <span class=bl><a href=# id=gnl14 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0279627/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0082971/quotes" class=l onmousedown="return rwt(this,'','','res','15','AFQjCNGn9sI4EvfmhDY5zRh2QO7FG2RJ5g','&amp;sig2=wu6NW58v3HV_IJx20VkrFQ')">Raiders of the Lost Ark (1981) - Memorable quotes</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0082971/quotes&amp;sa=X&amp;oi=translate&amp;resnum=15&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Belloq: Next time, <em>Indiana Jones</em>, it will take more than children to save you. <b>...</b> Marion: <em>Indiana Jones</em>. I always knew some day you&#39;d come walking back <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0082971/quotes - 65k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:ui58UZ6t8S4J:www.imdb.com/title/tt0082971/quotes+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=15&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','15','AFQjCNHPEBWDGn-Z_pKg0ScepM1FGCgcPg','&amp;sig2=h0rTO8Qguh1QaOj_lB6y7g')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0082971/quotes">Páginas similares</a> - <span class=bl><a href=# id=gnl15 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0082971/quotes')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0395656/" class=l onmousedown="return rwt(this,'','','res','16','AFQjCNFdVRwgKzFmejNzzHiZFwTPWX66gg','&amp;sig2=P_HKx7W9GXa31l9brM2egA')"><em>Indiana Jones</em>: Making the Trilogy (2003) (V)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0395656/&amp;sa=X&amp;oi=translate&amp;resnum=16&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Laurent Bouzereau. With Karen Allen, Kate Capshaw, Sean Connery. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, Plot Summary, Comments, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0395656/ - 49k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:kzHFAXMyIagJ:www.imdb.com/title/tt0395656/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=16&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','16','AFQjCNHbDKyA2k2wS39Ggj9HXqKq0x7b9A','&amp;sig2=qxt3-_OgZKc0-KA-yI3aZg')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0395656/">Páginas similares</a> - <span class=bl><a href=# id=gnl16 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0395656/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0115031/" class=l onmousedown="return rwt(this,'','','res','17','AFQjCNHoQa6LtEelgymL-biPXEaWQfvXmA','&amp;sig2=q_lkoA2NGeeuJNtOnujdFQ')">Young <em>Indiana Jones</em> and the Treasure of the Peacock&#39;s Eye (1995) (TV)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0115031/&amp;sa=X&amp;oi=translate&amp;resnum=17&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">Directed by Carl Schultz. With Sean Patrick Flanery, Ronny Coutteure, Adrian Edmondson. Indy is on the trail of a 140-carat diamond that once belonged to <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0115031/ - 47k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:4mzGKkkEDawJ:www.imdb.com/title/tt0115031/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=17&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','17','AFQjCNHtVG3HMgkiAreRDaRnxugdfzpgKQ','&amp;sig2=ye4NpPbTUGKyqA15xZ9jrw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0115031/">Páginas similares</a> - <span class=bl><a href=# id=gnl17 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0115031/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0091225/" class=l onmousedown="return rwt(this,'','','res','18','AFQjCNENB2eLrTb9J_ioOCaPoKRVDIEXgA','&amp;sig2=bT-Rpk0d2SJDbVP9E8dDxw')">Howard the Duck (1986)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0091225/&amp;sa=X&amp;oi=translate&amp;resnum=18&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">The film was written by Willard Huyck and Gloria Katz, who co-wrote &quot;American Graffiti&quot; and &quot;<em>Indiana Jones</em> and the Temple of Doom&quot;, and directed by Huyck, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0091225/ - 59k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:ZnQ_qGJIPqcJ:www.imdb.com/title/tt0091225/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=18&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','18','AFQjCNHC1IwsLKSz7UPWxiNkIPuC2aBICw','&amp;sig2=5GIw6EYqxdjYTOnlstx4xw')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0091225/">Páginas similares</a> - <span class=bl><a href=# id=gnl18 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0091225/')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt0367882/usercomments" class=l onmousedown="return rwt(this,'','','res','19','AFQjCNFEUfi0RiqO7_jWWxHIcAmQNlvDkg','&amp;sig2=-KTXgSbNlDuIhsQzDcRr5A')"><em>Indiana Jones</em> and the Kingdom of the Crystal Skull (2008) - IMDb <b>...</b></a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt0367882/usercomments&amp;sa=X&amp;oi=translate&amp;resnum=19&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">The movie is still an <em>Indiana Jones</em> Movie, it has so many running gags and links to the first three ones, it&#39;s truly a tribute to the fans. <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt0367882/usercomments - 71k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:cGp2acnIYc4J:www.imdb.com/title/tt0367882/usercomments+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=19&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','19','AFQjCNEc3RrALfdqQz2HVItDKgxDNNMU8A','&amp;sig2=P_WcI6b419nb69Q1zaA86w')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt0367882/usercomments">Páginas similares</a> - <span class=bl><a href=# id=gnl19 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt0367882/usercomments')})">Anotar esto</a></span></span></div><!--n--><!--m--><li class=g><h3 class=r><a href="http://www.imdb.com/title/tt1227135/" class=l onmousedown="return rwt(this,'','','res','20','AFQjCNGkw4St1nUcygIz6JjTPa6ABbnDWA','&amp;sig2=9STXsd8D4ANVWPCTnGCk1g')">The Adventures of Young <em>Indiana Jones</em>: Winds of Change (2008) (V)</a></h3><span class="std nobr">&nbsp;- [ <a href="http://translate.google.es/translate?hl=es&amp;sl=en&amp;u=http://www.imdb.com/title/tt1227135/&amp;sa=X&amp;oi=translate&amp;resnum=20&amp;ct=result&amp;prev=/search%3Fq%3Dindiana%2Bjones%2Binurl:title%2Bsite:imdb.com%26num%3D20%26hl%3Des%26lr%3D%26client%3Dfirefox-a%26rls%3Dorg.mozilla:es-ES:official%26hs%3DF9h%26sa%3DG%26as_qdr%3Dall" class=fl>Traducir esta página</a> ]</span><div class="s">29 Apr 2008 <b>...</b> Directed by David Hare, Michael Shultz. With Sean Patrick Flanery, Lloyd Owen. Visit IMDb for Photos, Showtimes, Cast, Crew, Reviews, <b>...</b><br><cite>www.imdb.com/<b>title</b>/tt1227135/ - 52k - </cite><span class=gl><a href="http://216.239.59.104/search?q=cache:mldEes4-yaMJ:www.imdb.com/title/tt1227135/+indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;ct=clnk&amp;cd=20&amp;gl=es&amp;client=firefox-a" onmousedown="return rwt(this,'','','clnk','20','AFQjCNGeaW9QnKRqZgQfbA0v5ArkCYCemQ','&amp;sig2=u-ngqB3krovnWlMB32jTMA')">En&nbsp;caché</a> - <a href="/search?hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=related:www.imdb.com/title/tt1227135/">Páginas similares</a> - <span class=bl><a href=# id=gnl20 onclick="return google.x(this,function(){return gnb._add(this,'http://www.imdb.com/title/tt1227135/')})">Anotar esto</a></span></span></div><!--n--></ol></div><!--z--></div><script>google.y={first:[]};window.setTimeout(function(){var xjs=document.createElement('script');xjs.src='/extern_js/f/CgJlcxICZXMrMAc4AiwrMBg4Aiw/3sWrH1NM3xU.js';document.getElementsByTagName('head')[0].appendChild(xjs)},0)</script><br clear="all"/><table id=nav align=center><tr valign=top><td class=b><span id=nf></span><td class=cur><span id=nc></span>1<td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=20&amp;sa=N"><span class=nr></span>2</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=40&amp;sa=N"><span class=nr></span>3</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=60&amp;sa=N"><span class=nr></span>4</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=80&amp;sa=N"><span class=nr></span>5</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=100&amp;sa=N"><span class=nr></span>6</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=120&amp;sa=N"><span class=nr></span>7</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=140&amp;sa=N"><span class=nr></span>8</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=160&amp;sa=N"><span class=nr></span>9</a><td><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=180&amp;sa=N"><span class=nr></span>10</a><td class=b><a href="/search?num=20&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;q=indiana+jones+inurl:title+site:imdb.com&amp;start=20&amp;sa=N"><span id=nn></span><b> Siguiente </b></a></table><div class=med><center></center></div><div style="height:1px;line-height:0"></div><div id=footer class=clr><div id=bsf><form method=get action="/search"><div><input type=text name=q size=44 maxlength=2048 value="indiana jones inurl:title site:imdb.com" title="Buscar"> <input type=submit name="btnG" value="Buscar"><input type=hidden name=num value=20><input type=hidden name=hl value="es"><input type=hidden name=lr value=""><input type=hidden name=client value="firefox-a"><input type=hidden name=rls value="org.mozilla:es-ES:official"><input type=hidden name=hs value="F9h"><input type=hidden name=as_qdr value="all"><input type=hidden name=sa value="2"></div></form><p><a href="/swr?q=indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all&amp;swrnum=35300">Restringir la búsqueda a los resultados</a> | <a href="/language_tools?q=indiana+jones+inurl:title+site:imdb.com&amp;hl=es&amp;lr=&amp;client=firefox-a&amp;rls=org.mozilla:es-ES:official&amp;hs=F9h&amp;as_qdr=all">Herramientas del idioma</a> | <a href="/intl/es/help.html">Sugerencias de búsqueda</a></div><p><a href="/">Google&nbsp;Página principal de Google</a> - <a href="/intl/es/ads/">Programas de publicidad</a> - <a href="/services/">Soluciones Empresariales</a> - <a href="/intl/es/privacy.html">Privacidad</a> - <a href="/intl/es/about.html">Todo acerca de Google</a></p><script>google.xjs_ready=1</script></div>
1
+
2
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3
+
4
+ <html>
5
+ <head>
6
+ <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
7
+ <title>IMDb Title Search</title>
8
+ <meta name="title" content="IMDb Title Search">
9
+ <meta name="description" content="IMDb: The biggest, best, most award-winning movie site on the planet.">
10
+
11
+ <meta name="keywords" content="movies,films,movie database,actors,actresses,directors,hollywood,stars,quotes">
12
+ <link rel="stylesheet" type="text/css" media="screen" href="http://i.media-imdb.com/images/SF46ba127e5c70e30989fa2bf500906713/css2/consumersite.css" />
13
+ <script type="text/javascript" src="http://i.media-imdb.com/images/SF8aa56cd9f41d83c4336eb409b21d249f/a/js/ads.js"></script>
14
+ <link rel="icon" href="http://i.imdb.com/favicon.ico" />
15
+ <link rel="apple-touch-icon" href="http://i.media-imdb.com/apple-touch-icon.png" />
16
+
17
+ <link rel="stylesheet" type="text/css" media="screen" href="/images/wheel/widgets.css" />
18
+ <link rel="stylesheet" type="text/css" media="screen" href="/images/wheel/layout.css" />
19
+ <link rel="stylesheet" type="text/css" media="screen" href="/images/wheel/fixed.css" />
20
+
21
+ <!--[if IE]>
22
+ <link rel="stylesheet" type="text/css" media="screen" href="/images/wheel/ie.css" />
23
+ <![endif]-->
24
+ </head>
25
+ <!-- h=ios108 i=2008-09-10 s=legacy(default) t='Thu Sep 11 04:29:40 2008' -->
26
+
27
+ <body bgcolor="#ffffff" text="#000000" id="styleguide-v2" class="fixed">
28
+ <div id="wrapper">
29
+
30
+
31
+ <div id="root">
32
+ <layer name="root">
33
+
34
+ <div id="nb15">
35
+ <div id="nb15supertab">
36
+
37
+
38
+ <!-- sid : 35988 : TOP_BANNER --><div id="lea_728x90" style="height:90;" align="center"></div></div>
39
+ <div id="nb15home">
40
+ <a href="/" onClick="(new Image()).src='/rg/nav-home/navbar/images/b.gif?link=/';"><img src="http://i.media-imdb.com/images/nb15/logo2.gif" alt="Home"
41
+ title="The Internet Movie Database" border="0" width="177" height="78"></a>
42
+ </div>
43
+ <div id="nb15botbg">
44
+
45
+ <div id="nb15tabs">
46
+ <a id="nb15nowplaying" href="/nowplaying/" onClick="(new Image()).src='/rg/nav-nowplaying/navbar/images/b.gif?link=/nowplaying/';"><i>Now Playing</i></a>
47
+ <a id="nb15news" href="/news/" onClick="(new Image()).src='/rg/nav-news/navbar/images/b.gif?link=/news/';"><i>Movie/TV News</i></a>
48
+ <a id="nb15mm" href="/mymovies/list" onClick="(new Image()).src='/rg/nav-mymovies/navbar/images/b.gif?link=/mymovies/list';"><i>My Movies</i></a>
49
+ <a id="nb15dvd" href="/sections/dvd/" onClick="(new Image()).src='/rg/nav-video/navbar/images/b.gif?link=/sections/dvd/';"><i>DVD New Releases</i></a>
50
+ <a id="nb15imdbtv" href="/sections/tv/" onClick="(new Image()).src='/rg/nav-imdbtv/navbar/images/b.gif?link=/sections/tv/';"><i>IMDbTV</i></a>
51
+ <a id="nb15boards" href="/boards/" onClick="(new Image()).src='/rg/nav-boards/navbar/images/b.gif?link=/boards/';"><i>Message Boards</i></a>
52
+ <a id="nb15showtimes" href="/showtimes/" onClick="(new Image()).src='/rg/nav-showtimes/navbar/images/b.gif?link=/showtimes/';"><i>Showtimes &amp; Tickets</i></a>
53
+ <a id="nb15pro" href="http://pro.imdb.com/r/imdb-nav/" onClick="(new Image()).src='/rg/nav-pro/navbar/images/b.gif?link=http://pro.imdb.com/r/imdb-nav/';"><i>IMDbPro</i></a>
54
+ <a id="nb15resume" href="http://resume.imdb.com/" onClick="(new Image()).src='/rg/nav-resume/navbar/images/b.gif?link=http://resume.imdb.com/';"><i>IMDb Resume</i></a>
55
+ </div>
56
+
57
+ <div id="nb15topbg">
58
+ <div id="nb15iesux">
59
+ <div id="nb15personal">
60
+
61
+ &nbsp;<span><a href="/register/login" onClick="(new Image()).src='/rg/sub-login/navbar/images/b.gif?link=/register/login';">Login</a> |
62
+ <a href="/register/?why=personalize" onClick="(new Image()).src='/rg/sub-register/navbar/images/b.gif?link=/register/?why=personalize';">Register</a></span>
63
+
64
+ </div>
65
+ </div>
66
+ </div>
67
+ <div id="nb15sub">
68
+ <div>
69
+ <a href="/" onClick="(new Image()).src='/rg/sub-home/navbar/images/b.gif?link=/';">Home</a> |
70
+
71
+ <a href="/chart/" onClick="(new Image()).src='/rg/sub-top/navbar/images/b.gif?link=/chart/';">Top&nbsp;Movies</a> |
72
+ <a href="/sections/gallery/" onClick="(new Image()).src='/rg/sub-gallery/navbar/images/b.gif?link=/sections/gallery/';">Photos</a> |
73
+ <a href="/indie/" onClick="(new Image()).src='/rg/sub-indie/navbar/images/b.gif?link=/indie/';">Independent&nbsp;Film</a> |
74
+ <a href="/sections/games/" onClick="(new Image()).src='/rg/sub-gamebase/navbar/images/b.gif?link=/sections/games/';">GameBase</a> |
75
+ <a href="/Browse/" onClick="(new Image()).src='/rg/sub-browse/navbar/images/b.gif?link=/Browse/';">Browse</a> |
76
+
77
+ <a href="/help/" onClick="(new Image()).src='/rg/sub-help/navbar/images/b.gif?link=/help/';">Help</a>
78
+ </div>
79
+ </div>
80
+ <div id="nb15search">
81
+ <span class=search><a href="/search" onClick="(new Image()).src='/rg/search-img/navbar/images/b.gif?link=/search';">search</a></span>
82
+ <form method="get" action="/find" name="find">
83
+ <select name="s">
84
+ <option value="all">All</option>
85
+ <option value="tt" selected>Titles</option>
86
+ <option value="ep">TV Episodes</option>
87
+
88
+ <option>My Movies</option>
89
+
90
+ <option value="nm">Names</option>
91
+ <option value="co">Companies</option>
92
+
93
+ <option value="kw">Keywords</option>
94
+
95
+
96
+ <option value="char">Characters</option>
97
+
98
+ <option>Quotes</option>
99
+ <option>Bios</option>
100
+ <option>Plots</option>
101
+
102
+ </select>
103
+ <input name="q" size="28" value="indiana jones">
104
+
105
+
106
+ <input type="image" id="nb15go_image" src="http://i.media-imdb.com/images/intl/en/go.gif" alt="go" value="go" title="go">
107
+
108
+
109
+ <span id="nb15searchlinks">
110
+
111
+ <a href="/search" onClick="(new Image()).src='/rg/search-more/navbar/images/b.gif?link=/search';">more</a> |
112
+ <a href="/help/show_leaf?searchtips" onClick="(new Image()).src='/rg/search-tips/navbar/images/b.gif?link=/help/show_leaf?searchtips';">tips</a>
113
+
114
+
115
+
116
+
117
+ </span>
118
+ </form>
119
+ </div>
120
+ </div>
121
+ </div>
122
+
123
+
124
+ <div id="pagecontent">
125
+
126
+ <table id="outerbody" border="0" width="100%" cellspacing="0" cellpadding="0" class="outer_body">
127
+ <tr valign="top" align="left">
128
+
129
+ <td valign="top" align="left" style="border-top: 10px solid #fff"
130
+ width="170"
131
+ class="lhscol"
132
+
133
+ >
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+ </td>
142
+ <td bgcolor="#FFFFFF" valign="top" align="left" height="28" width="20"><img alt="" src="http://i.imdb.com/b.gif" width="20" height="28"></td>
143
+ <td width="100%" valign="top" align="left">
144
+
145
+ <table border="0" width="100%">
146
+ <td valign="top">
147
+ <table width="100%" border=0 cellspacing="0" cellpadding="0">
148
+ <tr>
149
+ <td colspan="2" height="12"> </td>
150
+ </tr>
151
+ <tr>
152
+ <td>
153
+
154
+ <script language="JavaScript">
155
+ <!--
156
+ function set_cookie(name, value) {
157
+ var date = new Date();
158
+ date.setTime(date.getTime()+600000);
159
+ var cookie = name + "=" + escape(value) +
160
+ "; path=/" +
161
+ "; expires=" + date.toGMTString();
162
+ document.cookie = cookie;
163
+ }
164
+ function set_args(id, fc, fm) {
165
+ var cookie = id + "/" + fc + "/54/c2M9MXxsbT01MDB8ZmI9Y3x0dD0xfG14PTIwfGh0bWw9MXxzaXRlPWRmfHE9aW5kaWFuYSBqb25lc3xwbj0w";
166
+ if (fm) {
167
+ cookie = cookie + "/" + fm;
168
+ }
169
+ set_cookie("fd", cookie);
170
+ }
171
+
172
+ //-->
173
+ </script>
174
+ <p style="margin:0 0 0.5em 0;"><b>Media from&nbsp;<a href="/title/tt0082971/">Raiders of the Lost Ark</a> (1981)</b></p>
175
+ <style type="text/css">
176
+
177
+ .media_strip_thumbs img {
178
+ margin-right:0.2em;
179
+ border:none;
180
+ }
181
+
182
+ .media_strip_thumbs {
183
+ overflow: hidden;
184
+ height: 90px;
185
+ }
186
+ .media_strip_thumb img {
187
+ margin-right: 0.2em;
188
+ }
189
+ .media_strip_thumb {
190
+ float: left;
191
+ margin-bottom: 50px;
192
+ text-align: right;
193
+ font-family: Tahoma,Verdana,sans-serif;
194
+ font-size: 10pt;
195
+ color:#333333;
196
+ }
197
+ </style>
198
+
199
+ <table style="border-collapse:collapse;">
200
+ <tr>
201
+
202
+ <td class="media_strip_header">
203
+ <b>Photos</b>
204
+ <span>(<a href="/rg/photos-title/gallery-link/title/tt0082971/mediaindex">see all 103</a> | <a href="/rg/photos-title/slideshow-link/media/rm1441306880/tt0082971?slideshow=1">slideshow</a>)</span>
205
+ </td>
206
+
207
+
208
+ </tr>
209
+ <tr>
210
+
211
+ <td>
212
+ <div class="media_strip_thumbs">
213
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1441306880/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMjE1MDMzODE5MF5BMl5BanBnXkFtZTYwODg5NDA3._V1._CR0,0,450,450_SS90_.jpg" border="0"></a></div>
214
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1424529664/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTc2OTc3Mzg3OF5BMl5BanBnXkFtZTYwMTk5NDA3._V1._CR0,0,450,450_SS90_.jpg" border="0"></a></div>
215
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1407752448/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BNDgxNjQwNzY4OV5BMl5BanBnXkFtZTYwNTk5NDA3._V1._CR81,0,323,323_SS90_.jpg" border="0"></a></div>
216
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1390975232/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTYxMjAwNTYzN15BMl5BanBnXkFtZTYwNzk5NDA3._V1._CR84,0,316,316_SS90_.jpg" border="0"></a></div>
217
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1374198016/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTQyNjk5NTU1OV5BMl5BanBnXkFtZTYwMTAwNTA3._V1._CR81,0,323,323_SS90_.jpg" border="0"></a></div>
218
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1357420800/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTQyODMxMTU4MV5BMl5BanBnXkFtZTYwMzAwNTA3._V1._CR81,0,322,322_SS90_.jpg" border="0"></a></div>
219
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1609079040/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTk1MDAzNzkzNV5BMl5BanBnXkFtZTYwNzAwNTA3._V1._CR0,0,450,450_SS90_.jpg" border="0"></a></div>
220
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1592301824/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTkxNTU4MDA3NV5BMl5BanBnXkFtZTYwMTEwNTA3._V1._CR0,0,450,450_SS90_.jpg" border="0"></a></div>
221
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1575524608/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTI4MTgxNTk1OV5BMl5BanBnXkFtZTYwNDEwNTA3._V1._CR0,0,450,450_SS90_.jpg" border="0"></a></div>
222
+ <div class="media_strip_thumb"><a href="/rg/photos-title/summary/media/rm1558747392/tt0082971"><img height="90" width="90" src="http://ia.media-imdb.com/images/M/MV5BMTMyNzA4MDA0Ml5BMl5BanBnXkFtZTYwNjEwNTA3._V1._CR80,0,325,325_SS90_.jpg" border="0"></a></div>
223
+ </div>
224
+ </td>
225
+
226
+
227
+ </tr>
228
+ </table>
229
+
230
+ <p><b>Popular Titles</b> (Displaying 4 Results)<table><tr> <td valign="top"><a href="/title/tt0082971/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0082971/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTMwNDk3NzU3Ml5BMl5BanBnXkFtZTcwNTI5MDMyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>1.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0082971/">Raiders of the Lost Ark</a> (1981)<br>&#160;aka <em>"Indiana Jones and the Raiders of the Lost Ark"</em> - USA <em>(video title)</em>, South Africa <em>(English title)</em> <em>(DVD box title)</em></td></tr><tr> <td valign="top"><a href="/title/tt0097576/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0097576/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTkzODA5ODYwOV5BMl5BanBnXkFtZTcwMjAyNDYyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>2.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0097576/">Indiana Jones and the Last Crusade</a> (1989)</td></tr><tr> <td valign="top"><a href="/title/tt0367882/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0367882/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTQxMDQzMjkzM15BMl5BanBnXkFtZTcwNDU5ODI2MQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>3.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0367882/">Indiana Jones and the Kingdom of the Crystal Skull</a> (2008)<br>&#160;aka <em>"Indiana Jones 4"</em> - USA <em>(working title)</em><br>&#160;aka <em>"Fourth Installment of the Indiana Jones Adventures"</em> - USA <em>(working title)</em><br>&#160;aka <em>"Indiana Jones and the City of the Gods"</em> - USA <em>(working title)</em></td></tr><tr> <td valign="top"><a href="/title/tt0087469/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0087469/';"><img src="http://ia.media-imdb.com/images/M/MV5BNDUxNTU5MzAyOF5BMl5BanBnXkFtZTcwNDc1NzUyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>4.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0087469/">Indiana Jones and the Temple of Doom</a> (1984)</td></tr></table> </p> <p><b>Titles (Partial Matches)</b> (Displaying 50 Results)<table><tr> <td valign="top"><a href="/title/tt0103586/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0103586/';"><img src="http://ia.media-imdb.com/images/M/MV5BMjEwMTE4MTI3M15BMl5BanBnXkFtZTcwOTY0OTYyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>1.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0103586/">&#34;The Young Indiana Jones Chronicles&#34;</a> (1992) <small>(TV series)</small></td></tr><tr> <td valign="top"><a href="/title/tt0154004/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0154004/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTY4OTUxMTA5OV5BMl5BanBnXkFtZTcwMzc0MzAzMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>2.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0154004/">Young Indiana Jones and the Attack of the Hawkmen</a> (1995) (TV)</td></tr><tr> <td valign="top"><a href="/title/tt0111806/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0111806/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTMyMDgxMzA4Ml5BMl5BanBnXkFtZTcwMjcyMzMyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>3.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0111806/">Young Indiana Jones and the Hollywood Follies</a> (1994) (TV)</td></tr><tr> <td valign="top"><a href="/title/tt0115031/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0115031/';"><img src="http://ia.media-imdb.com/images/M/MV5BOTg2MTc2NDAzOF5BMl5BanBnXkFtZTcwODExNDIyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>4.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0115031/">Young Indiana Jones and the Treasure of the Peacock's Eye</a> (1995) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">5.</td><td valign="top"><a href="/title/tt0154003/">Young Indiana Jones: Travels with Father</a> (1996) (TV)</td></tr><tr> <td valign="top"><a href="/title/tt0250199/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0250199/';"><img src="http://ia.media-imdb.com/images/M/MV5BNzgzMDQxNjY3N15BMl5BanBnXkFtZTcwODQ0NTgxMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>6.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0250199/">The Adventures of Young Indiana Jones: The Trenches of Hell</a> (1999) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">7.</td><td valign="top"><a href="/title/tt0245165/">Indiana Jones and the Fate of Atlantis</a> (1992) (VG)</td></tr><tr> <td valign="top"><a href="/title/tt0250196/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0250196/';"><img src="http://ia.media-imdb.com/images/M/MV5BMzI1MDYzODM0MF5BMl5BanBnXkFtZTcwOTYwNjAyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>8.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0250196/">The Adventures of Young Indiana Jones: Adventures in the Secret Service</a> (1999) (V)</td></tr><tr> <td valign="top"><a href="/title/tt0250197/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0250197/';"><img src="http://ia.media-imdb.com/images/M/MV5BMTUwODkwOTYzNV5BMl5BanBnXkFtZTcwNjUyMzMyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>9.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0250197/">The Adventures of Young Indiana Jones: Masks of Evil</a> (1999) (V)</td></tr><tr> <td valign="top"><a href="/title/tt0250198/" onClick="(new Image()).src='/rg/photo-find/title-tiny/images/b.gif?link=/title/tt0250198/';"><img src="http://ia.media-imdb.com/images/M/MV5BMzQ5MzI2NTgwMl5BMl5BanBnXkFtZTcwMzQ3MzQyMQ@@._V1._SX23_SY30_.jpg" width="23" height="32" border="0"></a>&nbsp;</td><td align="right" valign="top"><img src="/images/b.gif" width="1" height="6"><br>10.</td><td valign="top"><img src="/images/b.gif" width="1" height="6"><br><a href="/title/tt0250198/">The Adventures of Young Indiana Jones: Spring Break Adventure</a> (1999) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">11.</td><td valign="top"><a href="/title/tt0275186/">The Adventures of Young Indiana Jones: Daredevils of the Desert</a> (1992) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">12.</td><td valign="top"><a href="/title/tt0275899/">The Adventures of Young Indiana Jones: Oganga, the Giver and Taker of Life</a> (1999) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">13.</td><td valign="top"><a href="/title/tt0279627/">The Adventures of Young Indiana Jones: Tales of Innocence</a> (1999) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">14.</td><td valign="top"><a href="/title/tt0278285/">The Adventures of Young Indiana Jones: The Phantom Train of Doom</a> (1999) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">15.</td><td valign="top"><a href="/title/tt0327950/">Indiana Jones and the Emperor's Tomb</a> (2003) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">16.</td><td valign="top"><a href="/title/tt0251138/">Indiana Jones and the Last Crusade</a> (1989) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">17.</td><td valign="top"><a href="/title/tt0395656/">Indiana Jones: Making the Trilogy</a> (2003) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">18.</td><td valign="top"><a href="/title/tt1149318/">Lego Indiana Jones: The Original Adventures</a> (2008) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">19.</td><td valign="top"><a href="/title/tt0271048/">The Making of 'Indiana Jones and the Temple of Doom'</a> (1984) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">20.</td><td valign="top"><a href="/title/tt1190535/">The Adventures of Young Indiana Jones: My First Adventure</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">21.</td><td valign="top"><a href="/title/tt0245166/">Indiana Jones and the Infernal Machine</a> (1999) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">22.</td><td valign="top"><a href="/title/tt0330446/">Indiana Jones and the Last Crusade: A Look Inside</a> (1999) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">23.</td><td valign="top"><a href="/title/tt0764648/">Indiana Jones and the Temple of the Forbidden Eye</a> (1995)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">24.</td><td valign="top"><a href="/title/tt1213567/">The Adventures of Young Indiana Jones: Demons of Deception</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">25.</td><td valign="top"><a href="/title/tt1024885/">&#34;The Adventures of Young Indiana Jones Documentaries&#34;</a> (2007) <small>(TV series)</small></td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">26.</td><td valign="top"><a href="/title/tt1226214/">The Adventures of Young Indiana Jones: Espionage Escapades</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">27.</td><td valign="top"><a href="/title/tt1201558/">The Adventures of Young Indiana Jones: Journey of Radiance</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">28.</td><td valign="top"><a href="/title/tt1213568/">The Adventures of Young Indiana Jones: Love's Sweet Song</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">29.</td><td valign="top"><a href="/title/tt1194566/">The Adventures of Young Indiana Jones: Passion for Life</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">30.</td><td valign="top"><a href="/title/tt1230108/">The Adventures of Young Indiana Jones: Scandal of 1920</a> (2008) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">31.</td><td valign="top"><a href="/title/tt1194567/">The Adventures of Young Indiana Jones: The Perils of Cupid</a> (2007) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">32.</td><td valign="top"><a href="/title/tt1227135/">The Adventures of Young Indiana Jones: Winds of Change</a> (2008) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">33.</td><td valign="top"><a href="/title/tt0497739/">Crocodile Jones: The Son of Indiana Dundee</a> (1990)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">34.</td><td valign="top"><a href="/title/tt0481113/">Indiana Jones and the Temple of Doom</a> (1985) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">35.</td><td valign="top"><a href="/title/tt1236395/">Indiana Jones and the Ultimate Quest</a> (2008) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">36.</td><td valign="top"><a href="/title/tt0311332/">Indiana Jones: Greatest Adventures</a> (1994) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">37.</td><td valign="top"><a href="/title/tt0245254/">The Making of Disneyland's 'Indiana Jones Adventure'</a> (1995) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">38.</td><td valign="top"><a href="/title/tt0312058/">The Young Indiana Jones Chronicles</a> (1992) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">39.</td><td valign="top"><a href="/title/tt1267446/">Achter de schermen bij 'Indiana Jones and the Kingdom of the Crystal Skull'</a> (2008) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">40.</td><td valign="top"><a href="/title/tt0485637/">Entertainment Tonight Presents: Indiana Jones - Behind the Adventure</a> (2000) (TV)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">41.</td><td valign="top"><a href="/title/tt1265978/">Indiana Jones: An Appreciation</a> (2008) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">42.</td><td valign="top"><a href="/title/tt1265977/">Indiana Jones and the Creepy Crawlies</a> (2008) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">43.</td><td valign="top"><a href="/title/tt1247393/">Indiana Jones and the Fate of Atlantis: The Action Game</a> (1992) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">44.</td><td valign="top"><a href="/title/tt0481114/">Indiana Jones in Revenge of the Ancients</a> (1987) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">45.</td><td valign="top"><a href="/title/tt0872111/">Indiana Jones in the Lost Kingdom</a> (1984) (VG)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">46.</td><td valign="top"><a href="/title/tt1193497/">The Light and Magic of 'Indiana Jones'</a> (2003) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">47.</td><td valign="top"><a href="/title/tt1193506/">The Music of 'Indiana Jones'</a> (2003) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">48.</td><td valign="top"><a href="/title/tt0768806/">Parsifal: Indiana Jones and Richard Wagner</a> (2004) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">49.</td><td valign="top"><a href="/title/tt1193522/">The Sound of 'Indiana Jones'</a> (2003) (V)</td></tr><tr> <td valign="top"><img src="/images/b.gif" alt="" width="23" height="1"></td><td align="right" valign="top">50.</td><td valign="top"><a href="/title/tt1193527/">The Stunts of 'Indiana Jones'</a> (2003) (V)</td></tr></table> </p>
231
+ <p>
232
+ <b>Suggestions For Improving Your Results</b>
233
+ <ul>
234
+
235
+ <li>
236
+ There may be additional title matches amongst all the alternative
237
+ titles we have for various regions and languages.
238
+
239
+ <ul>
240
+ <li><a href="/find?q=indiana%20jones;s=tt;site=aka">AKA Title Search for "<b>indiana jones</b>"</a>.</li>
241
+ </ul>
242
+ <br>
243
+ </li>
244
+
245
+ <li>
246
+ If you are searching for a particular episode of a TV Series, you should search for the title of the TV series, not the episode. Or you can use the following link to search all Episode Titles.
247
+ <ul>
248
+ <li><a href="/find?q=indiana%20jones;s=tt;ttype=ep">Episode Title Search for "<b>indiana jones</b>"</a>.</li>
249
+ </ul>
250
+ <br>
251
+ </li>
252
+
253
+ <li>
254
+ There may be additional matches in special interest areas that are
255
+ only available to users choosing to see them.
256
+
257
+ <ul>
258
+ <li><a href="/find/preferences?_adult=1">Enable</a> adult titles/names in the search.</li>
259
+ </ul>
260
+ <br>
261
+ </li>
262
+
263
+ </ul>
264
+ </p>
265
+
266
+ <p>
267
+ <b>More Searches for: indiana jones</b>
268
+
269
+ <ul>
270
+ <li class="other">
271
+
272
+ <a href="/find?q=indiana%20jones;more=tt;ttype=df">Titles</a>
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+ &nbsp;|&nbsp;
281
+ <a href="/find?s=char;q=indiana%20jones" onClick="(new Image()).src='/rg/GOOGLE_FIND_othersearches/TOP_RHS/images/b.gif?link=/find?s=char;q=indiana%20jones';">Characters</a>
282
+
283
+ &nbsp;&nbsp;|&nbsp;
284
+ <a href="/SearchPlots?indiana%20jones" onClick="(new Image()).src='/rg/GOOGLE_FIND_othersearches/TOP_RHS/images/b.gif?link=/SearchPlots?indiana%20jones';">Plot&nbsp;Summaries</a>&nbsp;&nbsp;|&nbsp;
285
+ <a href="/SearchBios?indiana%20jones" onClick="(new Image()).src='/rg/GOOGLE_FIND_othersearches/TOP_RHS/images/b.gif?link=/SearchBios?indiana%20jones';">Biographies</a>&nbsp;&nbsp;|&nbsp;
286
+ <a href="/SearchQuotes?indiana%20jones" onClick="(new Image()).src='/rg/GOOGLE_FIND_othersearches/TOP_RHS/images/b.gif?link=/SearchQuotes?indiana%20jones';">Quotes</a>&nbsp;&nbsp;|&nbsp;
287
+ <a href="/SearchAll?indiana%20jones">more&#160;&#187;</a>
288
+
289
+ <br><br>
290
+ </li>
291
+ </ul>
292
+ </p>
293
+
294
+ <p>
295
+ <b>Update your</b> <a href="/find/preferences" title="Set your Search Preferences">search preferences</a>.
296
+ </p>
297
+
298
+ <!-- [Elapsed Time: 0.001058s (cache hit)] -->
299
+
300
+ </td>
301
+ </tr>
302
+ </table>
303
+ </p>
304
+
305
+ </td>
306
+ </tr>
307
+ <tr>
308
+ <td>
309
+ <br style="clear: left"/>
310
+ <div style="clear: left; width: 450px">
311
+ <!-- sid : 83095 : GOOGLE --><div style="text-align:center">
312
+ <iframe name="GoogleAd" src="http://i.imdb.com/images/3pads/google/google-afc.html?channel=h-channel" align="top" scrolling="no" width="500" height="240" frameborder="0" marginheight="0" marginwidth="0" align="middle"></iframe>
313
+ </div>
314
+
315
+ </div>
316
+ <br style="clear: both"/>
317
+ </td>
318
+ </tr>
319
+ </table>
320
+ </td>
321
+ <td valign=top>
322
+ <table>
323
+ <tr>
324
+ <td>
325
+ <table>
326
+ <tr>
327
+ <td> <!-- sid : 35958 : TOP_RHS --><div id="lea_300x250"></div> </td>
328
+ </tr>
329
+ </table>
330
+ </td>
331
+ </tr>
332
+ </table>
333
+ </td>
334
+ </table>
335
+ </td>
336
+ </tr>
337
+ </table>
338
+ <br style="clear:left;" />
339
+ </div>
340
+
341
+ <div id="footer" class="ft">
342
+ <hr width="100%" size=1>
343
+ <p class="footer" align="center">
344
+ <a href="/">Home</a>&nbsp;
345
+ | <a href="/search">Search</A>&nbsp;
346
+ | <a href="/NowPlaying/">Now Playing</a>&nbsp;
347
+ | <a href="/News/">News</A>&nbsp;
348
+ | <a href="/register/?why=mymovies_footer">My Movies</A>&nbsp;
349
+ | <a href="/Games/">Games</A>&nbsp;
350
+ | <a href="/boards/">Boards</A>&nbsp;
351
+ | <a href="/help/">Help</a>&nbsp;
352
+ | <A HREF="/Showtimes">US&nbsp;Movie&nbsp;Showtimes</A>&nbsp;
353
+ | <A HREF="/top_250_films">Top 250</A>&nbsp;
354
+ | <a href="/register/?why=footer">Register</a>&nbsp;
355
+ | <A HREF="/recommends/">Recommendations</A>&nbsp;
356
+ | <A HREF="/widgets/">Widgets</A><br>
357
+ <A HREF="/Charts/">Box&nbsp;Office</A>
358
+ | <A HREF="/a2z">Index</A>
359
+ | <A HREF="/Sections/Trailers/">Trailers</A>
360
+
361
+ | <a href="/jobs"><b>Jobs</b></a>&nbsp;
362
+ | <a href="https://secure.imdb.com/register/subscribe?c=a394d4442664f6f6475627" onClick="(new Image()).src='/rg/PRO_FOOT/FOOTER/images/b.gif?link=https://secure.imdb.com/register/subscribe?c=a394d4442664f6f6475627';">
363
+ <span style="color:#cc3333"><b>IMDbPro.com&nbsp;-&nbsp;Free&nbsp;Trial</b></span></a>
364
+ | <a href="http://resume.imdb.com" onClick="(new Image()).src='/rg/resume-footer/footer/images/b.gif?link=http://resume.imdb.com';"><span style="color:#cc3333"><b>IMDb Resume</b></span></a>
365
+ <br><br>
366
+ <a href="/help/show_article?conditions">Copyright &copy;</a> 1990-2008
367
+ <a href="/help/">IMDb.com, Inc.</a><br>
368
+ <a href="/help/show_article?conditions">Terms</a> and <a href="/privacy">Privacy Policy</a> under which this service is provided to you.<br>
369
+ An <a href="http://www.amazon.com/exec/obidos/redirect-home/internetmoviedat">
370
+ <img align="middle" width="86" height="18" border="0" src="http://i.imdb.com/amazon_logo.gif" alt="Amazon.com"></a> company.&nbsp;
371
+ <a href="/advertising/">Advertise</a> on IMDb.&nbsp;
372
+ <a href="/tiger_redirect?FT_LIC&/licensing/">License</a> our content.
373
+ </p>
374
+ <p class="footer" align="center">IMDb is powered by Perl and <b><a href="/rg/jobs/footer-pbp/help/show_leaf?jobatimdb">we are hiring</a></b>!</p>
375
+ </div>
376
+
377
+ </layer>
378
+ </div>
379
+
380
+
381
+
382
+ <script language="JavaScript" type="text/javascript">ord=Math.random()*10000000000000000; </script><!-- begin BOTTOM_AD -->
383
+ <div id="bottom_ad_wrapper">
384
+ <script language="JavaScript" type="text/javascript">
385
+
386
+ //<![CDATA[
387
+ document.write('<iframe src="/images/a/ifb/doubleclick/expand.html#imdb.consumer.main/find;tile=1;sz=728x90;p=b;ord=' + ord + '?" id="bottom_ad" name="bottom_ad" width="0" height="0" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true" onload="ad_utils.resize_iframe(this)">');
388
+ if (navigator.userAgent.indexOf("Gecko")==-1)
389
+ {document.write('<script language="JavaScript" src="http://ad.doubleclick.net/adj/imdb.consumer.main/find;tile=1;sz=728x90;abr=!ie;p=b;ord=' + ord + '?" type="text/javascript"><\/script>');
390
+ }
391
+ document.write('</iframe>');
392
+
393
+ //]]>
394
+ </script>
395
+ <noscript><a href="http://ad.doubleclick.net/jump/imdb.consumer.main/find;tile=1;sz=728x90;p=b;ord=65279431613?" target="_blank"><img src="http://ad.doubleclick.net/ad/imdb.consumer.main/find;tile=1;sz=728x90;p=b;ord=65279431613?" border="0" alt="advertisement" /></a></noscript>
396
+
397
+ </div>
398
+ <!-- End BOTTOM_AD -->
399
+ <!-- sid : 36094 : BOTTOM_SCRIPT --> <script type="text/javascript">
400
+ function lycos_census ()
401
+ {
402
+ _rsCI='lycos-es';
403
+ _rsCG='0';
404
+ _rsDT=1;
405
+ _rsSI=escape(window.location);
406
+ var _rsLP=location.protocol.indexOf('https')>-1?'https:':'http:';
407
+ _rsRP=escape(document.referrer);
408
+ _rsND=_rsLP+'//secure-uk.imrworldwide.com/';
409
+
410
+ if (parseInt(navigator.appVersion)>=4) {
411
+ _rsRD=(new Date()).getTime();
412
+ _rsSE=0;
413
+ _rsSV='';
414
+ _rsSM=0;
415
+ _rsCL='<scr'+'ipt language="JavaScript" type="text/javascript" src="'+_rsND+'v5.js"><\/scr'+'ipt>';
416
+ } else {
417
+ _rsCL='<img src="'+_rsND+'cgi-bin/m?ci='+_rsCI+'&cg='+_rsCG+'&si='+_rsSI+'&rp='+_rsRP+'">';
418
+ }
419
+ document.write(_rsCL);
420
+ document.write('<noscript><img src="//secure-uk.imrworldwide.com/cgi-bin/m?ci=lycos-es&amp;cg=0" alt=""></noscript>');
421
+ }
422
+ var alldiv = document.body.getElementsByTagName('div');
423
+ var call_lycos = 0;
424
+ for (i=0;i<alldiv.length;i++) {
425
+ if (alldiv[i].id.indexOf('lea_') == 0) { call_lycos = 1; break;}
426
+ }
427
+ if (call_lycos == 1) {
428
+ document.write('<scr'+'ipt src="http://fe.lea.lycos.es/ats/adfunction.js"></scr'+'ipt>')
429
+ }
430
+ </script>
431
+ <script type="text/javascript">
432
+ if (call_lycos == 1) {
433
+ var refurl = document.URL;
434
+ //var other = "ee=0";
435
+ var other = "ee=0";
436
+ lea_getter(refurl,other,"es");
437
+ lycos_census();
438
+ }
439
+ </script>
440
+
441
+
442
+ <img src="/rd/?q=50403000000030a090f29616f226e276966600000010c6a0622303038303931313c28333039353c23353935383c23363039343c21323837373c233539383830000001037a040379646370000001047&cb=122113258026716" width="1" height="1" alt="" border="0">
443
+ </div> <!-- id="wrapper" -->
444
+
445
+ </body>
446
+ </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: porras-imdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Gil