var webmania = {
	init : function(){
		//inicializáslás a dom betöltése után
	}
}//webmania

document.observe('dom:loaded',webmania.init);