function readspeakerLink(){
	if(document.domain == 'www.enfield.gov.uk'){
		document.write(
		"<div class='inner ISI_REMOVE' style='float:right; padding-right:6px; margin-top:2px'>"+
		"<a href='http://spoxy4.insipio.com/menu2/en/www.enfield.gov.uk"+ document.location.pathname +"' class='contentHeader'>Listen to this page</a><span class='themeStops'>.</span></div>"+
		"<div class='inner ISI_REMOVE' style='float:right; margin-top:2px'>"+
		"<a href='http://spoxy4.insipio.com/menu2/en/www.enfield.gov.uk"+ document.location.pathname +"' class='contentHeader'><img src='http://www.80.169.147.100/images/common/subhead_readspeaker.gif' alt='Listen to this page' border='0'/></a><span class='themeStops'>.</span></div>"
		);
	}
}