// things to initialize at top level
new scrollObject("scrMain", 146, 120, "up", 5000, 1.15);
function OnLoad()
{
	// things to initialize when onLoad event in body
	verseOTD();
}