AFI CATALOG OF FEATURE FILMS
$(document).ready(function ($)
$('.megamenu').megaMenuCompleteSet(
menu_speed_show: 400, // Time (in milliseconds) to show a drop down
menu_speed_hide: 400, // Time (in milliseconds) to hide a drop down
menu_speed_delay: 50, // Time (in milliseconds) before showing a drop down
menu_effect: 'hover_fade', // Drop down effect, choose between 'hover_fade', 'hover_slide', etc.
menu_click_outside: 1, // Clicks outside the drop down close it (1 = true, 0 = false)
menu_show_onload: 0, // Drop down to show on page load (type the number of the drop down, 0 for none)
menu_responsive: 1 // 1 = Responsive, 0 = Not responsive
);
$(".mobilesearchIcon").click(function()
$("#mobilesearchIcon").toggleClass("closeSearch sb93");
);
var $slider = document.getElementById('mobilsearch');
var mobilesearchIcon = document.getElementById('mobilesearchIcon');
mobilesearchIcon.addEventListener('click', function ()
var isOpen = $slider.classList.contains('slide-in');
$slider.setAttribute('class', isOpen ? 'slide-out' : 'slide-in');
);
//$('[data-toggle="tooltip"]').tooltip();
if (($(window).width() 991))
$("#mobilsearch").html("");
//$("#searchText").autocomplete(
// source: "/search/suggest",
// minLength: 2,
// select: function (event, ui)
// // document.getElementById('loginSubmit').submit();
//
//);
$('#searchText').autocomplete(
source: function (request, response)
$.ajax(
url: "/search/suggest",
data:
term: request.term,
searchField: $('#dropdownSearch').val(),
maxRows: 12
,
success: function (data)
response($.map(data, function (item)
return
label: item.trim(),
value: item.trim()
)
)
);
,
minLength: 2
);
);
$(".top-menu").hide();
$(document).ready(function () Catalog - ' + $('').html('Mercury Rising').text();
if ( $(".viewIcon img").attr("src") == "/Content/Images/Partially-view.svg")
$(".viewIcon").addClass("red-tooltip");
$(".viewIcon").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".viewIcon").tooltip(
title: 'This film was partially viewed by AFI for the Synopsis and Credits'
);
if ( $(".viewIcon img").attr("src") == "/Content/Images/Viewed-AFI.svg")
$(".viewIcon").addClass("red-tooltip");
$(".viewIcon").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".viewIcon").tooltip(
title: 'Viewed by AFI: This film was viewed in its entirety by AFI for the Synopsis and Credits.'
);
//Icon tooltip Jquery
$(".achievementAwardicon").append('
$(".awardLLA").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".awardLLA").attr(
title: "Life Achievement Award: This filmmaker received an AFI Life Achievement Award."
);
$(".offscreenCrediticon").append('');
$(".awardOF").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".awardOF").attr(
title: "Offscreen Credit: This credit did not appear onscreen and was derived from contemporary sources."
);
$(".partiallyViewIcon").append('');
$(".awardPV").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".awardPV").attr(
title: "Partially Viewed by AFI: This film was partially viewed by AFI for the Synopsis and Credits."
);
$(".nameTitleicon").append('');
$(".awardNA").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".awardNA").attr(
title: "Name Occurs Before Title: This filmmaker's name was displayed before the title in onscreen credits."
);
$(".viewbyAFIicon").append('');
$(".awardAFI").attr("data-toggle","tooltip").attr("data-placement","bottom");
$(".awardAFI").attr(
title: "Viewed by AFI: This film was viewed in its entirety by AFI for the Synopsis and Credits."
);
var Fullview;
$(".fullviewheadings").hide();
var isPremium = ($("#modelIsPremium").val() == "True");
var isShowPoster = ($("#modelIsShowPoster").val() == "True");
var isShowVideo = ($("#modelIsShowVideo").val() == "True");
if (isPremium == true
//if (($(window).width() .col-sm-4");
// for (var i = 0; i
// var iframe = $(".tabVideo >iframe");
// iframe.addClass("videoFrame");
// $(".row .row-eq-height").css("margin","0");
// }
//}
//debugger;
$(window).resize(function()
if($(window).width() > 414)
$(".wrapper > div").removeClass("tabVideo col-sm-4 ");
$(".wrapper > div").addClass("col-md-12")
$(".topsearch").removeClass("col-sm-12 col-xs-12");
if($(window).width() div").addClass("tabVideo col-sm-4 ");
$(".wrapper > div").removeClass("col-md-12")
$(".topsearch").addClass("col-sm-12 col-xs-12");
});
if($(window).width() > 414)
$(".wrapper > div").removeClass("tabVideo col-sm-4 ");
$(".wrapper > div").addClass("col-md-12")
$(".topsearch").removeClass("col-sm-12 col-xs-12");
if($(window).width() div").addClass("tabVideo col-sm-4 ");
$(".wrapper > div").removeClass("col-md-12")
$(".topsearch").addClass("col-sm-12 col-xs-12");
}
//if (($(window).width() div").removeClass("row row-eq-height");
// $(".wrapper > div").children().unwrap();
// $("#tab-menu li").click(function()
// $('#tab-menu li').tooltip( "data-placement": 'top' );
// );
//}
// $("#preimumDetails ").find('.listMovies:not(:first)').remove();
$(window).resize(function()
var windowWidth = $(this).width();
if (($(window).width() > 414))
//$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none");
$(".thumbnails li:first-child").addClass("col-xs-3").removeClass("col-xs-5");
$(".thumbnails li:nth-child(2)").addClass("col-xs-9").removeClass("col-xs-7");
$('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-12").addClass("col-xs-6");
$('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","block");
if (($(window).width() 414))
//$('.listMovies:nth-child(2), .listMovies:nth-child(3)').css("display","none");
$(".thumbnails li:first-child").addClass("col-xs-3").removeClass("col-xs-5");
$(".thumbnails li:nth-child(2)").addClass("col-xs-9").removeClass("col-xs-7");
$('#preimumDetails .listMovies:nth-child(1)').removeClass("col-xs-12").addClass("col-xs-6");
$('#preimumDetails .listMovies:nth-child(2)').removeClass("col-xs-12").addClass("col-xs-6").css("display","block");
if (($(window).width() = totalTabWidth - tabsViewport)
tabs.parent('.cd-tabs').addClass('is-ended');
else
tabs.parent('.cd-tabs').removeClass('is-ended');
$('#tab-menu #printnav a').click(function ()
var href = $('#printnav a').attr('href');
window.location.href = href;
//$(href).attr( 'target', '_blank' );
);
});
Mercury Rising
(1998)
R | 151 mins |
Drama |
1998
THIS TITLE IS OUTSIDE THE AFI CATALOG OF FEATURE FILMS (1893-1993)
You may also like these titles from the AFI Catalog of Feature Films, the most authoritative documentation of the First 100 Years of American filmmaking.
THE GRAPES OF WRATH (1940)
INTOLERANCE (1916)
BONNIE AND CLYDE (1967)
EASY RIDER (1969)
THE SOUND OF MUSIC (1965)
TO KILL A MOCKINGBIRD (1962)
WHO'S AFRAID OF VIRGINIA WOOLF? (1966)
IN THE HEAT OF THE NIGHT (1967)
WEST SIDE STORY (1961)
MIDNIGHT COWBOY (1969)
Cast:
Bruce Willis, Alec Baldwin, Miko Hughes
[ More ]
Director:
Harold Becker
Writers:
Lawrence Konner, Mark Rosenthal
Producers:
Brian Grazer, Karen Kehela
Cinematographer:
Michael Seresin
Editor:
Peter Honess
Production Designer:
Patrizia Von Brandenstein
Production Companies:
Universal Pictures , Imagine Entertainment
Full page view
SOURCE CITATIONS
SOURCE
DATE
PAGE
Los Angeles Times
3 Apr 1998
p. 14.
New York Times
3 Apr 1998
p. 14.
Variety
6 Apr 1998
pp. 47-48.
CAST
NAME
CREDITED AS
CREDIT
Bruce Willis
Art Jeffries
Alec Baldwin
Nicholas Kudrow
Miko Hughes
Simon
Chi McBride
Tommy B. Jordan
Kim Dickens
Stacey
NAME
CREDITED AS
CREDIT
Bruce Willis
Art Jeffries
Alec Baldwin
Nicholas Kudrow
Miko Hughes
Simon
Chi McBride
Tommy B. Jordan
Kim Dickens
Stacey
+
−
PRODUCTION CREDITS
NAME
PARENT COMPANY
PRODUCTION COMPANIES
Universal Pictures
Imagine Entertainment
DISTRIBUTION COMPANY
Universal Pictures
NAME
CREDITED AS
CREDIT
DIRECTOR
Harold Becker
Dir
PRODUCERS
Brian Grazer
Prod
Karen Kehela
Prod
WRITERS
Lawrence Konner
Scr
Mark Rosenthal
Scr
PHOTOGRAPHY
Michael Seresin
Dir of photog
ART DIRECTOR
Patrizia Von Brandenstein
Prod des
FILM EDITOR
Peter Honess
Film ed
MUSIC
John Barry
Mus comp
SOURCES
LITERARY
Based on the novel Simple Simon by Ryne Douglas Pearson (New York, 1996).
AUTHOR
Ryne Douglas Pearson
DETAILS
Release Date:
1998
Premiere Information:
Los Angeles opening: 3 Apr 1998; New York opening: week of 3 Apr 1998
Copyright Claimant:
Universal City Studios, Inc.
Copyright Date:
3 April 1998
Copyright Number:
PA878173
Physical Properties:
Sound
Color
Duration(in mins):
151
MPAA Rating:
R
Country:
United States
Language:
English
Passed by NBR:
No
GENRE
Genre:
Drama
Sub-genre:
Action
Legend
Viewed by AFI
Partially Viewed
Offscreen Credit
Name Occurs Before Title
AFI Life Achievement Award
//Mobile design script//
if (($(window).width() < 768))
$('.fullView').click(function ()
$("#exTab2").toggleClass("noafter");
$("#exTab2").toggleClass("noborder");
$(".cd-tabs-content").toggleClass("cd-tabs-contentSpace");
);
$('.clickbg').click(function ()
var myArr = $(".imgBG").css("background-image")
myArr = myArr.replace(/.*s?url(['"]?/, '').replace(/['"]?).*/, '')
var imgBg = document.getElementById('fullImg');
imgBg.src = myArr;
$("#fullwidth").css("display","block");
$('.fademe').css("display","block");
$('.closeImg').click(function ()
$("#fullwidth").css("display","none");
$('.fademe').css("display","none");
);
);
//debugger;;
$(document).ready(function ()
//debugger;;
$("#dropdownSearch").change(function ()
var selectedFieldText = $("#dropdownSearch option:selected").text();
$("#selectedField").text(selectedFieldText);
);
$('[data-toggle="tab"]').click(function ()
$(".tooltip").hide();
)
$(".ui-autocomplete").appendTo(".panelSearch");
$(window).scroll(function ()
if ($(this).scrollTop() > 50)
$('.scrolltop:hidden').stop(true, true).fadeIn();
else
$('.scrolltop').stop(true, true).fadeOut();
);
if ($(".headcontainer ").hasClass("bgpost93Hed"))
$(".ui-widget-content").css("background-color", "rgb(38, 63, 102)");
$(".ui-widget-content").addClass("pauto");
$(function ()
$(".scroll").click(function ()
$("html,body").animate( scrollTop: $(".thetop").offset().top , "1000"); return false
)
)
$('[data-toggle="tooltip"]').tooltip();
////debugger;;
if (($(window).width() < 991))
// $("#mobilsearch").html("");
$("#mobilsearch").slice(1).remove()
//$(".ui-autocomplete").slice(1).remove()
);