var newsId		= new Array();
var newsText	= new Array();
var newsPerson	= new Array();
var j			= 0 ;


newsId[j]		=	'118';
newsText[j]		=   'Big Difference Company develop inspiring projects which always hit the button in terms of reaching target audiences and delivering messages. The team are able to interpret aims and objectives and create unique solutions';
newsPerson[j]	=	'Karen Jennings, UNISON Health Care';

j=j+1;  

newsId[j]		=	'121';
newsText[j]		=   'This superb company offers a range of great services and projects, not least the annual Leicester Comedy Festival which continues to put the East Midlands on the map';
newsPerson[j]	=	'Jane Cowley, Partner, Harvey Ingram';

j=j+1;  

newsId[j]		=	'125';
newsText[j]		=   'Big Difference Company demonstrate excellence and innovation on a local, regional and national level; they are a real asset to the East Midlands';
newsPerson[j]	=	'Laura Dyer, Arts Council England East Midlands';

j=j+1;  

var pausecontent=new Array()

for(i=0;i<j;i++)
{
	var totaltext		= "<p>&quot;"+newsText[i]+"&quot;<br/><br/><b>"+newsPerson[i]+"</b></p>";
	pausecontent[i]	= totaltext;
}
