<!-- // 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/propertyp05.jpg",
"images/propertyp06.jpg",
"images/propertyp07.jpg",
"images/propertyp10.jpg",
"images/propertyp11.jpg",
"images/propertyp12.jpg",
"images/propertyp13.jpg",
"images/propertyp14.jpg",
"images/propertyp15.jpg",
"images/property82.jpg"
);

text = new initArray(
"Barbados National Bank",
"Central Bank of Barbados",
"Central Bank of Barbados",
"Forensic Laboratory",
"Forensic Laboratory",
"Chelston Park Office Development",
"Chelston Park",
"Chelston Park",
"Julie'N Supermarket",
"Port St. Charles"
);

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

width = new initArray(
"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="right" hspace="0" border="0" height=\"'+imgheight+'\" width=\"'+imgwidth+'\" alt=\"'+rantext+'\"></a>');








