<!--
var r_text = new Array ();
r_text[0] = "smart information";
r_text[1] = "smart decisions";
r_text[2] = "smart efficiency";
r_text[3] = "smart development";
r_text[4] = "smart business";

var i = Math.round(4*Math.random());
document.write(r_text[i]);
//-->