var randomlinks=new Array()

randomlinks[0]='<a href = "/solutions/access_control/" title = "Security Access Control"><img alt="How do I protect sensitive data from unauthorized user access?" src="/img/banner/access.jpg"/></a>'
randomlinks[1]='<a href = "/solutions/endpoint_security/data_loss_prevention/" title = "Data Loss Prevention"><img alt="How do I prevent sensitive data being removed from my corporate network?" src="/img/banner/dlp.jpg"/></a>'
randomlinks[2]='<a href = "/solutions/e-mail_web_content_management/" title = "Reduce spam"><img alt="How do I reduce spam?" src="/img/banner/email.jpg"></a>'
randomlinks[3]='<a href = "/solutions/perimeter_security/remote_access/" title = "Remote Access"><img alt="How do I give users secure access for working remotely?" src="/img/banner/remote.jpg"/></a>'
randomlinks[4]='<a href = "/services/managed_security_services/" title = "Managed Security Services"><img alt="Monitoring, Maintaining &amp; Managing your network infrastructure, 24x7" src="/img/banner/security.jpg"/></a>'
randomlinks[5]='<a href = "/services/" title = "Integrity Soutions Services"><img alt="Integrity Soutions Services" src="/img/banner/services.jpg"/></a>'

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)]
return(add)
}
