

/*------------testimonials.js----------*/

reg.postSetup(function() {
	// popups
	$('a[href$="/pop-video"]').fancybox({
		'overlayShow':true,
		'frameWidth':380,
		'frameHeight':280
	});
});
