$(function(){
	$('#topmenu>ul>li>a').each(function(){
		if ($(this).attr('href') == thispage)
		    $(this).addClass('thispage');
	    });
	var gropplees
	    = [
	       ['Henry Louis Gates', 'Professor, Harvard University', 'Clinical Future expertly navigated me through whole genome datasets generated for my PBS documentary, "<a href=\"http://www.pbs.org/wnet/facesofamerica/\">Faces of America</a>". We vetted several groups for our production and sought the advice of leading genomic experts and Clinical Future rose to the top of this list. Clinical Future&rsquo;s software was critical in making medical sense of these unprecedentedly large datasets for our production. Cutting edge, user-friendly, genomic analysis software coupled with the patience, professionalism, and guidance they provided my team, make them among the best in this emerging field.'],
	       ['Patrick Willems, MD, PhD', 'Director Gendia, Director Mutadatabase', 'We are excited about our collaboration with Clinical Future to set standards for whole genome analysis. International standards in this area are essential for the translation of whole genome sequences to the clinic.'],
	       ['George Church', 'Professor, Harvard Medical School', 'We trust the Clinical Future platform to meet the informatics needs of 100,000 participants at the Harvard Personal Genome Project. CFI is the project&rsquo;s trusted partner.'],
	       ['Benjamin A Raby, M.D.C.M., M.P.H', 'Assistant Professor of Medicine, Channing Laboratory,<br/>Brigham and Women’s Hospital, Harvard Medical School', 'Clinical Future&rsquo;s tools compliment the work of our own group and others to greatly advance our understanding of the genetic underpinnings of asthma. We are strongly supportive of their efforts.'],
	       ['Heidi Rehm, PhD, FACMG', 'Assistant Professor of Pathology, Harvard Medical School, Director, Laboratory for Molecular Medicine', 'We use GET-Evidence everyday at the Laboratory for Molecular Medicine. Clinical Future&rsquo;s software will be an essential tool for our whole genome analyses.']
		];
	if ($('.testimonial_groppler')) {
	    $('.testimonial_groppler').css({
		    'float': 'right',
			'width': '450px',
			'padding': '0px 0px 30px 40px'});
	    for (var i=0; i<gropplees.length; i++) {
		var g = gropplees[i];
		$('.testimonial_groppler').append('<div class="quotation"><div class="biglquo">&ldquo;</div>' + g[2] + '</div><div class="attr_name">' + g[0] + '</div><div class="attr_title">' + g[1] + '</div>');
	    }
	}
    });

