
<!-- Begin
// Set up the image files to be used.
var PortSEImage = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

PortSEImage[0] = 'port_3.jpg'
PortSEImage[1] = 'port_11.jpg'
PortSEImage[2] = 'port_13.jpg'
PortSEImage[3] = 'port_14.jpg'
PortSEImage[4] = 'port_16.jpg'


var portSEIndex = Math.round(Math.random()*(PortSEImage.length-1));
function showPortSEImage(){
document.write('<img src="images/'+PortSEImage[portSEIndex]+'" width="278" height="219">');
}

//  End -->


<!-- Begin
// Set up the image files to be used.
var DegreeImage = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

DegreeImage[0] = 'degree-power-img-01.jpg'
DegreeImage[1] = 'degree-power-img-02.jpg'
DegreeImage[2] = 'degree-power-img-03.jpg'
DegreeImage[3] = 'degree-power-img-04.jpg'
DegreeImage[4] = 'degree-power-img-05.jpg'



var DegreeIndex = Math.round(Math.random()*(DegreeImage.length-1));
function showDegreeImage(){
document.write('<img src="images/'+DegreeImage[DegreeIndex]+'" width="278" height="134">');
}

//  End -->
<!-- Begin
// Set up the image files to be used.
var PortSBImage = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

PortSBImage[0] = 'port_2.jpg'
PortSBImage[1] = 'port_6.jpg'
PortSBImage[2] = 'port_7.jpg'
PortSBImage[3] = 'port_15.jpg'



var portSBIndex = Math.round(Math.random()*(PortSBImage.length-1));
function showPortSBImage(){
document.write('<img src="images/'+PortSBImage[portSBIndex]+'" width="278" height="219">');
}

//  End -->
<!-- Begin
// Set up the image files to be used.
var Port10Image = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

Port10Image[0] = 'port_1.jpg'
Port10Image[1] = 'port_3.jpg'
Port10Image[2] = 'port_5.jpg'
Port10Image[3] = 'port_8.jpg'
Port10Image[4] = 'port_9.jpg'
Port10Image[5] = 'port_10.jpg'
Port10Image[6] = 'port_12.jpg'


var port10Index = Math.round(Math.random()*(Port10Image.length-1));
function showPort10Image(){
document.write('<img src="images/'+Port10Image[port10Index]+'" width="262" height="222" style="margin-top:16px;">');
}

//  End -->
