images = new Array(3);images[0] = "<a href = 'icon_1.html'><img border='0' src='images/featured-001.gif' alt='Iconography for Curriculum' width='165' height='140' vspace='8'></a>";images[1] = "<a href = 'http://www.creativecanines.com' target='_blank'><img border='0' src='images/featured-002.gif' alt='Are you an animal lover? Visit CreativeCanines.com' width='165' height='140' vspace='8'></a>";images[2] = "<a href = 'http://www.vincentfineart.com' target='_blank'><img border='0' src='images/featured-003.gif' alt='Are you a nature lover? Visit VincentFineArt.com' width='165' height='140' vspace='8'></a>";index = Math.floor(Math.random() * images.length);document.write(images[index]);