images = new Array();
images[0] = "<a href='http://www.countyweddingmagazines.com/subscribe.cfm' target='_blank'><img src='http://www.countyweddingmagazines.com/image_upload/banners/CWM_subscribe.gif' alt='Subscribe for just £15!' border='0' width='468' height='60'></a>"

images[1] = "<a href='http://www.clevehotel.com' target='_blank'><img src='http://www.countyweddingmagazines.com/image_upload/banners/CleveHotel_YBSW.gif' alt='Cleve Hotel and Country Club' border='0' width='468' height='60'></a>"

/*
images[2] = "<a href='http://www.janechmiel.co.uk' target='_blank'><img src='http://www.countyweddingmagazines.com/image_upload/banners/janechmiel_YBSW.gif' alt='Jane Chmiel' border='0' width='468' height='60'></a>"
*/


function RandElement(IList)
{
    return(IList[Math.round(Math.random()*(IList.length-1))]);
}
