// Begin Level One Random Image Javascript Include var quotes=new Array() //change the testimonials if desired. Add/ delete additional testimonials as desired. quotes[0]='lodge exterior' quotes[1]='dining room' quotes[2]='three kids' quotes[3]='four teens' quotes[4]='ski tube' quotes[5]='snow gums 2' quotes[6]='snow gums 3' quotes[7]='blizzard kids' quotes[8]='half pipe' quotes[9]='snowboard perisher' quotes[10]='snowboard perisher 2' quotes[11]='five kids hooray' quotes[12]='kid wide angle' quotes[13]='three happy skiers' var whichquote=Math.floor(Math.random()*(quotes.length)) document.write(quotes[whichquote]) // End Level One Random Image Javascript Include