$jQuery(document).ready(function(){(function($) {
    $("#scroll").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });



	$('.tweet').each(function()
	{
		var iframeCode = "";
        iframeCode += "<iframe src=\"http://api.tweetmeme.com/button.js?url=" + escape('http://www.citizensfortheundead.com') + "&amp;style=compact&amp;source=CURE&amp;service=bit.ly\" scrolling=\"no\" frameborder=\"0\" height=\"20\" width=\"70\" >";
 
        // Insert our iframe into our TweetMeme container
 
       $(this).html(iframeCode);
	});

})($jQuery)});

