<!-- // original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com
//                         Images                                  -->

var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}
link = new initArray(


);


image = new initArray(
"images/property83.jpg",
"images/property84.jpg",
"images/property85.jpg",
"images/property86.jpg",
"images/propertyp.jpg",
"images/propertyp01.jpg",
"images/propertyp02.jpg",
"images/propertyp03.jpg",
"images/propertyp16.jpg",
"images/propertyp18.jpg",
"images/propertyp04.jpg"
);

text = new initArray(
"Port St. Charles docks",
"Port St. Charles bridge",
"Schooner Bay houses",
"Interior of Port St. Charles",
"Grantley Adams Int. Airport",
"Royal Bank of Canada",
"Royal Bank of Canada",
"Old Spirit Bank",
"Julie'N",
"Grantley Adams Int. Airport",
"Julie'N Supermarket"
);

height = new initArray(
"95",
"95",
"95",
"95",
"95",
"95",
"95",
"95",
"95",
"95",
"95"
);

width = new initArray(
"186",
"186",
"186",
"186",
"186",
"186",
"186",
"186",
"186",
"186",
"186"
);



var currentdate = new Date();
var core = currentdate.getSeconds() % text.length;
var imgheight  = height[core];
var imgwidth  = width[core];
var ranlink  = link[core];
var rantext  = text[core];
var ranimage = image[core];

document.write('<img src=\"' +ranimage+ '\" align="center" hspace="0" border="0" height=\"'+imgheight+'\" width=\"'+imgwidth+'\" alt=\"'+rantext+'\"></a>');








