﻿
images = new Array(3);
images[0] = '<img src="http://www.tnyouthconnections.net/images/banner_youth.jpg">';
images[1] = '<img src="http://www.tnyouthconnections.net/images/banner_youth2.jpg">';
images[2] = '<img src="http://www.tnyouthconnections.net/images/banner_youth3.jpg">';
images[3] = '<img src="http://www.tnyouthconnections.net/images/banner_youth5.jpg">';
images[4] = '<img src="http://www.tnyouthconnections.net/images/banner_youth7.jpg">';
images[5] = '<img src="http://www.tnyouthconnections.net/images/banner_youth8.jpg">';
images[6] = '<img src="http://www.tnyouthconnections.net/images/banner_youth9.jpg">';
images[7] = '<img src="http://www.tnyouthconnections.net/images/banner_youth11.jpg">';
images[8] = '<img src="http://www.tnyouthconnections.net/images/banner_youth4.jpg">';
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
