All Of Our Office's Reviews

Below is a list of all of our office's reviews that we've received throughout the years! 

 

'; } else { var ifhtml = '
\
' } this.find(".play-youtube").bind('click', function ($) { jQuery(this).css("cursor", "progress"); jQuery(this).parent().replaceWith(ifhtml); }); }; $.fn.getYouTubeID = function (youEmbed) { var regExp = /.*(?:youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=)([^#\&\?]*).*/; var match = youEmbed.match(regExp); if (match && match[1].length >= 10){ return match[1]; } else { console.log('Failed Parse'); } }; }(window.jQuery||window.$)); jQuery(function () { jQuery("div.youtubeembed, div.youtubeembed-v2").each(function (index) { var youID = jQuery(this).getYouTubeID(jQuery(this).data('embed')); var width = 0; var height = 0; if (jQuery(this).data('width')) { width = jQuery(this).data('width'); } if (jQuery(this).data('height')) { height = jQuery(this).data('height'); } jQuery(this).embedyt(youID, width, height); }); });