var user_curie = function() {
	return {
		init : function() {
//            $('#chapter_roll').append($('#curie_pagination_list_box').clone());

            $('h1').addClass('landes_color');
            $('.chapter_box:odd').addClass('chapter_striping_grey');

//            $('[name=q_category]').change(function(a,b,c) {
//                    document.location.href = "/curie/category/"+$(this).val()+"/";
//                });
        }
    }
}();
$(user_curie.init); 
 
