jQuery.noConflict();
(function($){

$(document).ready(function(){

	$('#tweets').tweetable({
		username: 'BuzzNumbers',
		limit: '3',
		time: true
	});
	
	if ($.fn.jCarouselLite)
	{
		$('#slideshow .slider').jCarouselLite({
			btnPrev: '#slideshow a.prev',
			btnNext: '#slideshow a.next',
			visible: 1,
			scroll: 1,
			circular: true,
			auto: 5000
		});
		$('#logos .slider').jCarouselLite({
			btnPrev: '#logos a.prev',
			btnNext: '#logos a.next',
			visible: 6,
			scroll: 1,
			circular: true
		});
	}

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('img, #header2 .buttons a, #slideshow .nav a, #logos .nav a, #features h3');
		}
	}

});

})(jQuery);
