// JavaScript Document
//SAP services
var theImages = new Array() // do not change this

theImages[0] = 'Full life cycle implementations,Profit from your business strengths with our experienced core consulting skills.@<a href="service_full_life_cycle_implementations.htm"> more</a>' 
theImages[1] = 'Business Integration and SAP portal,Enabling businesses to face new and competitive challenges with the least risk.@<a href="service_business_integration_sap_portal.htm"> more</a>'
theImages[2] = 'Application management service,End-to-end system support backed by consistency&#8218; reliability and security.@<a href="service_application_management_service.htm"> more</a>'
theImages[3] = 'Application upgrade,Bringing you the speed and efficiency to match your business requirements anytime.@<a href="service_application_upgrade.htm"> more</a>'
theImages[4] = 'Corporate training,Experience counts... so get ready to train with the best in the industry.@<a href="service_corporate_training.htm"> more</a>'
theImages[5] = 'Staffing solutions,Solutions to ensure your business priorities are on the right track - anytime&#8218; anywhere.@<a href="service_staffing_solutions.htm"> more</a>'
var p = theImages.length;
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
return(theImages[whichImage]);
}

// Newsroom
var theImages1 = new Array() // do not change this
theImages1[0] = '<em>Troy&#8218; MI</em>&nbsp; | &nbsp;<em>November 27&#8218; 2007</em>,Governance&#8218; Risk&#8218; And Compliance (GRC) management essentials...'
theImages1[1] = '<em>Las Vegas</em>&nbsp; | &nbsp;<em>October 05&#8218; 2007</em>,Cogent IBS participates in SAP Tech-Ed.'
theImages1[2] = '<em>Troy&#8218; MI</em>&nbsp; | &nbsp;<em>September 15&#8218; 2007</em>,Cogent IBS rolls out its indigenously developed methodology'


var p1 = theImages1.length;
var whichImage1 = Math.round(Math.random()*(p1-1));

function showImage1(){
return(theImages1[whichImage1]);
}

// Client testimonials
var theImages2 = new Array() // do not change this
theImages2[0] = 'Customer satisfaction is where I would rate Cogent at the top.,<b>Business Lead&#8218;</b><br> A leading North American automotive manufacturer'
theImages2[1] = 'SAP BW and ABAP services from Cogent are much appreciated...,<b>SAP Dev. Manager&#8218;</b><br> A large multinational packaging company'
theImages2[2] = 'Cogent team&#8217;s dedication in meeting Delivery deadlines...,<b>ERP Manager&#8218;</b><br> A large North American manufacturing company'
theImages2[3] = 'Cogent team excelled in arriving at a well-optimized SAP-APO GATP...,<b>Manager&#8218;</b><br> A leading systems integrator'
theImages2[4] = 'Amazing to watch the ability to understand well and come out...,<b>SAP Global Manager&#8218;</b><br> A large manufacturing company'
theImages2[5] = 'Cogent team members helped us in the implementation...,<b>Business lead&#8218;</b><br> A large electronic component supplier'
theImages2[6] = 'I consider myself to have been blessed to have been able...,<b>Business lead to a Cogent consultant&#8218;</b><br> A large manufacturing company'


var p2 = theImages2.length;
var whichImage2 = Math.round(Math.random()*(p2-1));

function showImage2(){
return(theImages2[whichImage2]);
}
