//JQUERY Functions
var Functions ={};
$(document).ready(function () {
	//alert("ready");
	$('#news').innerfade({ animationtype: 'fade', speed: 'fast', timeout: 10000, type: 'random', containerheight: '180px' }); 
});


