<!--
var r_text = new Array ();
r_text[0] = "Are you ready to take your network to the next level?";
r_text[1] = "Are you looking for a competent and proven company that will fit their team to your business needs?";
r_text[2] = "Are you interested in reasonably priced advice, on-site service or telephone support when you are in a crisis?";
r_text[3] = "Are you looking for flexible engagement options which allow for emergency response and after hours support?";
r_text[4] = "Are you looking for a company that will manage your information with integrity and in confidence?";
var i = Math.floor(5*Math.random())
document.write(r_text[i]);
//-->
