﻿var randomnumber = Math.floor(Math.random() * quotes.length);
document.write(quotes[randomnumber]);