// Display the carosel.
document.write('<div id="top-ten-home-carosel" class="home-carosel">');
document.write('</div>');

// Load the data.
$.getJSON('/top-ten-lists/carosel.php?max=1&offset=0&id=top-ten-home-carosel&pages=4&type=home', onCaroselLoaded);
