$(document).ready(function(){
	$("#flash-header").flashembed("/swf/header.swf");
	$('#rotating-images ul').cycle();
	$("#ticker ul").liScroll();
	$(".scrollable").scrollable();
});

