jQuery(document).ready(function(){

    jQuery('#start').click(function(){
        var url = "gettoplist.php?q=6&l=4&f=1&c=" + content_type;
        jQuery('#randomclipsdisplay').load(url);
    });

   jQuery(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 5,
		auto: 800,
	    speed: 1000
    });

});
