// Random News
// Written by artsfaculty.com 10 Dec 2004

var text = new Array(6) 
text[0] = "<p><strong>Freight Forwarding Companies</strong></p><p>KM Express (S) Pte Ltd, together with our worldwide associates, provide professional, efficient and effective total logistic service with full integration to suit your needs. We offer a single source solution to manage your global business reach.</p>"
 
text[1] = "<p><strong>Automotive Companies</strong></p><p>Huper Optik International Pte Ltd, was established since 1997 ushering the window film industry into a new era with the world’s first and only nano-ceramic solar control films for applications in the architectural, automotive as well as marine markets.</p>" 

text[2] = "<p><strong>Engineering Companies</strong></p><p>Frontken Corporation Berhad is a premier group of companies specialized in Advanced Surface Metamorphosis Technology and its complementary Engineering Services.Our core expertise are in application of Thermal Spray Coatings & optimizing of coatings quality for specific industrial applications by manipulation of material microstructures and surface properties. We possess the knowledge & technology to allow deposition of virtually any materials, such as metals, ceramics, cermets, polymers, composites or graded materials onto your components.</p>"
 
text[3] = "<p><strong>Consultancy Companies</strong></p><p>axxact identified that organizations generally based the market entry strategies and analysis of competition on organizational experiences, knowledge and assumptions – axxact contribute with an additional element assisting strategy formulation by providing statistical and mathematical analysis of for example your market position, based on data set provided or investigated by axxact’s team of researchers.</p>" 

text[4] = "<p><strong>Education Companies</strong></p><p>Approved by the Ministry of Education in Singapore, the Centre offers quality education programmes that are relevant to the industry and the global economy. We have tied up with several overseas institutions that are renowned for their specialist courses.</p>" 

text[5] = "<p><strong>IT Companies</strong></p><p>Crown Systems (S) Pte Ltd is the leading solution providers focusing on the delivery of quality and cost-effective project management solutions. Our core competencies include project management consulting, package implementation and systems integration. We are the only authorized distributor, reseller and training center for Primavera in Singapore, Brunei, Indonesia, Philippines and Vietnam.</p>" 

var img = new Array(6) 
img[0] = "images/kmhmsm.jpg" 
img[1] = "images/huhomesmall.jpg" 
img[2] = "images/frhmsm.jpg" 
img[3] = "images/axchmsm.jpg" 
img[4] = "images/carhmsm.jpg" 
img[5] = "images/cshmsm.jpg" 

var links = new Array(6) 
links[0] = "freight.htm" 
links[1] = "automobile.htm" 
links[2] = "engineering.htm" 
links[3] = "consultancyfirm.htm" 
links[4] = "education.htm" 
links[5] = "it.htm" 

var a = Math.round(Math.random()*5) 
var desc = "<table width=\"400\" height=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td valign=\"top\" align=\"left\" width=\"179\"><a href=\""+links[a]+"\"><img class=\"prod\" src=\""+img[a]+"\" width=\"150\" border=0><br><br> >>Click here to see more.</a></td><td valign=\"top\ width=\302\>\""+text[a]+"\</td></tr></table>";  
document.writeln(desc);