$(function(){			
				$('#dialog1').dialog({
					autoOpen: false,
					width: 543,
					height: 202.5,
					resizable: false,
					modal: true,
					position: 'center'
				});
				
				$('#dialog2').dialog({
					autoOpen: false,
					width: 543,
					height: 202.5,
					resizable: false,
					modal: true,
					position: 'center'
				});
				
				$('#dialog3').dialog({
					autoOpen: false,
					width: 543,
					height: 202.5,
					resizable: false,
					modal: true,
					position: 'center'
				});
				
				$('#dialog4').dialog({
					autoOpen: false,
					width: 543,
					height: 202.5,
					resizable: false,
					modal: true,
					position: 'center'
				});
				
				$('#dialog5').dialog({
					autoOpen: false,
					width: 543,
					height: 202.5,
					resizable: false,
					modal: true,
					position: 'center'
				});
				
				$('#testimonial1').click(function(){
					$('#dialog1').dialog('open');
					return false;				
				});
				
				$('#testimonial2').click(function(){
					$('#dialog2').dialog('open');
					return false;				
				});
				
				$('#testimonial3').click(function(){
					$('#dialog3').dialog('open');
					return false;				
				});
				
				$('#testimonial4').click(function(){
					$('#dialog4').dialog('open');
					return false;				
				});	
				
				$('#testimonial5').click(function(){
					$('#dialog5').dialog('open');
					return false;				
				});						
});
