// Display the carosel.
document.write('<div id="trend-watch-home-carosel" class="home-carosel">');
document.write('</div>');

// Load the data.
$.getJSON('/trend-watch/carosel.php?max=3&offset=0&id=trend-watch-home-carosel&pages=4&more=yes&type=home', onCaroselLoaded);
