
//dialogue array
var dialogue = [
	"Loading ...",
	"Round",
	"Score",
	"Congratulations!",
	"You\'ve completed Round $",
	"Next round",
	"Game Over.",
	"Your final score is $",
	"Would you like to see if you have a high score?",
	"Okay",
	"New game",
	"Brilliant!",
	"Excellent!",
	"Well done!",
	"is a brand new high score!",
	"Your score of $",
	"ranks #$",
	"on the chart.",
	"Please enter your name:",
	"Submit",
	"New score!",
	"Close",
	"Sorry ..",
	"is not a new high score.",
	];


































	