$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade'
	});
$('#tweets').jQTwitter({
	username: 'WGDayCamp',
	count: 4,
	show_image: false
	});
$(function() {
		$( "#accordion" ).accordion();
	});
});
