$(document).ready(function() {
	
	$('#banner').flash({
		src: '/swf/HomeBanner.swf',
		width:980,
		height:270,
		wmode: 'opaque'
	});
	
	/// news ticker
	$("#headline").jticker({
		delay: 4000,
		url: "/xml/templates/news_rss.asp"
	});	
	
	//Product carousel
	$("#carousel").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev",
		scroll: 1,
		circular: false
	});

});


