/**
 *
 * lessons.js
 *
 */

function initialize() {
	//alert("initializing lessons...")
}

Event.observe (window, "load", initialize);
