// JavaScript Document

<!-- Begin
// MAIN PAGES BANNER ROTATE
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '_images/global/header_banner/banner01.jpg'
theImages[1] = '_images/global/header_banner/banner02.jpg'
theImages[2] = '_images/global/header_banner/banner03.jpg'
theImages[3] = '_images/global/header_banner/banner04.jpg'
theImages[4] = '_images/global/header_banner/banner05.jpg'
theImages[5] = '_images/global/header_banner/banner06.jpg'
theImages[6] = '_images/global/header_banner/banner07.jpg'
theImages[7] = '_images/global/header_banner/banner08.jpg'
theImages[8] = '_images/global/header_banner/banner09.jpg'
theImages[9] = '_images/global/header_banner/banner10.jpg'
theImages[10] = '_images/global/header_banner/banner11.jpg'
theImages[11] = '_images/global/header_banner/banner12.jpg'
theImages[12] = '_images/global/header_banner/banner13.jpg'
theImages[13] = '_images/global/header_banner/banner14.jpg'
theImages[14] = '_images/global/header_banner/banner15.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

//  End -->

<!-- Begin
// SUBPAGES BANNER ROTATE
// Set up the image files to be used.
var theImages2 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages2[0] = '../_images/global/header_banner/banner01.jpg'
theImages2[1] = '../_images/global/header_banner/banner02.jpg'
theImages2[2] = '../_images/global/header_banner/banner03.jpg'
theImages2[3] = '../_images/global/header_banner/banner04.jpg'
theImages2[4] = '../_images/global/header_banner/banner05.jpg'
theImages2[5] = '../_images/global/header_banner/banner06.jpg'
theImages2[6] = '../_images/global/header_banner/banner07.jpg'
theImages2[7] = '../_images/global/header_banner/banner08.jpg'
theImages2[8] = '../_images/global/header_banner/banner09.jpg'
theImages2[9] = '../_images/global/header_banner/banner10.jpg'
theImages2[10] = '../_images/global/header_banner/banner11.jpg'
theImages2[11] = '../_images/global/header_banner/banner12.jpg'
theImages2[12] = '../_images/global/header_banner/banner13.jpg'
theImages2[13] = '../_images/global/header_banner/banner14.jpg'
theImages2[14] = '../_images/global/header_banner/banner15.jpg'


// do not edit anything below this line

var j = 0
var p = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}

//  End -->

<!-- Begin
// INDEX.HTM BANNER ROTATE
// Set up the image files to be used.
var theImages3 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages3[0] = 'lib/_images/global/header_banner/banner01.jpg'
theImages3[1] = 'lib/_images/global/header_banner/banner02.jpg'
theImages3[2] = 'lib/_images/global/header_banner/banner03.jpg'
theImages3[3] = 'lib/_images/global/header_banner/banner04.jpg'
theImages3[4] = 'lib/_images/global/header_banner/banner05.jpg'
theImages3[5] = 'lib/_images/global/header_banner/banner06.jpg'
theImages3[6] = 'lib/_images/global/header_banner/banner07.jpg'
theImages3[7] = 'lib/_images/global/header_banner/banner08.jpg'
theImages3[8] = 'lib/_images/global/header_banner/banner09.jpg'
theImages3[9] = 'lib/_images/global/header_banner/banner10.jpg'
theImages3[10] = 'lib/_images/global/header_banner/banner11.jpg'
theImages3[11] = 'lib/_images/global/header_banner/banner12.jpg'
theImages3[12] = 'lib/_images/global/header_banner/banner13.jpg'
theImages3[13] = 'lib/_images/global/header_banner/banner14.jpg'
theImages3[14] = 'lib/_images/global/header_banner/banner15.jpg'

// do not edit anything below this line

var j = 0
var p = theImages3.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages3[i]
}
var whichImage3 = Math.round(Math.random()*(p-1));
function showImage3(){
document.write('<img src="'+theImages3[whichImage3]+'">');
}

//  End -->


<!--EMPLOYER & EMPLOYEE PAGES-->
<!-- Begin
// INDEX.HTM BANNER ROTATE
// Set up the image files to be used.
var theImages4 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages4[0] = '../lib/_images/global/header_banner/banner01.jpg'
theImages4[1] = '../lib/_images/global/header_banner/banner02.jpg'
theImages4[2] = '../lib/_images/global/header_banner/banner03.jpg'
theImages4[3] = '../lib/_images/global/header_banner/banner04.jpg'
theImages4[4] = '../lib/_images/global/header_banner/banner05.jpg'
theImages4[5] = '../lib/_images/global/header_banner/banner06.jpg'
theImages4[6] = '../lib/_images/global/header_banner/banner07.jpg'
theImages4[7] = '../lib/_images/global/header_banner/banner08.jpg'
theImages4[8] = '../lib/_images/global/header_banner/banner09.jpg'
theImages4[9] = '../lib/_images/global/header_banner/banner10.jpg'
theImages4[10] = '../lib/_images/global/header_banner/banner11.jpg'
theImages4[11] = '../lib/_images/global/header_banner/banner12.jpg'
theImages4[12] = '../lib/_images/global/header_banner/banner13.jpg'
theImages4[13] = '../lib/_images/global/header_banner/banner14.jpg'
theImages4[14] = '../lib/_images/global/header_banner/banner15.jpg'

// do not edit anything below this line

var j = 0
var p = theImages4.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages4[i]
}
var whichImage4 = Math.round(Math.random()*(p-1));
function showImage4(){
document.write('<img src="'+theImages4[whichImage4]+'">');
}

//  End -->

<!--VENDOR INQUIRIES-->
<!-- Begin
// Set up the image files to be used.
var theImages5 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages5[0] = '../lib/_images/global/header_banner/banner01.jpg'
theImages5[1] = '../lib/_images/global/header_banner/banner02.jpg'
theImages5[2] = '../lib/_images/global/header_banner/banner03.jpg'
theImages5[3] = '../lib/_images/global/header_banner/banner04.jpg'
theImages5[4] = '../lib/_images/global/header_banner/banner05.jpg'
theImages5[5] = '../lib/_images/global/header_banner/banner06.jpg'
theImages5[6] = '../lib/_images/global/header_banner/banner07.jpg'
theImages5[7] = '../lib/_images/global/header_banner/banner08.jpg'
theImages5[8] = '../lib/_images/global/header_banner/banner09.jpg'
theImages5[9] = '../lib/_images/global/header_banner/banner10.jpg'
theImages5[10] = '../lib/_images/global/header_banner/banner11.jpg'
theImages5[11] = '../lib/_images/global/header_banner/banner12.jpg'
theImages5[12] = '../lib/_images/global/header_banner/banner13.jpg'
theImages5[13] = '../lib/_images/global/header_banner/banner14.jpg'
theImages5[14] = '../lib/_images/global/header_banner/banner15.jpg'

// do not edit anything below this line

var j = 0
var p = theImages5.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages5[i]
}
var whichImage5 = Math.round(Math.random()*(p-1));
function showImage5(){
document.write('<img src="'+theImages5[whichImage5]+'">');
}

//  End -->

//---------------------------------------------------------------------------------->

//NAVIGATION BANNER

// JavaScript Document

<!-- Begin
// MAIN PAGES NAV BANNER ROTATE
// Set up the image files to be used.
var theNavBanner = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner[0] = '_images/global/nav_banner/banner01.jpg'
theNavBanner[1] = '_images/global/nav_banner/banner02.jpg'
theNavBanner[2] = '_images/global/nav_banner/banner03.jpg'
theNavBanner[3] = '_images/global/nav_banner/banner04.jpg'
theNavBanner[4] = '_images/global/nav_banner/banner05.jpg'
theNavBanner[5] = '_images/global/nav_banner/banner06.jpg'
theNavBanner[6] = '_images/global/nav_banner/banner07.jpg'
theNavBanner[7] = '_images/global/nav_banner/banner08.jpg'
theNavBanner[8] = '_images/global/nav_banner/banner09.jpg'
theNavBanner[9] = '_images/global/nav_banner/banner10.jpg'
theNavBanner[10] = '_images/global/nav_banner/banner11.jpg'
theNavBanner[11] = '_images/global/nav_banner/banner12.jpg'
theNavBanner[12] = '_images/global/nav_banner/banner13.jpg'
theNavBanner[13] = '_images/global/nav_banner/banner14.jpg'
theNavBanner[14] = '_images/global/nav_banner/banner15.jpg'
theNavBanner[15] = '_images/global/nav_banner/banner16.jpg'
theNavBanner[16] = '_images/global/nav_banner/banner17.jpg'

// do not edit anything below this line

var j = 0
var p = theNavBanner.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner[i]
}
var whichNavBanner = Math.round(Math.random()*(p-1));
function showNavBanner(){
document.write('<img src="'+theNavBanner[whichNavBanner]+'">');
}

//  End -->

<!-- Begin
// SUBPAGES NAV BANNER ROTATE
// Set up the image files to be used.
var theNavBanner2 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner2[0] = '../_images/global/nav_banner/banner01.jpg'
theNavBanner2[1] = '../_images/global/nav_banner/banner02.jpg'
theNavBanner2[2] = '../_images/global/nav_banner/banner03.jpg'
theNavBanner2[3] = '../_images/global/nav_banner/banner04.jpg'
theNavBanner2[4] = '../_images/global/nav_banner/banner05.jpg'
theNavBanner2[5] = '../_images/global/nav_banner/banner06.jpg'
theNavBanner2[6] = '../_images/global/nav_banner/banner07.jpg'
theNavBanner2[7] = '../_images/global/nav_banner/banner08.jpg'
theNavBanner2[8] = '../_images/global/nav_banner/banner09.jpg'
theNavBanner2[9] = '../_images/global/nav_banner/banner10.jpg'
theNavBanner2[10] = '../_images/global/nav_banner/banner11.jpg'
theNavBanner2[11] = '../_images/global/nav_banner/banner12.jpg'
theNavBanner2[12] = '../_images/global/nav_banner/banner13.jpg'
theNavBanner2[13] = '../_images/global/nav_banner/banner14.jpg'
theNavBanner2[14] = '../_images/global/nav_banner/banner15.jpg'
theNavBanner2[15] = '../_images/global/nav_banner/banner16.jpg'
theNavBanner2[16] = '../_images/global/nav_banner/banner17.jpg'


// do not edit anything below this line

var j = 0
var p = theNavBanner2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner2[i]
}
var whichNavBanner2 = Math.round(Math.random()*(p-1));
function showNavBanner2(){
document.write('<img src="'+theNavBanner2[whichNavBanner2]+'">');
}

//  End -->

<!-- Begin
// INDEX.HTM NAV BANNER ROTATE
// Set up the image files to be used.
var theNavBanner3 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner3[0] = 'lib/_images/global/nav_banner/banner01.jpg'
theNavBanner3[1] = 'lib/_images/global/nav_banner/banner02.jpg'
theNavBanner3[2] = 'lib/_images/global/nav_banner/banner03.jpg'
theNavBanner3[3] = 'lib/_images/global/nav_banner/banner04.jpg'
theNavBanner3[4] = 'lib/_images/global/nav_banner/banner05.jpg'
theNavBanner3[5] = 'lib/_images/global/nav_banner/banner06.jpg'
theNavBanner3[6] = 'lib/_images/global/nav_banner/banner07.jpg'
theNavBanner3[7] = 'lib/_images/global/nav_banner/banner08.jpg'
theNavBanner3[8] = 'lib/_images/global/nav_banner/banner09.jpg'
theNavBanner3[9] = 'lib/_images/global/nav_banner/banner10.jpg'
theNavBanner3[10] = 'lib/_images/global/nav_banner/banner11.jpg'
theNavBanner3[11] = 'lib/_images/global/nav_banner/banner12.jpg'
theNavBanner3[12] = 'lib/_images/global/nav_banner/banner13.jpg'
theNavBanner3[13] = 'lib/_images/global/nav_banner/banner14.jpg'
theNavBanner3[14] = 'lib/_images/global/nav_banner/banner15.jpg'
theNavBanner3[15] = 'lib/_images/global/nav_banner/banner16.jpg'
theNavBanner3[16] = 'lib/_images/global/nav_banner/banner17.jpg'

// do not edit anything below this line

var j = 0
var p = theNavBanner3.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner3[i]
}
var whichNavBanner3 = Math.round(Math.random()*(p-1));
function showNavBanner3(){
document.write('<img src="'+theNavBanner3[whichNavBanner3]+'">');
}

//  End -->



<!-- Begin
// EMPLOYER & EMPLOYEE PAGES NAV BANNER
// Set up the image files to be used.
var theNavBanner4 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner4[0] = '../lib/_images/global/nav_banner/banner01.jpg'
theNavBanner4[1] = '../lib/_images/global/nav_banner/banner02.jpg'
theNavBanner4[2] = '../lib/_images/global/nav_banner/banner03.jpg'
theNavBanner4[3] = '../lib/_images/global/nav_banner/banner04.jpg'
theNavBanner4[4] = '../lib/_images/global/nav_banner/banner05.jpg'
theNavBanner4[5] = '../lib/_images/global/nav_banner/banner06.jpg'
theNavBanner4[6] = '../lib/_images/global/nav_banner/banner07.jpg'
theNavBanner4[7] = '../lib/_images/global/nav_banner/banner08.jpg'
theNavBanner4[8] = '../lib/_images/global/nav_banner/banner09.jpg'
theNavBanner4[9] = '../lib/_images/global/nav_banner/banner10.jpg'
theNavBanner4[10] = '../lib/_images/global/nav_banner/banner11.jpg'
theNavBanner4[11] = '../lib/_images/global/nav_banner/banner12.jpg'
theNavBanner4[12] = '../lib/_images/global/nav_banner/banner13.jpg'
theNavBanner4[13] = '../lib/_images/global/nav_banner/banner14.jpg'
theNavBanner4[14] = '../lib/_images/global/nav_banner/banner15.jpg'
theNavBanner4[15] = '../lib/_images/global/nav_banner/banner16.jpg'
theNavBanner4[16] = '../lib/_images/global/nav_banner/banner17.jpg'

// do not edit anything below this line

var j = 0
var p = theNavBanner4.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner4[i]
}
var whichNavBanner4 = Math.round(Math.random()*(p-1));
function showNavBanner4(){
document.write('<img src="'+theNavBanner4[whichNavBanner4]+'">');
}

//  End -->

<!-- Begin
// VENDOR INQUIRY PAGES NAV BANNER
// Set up the image files to be used.
var theNavBanner5 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner5[0] = '../lib/_images/global/nav_banner/banner01.jpg'
theNavBanner5[1] = '../lib/_images/global/nav_banner/banner02.jpg'
theNavBanner5[2] = '../lib/_images/global/nav_banner/banner03.jpg'
theNavBanner5[3] = '../lib/_images/global/nav_banner/banner04.jpg'
theNavBanner5[4] = '../lib/_images/global/nav_banner/banner05.jpg'
theNavBanner5[5] = '../lib/_images/global/nav_banner/banner06.jpg'
theNavBanner5[6] = '../lib/_images/global/nav_banner/banner07.jpg'
theNavBanner5[7] = '../lib/_images/global/nav_banner/banner08.jpg'
theNavBanner5[8] = '../lib/_images/global/nav_banner/banner09.jpg'
theNavBanner5[9] = '../lib/_images/global/nav_banner/banner10.jpg'
theNavBanner5[10] = '../lib/_images/global/nav_banner/banner11.jpg'
theNavBanner5[11] = '../lib/_images/global/nav_banner/banner12.jpg'
theNavBanner5[12] = '../lib/_images/global/nav_banner/banner13.jpg'
theNavBanner5[13] = '../lib/_images/global/nav_banner/banner14.jpg'
theNavBanner5[14] = '../lib/_images/global/nav_banner/banner15.jpg'
theNavBanner5[15] = '../lib/_images/global/nav_banner/banner16.jpg'
theNavBanner5[16] = '../lib/_images/global/nav_banner/banner17.jpg'

// do not edit anything below this line

var j = 0
var p = theNavBanner5.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner5[i]
}
var whichNavBanner5 = Math.round(Math.random()*(p-1));
function showNavBanner5(){
document.write('<img src="'+theNavBanner5[whichNavBanner5]+'">');
}

//  End -->

<!-- Begin
// VENDOR INQUIRY PAGES NAV BANNER
// Set up the image files to be used.
var theNavBanner6 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theNavBanner6[0] = '../../lib/_images/global/nav_banner/banner01.jpg'
theNavBanner6[1] = '../../lib/_images/global/nav_banner/banner02.jpg'
theNavBanner6[2] = '../../lib/_images/global/nav_banner/banner03.jpg'
theNavBanner6[3] = '../../lib/_images/global/nav_banner/banner04.jpg'
theNavBanner6[4] = '../../lib/_images/global/nav_banner/banner05.jpg'
theNavBanner6[5] = '../../lib/_images/global/nav_banner/banner06.jpg'
theNavBanner6[6] = '../../lib/_images/global/nav_banner/banner07.jpg'
theNavBanner6[7] = '../../lib/_images/global/nav_banner/banner08.jpg'
theNavBanner6[8] = '../../lib/_images/global/nav_banner/banner09.jpg'
theNavBanner6[9] = '../../lib/_images/global/nav_banner/banner10.jpg'
theNavBanner6[10] = '../../lib/_images/global/nav_banner/banner11.jpg'
theNavBanner6[11] = '../../lib/_images/global/nav_banner/banner12.jpg'
theNavBanner6[12] = '../../lib/_images/global/nav_banner/banner13.jpg'
theNavBanner6[13] = '../../lib/_images/global/nav_banner/banner14.jpg'
theNavBanner6[14] = '../../lib/_images/global/nav_banner/banner15.jpg'
theNavBanner6[15] = '../../lib/_images/global/nav_banner/banner16.jpg'
theNavBanner6[16] = '../../lib/_images/global/nav_banner/banner17.jpg'

// do not edit anything below this line

var j = 0
var p = theNavBanner6.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theNavBanner6[i]
}
var whichNavBanner6 = Math.round(Math.random()*(p-1));
function showNavBanner6(){
document.write('<img src="'+theNavBanner6[whichNavBanner6]+'">');
}

//  End -->