// Home Page Random Slogan
var random_slogan = new Array ();
random_slogan[0] = "Information security is not an IT problem, it is a business issue.";
random_slogan[1] = "Do you have a sense of security about your network?";
random_slogan[2] = "Network security is complex. Who do you trust with yours?";
random_slogan[3] = "Just how secure is your network?";
random_slogan[4] = "Are your security measures inadequate? Waiting for your number to come up is only a matter of time.";
random_slogan[5] = "Have your security measures kept pace with current threats? Upgrade them before it's too late.";
var i = Math.floor(random_slogan.length*Math.random())
