
<!-- Hide this script from old browsers --

var imagenumber = 12;

var randomnumber = Math.random() ;

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array

images[1] = '<img SRC="images/index/believe1.gif" width=627 height=54>'

images[2] = '<img SRC="images/index/believe2.gif" width=627 height=54>'

images[3] = '<img SRC="images/index/believe3.gif" width=627 height=54>'

images[4] = '<img SRC="images/index/believe4.gif" width=627 height=54>'

images[5] = '<img SRC="images/index/believe5.gif" width=627 height=54>'

images[6] = '<img SRC="images/index/believe6.gif" width=627 height=54>'

images[7] = '<img SRC="images/index/believe7.gif" width=627 height=54>'

images[8] = '<img SRC="images/index/believe8.gif" width=627 height=54>'

images[9] = '<img SRC="images/index/believe9.gif" width=627 height=54>'

images[10] = '<img SRC="images/index/believe10.gif" width=627 height=54>'

images[11] = '<img SRC="images/index/believe11.gif" width=627 height=54>'

images[12] = '<img SRC="images/index/believe12.gif" width=627 height=54>'

var image = images[rand1]

// -- End Hiding Here -->

<!-- Hide this script from old browsers --

var bannernumber = 11;

var randomnumber = Math.random() ;

var rand1 = Math.round( (bannernumber-1) * randomnumber) + 1 ;

banners = new Array

banners[1] = '<img SRC="images/index/banner1.jpg" width=932 height=200>'

banners[2] = '<img SRC="images/index/banner2.jpg" width=932 height=200>'

banners[3] = '<img SRC="images/index/banner3.jpg" width=932 height=200>'

banners[4] = '<img SRC="images/index/banner4.jpg" width=932 height=200>'

banners[5] = '<img SRC="images/index/banner5.jpg" width=932 height=200>'

banners[6] = '<img SRC="images/index/banner6.jpg" width=932 height=200>'

banners[7] = '<img SRC="images/index/banner7.jpg" width=932 height=200>'

banners[8] = '<img SRC="images/index/banner8.jpg" width=932 height=200>'

banners[9] = '<img SRC="images/index/banner9.jpg" width=932 height=200>'

banners[10] = '<img SRC="images/index/banner10.jpg" width=932 height=200>'

banners[11] = '<img SRC="images/index/banner11.jpg" width=932 height=200>'

var banner = banners[rand1]

// -- End Hiding Here -->

<!-- Hide this script from old browsers --

var careernumber = 7;

var randomnumber = Math.random() ;

var rand1 = Math.round( (careernumber-1) * randomnumber) + 1 ;

careers = new Array

careers[1] = '<img SRC="images/index/careers1.jpg" width=276 height=225 border=0>'

careers[2] = '<img SRC="images/index/careers2.jpg" width=276 height=225 border=0>'

careers[3] = '<img SRC="images/index/careers3.jpg" width=276 height=225 border=0>'

careers[4] = '<img SRC="images/index/careers4.jpg" width=276 height=225 border=0>'

careers[5] = '<img SRC="images/index/careers5.jpg" width=276 height=225 border=0>'

careers[6] = '<img SRC="images/index/careers6.jpg" width=276 height=225 border=0>'

careers[7] = '<img SRC="images/index/careers7.jpg" width=276 height=225 border=0>'

var career = careers[rand1]

// -- End Hiding Here -->

<!-- //Hide the script from browsers with JS disabled.

function openWindow(url, name, width, height) {mywin = window.open(url, name, 'width=' + width + ',height=' + height + ',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1')}

// End -->

<!-- Begin
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}
//  End -->
