//---------------------------------------------------------------------------
//  Functions for Enterprises random testimonials.
//---------------------------------------------------------------------------
var Testimonial = new Array(2);
var core = Testimonial.length;

//Testimonial[] = new Array('','','','');

//---------------------------------------------------------------------------
//  Enterprises.
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
//  C2.
//---------------------------------------------------------------------------
//  Intentionally recreating an existing index.  This is a shared 
//  testimonial.
Testimonial[0] = new Array('We would like all our software vendors to use SecureLink & we are going to encourage them to do so.','Jack Hennessy','Project Manager','Community General Hospital of Syracuse');
//  This is a C3 quote but goes in for C2s as well.
Testimonial[1] = new Array('Before SecureLink, we had 60 vendors crawling all over our network without accountability.','Kay Warner','Security Officer','Medical Center Hospital');

//---------------------------------------------------------------------------
//  C3.
//---------------------------------------------------------------------------
//  Intentionally recreating an existing index.  This is a shared 
//  testimonial.
Testimonial[1] = new Array('Before SecureLink, we had 60 vendors crawling all over our network without accountability.','Kay Warner','Security Officer','Medical Center Hospital');


