Spoilers
by achudars
HTML
<p>Unlike in the books, Harry is never told what the Horcrux's might be. Instead, the film adds the notion that he can hear them in his mind when he is near them, and he gathers ideas about where they might be throughout the story from various sources. Arriving at these locations, he listens for the characteristic Horcrux sound. This is explained as being the result of <span class="spoiler" tabindex="0">himself being a Horcrux</span>.</p>
<p>In particular, he gets the idea about <span class="spoiler" tabindex="0">the Cup of Helga Hufflepuff being in Gringotts when Bellatrix screams at Hermione after she thought they had entered her vault. For the Diadem, Harry has a vision of Voldemort talking with the Grey Lady (Ravenclaw House Ghost, Helena Ravenclaw, daughter of Rowena), who he later questions for its location. Concerning Nagini, Voldemort's pet snake, Harry also has a short vision where he finds out Voldemort is very concerned for the animal, leading Harry to the conclusion that Nagini is the last Horcrux.</span></p>
CSS
body {
font:12px/131% Arial, Helvetica, sans-serif;
}
.spoiler {
background:url(http://www.imdb.com/images/spoilers.gif);
border:1px solid red;
color:transparent;
}
.spoiler:hover,
.spoiler:focus {
background:0;
border:0;
color:inherit;
}