
function ShowTestimonials(filename)
{
	DWREngine._execute(_cfCatLevelsLocation, null, 'testimonials',filename,ShowTestimonials_Result);
}


function ShowTestimonials_Result(result)
{
	$('ContentSection').innerHTML = result;
}