Edit in JSFiddle

<section>
    <input type="radio" name="opt" id="one" checked />
    <label for="one">One</label>
    <input type="radio" name="opt" id="two" />
    <label for="two">Two</label>
    <input type="radio" name="opt" id="three" />
    <label for="three">Three</label>
    <div id="container">
        <div id="div-one">
            <article>
                The Obama administration on Friday issued guidelines intended to give banks confidence that they will not be punished if they provide services to legitimate marijuana businesses in states that have legalized the medical or recreational use of the drug, even though it remains illicit under federal law.
            </article>
        </div>
        <div id="div-two">
            <article>
                Vice President Joseph R. Biden Jr. on Friday acknowledged that Congress will not grant President Obama fast-track trade promotion authority, which analysts say is critical to the president’s hopes to forge huge trade deals with Asia and Europe.
            </article>
        </div>
        <div id="div-three">
            <article>
                On the Miami Dolphins’ practice field, players would simulate having sex with a teammate’s sister. In the team’s hallways and meeting rooms, racist epithets and homophobic language flowed. One coach gave an offensive lineman an inflatable male doll as part of his Christmas stocking stuffer. Many of the Dolphins knew but did not say or do anything.
            </article>
        </div>
    </div>
</section>