$(document).ready(function() {
	setInterval( "slideSwitch()", 5000 );
	$('ul.twitbox').list_ticker({
		speed:8000,
		effect:'fade'
	})
});
