/* 
 * options are: menu
 */
var components = ["menu"];

$(document).ready(function(){
	init(components);
});
