﻿	
	
	pict = "";
	alt = "";
	
	randomNum = Math.floor(Math.random() * 16) + 1;
	switch (randomNum)
	{
		case 1:
	        pict = "/images/smcabledrop.jpg";
	        alt = "Cable Drop";
	        break;
	    case 2:
	        pict= "/images/smhorsebackriding.jpg";
	        alt = "Horseback Riding";
	        break;
	    case 3:
	        pict= "/images/smwhitewaterrafting.jpg";
	        alt = "White Water Rafting";
	        break;
	    case 4:
	        pict= "/images/smrepelling.jpg";
	        alt = "Repelling";
	        break;
	    case 5:
	        pict= "/images/smrockclimbing.jpg";
	        alt = "Rock Climbing";
	        break;
	    case 6:
	        pict= "/images/smrockclimbingwall.jpg";
	        alt = "Rock Climbing Wall";
	        break;
	    case 7:
	        pict= "/images/smtightrope.jpg";
	        alt = "Tightrope";
	        break;
	    case 8:
	        pict= "/images/smtreecutting.jpg";
	        alt = "Tree Cutting";
	        break;
	    case 9:
	    	pict= "/images/smcarwashing.jpg";
	    	alt = "Car Washing";
	    	break;
	    case 10:
	    	pict= "/images/smcomputerinstruction.jpg";
	    	alt = "Computer Instruction";
	    	break;
	    case 11:
	    	pict= "/images/smcooking.jpg";
	    	alt = "Cooking";
	    	break;
	    case 12:
	    	pict= "/images/smcrosswalk.jpg";
	    	alt = "Crosswalk";
	    	break;
	    case 13:
	    	pict= "/images/smfindingspices.jpg";
	    	alt = "Finding Spices";
	    	break;
	    case 14:
	    	pict= "/images/smreadingbraille.jpg";
	    	alt = "Reading Braille";
	    	break;
	    case 15:
	    	pict= "/images/smwoodshop.jpg";
	    	alt = "Wood Shop";
	    	break;
	    case 16:
	    	pict= "/images/smperkinsbrailler.jpg";
	    	alt = "Perkins Brailler";
	    	break;
	    default:
	        pict= "/images/smtreecutting.jpg";
	        alt = "Tree Cutting";
	        break;
    }
