<!--
var n1, n2, n3, n4, n5, n6;
n1 = "<strong>01 October 2005:</strong> Latest research shows Production Directors turning to new technology";
n2 = "<strong>17 October 2005:</strong> PivotWare releases case study on Collins &amp; Aikman Genk implementation";
n3 = "<strong>01 December 2005:</strong> Distributed I/O extends the boundaries using Phoenix Contact";
n4 = "<strong>20 January 2006:</strong> Distributed I/O solution implemented at quality based OEM";
n5 = "<strong>01 December 2007:</strong> New premises in Bretby, Burton put Pivotware on the map";
n6 = ""

//This is the news to be displayed, set the link and the text. If you don't wan't it to link anywhere
//use a # as the link
nNews=new Array()
// These are the arrays that hold the news. To add more create more arrays
nNews[0]=new Array()
nNews[0]["text"]=n1;
nNews[0]["link"]="../news/n20051001.asp"

nNews[1]=new Array()
nNews[1]["text"]=n2;
nNews[1]["link"]="../news/n20051017.asp"

nNews[2]=new Array()
nNews[2]["text"]=n3;
nNews[2]["link"]="../news/n20051201.asp"

nNews[3]=new Array()
nNews[3]["text"]=n4;
nNews[3]["link"]="../news/n20060120.asp"

nNews[4]=new Array()
nNews[4]["text"]=n5;
nNews[4]["link"]="../news/n20071201.asp"

//nNews[5]=new Array()
//nNews[5]["text"]=n6;
//nNews[5]["link"]="news/n20071201.asp"

//-->
