<!--
scrollit(100);

function scrollit(seed) {
var m1  = "All contents of this page such as logos, graphics, data, mission statements and others,are all properties of Soman Global Technologies  all its suppliers / affiliates and ..., are protected by Nigeria and International Copyright laws.   ";
var m2  = " Powered by SGT. www.somanglobaltechnologies.com.    ...enjoy the capable hands of  SGT in IT,Telecoms,engineering, result-based Project management skill, streaming technology, web/multimedia hosting, wired/wireless network solutions, equipments procurement, installations and consultancy service.  ";
var m3  = " here's Sgt clientele:   ...Power Computers and Communications, Ibadan.,  ...Skyrace international freight forwarders , ikeja, Lagos.,  ...Field realese swedish bitters, 12 commercial road , ring road Ibadan.,  ... John Orwell Medicals, Ikeja Lagos., ...prophecy to the world ministry,98 akowonjo,Egbeda.Lagos   ";
var m4  = " Soman global technologies provides technology extensions,and ready to work with you,  ";
var m5  = " SGT is number 1 ";
var msg=m1+m2+m3+m4+m5;
var out = " ";
var c   = 1;
if (seed > 100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
      }
   }
}
// End -->