function imagex(){
images = new Array(8);
images[0] = "Quote, Order and Pay Securely Online through 128bit Encrypted Servers";
images[1] = "Buying a Ready built Kitchen will save you time and money";
images[2] = "Quality Kitchens @ Internet Prices";
images[3] = "Buying a Ready built Kitchen will save you time and money";
images[4] = "Quality Bathroom Furniture Now Available";
images[5] = "Quality Kitchens @ Internet Prices";
images[6] = "Buying a Ready built Kitchen will save you time and money";
images[7] = "Quality Kitchens @ Internet Prices";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
