/*
Title: HomePage specific UI JS
Author: Alfredo Saavedra
Date: 6/20/2011
Project: Cloo
Description: This Script initializes most of the JS UI on the page for the Show Pages (e.g Killer Instict)(DL)
*/

$(document).ready(function(){

		$("#main_dl")
					.scrollable({circular: true})
					.navigator()
					.autoscroll({ interval: 5000});
});

