var item = {
		animationtype: 'fade',
		speed: 750,
		timeout: 6000,
		type: 'sequence',
		containerheight: '1em',
		xmllocation:'/news/index.rdf'
	}

$(document).ready(
function(){
	$('#ticker').innerfadexml(item);
} );
