var r_text = new Array ();
r_text[0] = "We are passionate about helping our customers achieve their goals!";
r_text[1] = "We provide support to some of the biggest companies in the world!";
r_text[2] = "We are passionate about helping small and medium businesses grow!";
r_text[3] = "We provide design, strategy, management, and much more!";
r_text[4] = "From graphic design to multinational product launches; we do it all!";
r_text[5] = "We specialize in one thing: everything!";
r_text[6] = "We love our clients and partners!";
r_text[7] = "We have some of the most qualified experts working for you!";
r_text[8] = "Our commitment is to your brand!";
r_text[9] = "We have a team of award winning graphic and web designers!";
r_text[10] = "We are your strategic partners for growth!";
var i = Math.floor(11*Math.random())

document.write(r_text[i]);

