function convertMediaUrl(sUrl, imageUrl) {
	sUrl = sUrl.substring(sUrl.indexOf('/servlets/'));
	sUrl = imageUrl + sUrl;
	return sUrl;
}

