function textscroll()
{
	
	var updated;
	
	document.getElementById('update').innerHTML = 'Last Updated: 28th January 2011';
	
	
	
	
	var nextactivity = "Future activities updated...New website design is on it's way....";
	

	
	document.getElementById('textscrolll').innerHTML = nextactivity;
	
	
}
