myLine = new Array( );

myLine[0]= '<a href="training.asp">Options for training individuals or groups.'

myLine[1]= '<A href="consulting.asp">Process and work flow strategy and analysis '

myLine[2]= '<A href="consulting.asp">Help in developing lean and agile manufacturing strategies'

myLine[3]= '<A href="consulting.asp">Help in developing value-added productivity analysis '

myLine[4]= '<A href="consulting.asp">Access to engineering and manufacturing expertise'

myLine[5]= '<A href="consulting.asp">Making informed decisions on new investments'

myLine[6]= '<A href="design.asp">Supporting your mechanical engineering design requirements'

myLine[7]= '<A href="consulting.asp">Leverage your existing investments in process, people, equipment, and technology '

myLine[8]= '<A href="design.asp">Modeling, design, detailing, and Prototype development'

myLine[9]= '<A href="design.asp">Transforming industrial design sketches into functional assemblies'

myLine[10]= '<A href="design.asp">Let us help you in equipment installation and commissioning '

myLine[11]= '<A href="design.asp">We offer complete design programs '

myLine[12]= '<A href="machining.asp">We offer complete machining and Rapid Prototyping Services'

myLine[13]= '<A href="hardware.asp">Component and design solutions-based Manufacturers\' Representative'

myLine[14]= '<A href="hardware.asp">Delivering realistic, timely and cost-effective ideas and information'

myLine[15]= '<A href="cad-cam-cae.asp">Partnerships with the recognized software industry leaders'

myLine[16]= '<A href="software.asp">Solutions covering the entire design, development and manufacturing spectrum'

myLine[17]= '<A href="software.asp">A scaleable, total-solution approach that will accommodate growth'

myLine[18]= '<A href="pdm-plm.asp">Scaleable PDM and PLM solutions address all your data management issues'

//myLine[9]= ''




var n = myLine.length
var rnumb = "";


//  NORMAL MODE BEGIN ************************************

rnumb += Math.floor(Math.random()*n);	  // NORML MODE
document.write(myLine[rnumb] + "&nbsp;<span class=\"menuItemArrow\">&#9654;</span></a>" );   // NORMAL MODE

// NORMAL MODE END	**************************************

