<!--
var r_text = new Array ();
r_text[0] = "Offered high-level solutions on time to effect a global launch for a data storage company";
r_text[1] = "Retail manufacturer achieves 200% spike in online sales";
var i = Math.floor(2*Math.random())

var s_text = new Array ();
s_text[0] = "Provided higher scalability for a data storage <br/> company";
s_text[1] = "Helped the floral company register a 100% online sales within the first six months of operations";
var j = Math.floor(2*Math.random())

var t_text = new Array ();
t_text[0] = "Ensured a 100% error free transaction of encrypted keys for a documentation company";
t_text[1] = "Helped the floral company register a 100% online sales within the first six months of operations";
var k = Math.floor(2*Math.random())

var u_text = new Array ();
u_text[0] = "Helped achieve 200% rise in affordable system configurations for a leading data storage company";
u_text[1] = "Offered high-level solutions on time to effect a global launch for a data storage company";
var l = Math.floor(2*Math.random())

//-->

function changeHeader()
{
var Header=new Array("testimonial-container1", "testimonial-container2","testimonial-container3","testimonial-container4","testimonial-container5","testimonial-container6","testimonial-container7","testimonial-container8","testimonial-container9","testimonial-container10","testimonial-container11");

var l = Header.length;

var rnd_no = Math.floor(l*Math.random());

document.getElementById(Header[rnd_no]).style.display="block";
}