var quotes = new Array;

quotes.push("Thank you for Visiting the Clark Ark");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("We need more pictures for the website");
quotes.push("Don't forget to sign in while you are here!");
quotes.push("Y'all come back now");
quotes.push("We love you Grandma");
quotes.push("This IS your space");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");
quotes.push("WHERE is YOUR Family Update???");


document.write(quotes[(Math.floor(Math.random() * quotes.length))]);