<!--$(document).ready(function(){
		//$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000, true);
	//});-->
// execute your scripts when the DOM is ready. this is a good habit 
$(function() { 
    // initialize scrollable 
    $("div.scrollable").scrollable({size: 3,speed: 1000});
});
