$(document).ready(init);

/**
 *	Initializes the page
 */
function init() {
	initToggleContent();
}

