SOLD OUT

by Reusablecode

HTML

<h1>SOLD OUT</h1>
<section id='movies'>
    <h1>Movies</h1>
    <ul></ul>
</section>

<section id='games'>
    <h1>Games (Wii)</h1>
    <ul></ul>
</section>

CSS

body {
    font-family: Sans;
}
p {
    margin-bottom: 0.5em;
}

h1 { 
    margin-top: 1em;
    font-weight: bold;
    font-size: 1.6em;
}
.author {
    margin-left: 5px;
    color: #777;
}
.counter {
    width: 2em; 
    display: inline-block;
    text-align: right;
    margin-right: 0.5em;
}
li p {
    margin-left: 2.5em;
    margin-bottom: 0;
}

JavaScript

var movies = [
    ['The Little Norse Prince', 'Isao Takahata'],
    ['The Ref', 'Ted Demme'],
    ['Crime Wave', 'Sam Raimi'],
    ['The Cat In The Hat', 'Bo Welch'],
    ['Jaws', 'Steven Spielberg'],
    ['The Time Travelers Wife', 'Robert Schwentke'],
    ['THX 1138', 'George Lucas'],
    ['I, Robot', 'Alex Proyas'],
    ['Free Willy', 'Simon Wincer'],
    ['Short Circuit 2', 'Kenneth Johnson'],
    ['Duma', 'Carroll Ballard'],
    ['Ghost In The Shell (The Trilogy Collection)', [
    ['The Laughing Man', 'Koji Tanaka'],
    ['Individual Eleven', 'Koji Tanaka'],
    ['Solid State Society', 'Kenji Kamiyama']]],
    ['Patch Adams', 'Tom Shadyac'],
    ['Fear And Loathing In Las Vegas', 'Terry Gilliam'],
    ['From Hell', 'Hughes Brothers'],
    ['Watership Down', 'Martin Rosen'],
    ['Gladiator', 'Ridley Scott'],
    ['Catholics', 'Jacl Gold'],
    ['Greystoke, The Legend Of Tarzan, Lord Of The Apes', 'Hugh Hudson'],
    ['Factory Girl', 'George Hickenlooper'],
    ['Dragon Heart', 'Rob Cohen'],
    ['The Mosquito Coast', 'Peter Weir'],
    ['Miller\'s Crossing', 'Coeh Brothers'],
    ['Die Hard 4.0', 'Len Wiseman'],
    ['Twin Peaks, Fire Walks With Me', 'David Lynch'],
    ['The Three Burials Of Melquiades Estrada', 'Tommy Lee Jones'],
    ['Big', 'Penny Marshall'],
    ['Withnail And I', 'Bruce Robinson'],
    ['Star Wars III, Revenge Of The Sith', 'George Lucas'],
    ['It\'s All Gone, The Legend Of Frankie Wilde. The Deaf DJ', 'Michael Dowse'],
    ['Aliens', 'James Cameron'],
    ['Music & Lyrics', 'Marc Lawrence'],
    ['The Secret Garden', 'Agnieszka Holland'],
    ['Field Of Dreams', 'Phil Alden Robinson'],
    ['Naked Lunch', 'David Cronenberg'],
    ['American Outlaws', 'Les Mayfield'],
    ['Edward Scissorhands', 'Tim Burton'],
    ['Someone\'s Ailing', 'Stan Laurel & Oliver Hardy'],
    ['Stardust', 'Matthew Vaughn'],
    ['Sunshine', 'Danny Boyle'],
    ['Spirits Of The Past', 'Keiichi Sugiyama'],
    ['Out Of Africa', 'Sydney Pollack'],
   ...