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.forevermemories.co.uk/' target='_blank'><img src='http://www.countyweddingmagazines.com/image_upload/banners/ForeverMemories_YWMW.gif' alt='Forever Memories' border='0' width='468' height='60'></a>"
/*images[1] = "<a href='http://www.weddingbellesbridal.co.uk/' target='_blank'><img src='http://www.countyweddingmagazines.com/image_upload/banners/WeddingBelles_YWMW7.gif' alt='Wedding Belles of Four Oaks' border='0' width='468' height='60'></a>"*/


function RandElement(IList)
{
    return(IList[Math.round(Math.random()*(IList.length-1))]);
}
