olga.pages = {
    init: function() {
	}
}

jQuery(document).ready(function() {
    olga.pages.init();
});
