﻿$(document).ready(function() {
  InitTestimonials();
 });
 
 function InitTestimonials(){
 
     LoadTestimonials("Default",100);
 }