function getContent(){
	var data=new Array();
	data[0]='Accurate, relevant data is the key to any successful marketing programme. Handled by an Expert it becomes the tool with which to drive business forward and connect with your customer.';
	data[1]='Using data to help drive your business and make strategic decisions has never been so important.  <span class="idText">id</span> can help you create a clear vision for the future of your business.';
	data[2]='Maximise profit, minimise waste. Customer Intelligence is key, data is knowledge and knowledge is power.';
	
	
	


var l = data.length;

var rnd_no = Math.floor(l*Math.random());

return data[rnd_no];

	
	}
