// Bradley's Multiple Choice Quiz
// Copyright 2002-2008 Michael Bradley. All rights reserved.

<!--Begin
var name = "Common Expressions";
var line = "*******************";
var cor = new Array(10);
cor[1] = "Hello";
cor[2] = "I'm sorry to hear that.";
cor[3] = "Good morning.";
cor[4] = "How do you do?";
cor[5] = "Nice to meet you too.";
cor[6] = "Thanks, I will.";
cor[7] = "Good night.";
cor[8] = "Yes, sure.";
cor[9] = "You're welcome.";
cor[10] = "Goodbye";
// End-->
