<!-- Begin
var maxFeatureNo = 16
var featureNo
var myFeature = new Array()

myFeature[0] = '<img src="/administration/president/images/features/001.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[1] = '<img src="/administration/president/images/features/002.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[2] = '<img src="/administration/president/images/features/003.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[3] = '<img src="/administration/president/images/features/004.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[4] = '<img src="/administration/president/images/features/005.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[5] = '<img src="/administration/president/images/features/006.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[6] = '<img src="/administration/president/images/features/007.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[7] = '<img src="/administration/president/images/features/008.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[8] = '<img src="/administration/president/images/features/009.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[9] = '<img src="/administration/president/images/features/010.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[10] = '<img src="/administration/president/images/features/011.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[11] = '<img src="/administration/president/images/features/012.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[12] = '<img src="/administration/president/images/features/013.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[13] = '<img src="/administration/president/images/features/014.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[14] = '<img src="/administration/president/images/features/015.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[15] = '<img src="/administration/president/images/features/016.jpg" width="688" height="239" alt="President Barker" border="0">'

myFeature[16] = '<img src="/administration/president/images/features/017.jpg" width="688" height="239" alt="President Barker" border="0">'


// End -->

featureNo = Math.round(Math.random() * maxFeatureNo)
document.write(myFeature[featureNo])