// JavaScript Document
function Picture(path, link)
{
	this.link = link;
	this.path = path;
}
var pictures = new Array();
pictures.push(new Picture("images/image-1.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-2.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-3.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-4.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-5.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-6.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-7.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-8.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-9.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-10.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-11.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-12.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-13.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-14.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-15.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-16.png", "http://www.byui.edu/automotive"));
pictures.push(new Picture("images/image-17.png", "http://www.byui.edu/automotive"));
