SELECT node.sticky AS node_sticky, nodequeue_nodes_node.position AS nodequeue_nodes_node_position, field_data_field_published_date.field_published_date_value AS field_data_field_published_date_field_published_date_value, node.nid AS nid
FROM 
{node} node
LEFT JOIN {nodequeue_nodes} nodequeue_nodes_node ON node.nid = nodequeue_nodes_node.nid AND nodequeue_nodes_node.qid = '1'
LEFT JOIN {field_data_field_published_date} field_data_field_published_date ON node.nid = field_data_field_published_date.entity_id AND (field_data_field_published_date.entity_type = 'node' AND field_data_field_published_date.deleted = '0')
WHERE (( (node.status = '1') AND (node.nid IN  (SELECT tn.nid AS nid
FROM 
{taxonomy_index} tn
LEFT OUTER JOIN {taxonomy_term_hierarchy} th ON th.tid = tn.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th1 ON th.parent = th1.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th2 ON th1.parent = th2.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th3 ON th2.parent = th3.tid
WHERE ( (tn.tid = '37') OR (th1.tid = '37') OR (th2.tid = '37') OR (th3.tid = '37') ))) AND (node.type = 'gallery') ))
ORDER BY node_sticky DESC, nodequeue_nodes_node_position DESC, field_data_field_published_date_field_published_date_value DESC
LIMIT 10 OFFSET 0

view Object
(
    [db_table] => views_view
    [base_table] => node
    [base_field] => nid
    [name] => term_by_content_type
    [editing] => 
    [args] => Array
        (
            [0] => 37
            [1] => gallery
        )

    [use_ajax] => 
    [result] => Array
        (
            [0] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-10 14:30:00
                    [nid] => 45230
                )

            [1] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-05 10:15:00
                    [nid] => 45026
                )

            [2] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-03 22:45:00
                    [nid] => 45012
                )

            [3] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-02 13:45:00
                    [nid] => 44966
                )

            [4] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-02 08:00:00
                    [nid] => 44940
                )

            [5] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-02-01 11:45:00
                    [nid] => 44914
                )

            [6] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-01-28 10:15:00
                    [nid] => 44786
                )

            [7] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-01-21 11:00:00
                    [nid] => 44562
                )

            [8] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-01-19 14:45:00
                    [nid] => 44514
                )

            [9] => stdClass Object
                (
                    [node_sticky] => 0
                    [nodequeue_nodes_node_position] => 
                    [field_data_field_published_date_field_published_date_value] => 2012-01-19 10:30:00
                    [nid] => 44496
                )

        )

    [current_page] => 
    [items_per_page] => 
    [offset] => 
    [total_rows] => 993
    [old_view] => Array
        (
            [0] => 
        )

    [parent_views] => Array
        (
        )

    [current_display] => page
    [query] => views_plugin_query_default Object
        (
            [table_queue] => Array
                (
                    [node] => Array
                        (
                            [alias] => node
                            [table] => node
                            [relationship] => node
                            [join] => 
                        )

                    [nodequeue_nodes_node] => Array
                        (
                            [table] => nodequeue_nodes
                            [num] => 1
                            [alias] => nodequeue_nodes_node
                            [join] => views_join Object
                                (
                                    [table] => nodequeue_nodes
                                    [left_table] => node
                                    [left_field] => nid
                                    [field] => nid
                                    [extra] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [field] => qid
                                                    [value] => Array
                                                        (
                                                            [0] => 1
                                                        )

                                                )

                                        )

                                    [type] => LEFT
                                    [definition] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [field] => nid
                                            [left_table] => node
                                            [left_field] => nid
                                            [extra] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => qid
                                                            [value] => Array
                                                                (
                                                                    [0] => 1
                                                                )

                                                        )

                                                )

                                        )

                                    [extra_type] => AND
                                    [adjusted] => 1
                                )

                            [relationship] => node
                        )

                    [field_data_field_published_date] => Array
                        (
                            [table] => field_data_field_published_date
                            [num] => 1
                            [alias] => field_data_field_published_date
                            [join] => views_join Object
                                (
                                    [table] => field_data_field_published_date
                                    [left_table] => node
                                    [left_field] => nid
                                    [field] => entity_id
                                    [extra] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [field] => entity_type
                                                    [value] => node
                                                )

                                            [1] => Array
                                                (
                                                    [field] => deleted
                                                    [value] => 0
                                                    [numeric] => 1
                                                )

                                        )

                                    [type] => LEFT
                                    [definition] => Array
                                        (
                                            [left_field] => nid
                                            [field] => entity_id
                                            [extra] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => entity_type
                                                            [value] => node
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => deleted
                                                            [value] => 0
                                                            [numeric] => 1
                                                        )

                                                )

                                            [table] => field_data_field_published_date
                                            [left_table] => node
                                        )

                                    [extra_type] => AND
                                    [adjusted] => 1
                                )

                            [relationship] => node
                        )

                )

            [tables] => Array
                (
                    [node] => Array
                        (
                            [node] => Array
                                (
                                    [count] => 1
                                    [alias] => node
                                )

                            [nodequeue_nodes_node] => Array
                                (
                                    [count] => 1
                                    [alias] => nodequeue_nodes_node
                                )

                            [field_data_field_published_date] => Array
                                (
                                    [count] => 1
                                    [alias] => field_data_field_published_date
                                )

                        )

                )

            [relationships] => Array
                (
                    [node] => Array
                        (
                            [link] => 
                            [table] => node
                            [alias] => node
                            [base] => node
                        )

                    [nodequeue_nodes_node] => Array
                        (
                            [link] => node
                            [table] => nodequeue_nodes
                            [base] => nodequeue_nodes
                        )

                )

            [where] => Array
                (
                    [0] => Array
                        (
                            [conditions] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node.status
                                            [value] => 1
                                            [operator] => =
                                        )

                                    [1] => Array
                                        (
                                            [field] => node.nid
                                            [value] => SelectQuery Object
                                                (
                                                    [fields:protected] => Array
                                                        (
                                                            [nid] => Array
                                                                (
                                                                    [field] => nid
                                                                    [table] => tn
                                                                    [alias] => nid
                                                                )

                                                        )

                                                    [expressions:protected] => Array
                                                        (
                                                        )

                                                    [tables:protected] => Array
                                                        (
                                                            [tn] => Array
                                                                (
                                                                    [join type] => 
                                                                    [table] => taxonomy_index
                                                                    [alias] => tn
                                                                    [condition] => 
                                                                    [arguments] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [th] => Array
                                                                (
                                                                    [join type] => LEFT OUTER
                                                                    [table] => taxonomy_term_hierarchy
                                                                    [alias] => th
                                                                    [condition] => th.tid = tn.tid
                                                                    [arguments] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [th1] => Array
                                                                (
                                                                    [join type] => LEFT OUTER
                                                                    [table] => taxonomy_term_hierarchy
                                                                    [alias] => th1
                                                                    [condition] => th.parent = th1.tid
                                                                    [arguments] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [th2] => Array
                                                                (
                                                                    [join type] => LEFT OUTER
                                                                    [table] => taxonomy_term_hierarchy
                                                                    [alias] => th2
                                                                    [condition] => th1.parent = th2.tid
                                                                    [arguments] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [th3] => Array
                                                                (
                                                                    [join type] => LEFT OUTER
                                                                    [table] => taxonomy_term_hierarchy
                                                                    [alias] => th3
                                                                    [condition] => th2.parent = th3.tid
                                                                    [arguments] => Array
                                                                        (
                                                                        )

                                                                )

                                                        )

                                                    [order:protected] => Array
                                                        (
                                                        )

                                                    [group:protected] => Array
                                                        (
                                                        )

                                                    [where:protected] => DatabaseCondition Object
                                                        (
                                                            [conditions:protected] => Array
                                                                (
                                                                    [#conjunction] => AND
                                                                    [0] => Array
                                                                        (
                                                                            [field] => DatabaseCondition Object
                                                                                (
                                                                                    [conditions:protected] => Array
                                                                                        (
                                                                                            [#conjunction] => OR
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => tn.tid
                                                                                                    [value] => 37
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => th1.tid
                                                                                                    [value] => 37
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => th2.tid
                                                                                                    [value] => 37
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [3] => Array
                                                                                                (
                                                                                                    [field] => th3.tid
                                                                                                    [value] => 37
                                                                                                    [operator] => =
                                                                                                )

                                                                                        )

                                                                                    [arguments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [changed:protected] => 1
                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                )

                                                                            [value] => 
                                                                            [operator] => IS NULL
                                                                        )

                                                                )

                                                            [arguments:protected] => Array
                                                                (
                                                                )

                                                            [changed:protected] => 1
                                                            [queryPlaceholderIdentifier:protected] => 
                                                        )

                                                    [having:protected] => DatabaseCondition Object
                                                        (
                                                            [conditions:protected] => Array
                                                                (
                                                                    [#conjunction] => AND
                                                                )

                                                            [arguments:protected] => Array
                                                                (
                                                                )

                                                            [changed:protected] => 1
                                                            [queryPlaceholderIdentifier:protected] => 
                                                        )

                                                    [distinct:protected] => 
                                                    [range:protected] => 
                                                    [union:protected] => Array
                                                        (
                                                        )

                                                    [prepared:protected] => 
                                                    [forUpdate:protected] => 
                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                        (
                                                            [shutdownRegistered:protected] => 
                                                            [target:protected] => default
                                                            [key:protected] => default
                                                            [logger:protected] => 
                                                            [transactionLayers:protected] => Array
                                                                (
                                                                )

                                                            [driverClasses:protected] => Array
                                                                (
                                                                    [SelectQuery] => SelectQuery
                                                                )

                                                            [statementClass:protected] => DatabaseStatementBase
                                                            [transactionSupport:protected] => 1
                                                            [transactionalDDLSupport:protected] => 
                                                            [temporaryNameIndex:protected] => 0
                                                            [connectionOptions:protected] => Array
                                                                (
                                                                    [database] => drupal_distro_theweek
                                                                    [username] => root
                                                                    [password] => 
                                                                    [host] => localhost
                                                                    [port] => 
                                                                    [driver] => mysql
                                                                    [prefix] => Array
                                                                        (
                                                                            [default] => 
                                                                        )

                                                                )

                                                            [schema:protected] => 
                                                            [prefixes:protected] => Array
                                                                (
                                                                    [default] => 
                                                                )

                                                            [prefixSearch:protected] => Array
                                                                (
                                                                    [0] => {
                                                                    [1] => }
                                                                )

                                                            [prefixReplace:protected] => Array
                                                                (
                                                                    [0] => 
                                                                    [1] => 
                                                                )

                                                        )

                                                    [connectionTarget:protected] => default
                                                    [connectionKey:protected] => default
                                                    [queryOptions:protected] => Array
                                                        (
                                                            [target] => default
                                                            [return] => 1
                                                        )

                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                    [nextPlaceholder:protected] => 0
                                                    [comments:protected] => Array
                                                        (
                                                        )

                                                )

                                            [operator] => IN
                                        )

                                    [2] => Array
                                        (
                                            [field] => node.type
                                            [value] => gallery
                                            [operator] => 
                                        )

                                )

                            [args] => Array
                                (
                                )

                            [type] => AND
                        )

                )

            [having] => Array
                (
                )

            [group_operator] => AND
            [orderby] => Array
                (
                    [0] => Array
                        (
                            [field] => node_sticky
                            [direction] => DESC
                        )

                    [1] => Array
                        (
                            [field] => nodequeue_nodes_node_position
                            [direction] => DESC
                        )

                    [2] => Array
                        (
                            [field] => field_data_field_published_date_field_published_date_value
                            [direction] => DESC
                        )

                )

            [groupby] => Array
                (
                )

            [header] => Array
                (
                )

            [distinct] => 
            [has_aggregate] => 
            [get_count_optimized] => 
            [pager] => views_plugin_pager_full Object
                (
                    [current_page] => 0
                    [total_items] => 993
                    [view] => view Object
 *RECURSION*
                    [display] => views_display Object
                        (
                            [db_table] => views_display
                            [vid] => 0
                            [id] => page
                            [display_title] => Page
                            [display_plugin] => page
                            [position] => 0
                            [display_options] => Array
                                (
                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [path] => taxonomy/term/%/type/%
                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [defaults] => Array
                                        (
                                            [cache] => 
                                            [cache_options] => 
                                        )

                                    [cache_options] => 
                                )

                            [handler] => views_plugin_display_page Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [handlers] => Array
                                        (
                                            [field] => Array
                                                (
                                                    [title] => views_handler_field_node Object
                                                        (
                                                            [field_alias] => unknown
                                                            [aliases] => Array
                                                                (
                                                                )

                                                            [additional_fields] => Array
                                                                (
                                                                    [nid] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                        )

                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => field
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => 
                                                                    [exclude] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [text] => 
                                                                            [make_link] => 0
                                                                            [path] => 
                                                                            [absolute] => 0
                                                                            [external] => 
                                                                            [replace_spaces] => 
                                                                            [path_case] => none
                                                                            [trim_whitespace] => 
                                                                            [alt] => 
                                                                            [rel] => 
                                                                            [link_class] => 
                                                                            [prefix] => 
                                                                            [suffix] => 
                                                                            [target] => 
                                                                            [nl2br] => 
                                                                            [max_length] => 
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [preserve_tags] => 
                                                                            [html] => 0
                                                                        )

                                                                    [element_type] => 
                                                                    [element_class] => 
                                                                    [element_label_type] => 
                                                                    [element_label_class] => 
                                                                    [element_label_colon] => 1
                                                                    [element_wrapper_type] => 
                                                                    [element_wrapper_class] => 
                                                                    [element_default_classes] => 1
                                                                    [empty] => 
                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [hide_alter_empty] => 1
                                                                    [link_to_node] => 1
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [field] => title
                                                                    [group] => Content
                                                                    [handler] => views_handler_field_node
                                                                    [click sortable] => 1
                                                                    [link_to_node default] => 1
                                                                    [title] => Title
                                                                    [help] => The content title.
                                                                )

                                                            [real_field] => title
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => field
                                                                    [2] => node
                                                                    [3] => title
                                                                )

                                                            [table] => node
                                                            [field] => title
                                                            [position] => 0
                                                        )

                                                )

                                            [argument] => Array
                                                (
                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                        (
                                                            [name_field] => 
                                                            [validator] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => argument
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [default_action] => empty
                                                                    [exception] => Array
                                                                        (
                                                                            [value] => all
                                                                            [title_enable] => 0
                                                                            [title] => All
                                                                        )

                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_options] => Array
                                                                        (
                                                                        )

                                                                    [default_argument_skip_url] => 0
                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [summary] => Array
                                                                        (
                                                                            [sort_order] => asc
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Has taxonomy term ID (with depth)
                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                    [accept depth modifier] => 1
                                                                    [group] => Content
                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                    [real field] => nid
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => argument
                                                                    [2] => node
                                                                    [3] => term_node_tid_depth
                                                                )

                                                            [table] => node
                                                            [real_field] => nid
                                                            [field] => term_node_tid_depth
                                                            [position] => 0
                                                            [relationship] => 
                                                            [argument] => 37
                                                            [validated_title] => News & Opinion
                                                            [argument_validated] => 1
                                                        )

                                                    [type] => views_handler_argument_node_type Object
                                                        (
                                                            [name_field] => 
                                                            [validator] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => argument
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [default_action] => empty
                                                                    [exception] => Array
                                                                        (
                                                                            [value] => all
                                                                            [title_enable] => 0
                                                                            [title] => All
                                                                        )

                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_options] => Array
                                                                        (
                                                                        )

                                                                    [default_argument_skip_url] => 0
                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [summary] => Array
                                                                        (
                                                                            [sort_order] => asc
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => none
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_argument_node_type
                                                                    [group] => Content
                                                                    [title] => Type
                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => argument
                                                                    [2] => node
                                                                    [3] => type
                                                                )

                                                            [table] => node
                                                            [field] => type
                                                            [real_field] => type
                                                            [position] => 1
                                                            [relationship] => 
                                                            [argument] => gallery
                                                            [argument_validated] => 1
                                                        )

                                                )

                                            [sort] => Array
                                                (
                                                    [sticky] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => sort
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_sort
                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                    [group] => Content
                                                                    [title] => Sticky
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => node
                                                                    [3] => sticky
                                                                )

                                                            [table] => node
                                                            [field] => sticky
                                                            [real_field] => sticky
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                    [position] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => sort
                                                            [table_alias] => nodequeue_nodes_node
                                                            [options] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_sort
                                                                    [group] => Nodequeue
                                                                    [title] => Position
                                                                    [help] => The position of the node within a queue.
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => nodequeue_nodes
                                                                    [3] => position
                                                                )

                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [real_field] => position
                                                            [position] => 1
                                                            [relationship] => nodequeue_nodes_node
                                                        )

                                                    [field_published_date_value] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => sort
                                                            [table_alias] => field_data_field_published_date
                                                            [options] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [field] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [handler] => views_handler_sort
                                                                    [additional fields] => Array
                                                                        (
                                                                            [0] => field_published_date_value
                                                                        )

                                                                    [field_name] => field_published_date
                                                                    [group] => Content
                                                                    [title] => Published Date (field_published_date)
                                                                    [title short] => Published Date
                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                )

                                                            [real_field] => field_published_date_value
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => field_data_field_published_date
                                                                    [3] => field_published_date_value
                                                                )

                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [position] => 2
                                                            [relationship] => 
                                                        )

                                                )

                                            [filter] => Array
                                                (
                                                    [status] => views_handler_filter_boolean_operator Object
                                                        (
                                                            [always_multiple] => 1
                                                            [no_operator] => 1
                                                            [accept_null] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => filter
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [operator] => =
                                                                    [value] => 1
                                                                    [group] => 0
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [operator_id] => 
                                                                            [label] => 
                                                                            [use_operator] => 0
                                                                            [operator] => 
                                                                            [identifier] => 
                                                                            [required] => 0
                                                                            [remember] => 0
                                                                            [multiple] => 0
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_filter_boolean_operator
                                                                    [label] => Published
                                                                    [type] => yes-no
                                                                    [use equal] => 1
                                                                    [group] => Content
                                                                    [title] => Published
                                                                    [help] => Whether or not the content is published.
                                                                    [allow empty] => 1
                                                                )

                                                            [is_handler] => 1
                                                            [value_value] => Published
                                                            [value_options] => 
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => filter
                                                                    [2] => node
                                                                    [3] => status
                                                                )

                                                            [table] => node
                                                            [field] => status
                                                            [real_field] => status
                                                            [operator] => =
                                                            [value] => 1
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                            [relationship] => Array
                                                (
                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => relationship
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => queue
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                    [base] => nodequeue_nodes
                                                                    [field] => nid
                                                                    [label] => queue
                                                                    [group] => Nodequeue
                                                                    [title] => Queue
                                                                    [help] => Create a relationship to a nodequeue.
                                                                    [real field] => nid
                                                                )

                                                            [real_field] => nid
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => relationship
                                                                    [2] => node
                                                                    [3] => nodequeue_rel
                                                                )

                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [position] => 0
                                                            [relationship] => 
                                                            [alias] => nodequeue_nodes_node
                                                        )

                                                )

                                            [header] => Array
                                                (
                                                    [area] => views_handler_area_text Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => header
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => 
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_area_text
                                                                    [group] => Global
                                                                    [title] => Text area
                                                                    [help] => Provide markup text for the area.
                                                                    [field] => 
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => header
                                                                    [2] => views
                                                                    [3] => area
                                                                )

                                                            [table] => views
                                                            [real_field] => 
                                                            [field] => area
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                    [area] => views_handler_area_text Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                            [handler_type] => empty
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_area_text
                                                                    [group] => Global
                                                                    [title] => Text area
                                                                    [help] => Provide markup text for the area.
                                                                    [field] => 
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => empty
                                                                    [2] => views
                                                                    [3] => area
                                                                )

                                                            [table] => views
                                                            [real_field] => 
                                                            [field] => area
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                        )

                                    [extender] => Array
                                        (
                                        )

                                    [display] => views_display Object
 *RECURSION*
                                    [plugin_type] => display
                                    [options] => Array
                                        (
                                            [defaults] => Array
                                                (
                                                    [access] => 1
                                                    [cache] => 
                                                    [query] => 1
                                                    [title] => 1
                                                    [css_class] => 1
                                                    [display_description] => 
                                                    [use_ajax] => 1
                                                    [hide_attachment_summary] => 1
                                                    [pager] => 1
                                                    [pager_options] => 1
                                                    [use_more] => 1
                                                    [use_more_always] => 1
                                                    [use_more_text] => 1
                                                    [exposed_form] => 1
                                                    [exposed_form_options] => 1
                                                    [link_display] => 1
                                                    [link_url] => 
                                                    [group_by] => 1
                                                    [style_plugin] => 1
                                                    [style_options] => 1
                                                    [row_plugin] => 1
                                                    [row_options] => 1
                                                    [header] => 1
                                                    [footer] => 1
                                                    [empty] => 1
                                                    [relationships] => 1
                                                    [fields] => 1
                                                    [sorts] => 1
                                                    [arguments] => 1
                                                    [filters] => 1
                                                    [filter_groups] => 1
                                                    [cache_options] => 
                                                )

                                            [title] => 
                                            [enabled] => 1
                                            [display_comment] => 
                                            [css_class] => 
                                            [display_description] => 
                                            [use_ajax] => 
                                            [hide_attachment_summary] => 
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [use_pager] => 
                                            [use_more] => 
                                            [use_more_always] => 
                                            [use_more_text] => more
                                            [link_display] => 
                                            [link_url] => 
                                            [group_by] => 
                                            [field_language] => ***CURRENT_LANGUAGE***
                                            [field_language_add_to_query] => 1
                                            [access] => Array
                                                (
                                                    [type] => none
                                                )

                                            [cache] => Array
                                                (
                                                    [type] => time
                                                    [results_lifespan] => 60
                                                    [output_lifespan] => 60
                                                )

                                            [query] => Array
                                                (
                                                    [type] => views_query
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [exposed_form] => Array
                                                (
                                                    [type] => basic
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [pager] => Array
                                                (
                                                    [type] => full
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [style_plugin] => default
                                            [style_options] => Array
                                                (
                                                )

                                            [row_plugin] => fields
                                            [row_options] => Array
                                                (
                                                )

                                            [exposed_block] => 
                                            [header] => Array
                                                (
                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                )

                                            [relationships] => Array
                                                (
                                                )

                                            [fields] => Array
                                                (
                                                )

                                            [sorts] => Array
                                                (
                                                )

                                            [arguments] => Array
                                                (
                                                )

                                            [filter_groups] => Array
                                                (
                                                    [operator] => AND
                                                    [groups] => Array
                                                        (
                                                            [0] => AND
                                                        )

                                                )

                                            [filters] => Array
                                                (
                                                )

                                            [path] => taxonomy/term/%/type/%
                                            [menu] => Array
                                                (
                                                    [type] => none
                                                    [title] => 
                                                    [description] => 
                                                    [weight] => 0
                                                    [name] => navigation
                                                )

                                            [tab_options] => Array
                                                (
                                                    [type] => none
                                                    [title] => 
                                                    [description] => 
                                                    [weight] => 0
                                                    [name] => navigation
                                                )

                                            [cache_options] => 
                                        )

                                    [definition] => Array
                                        (
                                            [title] => Page
                                            [help] => Display the view as a page, with a URL and menu links.
                                            [handler] => views_plugin_display_page
                                            [theme] => views_view
                                            [uses hook menu] => 1
                                            [contextual links locations] => Array
                                                (
                                                    [0] => page
                                                )

                                            [use ajax] => 1
                                            [use pager] => 1
                                            [use more] => 1
                                            [accept attachments] => 1
                                            [admin] => Page
                                            [help topic] => display-page
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_display_page.inc
                                            [parent] => parent
                                            [name] => page
                                            [contextual links] => Array
                                                (
                                                    [views_ui] => Array
                                                        (
                                                            [parent path] => admin/structure/views/view
                                                            [argument properties] => Array
                                                                (
                                                                    [0] => name
                                                                )

                                                        )

                                                )

                                        )

                                    [is_plugin] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => page
                                        )

                                    [default_display] => views_plugin_display_default Object
                                        (
                                            [view] => view Object
 *RECURSION*
                                            [handlers] => Array
                                                (
                                                )

                                            [extender] => Array
                                                (
                                                )

                                            [display] => views_display Object
                                                (
                                                    [db_table] => views_display
                                                    [vid] => 0
                                                    [id] => default
                                                    [display_title] => Master
                                                    [display_plugin] => default
                                                    [position] => 0
                                                    [display_options] => Array
                                                        (
                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                            [query_comment] => 
                                                                        )

                                                                )

                                                            [access] => Array
                                                                (
                                                                    [type] => perm
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [row_plugin] => node
                                                            [header] => Array
                                                                (
                                                                    [area] => Array
                                                                        (
                                                                            [id] => area
                                                                            [table] => views
                                                                            [field] => area
                                                                            [empty] => 
                                                                            [content] => 
Latest %2s of %1


                                                                            [format] => filtered_html
                                                                            [tokenize] => 0
                                                                        )

                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => Array
                                                                        (
                                                                            [id] => area
                                                                            [table] => views
                                                                            [field] => area
                                                                            [label] => No content
                                                                            [empty] => 
                                                                            [content] => There is currently no content in this category.
                                                                            [format] => filtered_html
                                                                            [tokenize] => 0
                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [nodequeue_rel] => Array
                                                                        (
                                                                            [id] => nodequeue_rel
                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [required] => 0
                                                                            [limit] => 1
                                                                            [names] => Array
                                                                                (
                                                                                    [elevation] => elevation
                                                                                    [featured] => 0
                                                                                )

                                                                        )

                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [title] => Array
                                                                        (
                                                                            [id] => title
                                                                            [table] => node
                                                                            [field] => title
                                                                            [label] => 
                                                                            [alter] => Array
                                                                                (
                                                                                    [alter_text] => 0
                                                                                    [make_link] => 0
                                                                                    [absolute] => 0
                                                                                    [word_boundary] => 0
                                                                                    [ellipsis] => 0
                                                                                    [strip_tags] => 0
                                                                                    [trim] => 0
                                                                                    [html] => 0
                                                                                )

                                                                            [hide_empty] => 0
                                                                            [empty_zero] => 0
                                                                            [link_to_node] => 1
                                                                        )

                                                                )

                                                            [sorts] => Array
                                                                (
                                                                    [sticky] => Array
                                                                        (
                                                                            [id] => sticky
                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [order] => DESC
                                                                        )

                                                                    [position] => Array
                                                                        (
                                                                            [id] => position
                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [relationship] => nodequeue_rel
                                                                            [order] => DESC
                                                                        )

                                                                    [field_published_date_value] => Array
                                                                        (
                                                                            [id] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [order] => DESC
                                                                        )

                                                                )

                                                            [arguments] => Array
                                                                (
                                                                    [term_node_tid_depth] => Array
                                                                        (
                                                                            [id] => term_node_tid_depth
                                                                            [table] => node
                                                                            [field] => term_node_tid_depth
                                                                            [default_action] => empty
                                                                            [title_enable] => 1
                                                                            [title] => %1 %2
                                                                            [breadcrumb_enable] => 1
                                                                            [breadcrumb] => %2
                                                                            [default_argument_type] => fixed
                                                                            [default_argument_skip_url] => 0
                                                                            [summary] => Array
                                                                                (
                                                                                    [number_of_records] => 0
                                                                                    [format] => default_summary
                                                                                )

                                                                            [summary_options] => Array
                                                                                (
                                                                                    [items_per_page] => 25
                                                                                )

                                                                            [specify_validation] => 1
                                                                            [validate] => Array
                                                                                (
                                                                                    [type] => taxonomy_term
                                                                                    [fail] => empty
                                                                                )

                                                                            [validate_options] => Array
                                                                                (
                                                                                    [vocabularies] => Array
                                                                                        (
                                                                                            [article_type] => 0
                                                                                            [author_type] => 0
                                                                                            [category] => 0
                                                                                            [tags] => 0
                                                                                            [topic] => 0
                                                                                        )

                                                                                    [transform] => 0
                                                                                )

                                                                            [depth] => 3
                                                                            [break_phrase] => 0
                                                                            [set_breadcrumb] => 0
                                                                            [use_taxonomy_term_path] => 0
                                                                        )

                                                                    [type] => Array
                                                                        (
                                                                            [id] => type
                                                                            [table] => node
                                                                            [field] => type
                                                                            [default_action] => empty
                                                                            [title_enable] => 1
                                                                            [title] => %1
                                                                            [breadcrumb_enable] => 1
                                                                            [breadcrumb] => %1
                                                                            [default_argument_type] => fixed
                                                                            [default_argument_skip_url] => 0
                                                                            [summary] => Array
                                                                                (
                                                                                    [number_of_records] => 0
                                                                                    [format] => default_summary
                                                                                )

                                                                            [summary_options] => Array
                                                                                (
                                                                                    [items_per_page] => 25
                                                                                )

                                                                            [specify_validation] => 1
                                                                            [validate] => Array
                                                                                (
                                                                                    [fail] => empty
                                                                                )

                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                    [status] => Array
                                                                        (
                                                                            [id] => status
                                                                            [table] => node
                                                                            [field] => status
                                                                            [value] => 1
                                                                        )

                                                                )

                                                            [defaults] => Array
                                                                (
                                                                    [cache] => 
                                                                    [cache_options] => 
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                )

                                            [plugin_type] => display
                                            [options] => Array
                                                (
                                                    [title] => 
                                                    [enabled] => 1
                                                    [display_comment] => 
                                                    [css_class] => 
                                                    [display_description] => 
                                                    [use_ajax] => 
                                                    [hide_attachment_summary] => 
                                                    [items_per_page] => 10
                                                    [offset] => 0
                                                    [use_pager] => 
                                                    [use_more] => 
                                                    [use_more_always] => 
                                                    [use_more_text] => more
                                                    [link_display] => 
                                                    [link_url] => 
                                                    [group_by] => 
                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                    [field_language_add_to_query] => 1
                                                    [access] => Array
                                                        (
                                                            [type] => perm
                                                        )

                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                    [query_comment] => 
                                                                )

                                                        )

                                                    [exposed_form] => Array
                                                        (
                                                            [type] => basic
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [pager] => Array
                                                        (
                                                            [type] => full
                                                            [options] => Array
                                                                (
                                                                    [items_per_page] => 10
                                                                )

                                                        )

                                                    [style_plugin] => default
                                                    [style_options] => Array
                                                        (
                                                        )

                                                    [row_plugin] => node
                                                    [row_options] => Array
                                                        (
                                                        )

                                                    [exposed_block] => 
                                                    [header] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [footer] => Array
                                                        (
                                                        )

                                                    [empty] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [relationships] => Array
                                                        (
                                                            [nodequeue_rel] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                        )

                                                    [fields] => Array
                                                        (
                                                            [title] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [label] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [make_link] => 0
                                                                            [absolute] => 0
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [html] => 0
                                                                        )

                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [link_to_node] => 1
                                                                )

                                                        )

                                                    [sorts] => Array
                                                        (
                                                            [sticky] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [order] => DESC
                                                                )

                                                            [position] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [order] => DESC
                                                                )

                                                            [field_published_date_value] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [order] => DESC
                                                                )

                                                        )

                                                    [arguments] => Array
                                                        (
                                                            [term_node_tid_depth] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [type] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [fail] => empty
                                                                        )

                                                                )

                                                        )

                                                    [filter_groups] => Array
                                                        (
                                                            [operator] => AND
                                                            [groups] => Array
                                                                (
                                                                    [0] => AND
                                                                )

                                                        )

                                                    [filters] => Array
                                                        (
                                                            [status] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [value] => 1
                                                                )

                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => Master
                                                    [help] => Default settings for this view.
                                                    [handler] => views_plugin_display_default
                                                    [theme] => views_view
                                                    [no ui] => 1
                                                    [no remove] => 1
                                                    [js] => Array
                                                        (
                                                            [0] => misc/form.js
                                                            [1] => misc/collapse.js
                                                            [2] => misc/textarea.js
                                                            [3] => misc/tabledrag.js
                                                            [4] => misc/autocomplete.js
                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                        )

                                                    [use ajax] => 1
                                                    [use pager] => 1
                                                    [use more] => 1
                                                    [accept attachments] => 1
                                                    [help topic] => display-default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_display_default.inc
                                                    [parent] => parent
                                                    [name] => default
                                                    [contextual links] => Array
                                                        (
                                                            [views_ui] => Array
                                                                (
                                                                    [parent path] => admin/structure/views/view
                                                                    [argument properties] => Array
                                                                        (
                                                                            [0] => name
                                                                        )

                                                                )

                                                        )

                                                )

                                            [is_plugin] => 1
                                            [localization_keys] => Array
                                                (
                                                    [0] => default
                                                )

                                        )

                                    [has_exposed] => 
                                )

                        )

                    [plugin_type] => pager
                    [options] => Array
                        (
                            [items_per_page] => 10
                            [offset] => 0
                            [id] => 0
                            [total_pages] => 
                            [expose] => Array
                                (
                                    [items_per_page] => 
                                    [items_per_page_label] => Items per page
                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                    [items_per_page_options_all] => 
                                    [items_per_page_options_all_label] => - All -
                                    [offset] => 
                                    [offset_label] => Offset
                                )

                        )

                    [definition] => Array
                        (
                            [title] => Paged output, full pager
                            [short title] => Full
                            [help] => Paged output, full Drupal style
                            [handler] => views_plugin_pager_full
                            [help topic] => pager-full
                            [uses options] => 1
                            [module] => views
                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                            [theme file] => theme.inc
                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                            [file] => views_plugin_pager_full.inc
                            [parent] => parent
                            [name] => full
                        )

                    [is_plugin] => 1
                )

            [field_aliases] => Array
                (
                    [node] => Array
                        (
                            [sticky] => node_sticky
                            [nid] => nid
                        )

                    [nodequeue_nodes_node] => Array
                        (
                            [position] => nodequeue_nodes_node_position
                        )

                    [field_data_field_published_date] => Array
                        (
                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                        )

                )

            [tags] => Array
                (
                )

            [view] => view Object
 *RECURSION*
            [display] => 
            [plugin_type] => query
            [options] => Array
                (
                    [disable_sql_rewrite] => 
                    [distinct] => 
                    [slave] => 
                    [query_comment] => 
                )

            [definition] => Array
                (
                    [title] => SQL Query
                    [help] => Query will be generated and run using the Drupal database API.
                    [handler] => views_plugin_query_default
                    [module] => views
                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                    [theme file] => theme.inc
                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                    [file] => views_plugin_query_default.inc
                    [parent] => parent
                    [name] => views_query
                )

            [is_plugin] => 1
            [base_table] => node
            [base_field] => nid
            [count_field] => Array
                (
                    [table] => node
                    [field] => nid
                    [alias] => nid
                    [count] => 1
                )

            [fields] => Array
                (
                    [node_sticky] => Array
                        (
                            [field] => sticky
                            [table] => node
                            [alias] => node_sticky
                        )

                    [nodequeue_nodes_node_position] => Array
                        (
                            [field] => position
                            [table] => nodequeue_nodes_node
                            [alias] => nodequeue_nodes_node_position
                        )

                    [field_data_field_published_date_field_published_date_value] => Array
                        (
                            [field] => field_published_date_value
                            [table] => field_data_field_published_date
                            [alias] => field_data_field_published_date_field_published_date_value
                        )

                    [nid] => Array
                        (
                            [field] => nid
                            [table] => node
                            [alias] => nid
                        )

                )

            [limit] => 10
            [offset] => 0
        )

    [display_handler] => views_plugin_display_page Object
        (
            [view] => view Object
 *RECURSION*
            [handlers] => Array
                (
                    [field] => Array
                        (
                            [title] => views_handler_field_node Object
                                (
                                    [field_alias] => unknown
                                    [aliases] => Array
                                        (
                                        )

                                    [additional_fields] => Array
                                        (
                                            [nid] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                )

                                        )

                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => field
                                    [table_alias] => 
                                    [options] => Array
                                        (
                                            [id] => title
                                            [table] => node
                                            [field] => title
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [label] => 
                                            [exclude] => 
                                            [alter] => Array
                                                (
                                                    [alter_text] => 0
                                                    [text] => 
                                                    [make_link] => 0
                                                    [path] => 
                                                    [absolute] => 0
                                                    [external] => 
                                                    [replace_spaces] => 
                                                    [path_case] => none
                                                    [trim_whitespace] => 
                                                    [alt] => 
                                                    [rel] => 
                                                    [link_class] => 
                                                    [prefix] => 
                                                    [suffix] => 
                                                    [target] => 
                                                    [nl2br] => 
                                                    [max_length] => 
                                                    [word_boundary] => 0
                                                    [ellipsis] => 0
                                                    [strip_tags] => 0
                                                    [trim] => 0
                                                    [preserve_tags] => 
                                                    [html] => 0
                                                )

                                            [element_type] => 
                                            [element_class] => 
                                            [element_label_type] => 
                                            [element_label_class] => 
                                            [element_label_colon] => 1
                                            [element_wrapper_type] => 
                                            [element_wrapper_class] => 
                                            [element_default_classes] => 1
                                            [empty] => 
                                            [hide_empty] => 0
                                            [empty_zero] => 0
                                            [hide_alter_empty] => 1
                                            [link_to_node] => 1
                                        )

                                    [definition] => Array
                                        (
                                            [field] => title
                                            [group] => Content
                                            [handler] => views_handler_field_node
                                            [click sortable] => 1
                                            [link_to_node default] => 1
                                            [title] => Title
                                            [help] => The content title.
                                        )

                                    [real_field] => title
                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => field
                                            [2] => node
                                            [3] => title
                                        )

                                    [table] => node
                                    [field] => title
                                    [position] => 0
                                )

                        )

                    [argument] => Array
                        (
                            [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                (
                                    [name_field] => 
                                    [validator] => 
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => argument
                                    [table_alias] => node
                                    [options] => Array
                                        (
                                            [id] => term_node_tid_depth
                                            [table] => node
                                            [field] => term_node_tid_depth
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [default_action] => empty
                                            [exception] => Array
                                                (
                                                    [value] => all
                                                    [title_enable] => 0
                                                    [title] => All
                                                )

                                            [title_enable] => 1
                                            [title] => %1 %2
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %2
                                            [default_argument_type] => fixed
                                            [default_argument_options] => Array
                                                (
                                                )

                                            [default_argument_skip_url] => 0
                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [summary] => Array
                                                (
                                                    [sort_order] => asc
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [type] => taxonomy_term
                                                    [fail] => empty
                                                )

                                            [validate_options] => Array
                                                (
                                                    [vocabularies] => Array
                                                        (
                                                            [article_type] => 0
                                                            [author_type] => 0
                                                            [category] => 0
                                                            [tags] => 0
                                                            [topic] => 0
                                                        )

                                                    [transform] => 0
                                                )

                                            [depth] => 3
                                            [break_phrase] => 0
                                            [set_breadcrumb] => 0
                                            [use_taxonomy_term_path] => 0
                                        )

                                    [definition] => Array
                                        (
                                            [title] => Has taxonomy term ID (with depth)
                                            [handler] => views_handler_argument_term_node_tid_depth
                                            [accept depth modifier] => 1
                                            [group] => Content
                                            [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                            [real field] => nid
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => argument
                                            [2] => node
                                            [3] => term_node_tid_depth
                                        )

                                    [table] => node
                                    [real_field] => nid
                                    [field] => term_node_tid_depth
                                    [position] => 0
                                    [relationship] => 
                                    [argument] => 37
                                    [validated_title] => News & Opinion
                                    [argument_validated] => 1
                                )

                            [type] => views_handler_argument_node_type Object
                                (
                                    [name_field] => 
                                    [validator] => 
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => argument
                                    [table_alias] => node
                                    [options] => Array
                                        (
                                            [id] => type
                                            [table] => node
                                            [field] => type
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [default_action] => empty
                                            [exception] => Array
                                                (
                                                    [value] => all
                                                    [title_enable] => 0
                                                    [title] => All
                                                )

                                            [title_enable] => 1
                                            [title] => %1
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %1
                                            [default_argument_type] => fixed
                                            [default_argument_options] => Array
                                                (
                                                )

                                            [default_argument_skip_url] => 0
                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [summary] => Array
                                                (
                                                    [sort_order] => asc
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [type] => none
                                                    [fail] => empty
                                                )

                                            [validate_options] => Array
                                                (
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_argument_node_type
                                            [group] => Content
                                            [title] => Type
                                            [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => argument
                                            [2] => node
                                            [3] => type
                                        )

                                    [table] => node
                                    [field] => type
                                    [real_field] => type
                                    [position] => 1
                                    [relationship] => 
                                    [argument] => gallery
                                    [argument_validated] => 1
                                )

                        )

                    [sort] => Array
                        (
                            [sticky] => views_handler_sort Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => sort
                                    [table_alias] => node
                                    [options] => Array
                                        (
                                            [id] => sticky
                                            [table] => node
                                            [field] => sticky
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [order] => DESC
                                            [exposed] => 
                                            [expose] => Array
                                                (
                                                    [label] => 
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_sort
                                            [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                            [group] => Content
                                            [title] => Sticky
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => sort
                                            [2] => node
                                            [3] => sticky
                                        )

                                    [table] => node
                                    [field] => sticky
                                    [real_field] => sticky
                                    [position] => 0
                                    [relationship] => 
                                )

                            [position] => views_handler_sort Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => sort
                                    [table_alias] => nodequeue_nodes_node
                                    [options] => Array
                                        (
                                            [id] => position
                                            [table] => nodequeue_nodes
                                            [field] => position
                                            [relationship] => nodequeue_rel
                                            [group_type] => group
                                            [ui_name] => 
                                            [order] => DESC
                                            [exposed] => 
                                            [expose] => Array
                                                (
                                                    [label] => 
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_sort
                                            [group] => Nodequeue
                                            [title] => Position
                                            [help] => The position of the node within a queue.
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => sort
                                            [2] => nodequeue_nodes
                                            [3] => position
                                        )

                                    [table] => nodequeue_nodes
                                    [field] => position
                                    [real_field] => position
                                    [position] => 1
                                    [relationship] => nodequeue_nodes_node
                                )

                            [field_published_date_value] => views_handler_sort Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => sort
                                    [table_alias] => field_data_field_published_date
                                    [options] => Array
                                        (
                                            [id] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [field] => field_published_date_value
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [order] => DESC
                                            [exposed] => 
                                            [expose] => Array
                                                (
                                                    [label] => 
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [handler] => views_handler_sort
                                            [additional fields] => Array
                                                (
                                                    [0] => field_published_date_value
                                                )

                                            [field_name] => field_published_date
                                            [group] => Content
                                            [title] => Published Date (field_published_date)
                                            [title short] => Published Date
                                            [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                        )

                                    [real_field] => field_published_date_value
                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => sort
                                            [2] => field_data_field_published_date
                                            [3] => field_published_date_value
                                        )

                                    [table] => field_data_field_published_date
                                    [field] => field_published_date_value
                                    [position] => 2
                                    [relationship] => 
                                )

                        )

                    [filter] => Array
                        (
                            [status] => views_handler_filter_boolean_operator Object
                                (
                                    [always_multiple] => 1
                                    [no_operator] => 1
                                    [accept_null] => 
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => filter
                                    [table_alias] => node
                                    [options] => Array
                                        (
                                            [id] => status
                                            [table] => node
                                            [field] => status
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [operator] => =
                                            [value] => 1
                                            [group] => 0
                                            [exposed] => 
                                            [expose] => Array
                                                (
                                                    [operator_id] => 
                                                    [label] => 
                                                    [use_operator] => 0
                                                    [operator] => 
                                                    [identifier] => 
                                                    [required] => 0
                                                    [remember] => 0
                                                    [multiple] => 0
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_filter_boolean_operator
                                            [label] => Published
                                            [type] => yes-no
                                            [use equal] => 1
                                            [group] => Content
                                            [title] => Published
                                            [help] => Whether or not the content is published.
                                            [allow empty] => 1
                                        )

                                    [is_handler] => 1
                                    [value_value] => Published
                                    [value_options] => 
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => filter
                                            [2] => node
                                            [3] => status
                                        )

                                    [table] => node
                                    [field] => status
                                    [real_field] => status
                                    [operator] => =
                                    [value] => 1
                                    [position] => 0
                                    [relationship] => 
                                )

                        )

                    [relationship] => Array
                        (
                            [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => relationship
                                    [table_alias] => 
                                    [options] => Array
                                        (
                                            [id] => nodequeue_rel
                                            [table] => node
                                            [field] => nodequeue_rel
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [label] => queue
                                            [required] => 0
                                            [limit] => 1
                                            [names] => Array
                                                (
                                                    [elevation] => elevation
                                                    [featured] => 0
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [handler] => nodequeue_handler_relationship_nodequeue
                                            [base] => nodequeue_nodes
                                            [field] => nid
                                            [label] => queue
                                            [group] => Nodequeue
                                            [title] => Queue
                                            [help] => Create a relationship to a nodequeue.
                                            [real field] => nid
                                        )

                                    [real_field] => nid
                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => relationship
                                            [2] => node
                                            [3] => nodequeue_rel
                                        )

                                    [table] => node
                                    [field] => nodequeue_rel
                                    [position] => 0
                                    [relationship] => 
                                    [alias] => nodequeue_nodes_node
                                )

                        )

                    [header] => Array
                        (
                            [area] => views_handler_area_text Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => header
                                    [table_alias] => 
                                    [options] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [label] => 
                                            [empty] => 
                                            [content] => 
Latest %2s of %1


                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_area_text
                                            [group] => Global
                                            [title] => Text area
                                            [help] => Provide markup text for the area.
                                            [field] => 
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => header
                                            [2] => views
                                            [3] => area
                                        )

                                    [table] => views
                                    [real_field] => 
                                    [field] => area
                                    [position] => 0
                                    [relationship] => 
                                )

                        )

                    [footer] => Array
                        (
                        )

                    [empty] => Array
                        (
                            [area] => views_handler_area_text Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [query] => views_plugin_query_default Object
                                        (
                                            [table_queue] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [alias] => node
                                                            [table] => node
                                                            [relationship] => node
                                                            [join] => 
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [num] => 1
                                                            [alias] => nodequeue_nodes_node
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => nodequeue_nodes
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => nid
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => qid
                                                                                    [value] => Array
                                                                                        (
                                                                                            [0] => 1
                                                                                        )

                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [field] => nid
                                                                            [left_table] => node
                                                                            [left_field] => nid
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => qid
                                                                                            [value] => Array
                                                                                                (
                                                                                                    [0] => 1
                                                                                                )

                                                                                        )

                                                                                )

                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [table] => field_data_field_published_date
                                                            [num] => 1
                                                            [alias] => field_data_field_published_date
                                                            [join] => views_join Object
                                                                (
                                                                    [table] => field_data_field_published_date
                                                                    [left_table] => node
                                                                    [left_field] => nid
                                                                    [field] => entity_id
                                                                    [extra] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => entity_type
                                                                                    [value] => node
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => deleted
                                                                                    [value] => 0
                                                                                    [numeric] => 1
                                                                                )

                                                                        )

                                                                    [type] => LEFT
                                                                    [definition] => Array
                                                                        (
                                                                            [left_field] => nid
                                                                            [field] => entity_id
                                                                            [extra] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => entity_type
                                                                                            [value] => node
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => deleted
                                                                                            [value] => 0
                                                                                            [numeric] => 1
                                                                                        )

                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [left_table] => node
                                                                        )

                                                                    [extra_type] => AND
                                                                    [adjusted] => 1
                                                                )

                                                            [relationship] => node
                                                        )

                                                )

                                            [tables] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => node
                                                                )

                                                            [nodequeue_nodes_node] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => nodequeue_nodes_node
                                                                )

                                                            [field_data_field_published_date] => Array
                                                                (
                                                                    [count] => 1
                                                                    [alias] => field_data_field_published_date
                                                                )

                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [link] => 
                                                            [table] => node
                                                            [alias] => node
                                                            [base] => node
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [link] => node
                                                            [table] => nodequeue_nodes
                                                            [base] => nodequeue_nodes
                                                        )

                                                )

                                            [where] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [conditions] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node.status
                                                                            [value] => 1
                                                                            [operator] => =
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => node.nid
                                                                            [value] => SelectQuery Object
                                                                                (
                                                                                    [fields:protected] => Array
                                                                                        (
                                                                                            [nid] => Array
                                                                                                (
                                                                                                    [field] => nid
                                                                                                    [table] => tn
                                                                                                    [alias] => nid
                                                                                                )

                                                                                        )

                                                                                    [expressions:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [tables:protected] => Array
                                                                                        (
                                                                                            [tn] => Array
                                                                                                (
                                                                                                    [join type] => 
                                                                                                    [table] => taxonomy_index
                                                                                                    [alias] => tn
                                                                                                    [condition] => 
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th
                                                                                                    [condition] => th.tid = tn.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th1] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th1
                                                                                                    [condition] => th.parent = th1.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th2] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th2
                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [th3] => Array
                                                                                                (
                                                                                                    [join type] => LEFT OUTER
                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                    [alias] => th3
                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                    [arguments] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [order:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [group:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [where:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => OR
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => tn.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [1] => Array
                                                                                                                                (
                                                                                                                                    [field] => th1.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [2] => Array
                                                                                                                                (
                                                                                                                                    [field] => th2.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                            [3] => Array
                                                                                                                                (
                                                                                                                                    [field] => th3.tid
                                                                                                                                    [value] => 37
                                                                                                                                    [operator] => =
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [value] => 
                                                                                                            [operator] => IS NULL
                                                                                                        )

                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [having:protected] => DatabaseCondition Object
                                                                                        (
                                                                                            [conditions:protected] => Array
                                                                                                (
                                                                                                    [#conjunction] => AND
                                                                                                )

                                                                                            [arguments:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [changed:protected] => 1
                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                        )

                                                                                    [distinct:protected] => 
                                                                                    [range:protected] => 
                                                                                    [union:protected] => Array
                                                                                        (
                                                                                        )

                                                                                    [prepared:protected] => 
                                                                                    [forUpdate:protected] => 
                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                        (
                                                                                            [shutdownRegistered:protected] => 
                                                                                            [target:protected] => default
                                                                                            [key:protected] => default
                                                                                            [logger:protected] => 
                                                                                            [transactionLayers:protected] => Array
                                                                                                (
                                                                                                )

                                                                                            [driverClasses:protected] => Array
                                                                                                (
                                                                                                    [SelectQuery] => SelectQuery
                                                                                                )

                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                            [transactionSupport:protected] => 1
                                                                                            [transactionalDDLSupport:protected] => 
                                                                                            [temporaryNameIndex:protected] => 0
                                                                                            [connectionOptions:protected] => Array
                                                                                                (
                                                                                                    [database] => drupal_distro_theweek
                                                                                                    [username] => root
                                                                                                    [password] => 
                                                                                                    [host] => localhost
                                                                                                    [port] => 
                                                                                                    [driver] => mysql
                                                                                                    [prefix] => Array
                                                                                                        (
                                                                                                            [default] => 
                                                                                                        )

                                                                                                )

                                                                                            [schema:protected] => 
                                                                                            [prefixes:protected] => Array
                                                                                                (
                                                                                                    [default] => 
                                                                                                )

                                                                                            [prefixSearch:protected] => Array
                                                                                                (
                                                                                                    [0] => {
                                                                                                    [1] => }
                                                                                                )

                                                                                            [prefixReplace:protected] => Array
                                                                                                (
                                                                                                    [0] => 
                                                                                                    [1] => 
                                                                                                )

                                                                                        )

                                                                                    [connectionTarget:protected] => default
                                                                                    [connectionKey:protected] => default
                                                                                    [queryOptions:protected] => Array
                                                                                        (
                                                                                            [target] => default
                                                                                            [return] => 1
                                                                                        )

                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                    [nextPlaceholder:protected] => 0
                                                                                    [comments:protected] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [operator] => IN
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => node.type
                                                                            [value] => gallery
                                                                            [operator] => 
                                                                        )

                                                                )

                                                            [args] => Array
                                                                (
                                                                )

                                                            [type] => AND
                                                        )

                                                )

                                            [having] => Array
                                                (
                                                )

                                            [group_operator] => AND
                                            [orderby] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node_sticky
                                                            [direction] => DESC
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => nodequeue_nodes_node_position
                                                            [direction] => DESC
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => field_data_field_published_date_field_published_date_value
                                                            [direction] => DESC
                                                        )

                                                )

                                            [groupby] => Array
                                                (
                                                )

                                            [header] => Array
                                                (
                                                )

                                            [distinct] => 
                                            [has_aggregate] => 
                                            [get_count_optimized] => 
                                            [pager] => views_plugin_pager_full Object
                                                (
                                                    [current_page] => 0
                                                    [total_items] => 993
                                                    [view] => view Object
 *RECURSION*
                                                    [display] => views_display Object
                                                        (
                                                            [db_table] => views_display
                                                            [vid] => 0
                                                            [id] => page
                                                            [display_title] => Page
                                                            [display_plugin] => page
                                                            [position] => 0
                                                            [display_options] => Array
                                                                (
                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [path] => taxonomy/term/%/type/%
                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [handler] => views_plugin_display_page Object
 *RECURSION*
                                                        )

                                                    [plugin_type] => pager
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [id] => 0
                                                            [total_pages] => 
                                                            [expose] => Array
                                                                (
                                                                    [items_per_page] => 
                                                                    [items_per_page_label] => Items per page
                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                    [items_per_page_options_all] => 
                                                                    [items_per_page_options_all_label] => - All -
                                                                    [offset] => 
                                                                    [offset_label] => Offset
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Paged output, full pager
                                                            [short title] => Full
                                                            [help] => Paged output, full Drupal style
                                                            [handler] => views_plugin_pager_full
                                                            [help topic] => pager-full
                                                            [uses options] => 1
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_pager_full.inc
                                                            [parent] => parent
                                                            [name] => full
                                                        )

                                                    [is_plugin] => 1
                                                )

                                            [field_aliases] => Array
                                                (
                                                    [node] => Array
                                                        (
                                                            [sticky] => node_sticky
                                                            [nid] => nid
                                                        )

                                                    [nodequeue_nodes_node] => Array
                                                        (
                                                            [position] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date] => Array
                                                        (
                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                        )

                                                )

                                            [tags] => Array
                                                (
                                                )

                                            [view] => view Object
 *RECURSION*
                                            [display] => 
                                            [plugin_type] => query
                                            [options] => Array
                                                (
                                                    [disable_sql_rewrite] => 
                                                    [distinct] => 
                                                    [slave] => 
                                                    [query_comment] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => SQL Query
                                                    [help] => Query will be generated and run using the Drupal database API.
                                                    [handler] => views_plugin_query_default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_query_default.inc
                                                    [parent] => parent
                                                    [name] => views_query
                                                )

                                            [is_plugin] => 1
                                            [base_table] => node
                                            [base_field] => nid
                                            [count_field] => Array
                                                (
                                                    [table] => node
                                                    [field] => nid
                                                    [alias] => nid
                                                    [count] => 1
                                                )

                                            [fields] => Array
                                                (
                                                    [node_sticky] => Array
                                                        (
                                                            [field] => sticky
                                                            [table] => node
                                                            [alias] => node_sticky
                                                        )

                                                    [nodequeue_nodes_node_position] => Array
                                                        (
                                                            [field] => position
                                                            [table] => nodequeue_nodes_node
                                                            [alias] => nodequeue_nodes_node_position
                                                        )

                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                        )

                                                    [nid] => Array
                                                        (
                                                            [field] => nid
                                                            [table] => node
                                                            [alias] => nid
                                                        )

                                                )

                                            [limit] => 10
                                            [offset] => 0
                                        )

                                    [handler_type] => empty
                                    [table_alias] => 
                                    [options] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [relationship] => none
                                            [group_type] => group
                                            [ui_name] => 
                                            [label] => No content
                                            [empty] => 
                                            [content] => There is currently no content in this category.
                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                    [definition] => Array
                                        (
                                            [handler] => views_handler_area_text
                                            [group] => Global
                                            [title] => Text area
                                            [help] => Provide markup text for the area.
                                            [field] => 
                                        )

                                    [is_handler] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                            [1] => empty
                                            [2] => views
                                            [3] => area
                                        )

                                    [table] => views
                                    [real_field] => 
                                    [field] => area
                                    [position] => 0
                                    [relationship] => 
                                )

                        )

                )

            [extender] => Array
                (
                )

            [display] => views_display Object
                (
                    [db_table] => views_display
                    [vid] => 0
                    [id] => page
                    [display_title] => Page
                    [display_plugin] => page
                    [position] => 0
                    [display_options] => Array
                        (
                            [query] => Array
                                (
                                    [type] => views_query
                                    [options] => Array
                                        (
                                        )

                                )

                            [path] => taxonomy/term/%/type/%
                            [cache] => Array
                                (
                                    [type] => time
                                    [results_lifespan] => 60
                                    [output_lifespan] => 60
                                )

                            [defaults] => Array
                                (
                                    [cache] => 
                                    [cache_options] => 
                                )

                            [cache_options] => 
                        )

                    [handler] => views_plugin_display_page Object
 *RECURSION*
                )

            [plugin_type] => display
            [options] => Array
                (
                    [defaults] => Array
                        (
                            [access] => 1
                            [cache] => 
                            [query] => 1
                            [title] => 1
                            [css_class] => 1
                            [display_description] => 
                            [use_ajax] => 1
                            [hide_attachment_summary] => 1
                            [pager] => 1
                            [pager_options] => 1
                            [use_more] => 1
                            [use_more_always] => 1
                            [use_more_text] => 1
                            [exposed_form] => 1
                            [exposed_form_options] => 1
                            [link_display] => 1
                            [link_url] => 
                            [group_by] => 1
                            [style_plugin] => 1
                            [style_options] => 1
                            [row_plugin] => 1
                            [row_options] => 1
                            [header] => 1
                            [footer] => 1
                            [empty] => 1
                            [relationships] => 1
                            [fields] => 1
                            [sorts] => 1
                            [arguments] => 1
                            [filters] => 1
                            [filter_groups] => 1
                            [cache_options] => 
                        )

                    [title] => 
                    [enabled] => 1
                    [display_comment] => 
                    [css_class] => 
                    [display_description] => 
                    [use_ajax] => 
                    [hide_attachment_summary] => 
                    [items_per_page] => 10
                    [offset] => 0
                    [use_pager] => 
                    [use_more] => 
                    [use_more_always] => 
                    [use_more_text] => more
                    [link_display] => 
                    [link_url] => 
                    [group_by] => 
                    [field_language] => ***CURRENT_LANGUAGE***
                    [field_language_add_to_query] => 1
                    [access] => Array
                        (
                            [type] => none
                        )

                    [cache] => Array
                        (
                            [type] => time
                            [results_lifespan] => 60
                            [output_lifespan] => 60
                        )

                    [query] => Array
                        (
                            [type] => views_query
                            [options] => Array
                                (
                                )

                        )

                    [exposed_form] => Array
                        (
                            [type] => basic
                            [options] => Array
                                (
                                )

                        )

                    [pager] => Array
                        (
                            [type] => full
                            [options] => Array
                                (
                                )

                        )

                    [style_plugin] => default
                    [style_options] => Array
                        (
                        )

                    [row_plugin] => fields
                    [row_options] => Array
                        (
                        )

                    [exposed_block] => 
                    [header] => Array
                        (
                        )

                    [footer] => Array
                        (
                        )

                    [empty] => Array
                        (
                        )

                    [relationships] => Array
                        (
                        )

                    [fields] => Array
                        (
                        )

                    [sorts] => Array
                        (
                        )

                    [arguments] => Array
                        (
                        )

                    [filter_groups] => Array
                        (
                            [operator] => AND
                            [groups] => Array
                                (
                                    [0] => AND
                                )

                        )

                    [filters] => Array
                        (
                        )

                    [path] => taxonomy/term/%/type/%
                    [menu] => Array
                        (
                            [type] => none
                            [title] => 
                            [description] => 
                            [weight] => 0
                            [name] => navigation
                        )

                    [tab_options] => Array
                        (
                            [type] => none
                            [title] => 
                            [description] => 
                            [weight] => 0
                            [name] => navigation
                        )

                    [cache_options] => 
                )

            [definition] => Array
                (
                    [title] => Page
                    [help] => Display the view as a page, with a URL and menu links.
                    [handler] => views_plugin_display_page
                    [theme] => views_view
                    [uses hook menu] => 1
                    [contextual links locations] => Array
                        (
                            [0] => page
                        )

                    [use ajax] => 1
                    [use pager] => 1
                    [use more] => 1
                    [accept attachments] => 1
                    [admin] => Page
                    [help topic] => display-page
                    [module] => views
                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                    [theme file] => theme.inc
                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                    [file] => views_plugin_display_page.inc
                    [parent] => parent
                    [name] => page
                    [contextual links] => Array
                        (
                            [views_ui] => Array
                                (
                                    [parent path] => admin/structure/views/view
                                    [argument properties] => Array
                                        (
                                            [0] => name
                                        )

                                )

                        )

                )

            [is_plugin] => 1
            [localization_keys] => Array
                (
                    [0] => page
                )

            [default_display] => views_plugin_display_default Object
                (
                    [view] => view Object
 *RECURSION*
                    [handlers] => Array
                        (
                        )

                    [extender] => Array
                        (
                        )

                    [display] => views_display Object
                        (
                            [db_table] => views_display
                            [vid] => 0
                            [id] => default
                            [display_title] => Master
                            [display_plugin] => default
                            [position] => 0
                            [display_options] => Array
                                (
                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                    [query_comment] => 
                                                )

                                        )

                                    [access] => Array
                                        (
                                            [type] => perm
                                        )

                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [exposed_form] => Array
                                        (
                                            [type] => basic
                                        )

                                    [pager] => Array
                                        (
                                            [type] => full
                                            [options] => Array
                                                (
                                                    [items_per_page] => 10
                                                )

                                        )

                                    [style_plugin] => default
                                    [row_plugin] => node
                                    [header] => Array
                                        (
                                            [area] => Array
                                                (
                                                    [id] => area
                                                    [table] => views
                                                    [field] => area
                                                    [empty] => 
                                                    [content] => 
Latest %2s of %1


                                                    [format] => filtered_html
                                                    [tokenize] => 0
                                                )

                                        )

                                    [empty] => Array
                                        (
                                            [area] => Array
                                                (
                                                    [id] => area
                                                    [table] => views
                                                    [field] => area
                                                    [label] => No content
                                                    [empty] => 
                                                    [content] => There is currently no content in this category.
                                                    [format] => filtered_html
                                                    [tokenize] => 0
                                                )

                                        )

                                    [relationships] => Array
                                        (
                                            [nodequeue_rel] => Array
                                                (
                                                    [id] => nodequeue_rel
                                                    [table] => node
                                                    [field] => nodequeue_rel
                                                    [required] => 0
                                                    [limit] => 1
                                                    [names] => Array
                                                        (
                                                            [elevation] => elevation
                                                            [featured] => 0
                                                        )

                                                )

                                        )

                                    [fields] => Array
                                        (
                                            [title] => Array
                                                (
                                                    [id] => title
                                                    [table] => node
                                                    [field] => title
                                                    [label] => 
                                                    [alter] => Array
                                                        (
                                                            [alter_text] => 0
                                                            [make_link] => 0
                                                            [absolute] => 0
                                                            [word_boundary] => 0
                                                            [ellipsis] => 0
                                                            [strip_tags] => 0
                                                            [trim] => 0
                                                            [html] => 0
                                                        )

                                                    [hide_empty] => 0
                                                    [empty_zero] => 0
                                                    [link_to_node] => 1
                                                )

                                        )

                                    [sorts] => Array
                                        (
                                            [sticky] => Array
                                                (
                                                    [id] => sticky
                                                    [table] => node
                                                    [field] => sticky
                                                    [order] => DESC
                                                )

                                            [position] => Array
                                                (
                                                    [id] => position
                                                    [table] => nodequeue_nodes
                                                    [field] => position
                                                    [relationship] => nodequeue_rel
                                                    [order] => DESC
                                                )

                                            [field_published_date_value] => Array
                                                (
                                                    [id] => field_published_date_value
                                                    [table] => field_data_field_published_date
                                                    [field] => field_published_date_value
                                                    [order] => DESC
                                                )

                                        )

                                    [arguments] => Array
                                        (
                                            [term_node_tid_depth] => Array
                                                (
                                                    [id] => term_node_tid_depth
                                                    [table] => node
                                                    [field] => term_node_tid_depth
                                                    [default_action] => empty
                                                    [title_enable] => 1
                                                    [title] => %1 %2
                                                    [breadcrumb_enable] => 1
                                                    [breadcrumb] => %2
                                                    [default_argument_type] => fixed
                                                    [default_argument_skip_url] => 0
                                                    [summary] => Array
                                                        (
                                                            [number_of_records] => 0
                                                            [format] => default_summary
                                                        )

                                                    [summary_options] => Array
                                                        (
                                                            [items_per_page] => 25
                                                        )

                                                    [specify_validation] => 1
                                                    [validate] => Array
                                                        (
                                                            [type] => taxonomy_term
                                                            [fail] => empty
                                                        )

                                                    [validate_options] => Array
                                                        (
                                                            [vocabularies] => Array
                                                                (
                                                                    [article_type] => 0
                                                                    [author_type] => 0
                                                                    [category] => 0
                                                                    [tags] => 0
                                                                    [topic] => 0
                                                                )

                                                            [transform] => 0
                                                        )

                                                    [depth] => 3
                                                    [break_phrase] => 0
                                                    [set_breadcrumb] => 0
                                                    [use_taxonomy_term_path] => 0
                                                )

                                            [type] => Array
                                                (
                                                    [id] => type
                                                    [table] => node
                                                    [field] => type
                                                    [default_action] => empty
                                                    [title_enable] => 1
                                                    [title] => %1
                                                    [breadcrumb_enable] => 1
                                                    [breadcrumb] => %1
                                                    [default_argument_type] => fixed
                                                    [default_argument_skip_url] => 0
                                                    [summary] => Array
                                                        (
                                                            [number_of_records] => 0
                                                            [format] => default_summary
                                                        )

                                                    [summary_options] => Array
                                                        (
                                                            [items_per_page] => 25
                                                        )

                                                    [specify_validation] => 1
                                                    [validate] => Array
                                                        (
                                                            [fail] => empty
                                                        )

                                                )

                                        )

                                    [filters] => Array
                                        (
                                            [status] => Array
                                                (
                                                    [id] => status
                                                    [table] => node
                                                    [field] => status
                                                    [value] => 1
                                                )

                                        )

                                    [defaults] => Array
                                        (
                                            [cache] => 
                                            [cache_options] => 
                                        )

                                    [cache_options] => 
                                )

                            [handler] => views_plugin_display_default Object
 *RECURSION*
                        )

                    [plugin_type] => display
                    [options] => Array
                        (
                            [title] => 
                            [enabled] => 1
                            [display_comment] => 
                            [css_class] => 
                            [display_description] => 
                            [use_ajax] => 
                            [hide_attachment_summary] => 
                            [items_per_page] => 10
                            [offset] => 0
                            [use_pager] => 
                            [use_more] => 
                            [use_more_always] => 
                            [use_more_text] => more
                            [link_display] => 
                            [link_url] => 
                            [group_by] => 
                            [field_language] => ***CURRENT_LANGUAGE***
                            [field_language_add_to_query] => 1
                            [access] => Array
                                (
                                    [type] => perm
                                )

                            [cache] => Array
                                (
                                    [type] => time
                                    [results_lifespan] => 60
                                    [output_lifespan] => 60
                                )

                            [query] => Array
                                (
                                    [type] => views_query
                                    [options] => Array
                                        (
                                            [query_comment] => 
                                        )

                                )

                            [exposed_form] => Array
                                (
                                    [type] => basic
                                    [options] => Array
                                        (
                                        )

                                )

                            [pager] => Array
                                (
                                    [type] => full
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                        )

                                )

                            [style_plugin] => default
                            [style_options] => Array
                                (
                                )

                            [row_plugin] => node
                            [row_options] => Array
                                (
                                )

                            [exposed_block] => 
                            [header] => Array
                                (
                                    [area] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [empty] => 
                                            [content] => 
Latest %2s of %1


                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                )

                            [footer] => Array
                                (
                                )

                            [empty] => Array
                                (
                                    [area] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [label] => No content
                                            [empty] => 
                                            [content] => There is currently no content in this category.
                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                )

                            [relationships] => Array
                                (
                                    [nodequeue_rel] => Array
                                        (
                                            [id] => nodequeue_rel
                                            [table] => node
                                            [field] => nodequeue_rel
                                            [required] => 0
                                            [limit] => 1
                                            [names] => Array
                                                (
                                                    [elevation] => elevation
                                                    [featured] => 0
                                                )

                                        )

                                )

                            [fields] => Array
                                (
                                    [title] => Array
                                        (
                                            [id] => title
                                            [table] => node
                                            [field] => title
                                            [label] => 
                                            [alter] => Array
                                                (
                                                    [alter_text] => 0
                                                    [make_link] => 0
                                                    [absolute] => 0
                                                    [word_boundary] => 0
                                                    [ellipsis] => 0
                                                    [strip_tags] => 0
                                                    [trim] => 0
                                                    [html] => 0
                                                )

                                            [hide_empty] => 0
                                            [empty_zero] => 0
                                            [link_to_node] => 1
                                        )

                                )

                            [sorts] => Array
                                (
                                    [sticky] => Array
                                        (
                                            [id] => sticky
                                            [table] => node
                                            [field] => sticky
                                            [order] => DESC
                                        )

                                    [position] => Array
                                        (
                                            [id] => position
                                            [table] => nodequeue_nodes
                                            [field] => position
                                            [relationship] => nodequeue_rel
                                            [order] => DESC
                                        )

                                    [field_published_date_value] => Array
                                        (
                                            [id] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [field] => field_published_date_value
                                            [order] => DESC
                                        )

                                )

                            [arguments] => Array
                                (
                                    [term_node_tid_depth] => Array
                                        (
                                            [id] => term_node_tid_depth
                                            [table] => node
                                            [field] => term_node_tid_depth
                                            [default_action] => empty
                                            [title_enable] => 1
                                            [title] => %1 %2
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %2
                                            [default_argument_type] => fixed
                                            [default_argument_skip_url] => 0
                                            [summary] => Array
                                                (
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [type] => taxonomy_term
                                                    [fail] => empty
                                                )

                                            [validate_options] => Array
                                                (
                                                    [vocabularies] => Array
                                                        (
                                                            [article_type] => 0
                                                            [author_type] => 0
                                                            [category] => 0
                                                            [tags] => 0
                                                            [topic] => 0
                                                        )

                                                    [transform] => 0
                                                )

                                            [depth] => 3
                                            [break_phrase] => 0
                                            [set_breadcrumb] => 0
                                            [use_taxonomy_term_path] => 0
                                        )

                                    [type] => Array
                                        (
                                            [id] => type
                                            [table] => node
                                            [field] => type
                                            [default_action] => empty
                                            [title_enable] => 1
                                            [title] => %1
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %1
                                            [default_argument_type] => fixed
                                            [default_argument_skip_url] => 0
                                            [summary] => Array
                                                (
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [fail] => empty
                                                )

                                        )

                                )

                            [filter_groups] => Array
                                (
                                    [operator] => AND
                                    [groups] => Array
                                        (
                                            [0] => AND
                                        )

                                )

                            [filters] => Array
                                (
                                    [status] => Array
                                        (
                                            [id] => status
                                            [table] => node
                                            [field] => status
                                            [value] => 1
                                        )

                                )

                            [defaults] => Array
                                (
                                    [cache] => 
                                    [cache_options] => 
                                )

                            [cache_options] => 
                        )

                    [definition] => Array
                        (
                            [title] => Master
                            [help] => Default settings for this view.
                            [handler] => views_plugin_display_default
                            [theme] => views_view
                            [no ui] => 1
                            [no remove] => 1
                            [js] => Array
                                (
                                    [0] => misc/form.js
                                    [1] => misc/collapse.js
                                    [2] => misc/textarea.js
                                    [3] => misc/tabledrag.js
                                    [4] => misc/autocomplete.js
                                    [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                )

                            [use ajax] => 1
                            [use pager] => 1
                            [use more] => 1
                            [accept attachments] => 1
                            [help topic] => display-default
                            [module] => views
                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                            [theme file] => theme.inc
                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                            [file] => views_plugin_display_default.inc
                            [parent] => parent
                            [name] => default
                            [contextual links] => Array
                                (
                                    [views_ui] => Array
                                        (
                                            [parent path] => admin/structure/views/view
                                            [argument properties] => Array
                                                (
                                                    [0] => name
                                                )

                                        )

                                )

                        )

                    [is_plugin] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                        )

                )

            [has_exposed] => 
        )

    [style_plugin] => views_plugin_style_default Object
        (
            [row_tokens] => Array
                (
                )

            [view] => view Object
 *RECURSION*
            [display] => views_display Object
                (
                    [db_table] => views_display
                    [vid] => 0
                    [id] => page
                    [display_title] => Page
                    [display_plugin] => page
                    [position] => 0
                    [display_options] => Array
                        (
                            [query] => Array
                                (
                                    [type] => views_query
                                    [options] => Array
                                        (
                                        )

                                )

                            [path] => taxonomy/term/%/type/%
                            [cache] => Array
                                (
                                    [type] => time
                                    [results_lifespan] => 60
                                    [output_lifespan] => 60
                                )

                            [defaults] => Array
                                (
                                    [cache] => 
                                    [cache_options] => 
                                )

                            [cache_options] => 
                        )

                    [handler] => views_plugin_display_page Object
                        (
                            [view] => view Object
 *RECURSION*
                            [handlers] => Array
                                (
                                    [field] => Array
                                        (
                                            [title] => views_handler_field_node Object
                                                (
                                                    [field_alias] => unknown
                                                    [aliases] => Array
                                                        (
                                                        )

                                                    [additional_fields] => Array
                                                        (
                                                            [nid] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                )

                                                        )

                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => field
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => title
                                                            [table] => node
                                                            [field] => title
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => 
                                                            [exclude] => 
                                                            [alter] => Array
                                                                (
                                                                    [alter_text] => 0
                                                                    [text] => 
                                                                    [make_link] => 0
                                                                    [path] => 
                                                                    [absolute] => 0
                                                                    [external] => 
                                                                    [replace_spaces] => 
                                                                    [path_case] => none
                                                                    [trim_whitespace] => 
                                                                    [alt] => 
                                                                    [rel] => 
                                                                    [link_class] => 
                                                                    [prefix] => 
                                                                    [suffix] => 
                                                                    [target] => 
                                                                    [nl2br] => 
                                                                    [max_length] => 
                                                                    [word_boundary] => 0
                                                                    [ellipsis] => 0
                                                                    [strip_tags] => 0
                                                                    [trim] => 0
                                                                    [preserve_tags] => 
                                                                    [html] => 0
                                                                )

                                                            [element_type] => 
                                                            [element_class] => 
                                                            [element_label_type] => 
                                                            [element_label_class] => 
                                                            [element_label_colon] => 1
                                                            [element_wrapper_type] => 
                                                            [element_wrapper_class] => 
                                                            [element_default_classes] => 1
                                                            [empty] => 
                                                            [hide_empty] => 0
                                                            [empty_zero] => 0
                                                            [hide_alter_empty] => 1
                                                            [link_to_node] => 1
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [field] => title
                                                            [group] => Content
                                                            [handler] => views_handler_field_node
                                                            [click sortable] => 1
                                                            [link_to_node default] => 1
                                                            [title] => Title
                                                            [help] => The content title.
                                                        )

                                                    [real_field] => title
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => field
                                                            [2] => node
                                                            [3] => title
                                                        )

                                                    [table] => node
                                                    [field] => title
                                                    [position] => 0
                                                )

                                        )

                                    [argument] => Array
                                        (
                                            [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                (
                                                    [name_field] => 
                                                    [validator] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => argument
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => term_node_tid_depth
                                                            [table] => node
                                                            [field] => term_node_tid_depth
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [default_action] => empty
                                                            [exception] => Array
                                                                (
                                                                    [value] => all
                                                                    [title_enable] => 0
                                                                    [title] => All
                                                                )

                                                            [title_enable] => 1
                                                            [title] => %1 %2
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %2
                                                            [default_argument_type] => fixed
                                                            [default_argument_options] => Array
                                                                (
                                                                )

                                                            [default_argument_skip_url] => 0
                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [summary] => Array
                                                                (
                                                                    [sort_order] => asc
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => taxonomy_term
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                    [vocabularies] => Array
                                                                        (
                                                                            [article_type] => 0
                                                                            [author_type] => 0
                                                                            [category] => 0
                                                                            [tags] => 0
                                                                            [topic] => 0
                                                                        )

                                                                    [transform] => 0
                                                                )

                                                            [depth] => 3
                                                            [break_phrase] => 0
                                                            [set_breadcrumb] => 0
                                                            [use_taxonomy_term_path] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Has taxonomy term ID (with depth)
                                                            [handler] => views_handler_argument_term_node_tid_depth
                                                            [accept depth modifier] => 1
                                                            [group] => Content
                                                            [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                            [real field] => nid
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => argument
                                                            [2] => node
                                                            [3] => term_node_tid_depth
                                                        )

                                                    [table] => node
                                                    [real_field] => nid
                                                    [field] => term_node_tid_depth
                                                    [position] => 0
                                                    [relationship] => 
                                                    [argument] => 37
                                                    [validated_title] => News & Opinion
                                                    [argument_validated] => 1
                                                )

                                            [type] => views_handler_argument_node_type Object
                                                (
                                                    [name_field] => 
                                                    [validator] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => argument
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => type
                                                            [table] => node
                                                            [field] => type
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [default_action] => empty
                                                            [exception] => Array
                                                                (
                                                                    [value] => all
                                                                    [title_enable] => 0
                                                                    [title] => All
                                                                )

                                                            [title_enable] => 1
                                                            [title] => %1
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %1
                                                            [default_argument_type] => fixed
                                                            [default_argument_options] => Array
                                                                (
                                                                )

                                                            [default_argument_skip_url] => 0
                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [summary] => Array
                                                                (
                                                                    [sort_order] => asc
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => none
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_argument_node_type
                                                            [group] => Content
                                                            [title] => Type
                                                            [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => argument
                                                            [2] => node
                                                            [3] => type
                                                        )

                                                    [table] => node
                                                    [field] => type
                                                    [real_field] => type
                                                    [position] => 1
                                                    [relationship] => 
                                                    [argument] => gallery
                                                    [argument_validated] => 1
                                                )

                                        )

                                    [sort] => Array
                                        (
                                            [sticky] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => sticky
                                                            [table] => node
                                                            [field] => sticky
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_sort
                                                            [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                            [group] => Content
                                                            [title] => Sticky
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => node
                                                            [3] => sticky
                                                        )

                                                    [table] => node
                                                    [field] => sticky
                                                    [real_field] => sticky
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                            [position] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => nodequeue_nodes_node
                                                    [options] => Array
                                                        (
                                                            [id] => position
                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [relationship] => nodequeue_rel
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_sort
                                                            [group] => Nodequeue
                                                            [title] => Position
                                                            [help] => The position of the node within a queue.
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => nodequeue_nodes
                                                            [3] => position
                                                        )

                                                    [table] => nodequeue_nodes
                                                    [field] => position
                                                    [real_field] => position
                                                    [position] => 1
                                                    [relationship] => nodequeue_nodes_node
                                                )

                                            [field_published_date_value] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => field_data_field_published_date
                                                    [options] => Array
                                                        (
                                                            [id] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [handler] => views_handler_sort
                                                            [additional fields] => Array
                                                                (
                                                                    [0] => field_published_date_value
                                                                )

                                                            [field_name] => field_published_date
                                                            [group] => Content
                                                            [title] => Published Date (field_published_date)
                                                            [title short] => Published Date
                                                            [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                        )

                                                    [real_field] => field_published_date_value
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => field_data_field_published_date
                                                            [3] => field_published_date_value
                                                        )

                                                    [table] => field_data_field_published_date
                                                    [field] => field_published_date_value
                                                    [position] => 2
                                                    [relationship] => 
                                                )

                                        )

                                    [filter] => Array
                                        (
                                            [status] => views_handler_filter_boolean_operator Object
                                                (
                                                    [always_multiple] => 1
                                                    [no_operator] => 1
                                                    [accept_null] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => filter
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => status
                                                            [table] => node
                                                            [field] => status
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [operator] => =
                                                            [value] => 1
                                                            [group] => 0
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [operator_id] => 
                                                                    [label] => 
                                                                    [use_operator] => 0
                                                                    [operator] => 
                                                                    [identifier] => 
                                                                    [required] => 0
                                                                    [remember] => 0
                                                                    [multiple] => 0
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_filter_boolean_operator
                                                            [label] => Published
                                                            [type] => yes-no
                                                            [use equal] => 1
                                                            [group] => Content
                                                            [title] => Published
                                                            [help] => Whether or not the content is published.
                                                            [allow empty] => 1
                                                        )

                                                    [is_handler] => 1
                                                    [value_value] => Published
                                                    [value_options] => 
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => filter
                                                            [2] => node
                                                            [3] => status
                                                        )

                                                    [table] => node
                                                    [field] => status
                                                    [real_field] => status
                                                    [operator] => =
                                                    [value] => 1
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                    [relationship] => Array
                                        (
                                            [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => relationship
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => nodequeue_rel
                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => queue
                                                            [required] => 0
                                                            [limit] => 1
                                                            [names] => Array
                                                                (
                                                                    [elevation] => elevation
                                                                    [featured] => 0
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => nodequeue_handler_relationship_nodequeue
                                                            [base] => nodequeue_nodes
                                                            [field] => nid
                                                            [label] => queue
                                                            [group] => Nodequeue
                                                            [title] => Queue
                                                            [help] => Create a relationship to a nodequeue.
                                                            [real field] => nid
                                                        )

                                                    [real_field] => nid
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => relationship
                                                            [2] => node
                                                            [3] => nodequeue_rel
                                                        )

                                                    [table] => node
                                                    [field] => nodequeue_rel
                                                    [position] => 0
                                                    [relationship] => 
                                                    [alias] => nodequeue_nodes_node
                                                )

                                        )

                                    [header] => Array
                                        (
                                            [area] => views_handler_area_text Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => header
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => 
                                                            [empty] => 
                                                            [content] => 
Latest %2s of %1


                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_area_text
                                                            [group] => Global
                                                            [title] => Text area
                                                            [help] => Provide markup text for the area.
                                                            [field] => 
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => header
                                                            [2] => views
                                                            [3] => area
                                                        )

                                                    [table] => views
                                                    [real_field] => 
                                                    [field] => area
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                    [footer] => Array
                                        (
                                        )

                                    [empty] => Array
                                        (
                                            [area] => views_handler_area_text Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => empty
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => No content
                                                            [empty] => 
                                                            [content] => There is currently no content in this category.
                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_area_text
                                                            [group] => Global
                                                            [title] => Text area
                                                            [help] => Provide markup text for the area.
                                                            [field] => 
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => empty
                                                            [2] => views
                                                            [3] => area
                                                        )

                                                    [table] => views
                                                    [real_field] => 
                                                    [field] => area
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                )

                            [extender] => Array
                                (
                                )

                            [display] => views_display Object
 *RECURSION*
                            [plugin_type] => display
                            [options] => Array
                                (
                                    [defaults] => Array
                                        (
                                            [access] => 1
                                            [cache] => 
                                            [query] => 1
                                            [title] => 1
                                            [css_class] => 1
                                            [display_description] => 
                                            [use_ajax] => 1
                                            [hide_attachment_summary] => 1
                                            [pager] => 1
                                            [pager_options] => 1
                                            [use_more] => 1
                                            [use_more_always] => 1
                                            [use_more_text] => 1
                                            [exposed_form] => 1
                                            [exposed_form_options] => 1
                                            [link_display] => 1
                                            [link_url] => 
                                            [group_by] => 1
                                            [style_plugin] => 1
                                            [style_options] => 1
                                            [row_plugin] => 1
                                            [row_options] => 1
                                            [header] => 1
                                            [footer] => 1
                                            [empty] => 1
                                            [relationships] => 1
                                            [fields] => 1
                                            [sorts] => 1
                                            [arguments] => 1
                                            [filters] => 1
                                            [filter_groups] => 1
                                            [cache_options] => 
                                        )

                                    [title] => 
                                    [enabled] => 1
                                    [display_comment] => 
                                    [css_class] => 
                                    [display_description] => 
                                    [use_ajax] => 
                                    [hide_attachment_summary] => 
                                    [items_per_page] => 10
                                    [offset] => 0
                                    [use_pager] => 
                                    [use_more] => 
                                    [use_more_always] => 
                                    [use_more_text] => more
                                    [link_display] => 
                                    [link_url] => 
                                    [group_by] => 
                                    [field_language] => ***CURRENT_LANGUAGE***
                                    [field_language_add_to_query] => 1
                                    [access] => Array
                                        (
                                            [type] => none
                                        )

                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [exposed_form] => Array
                                        (
                                            [type] => basic
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [pager] => Array
                                        (
                                            [type] => full
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [style_plugin] => default
                                    [style_options] => Array
                                        (
                                        )

                                    [row_plugin] => fields
                                    [row_options] => Array
                                        (
                                        )

                                    [exposed_block] => 
                                    [header] => Array
                                        (
                                        )

                                    [footer] => Array
                                        (
                                        )

                                    [empty] => Array
                                        (
                                        )

                                    [relationships] => Array
                                        (
                                        )

                                    [fields] => Array
                                        (
                                        )

                                    [sorts] => Array
                                        (
                                        )

                                    [arguments] => Array
                                        (
                                        )

                                    [filter_groups] => Array
                                        (
                                            [operator] => AND
                                            [groups] => Array
                                                (
                                                    [0] => AND
                                                )

                                        )

                                    [filters] => Array
                                        (
                                        )

                                    [path] => taxonomy/term/%/type/%
                                    [menu] => Array
                                        (
                                            [type] => none
                                            [title] => 
                                            [description] => 
                                            [weight] => 0
                                            [name] => navigation
                                        )

                                    [tab_options] => Array
                                        (
                                            [type] => none
                                            [title] => 
                                            [description] => 
                                            [weight] => 0
                                            [name] => navigation
                                        )

                                    [cache_options] => 
                                )

                            [definition] => Array
                                (
                                    [title] => Page
                                    [help] => Display the view as a page, with a URL and menu links.
                                    [handler] => views_plugin_display_page
                                    [theme] => views_view
                                    [uses hook menu] => 1
                                    [contextual links locations] => Array
                                        (
                                            [0] => page
                                        )

                                    [use ajax] => 1
                                    [use pager] => 1
                                    [use more] => 1
                                    [accept attachments] => 1
                                    [admin] => Page
                                    [help topic] => display-page
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_display_page.inc
                                    [parent] => parent
                                    [name] => page
                                    [contextual links] => Array
                                        (
                                            [views_ui] => Array
                                                (
                                                    [parent path] => admin/structure/views/view
                                                    [argument properties] => Array
                                                        (
                                                            [0] => name
                                                        )

                                                )

                                        )

                                )

                            [is_plugin] => 1
                            [localization_keys] => Array
                                (
                                    [0] => page
                                )

                            [default_display] => views_plugin_display_default Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [handlers] => Array
                                        (
                                        )

                                    [extender] => Array
                                        (
                                        )

                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => default
                                            [display_title] => Master
                                            [display_plugin] => default
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                    [query_comment] => 
                                                                )

                                                        )

                                                    [access] => Array
                                                        (
                                                            [type] => perm
                                                        )

                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [exposed_form] => Array
                                                        (
                                                            [type] => basic
                                                        )

                                                    [pager] => Array
                                                        (
                                                            [type] => full
                                                            [options] => Array
                                                                (
                                                                    [items_per_page] => 10
                                                                )

                                                        )

                                                    [style_plugin] => default
                                                    [row_plugin] => node
                                                    [header] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [empty] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [relationships] => Array
                                                        (
                                                            [nodequeue_rel] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                        )

                                                    [fields] => Array
                                                        (
                                                            [title] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [label] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [make_link] => 0
                                                                            [absolute] => 0
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [html] => 0
                                                                        )

                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [link_to_node] => 1
                                                                )

                                                        )

                                                    [sorts] => Array
                                                        (
                                                            [sticky] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [order] => DESC
                                                                )

                                                            [position] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [order] => DESC
                                                                )

                                                            [field_published_date_value] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [order] => DESC
                                                                )

                                                        )

                                                    [arguments] => Array
                                                        (
                                                            [term_node_tid_depth] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [type] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [fail] => empty
                                                                        )

                                                                )

                                                        )

                                                    [filters] => Array
                                                        (
                                                            [status] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [value] => 1
                                                                )

                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_default Object
 *RECURSION*
                                        )

                                    [plugin_type] => display
                                    [options] => Array
                                        (
                                            [title] => 
                                            [enabled] => 1
                                            [display_comment] => 
                                            [css_class] => 
                                            [display_description] => 
                                            [use_ajax] => 
                                            [hide_attachment_summary] => 
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [use_pager] => 
                                            [use_more] => 
                                            [use_more_always] => 
                                            [use_more_text] => more
                                            [link_display] => 
                                            [link_url] => 
                                            [group_by] => 
                                            [field_language] => ***CURRENT_LANGUAGE***
                                            [field_language_add_to_query] => 1
                                            [access] => Array
                                                (
                                                    [type] => perm
                                                )

                                            [cache] => Array
                                                (
                                                    [type] => time
                                                    [results_lifespan] => 60
                                                    [output_lifespan] => 60
                                                )

                                            [query] => Array
                                                (
                                                    [type] => views_query
                                                    [options] => Array
                                                        (
                                                            [query_comment] => 
                                                        )

                                                )

                                            [exposed_form] => Array
                                                (
                                                    [type] => basic
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [pager] => Array
                                                (
                                                    [type] => full
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                        )

                                                )

                                            [style_plugin] => default
                                            [style_options] => Array
                                                (
                                                )

                                            [row_plugin] => node
                                            [row_options] => Array
                                                (
                                                )

                                            [exposed_block] => 
                                            [header] => Array
                                                (
                                                    [area] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [empty] => 
                                                            [content] => 
Latest %2s of %1


                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                    [area] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [label] => No content
                                                            [empty] => 
                                                            [content] => There is currently no content in this category.
                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [nodequeue_rel] => Array
                                                        (
                                                            [id] => nodequeue_rel
                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [required] => 0
                                                            [limit] => 1
                                                            [names] => Array
                                                                (
                                                                    [elevation] => elevation
                                                                    [featured] => 0
                                                                )

                                                        )

                                                )

                                            [fields] => Array
                                                (
                                                    [title] => Array
                                                        (
                                                            [id] => title
                                                            [table] => node
                                                            [field] => title
                                                            [label] => 
                                                            [alter] => Array
                                                                (
                                                                    [alter_text] => 0
                                                                    [make_link] => 0
                                                                    [absolute] => 0
                                                                    [word_boundary] => 0
                                                                    [ellipsis] => 0
                                                                    [strip_tags] => 0
                                                                    [trim] => 0
                                                                    [html] => 0
                                                                )

                                                            [hide_empty] => 0
                                                            [empty_zero] => 0
                                                            [link_to_node] => 1
                                                        )

                                                )

                                            [sorts] => Array
                                                (
                                                    [sticky] => Array
                                                        (
                                                            [id] => sticky
                                                            [table] => node
                                                            [field] => sticky
                                                            [order] => DESC
                                                        )

                                                    [position] => Array
                                                        (
                                                            [id] => position
                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [relationship] => nodequeue_rel
                                                            [order] => DESC
                                                        )

                                                    [field_published_date_value] => Array
                                                        (
                                                            [id] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [order] => DESC
                                                        )

                                                )

                                            [arguments] => Array
                                                (
                                                    [term_node_tid_depth] => Array
                                                        (
                                                            [id] => term_node_tid_depth
                                                            [table] => node
                                                            [field] => term_node_tid_depth
                                                            [default_action] => empty
                                                            [title_enable] => 1
                                                            [title] => %1 %2
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %2
                                                            [default_argument_type] => fixed
                                                            [default_argument_skip_url] => 0
                                                            [summary] => Array
                                                                (
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => taxonomy_term
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                    [vocabularies] => Array
                                                                        (
                                                                            [article_type] => 0
                                                                            [author_type] => 0
                                                                            [category] => 0
                                                                            [tags] => 0
                                                                            [topic] => 0
                                                                        )

                                                                    [transform] => 0
                                                                )

                                                            [depth] => 3
                                                            [break_phrase] => 0
                                                            [set_breadcrumb] => 0
                                                            [use_taxonomy_term_path] => 0
                                                        )

                                                    [type] => Array
                                                        (
                                                            [id] => type
                                                            [table] => node
                                                            [field] => type
                                                            [default_action] => empty
                                                            [title_enable] => 1
                                                            [title] => %1
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %1
                                                            [default_argument_type] => fixed
                                                            [default_argument_skip_url] => 0
                                                            [summary] => Array
                                                                (
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [fail] => empty
                                                                )

                                                        )

                                                )

                                            [filter_groups] => Array
                                                (
                                                    [operator] => AND
                                                    [groups] => Array
                                                        (
                                                            [0] => AND
                                                        )

                                                )

                                            [filters] => Array
                                                (
                                                    [status] => Array
                                                        (
                                                            [id] => status
                                                            [table] => node
                                                            [field] => status
                                                            [value] => 1
                                                        )

                                                )

                                            [defaults] => Array
                                                (
                                                    [cache] => 
                                                    [cache_options] => 
                                                )

                                            [cache_options] => 
                                        )

                                    [definition] => Array
                                        (
                                            [title] => Master
                                            [help] => Default settings for this view.
                                            [handler] => views_plugin_display_default
                                            [theme] => views_view
                                            [no ui] => 1
                                            [no remove] => 1
                                            [js] => Array
                                                (
                                                    [0] => misc/form.js
                                                    [1] => misc/collapse.js
                                                    [2] => misc/textarea.js
                                                    [3] => misc/tabledrag.js
                                                    [4] => misc/autocomplete.js
                                                    [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                )

                                            [use ajax] => 1
                                            [use pager] => 1
                                            [use more] => 1
                                            [accept attachments] => 1
                                            [help topic] => display-default
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_display_default.inc
                                            [parent] => parent
                                            [name] => default
                                            [contextual links] => Array
                                                (
                                                    [views_ui] => Array
                                                        (
                                                            [parent path] => admin/structure/views/view
                                                            [argument properties] => Array
                                                                (
                                                                    [0] => name
                                                                )

                                                        )

                                                )

                                        )

                                    [is_plugin] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                        )

                                )

                            [has_exposed] => 
                        )

                )

            [plugin_type] => style
            [options] => Array
                (
                    [grouping] => 
                    [group_rendered] => 1
                    [row_class] => 
                )

            [definition] => Array
                (
                    [title] => Unformatted list
                    [help] => Displays rows one after another.
                    [handler] => views_plugin_style_default
                    [theme] => views_view_unformatted
                    [uses row plugin] => 1
                    [uses row class] => 1
                    [uses grouping] => 1
                    [uses options] => 1
                    [type] => normal
                    [help topic] => style-unformatted
                    [module] => views
                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                    [theme file] => theme.inc
                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                    [file] => views_plugin_style_default.inc
                    [parent] => parent
                    [name] => default
                )

            [is_plugin] => 1
            [row_plugin] => views_plugin_row_node_view Object
                (
                    [base_table] => node
                    [base_field] => nid
                    [nodes] => Array
                        (
                            [45230] => stdClass Object
                                (
                                    [vid] => 66144
                                    [uid] => 19
                                    [title] => Week in pictures: 5-11 February
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 45230
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328884109
                                    [changed] => 1328918075
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328918075
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-10 14:30:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59776
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => ice-geneva.jpg
                                                            [uri] => public://ice-geneva.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 151722
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Fabrice Coffrini
                                                                                    [format] => 
                                                                                    [safe_value] => Fabrice Coffrini
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => GENEVA, SUNDAY: An ice-covered car on the frozen waterside promenade along Lake Geneva in the town of Versoix. 
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  GENEVA, SUNDAY: An ice-covered car on the frozen waterside promenade along Lake Geneva in the town of Versoix.  
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Lake Geneva ice covered car
                                                                                    [format] => 
                                                                                    [safe_value] => Lake Geneva ice covered car
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59766
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => berlinale.jpg
                                                            [uri] => public://berlinale.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 95886
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Johannes Eisele
                                                                                    [format] => 
                                                                                    [safe_value] => Johannes Eisele
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BERLIN, THURSDAY: Chinese actress Huo Siyan arrives on the red carpet at the premiere of the film Farewell my Queen (Les adieux  la Reine) at the 62nd Berlinale, the first major European film festival of the year.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BERLIN, THURSDAY: Chinese actress Huo Siyan arrives on the red carpet at the premiere of the film Farewell my Queen (Les adieux  la Reine) at the 62nd Berlinale, the first major European film festival of the year. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Huo Siyan at Berlinale
                                                                                    [format] => 
                                                                                    [safe_value] => Huo Siyan at Berlinale
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59782
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => greece-riot.jpg
                                                            [uri] => public://greece-riot.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 152335
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Louisa Gouliamaki
                                                                                    [format] => 
                                                                                    [safe_value] => Louisa Gouliamaki
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => ATHENS, FRIDAY: Riot police detain a demonstrator during a 48-hour general strike in Greece following the agreement of harsh new austerity measures.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  ATHENS, FRIDAY: Riot police detain a demonstrator during a 48-hour general strike in Greece following the agreement of harsh new austerity measures. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Greece riots
                                                                                    [format] => 
                                                                                    [safe_value] => Greece riots
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59770
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => moon-bridge.jpg
                                                            [uri] => public://moon-bridge.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 76219
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Dan Kitwood
                                                                                    [format] => 
                                                                                    [safe_value] => Dan Kitwood
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LONDON, TUESDAY: A plane flies in front of the full moon as it rises over Albert Bridge, which connects the London districts of Battersea and Chelsea.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LONDON, TUESDAY: A plane flies in front of the full moon as it rises over Albert Bridge, which connects the London districts of Battersea and Chelsea. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Full moon over Albert Bridge
                                                                                    [format] => 
                                                                                    [safe_value] => Full moon over Albert Bridge
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 59772
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => harry-redknapp.jpg
                                                            [uri] => public://harry-redknapp.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 129150
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Carl Court
                                                                                    [format] => 
                                                                                    [safe_value] => Carl Court
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LONDON, WEDNESDAY: Harry Redknapp, the manager of Tottenham Hotspur football club addresses the media outside Southwark Crown Court after he was found not guilty of tax evasion.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LONDON, WEDNESDAY: Harry Redknapp, the manager of Tottenham Hotspur football club addresses the media outside Southwark Crown Court after he was found not guilty of tax evasion. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Harry Redknapp
                                                                                    [format] => 
                                                                                    [safe_value] => Harry Redknapp
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 59774
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => elephant-wash.jpg
                                                            [uri] => public://elephant-wash.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 166011
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ishara S. Kodikara
                                                                                    [format] => 
                                                                                    [safe_value] => Ishara S. Kodikara
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => COLOMBO, TUESDAY: A mahout bathes his elephant at a public park. Some 50 elephants, mostly from the central part of the island, together with thousands of traditional drummers, dancers, and monks gathered in the Sri Lankan capital to participate in the city's biggest two-day annual Buddhist procession. 
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  COLOMBO, TUESDAY: A mahout bathes his elephant at a public park. Some 50 elephants, mostly from the central part of the island, together with thousands of traditional drummers, dancers, and monks gathered in the Sri Lankan capital to participate in the city's biggest two-day annual Buddhist procession.  
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Mahout washes his elephant
                                                                                    [format] => 
                                                                                    [safe_value] => Mahout washes his elephant
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [6] => Array
                                                        (
                                                            [fid] => 59784
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => stormtroopes-star-wars.jpg
                                                            [uri] => public://stormtroopes-star-wars.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 97721
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Dave J Hogan
                                                                                    [format] => 
                                                                                    [safe_value] => Dave J Hogan
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LONDON, WEDNESDAY: Stormtroopers from Star Wars pose for a photocall at the London Eye to promote the release of the 3D version of Star Wars: Episode 1 - The Phantom Menace. 
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LONDON, WEDNESDAY: Stormtroopers from Star Wars pose for a photocall at the London Eye to promote the release of the 3D version of Star Wars: Episode 1 - The Phantom Menace.  
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Stormtroopers from Star Wars at the London Eye
                                                                                    [format] => 
                                                                                    [safe_value] => Stormtroopers from Star Wars at the London Eye
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [7] => Array
                                                        (
                                                            [fid] => 59780
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => philippines-quake.jpg
                                                            [uri] => public://philippines-quake.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 155761
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ted Aljibe
                                                                                    [format] => 
                                                                                    [safe_value] => Ted Aljibe
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => PHILIPPINES, WEDNESDAY: Motorcyclists drive along a damaged road in Guihulngan following an earthquake in the central Philippines. 
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  PHILIPPINES, WEDNESDAY: Motorcyclists drive along a damaged road in Guihulngan following an earthquake in the central Philippines.  
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Philippines earthquake
                                                                                    [format] => 
                                                                                    [safe_value] => Philippines earthquake
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [8] => Array
                                                        (
                                                            [fid] => 59768
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => lingerie-superbowl.jpg
                                                            [uri] => public://lingerie-superbowl.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 149999
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ethan Miller
                                                                                    [format] => 
                                                                                    [safe_value] => Ethan Miller
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LAS VEGAS, SUNDAY: Amber Reed of Los Angeles Temptation runs with the ball against Shanae Thomas of Philadelphia Passion during the Lingerie Football League's Lingerie Bowl IX at the Orleans Arena in Las Vegas, Nevada. Los Angeles won 28-6. 
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LAS VEGAS, SUNDAY: Amber Reed of Los Angeles Temptation runs with the ball against Shanae Thomas of Philadelphia Passion during the Lingerie Football League's Lingerie Bowl IX at the Orleans Arena in Las Vegas, Nevada. Los Angeles won 28-6.  
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Lingerie Bowl IX
                                                                                    [format] => 
                                                                                    [safe_value] => Lingerie Bowl IX
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [9] => Array
                                                        (
                                                            [fid] => 59786
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => lion-snowball.jpg
                                                            [uri] => public://lion-snowball.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 94678
                                                            [status] => 1
                                                            [timestamp] => 1328918061
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Alexa Stankovic
                                                                                    [format] => 
                                                                                    [safe_value] => Alexa Stankovic
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BELGRADE, SUNDAY: A lion cub plays with a snowball at Belgrade Zoo.  
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BELGRADE, SUNDAY: A lion cub plays with a snowball at Belgrade Zoo.   
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Lion plays with snow ball in Belgrade
                                                                                    [format] => 
                                                                                    [safe_value] => Lion plays with snow ball in Belgrade
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328884109
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [45026] => stdClass Object
                                (
                                    [vid] => 65614
                                    [uid] => 19
                                    [title] => In pictures: Snow blankets much of the UK
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 45026
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328438014
                                    [changed] => 1328522135
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328522135
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 38
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-05 10:15:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 27971
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 18093
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 40644
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 31231
                                                        )

                                                    [4] => Array
                                                        (
                                                            [tid] => 40646
                                                        )

                                                    [5] => Array
                                                        (
                                                            [tid] => 30861
                                                        )

                                                    [6] => Array
                                                        (
                                                            [tid] => 25663
                                                        )

                                                    [7] => Array
                                                        (
                                                            [tid] => 32409
                                                        )

                                                    [8] => Array
                                                        (
                                                            [tid] => 23861
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59520
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_6.jpg
                                                            [uri] => public://120205snow_6_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 116545
                                                            [status] => 1
                                                            [timestamp] => 1328444022
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Peter Macdiarmid
                                                                                    [format] => 
                                                                                    [safe_value] => Peter Macdiarmid
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => After Saturday's heavy snowfall, ice has formed in the Trafalgar Square fountains in central London. The weather  brought the city centre traffic to a standstill on Saturday night.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  After Saturday's heavy snowfall, ice has formed in the Trafalgar Square fountains in central London. The weather  brought the city centre traffic to a standstill on Saturday night. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Snow covers the UK
                                                                                    [format] => 
                                                                                    [safe_value] => Snow covers the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59504
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_3.jpg
                                                            [uri] => public://120205snow_3.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 191580
                                                            [status] => 1
                                                            [timestamp] => 1328438168
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Alex Livesey
                                                                                    [format] => 
                                                                                    [safe_value] => Alex Livesey
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Manchester City and Fulham played on on Saturday night as the snow fell. Here, Aleksandar Kolarov of City scores from a free kick. City won the match 3-0.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Manchester City and Fulham played on on Saturday night as the snow fell. Here, Aleksandar Kolarov of City scores from a free kick. City won the match 3-0. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59506
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_2.jpg
                                                            [uri] => public://120205snow_2.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 94654
                                                            [status] => 1
                                                            [timestamp] => 1328438168
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Christopher Furlong
                                                                                    [format] => 
                                                                                    [safe_value] => Christopher Furlong
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Traffic comes to a standstill in Stoke-on-Trent. Drivers abandoned their vehicles as the snow fell on Saturday night.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Traffic comes to a standstill in Stoke-on-Trent. Drivers abandoned their vehicles as the snow fell on Saturday night. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59522
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_7.jpg
                                                            [uri] => public://120205snow_7_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 125423
                                                            [status] => 1
                                                            [timestamp] => 1328443571
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Bethany Clarke
                                                                                    [format] => 
                                                                                    [safe_value] => Bethany Clarke
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => It's odd up north: a procession marks Imbolc, a pagan midwinter festival, in Huddersfield in the snow on Saturday evening.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  It's odd up north: a procession marks Imbolc, a pagan midwinter festival, in Huddersfield in the snow on Saturday evening. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Snow covers the UK
                                                                                    [format] => 
                                                                                    [safe_value] => Snow covers the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 59508
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_4.jpg
                                                            [uri] => public://120205snow_4.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 124803
                                                            [status] => 1
                                                            [timestamp] => 1328438168
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Leon Neal
                                                                                    [format] => 
                                                                                    [safe_value] => Leon Neal
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => London did not escape the snow. A couple struggle up Muswell Hill on Saturday night. Heathrow announced that 30 per cent of flights would be cancelled for Sunday.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  London did not escape the snow. A couple struggle up Muswell Hill on Saturday night. Heathrow announced that 30 per cent of flights would be cancelled for Sunday. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => In pictures: snow falls across the UK
                                                                                    [format] => 
                                                                                    [safe_value] => In pictures: snow falls across the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 59502
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow.jpg
                                                            [uri] => public://120205snow.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 63685
                                                            [status] => 1
                                                            [timestamp] => 1328438168
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Leon Neal
                                                                                    [format] => 
                                                                                    [safe_value] => Leon Neal
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Snow fell across the UK on Saturday night bringing transport chaos to many areas. Here, a man and his dog enjoy the white stuff in Alexandra Park, London.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Snow fell across the UK on Saturday night bringing transport chaos to many areas. Here, a man and his dog enjoy the white stuff in Alexandra Park, London. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Snow covers the UK
                                                                                    [format] => 
                                                                                    [safe_value] => Snow covers the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [6] => Array
                                                        (
                                                            [fid] => 59524
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_8.jpg
                                                            [uri] => public://120205snow_8_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 90235
                                                            [status] => 1
                                                            [timestamp] => 1328443750
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Peter Macdiarmid
                                                                                    [format] => 
                                                                                    [safe_value] => Peter Macdiarmid
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Sledgers and snowboarders take to Primrose Hill to enjoy the snow which covers central London on Sunday.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Sledgers and snowboarders take to Primrose Hill to enjoy the snow which covers central London on Sunday. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Snow covers the UK
                                                                                    [format] => 
                                                                                    [safe_value] => Snow covers the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [7] => Array
                                                        (
                                                            [fid] => 59510
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => 120205snow_5.jpg
                                                            [uri] => public://120205snow_5.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 198598
                                                            [status] => 1
                                                            [timestamp] => 1328438168
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Leon Neal
                                                                                    [format] => 
                                                                                    [safe_value] => Leon Neal
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => London remained white on Sunday morning. Heavy snow lies on the ground in Alexandra Park.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  London remained white on Sunday morning. Heavy snow lies on the ground in Alexandra Park. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => In pictures: snow falls across the UK
                                                                                    [format] => 
                                                                                    [safe_value] => In pictures: snow falls across the UK
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 40668
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 1
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328438014
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [45012] => stdClass Object
                                (
                                    [vid] => 65582
                                    [uid] => 19
                                    [title] => Week in pictures: 29 Jan - 4 Feb
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 45012
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328279098
                                    [changed] => 1328309830
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328309830
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-03 22:45:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59480
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => obama-pelosi.jpg
                                                            [uri] => public://obama-pelosi.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 141842
                                                            [status] => 1
                                                            [timestamp] => 1328309679
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Saul Loeb
                                                                                    [format] => 
                                                                                    [safe_value] => Saul Loeb
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => WASHINGTON, DC, THURSDAY: US President Barack Obama kisses House Minority Leader Nancy Pelosi during the National Prayer Breakfast.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  WASHINGTON, DC, THURSDAY: US President Barack Obama kisses House Minority Leader Nancy Pelosi during the National Prayer Breakfast. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Barack Obama kisses Nancy Pelosi
                                                                                    [format] => 
                                                                                    [safe_value] => Barack Obama kisses Nancy Pelosi
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59470
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => ice.jpg
                                                            [uri] => public://ice.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 127842
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Daniel Mihailescu
                                                                                    [format] => 
                                                                                    [safe_value] => Daniel Mihailescu
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => ROMANIA, WEDNESDAY: Ice covers a dam in Constanta on the Black Sea coast. Temperatures have plunged as low as -34C in Europe this week.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  ROMANIA, WEDNESDAY: Ice covers a dam in Constanta on the Black Sea coast. Temperatures have plunged as low as -34C in Europe this week. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ice in the Black Sea
                                                                                    [format] => 
                                                                                    [safe_value] => Ice in the Black Sea
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59468
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => lea-michele.jpg
                                                            [uri] => public://lea-michele.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 177575
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Jason Merritt
                                                                                    [format] => 
                                                                                    [safe_value] => Jason Merritt
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LOS ANGELES, SUNDAY: Actress Lea Michele arrives at the 18th Annual Screen Actors Guild Awards at The Shrine Auditorium in Los Angeles, California.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LOS ANGELES, SUNDAY: Actress Lea Michele arrives at the 18th Annual Screen Actors Guild Awards at The Shrine Auditorium in Los Angeles, California. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Lea Michele at the Screen Actors Guild Awards
                                                                                    [format] => 
                                                                                    [safe_value] => Lea Michele at the Screen Actors Guild Awards
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59490
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => algiers.jpg
                                                            [uri] => public://algiers.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 132787
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Farouk Batiche
                                                                                    [format] => 
                                                                                    [safe_value] => Farouk Batiche
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => ALGIERS, TUESDAY: Protesters run from riot police during clashes in the western Algiers suburb of Cheraga. The protesters do not believe police have properly investigated the stabbing of a youth.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  ALGIERS, TUESDAY: Protesters run from riot police during clashes in the western Algiers suburb of Cheraga. The protesters do not believe police have properly investigated the stabbing of a youth. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Algiers riot
                                                                                    [format] => 
                                                                                    [safe_value] => Algiers riot
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 59472
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => fuerza-bruta.jpg
                                                            [uri] => public://fuerza-bruta.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 102446
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Uriel Sinai
                                                                                    [format] => 
                                                                                    [safe_value] => Uriel Sinai
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => TEL AVIV, WEDNESDAY: An actor performs in a pool suspended above the audience during dress rehearsals for the postmodern theatre show Fuerzabruta.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  TEL AVIV, WEDNESDAY: An actor performs in a pool suspended above the audience during dress rehearsals for the postmodern theatre show Fuerzabruta. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Fuerzabruta, Israel
                                                                                    [format] => 
                                                                                    [safe_value] => Fuerzabruta, Israel
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 59474
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => madrid-no-pago.jpg
                                                            [uri] => public://madrid-no-pago.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 133470
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Pedro Armestre
                                                                                    [format] => 
                                                                                    [safe_value] => Pedro Armestre
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => MADRID, WEDNESDAY: Protesters of the 'Yo No Pago' (Im not paying) movement jump turnstiles at a Metro station in Madrid as part of their campaign against rising transportation costs.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  MADRID, WEDNESDAY: Protesters of the 'Yo No Pago' (Im not paying) movement jump turnstiles at a Metro station in Madrid as part of their campaign against rising transportation costs. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Yo no pago Madrid protest
                                                                                    [format] => 
                                                                                    [safe_value] => Yo no pago Madrid protest
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [6] => Array
                                                        (
                                                            [fid] => 59478
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => palestine-flood.jpg
                                                            [uri] => public://palestine-flood.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 148313
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Mohammed Abed
                                                                                    [format] => 
                                                                                    [safe_value] => Mohammed Abed
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => GAZA, WEDNESDAY: A Palestinian woman crosses a flooded street following heavy rain in the Shati refugee camp in Gaza City.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  GAZA, WEDNESDAY: A Palestinian woman crosses a flooded street following heavy rain in the Shati refugee camp in Gaza City. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Palestine Gaza flooding
                                                                                    [format] => 
                                                                                    [safe_value] => Palestine Gaza flooding
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [7] => Array
                                                        (
                                                            [fid] => 59488
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt.jpg
                                                            [uri] => public://egypt_2.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 212216
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => CAIRO, THURSDAY: Egyptians wait at a station in Cairo for a train carrying fans of al-Ahly club who were injured in the previous day's deadly football riots in Port Said. Egypt began three days of mourning for the 74 people who were killed in violence between football fans.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  CAIRO, THURSDAY: Egyptians wait at a station in Cairo for a train carrying fans of al-Ahly club who were injured in the previous day's deadly football riots in Port Said. Egypt began three days of mourning for the 74 people who were killed in violence between football fans. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riots 
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riots 
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [8] => Array
                                                        (
                                                            [fid] => 59496
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => madrid-fashion.jpg
                                                            [uri] => public://madrid-fashion.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 32747
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Jasper Juinen
                                                                                    [format] => 
                                                                                    [safe_value] => Jasper Juinen
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => MADRID, THURSDAY: A model walks the runway at the Andres Sarda fashion show during the Mercedes-Benz Fashion Week Madrid Autumn/Winter 2012.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  MADRID, THURSDAY: A model walks the runway at the Andres Sarda fashion show during the Mercedes-Benz Fashion Week Madrid Autumn/Winter 2012. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Andres Sarda at Madrid Fashion Week
                                                                                    [format] => 
                                                                                    [safe_value] => Andres Sarda at Madrid Fashion Week
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [9] => Array
                                                        (
                                                            [fid] => 59498
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => ukraine-nationalists.jpg
                                                            [uri] => public://ukraine-nationalists.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 83882
                                                            [status] => 1
                                                            [timestamp] => 1328284307
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Yuriy Dyachyshyn
                                                                                    [format] => 
                                                                                    [safe_value] => Yuriy Dyachyshyn
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => UKRAINE, SUNDAY: A masked Ukrainian nationalist carrying a torch marches in the western city of Lviv to mark the 94th anniversary of a battle in which 300 students, cadets and schoolboys were killed, by the Red Army.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  UKRAINE, SUNDAY: A masked Ukrainian nationalist carrying a torch marches in the western city of Lviv to mark the 94th anniversary of a battle in which 300 students, cadets and schoolboys were killed, by the Red Army. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ukraine nationalists
                                                                                    [format] => 
                                                                                    [safe_value] => Ukraine nationalists
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328279098
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [44966] => stdClass Object
                                (
                                    [vid] => 65454
                                    [uid] => 332
                                    [title] => William Hague  a head for politics
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44966
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328198251
                                    [changed] => 1328199053
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328199053
                                    [revision_uid] => 332
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 53
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-02 13:45:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 32819
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 40484
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 40486
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 40488
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59372
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => 1 William Hague.jpg
                                                            [uri] => public://1 William Hague.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 308714
                                                            [status] => 1
                                                            [timestamp] => 1328198475
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Days after the Headwear Association named Kate Middleton 'Hat Person of the Year', foreign secretary William Hague demonstrates why he didnt make the shortlist. Infamous for his ill-judged choice in hats, Hague was pictured today donning a black helmet while driving through Mogadishu, Somalia in an armoured vehicle.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Days after the Headwear Association named Kate Middleton 'Hat Person of the Year', foreign secretary William Hague demonstrates why he didnt make the shortlist. Infamous for his ill-judged choice in hats, Hague was pictured today donning a black helmet while driving through Mogadishu, Somalia in an armoured vehicle. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => William Hague
                                                                                    [format] => 
                                                                                    [safe_value] => William Hague
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59374
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => 2 William Hague.jpg
                                                            [uri] => public://2 William Hague.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 319191
                                                            [status] => 1
                                                            [timestamp] => 1328198475
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Hague wearing the legendary baseball cap emblazoned with his name ahead of the 1997 general election. The would-be prime ministers effort to show the Tories as fun and youthful backfired and was credited with destroying any chance he had of leading the Tories back into government. Commentator Simon Heffer said he "looked like a child-molester on a day release scheme".
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Hague wearing the legendary baseball cap emblazoned with his name ahead of the 1997 general election. The would-be prime ministers effort to show the Tories as fun and youthful backfired and was credited with destroying any chance he had of leading the Tories back into government. Commentator Simon Heffer said he "looked like a child-molester on a day release scheme". 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => William Hague
                                                                                    [format] => 
                                                                                    [safe_value] => William Hague
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59378
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => 4 William Hague.jpg
                                                            [uri] => public://4 William Hague.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 359693
                                                            [status] => 1
                                                            [timestamp] => 1328198475
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => With the aid of a hardhat and overalls, Hague, then in opposition, shows his solidarity with meat traders at Londons Smithfield Meat Market after the Labour government imposed a ban on beef on the bone in 1997.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  With the aid of a hardhat and overalls, Hague, then in opposition, shows his solidarity with meat traders at Londons Smithfield Meat Market after the Labour government imposed a ban on beef on the bone in 1997. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => William Hague
                                                                                    [format] => 
                                                                                    [safe_value] => William Hague
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59380
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => 5 William Hague.jpg
                                                            [uri] => public://5 William Hague.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 218956
                                                            [status] => 1
                                                            [timestamp] => 1328198475
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Hague left his school cap behind when he first made his mark on the political landscape, addressing the 1977 Conservative Party Conference at Blackpool as a 16-year-old schoolboy. He was looked upon fondly by Prime Minister Margaret Thatcher and given a standing ovation.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Hague left his school cap behind when he first made his mark on the political landscape, addressing the 1977 Conservative Party Conference at Blackpool as a 16-year-old schoolboy. He was looked upon fondly by Prime Minister Margaret Thatcher and given a standing ovation. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => William Hague
                                                                                    [format] => 
                                                                                    [safe_value] => William Hague
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                            [title] => Array
                                                (
                                                    [value] => William Hague  a head for politics | [node:field-topic:name] Pictures | [site:name] 
                                                )

                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328198251
                                    [last_comment_name] => 
                                    [last_comment_uid] => 332
                                    [comment_count] => 0
                                    [name] => hollie
                                    [picture] => 0
                                    [data] => b:0;
                                )

                            [44940] => stdClass Object
                                (
                                    [vid] => 65368
                                    [uid] => 19
                                    [title] => In pictures: Egypt Cabinet to discuss football killings
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44940
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328167360
                                    [changed] => 1328169889
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328169889
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 43
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 44
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 82
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-02 08:00:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 40400
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 9155
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 40402
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 40404
                                                        )

                                                    [4] => Array
                                                        (
                                                            [tid] => 40406
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59338
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt.jpg
                                                            [uri] => public://egypt_1.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 230199
                                                            [status] => 1
                                                            [timestamp] => 1328169884
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Players for the Egyptian football team Al-Ahly escape from the pitch as fans of the opposition team Al-Masry team chase after them during riots that erupted after a match between the two teams in Port Said last night. At least 74 people were killed and hundreds injured in violence that erupted as soon as the referee blew the final whistle. The Egyptian Cabinet and parliament are to hold emergency sessions to discuss the violence, while demonstrations are planned for today to protest against the police, who are being blamed by many for failing to stop the violence.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Players for the Egyptian football team Al-Ahly escape from the pitch as fans of the opposition team Al-Masry team chase after them during riots that erupted after a match between the two teams in Port Said last night. At least 74 people were killed and hundreds injured in violence that erupted as soon as the referee blew the final whistle. The Egyptian Cabinet and parliament are to hold emergency sessions to discuss the violence, while demonstrations are planned for today to protest against the police, who are being blamed by many for failing to stop the violence. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riot deaths
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riot deaths
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59340
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt-2.jpg
                                                            [uri] => public://egypt-2.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 218635
                                                            [status] => 1
                                                            [timestamp] => 1328169676
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egyptian football fans invade the pitch after a football match between the top-tier teams Al-Masry and Al-Ahly in Port Said. The clashes are thought to have been a result of the police's attempts to keep a low profile following the end of the dictatorial regime of Hosni Mubarak last year. The BBC reports that Egyptian football fans are notoriously violent, particularly fans of the Cairo club Al-Ahly, who are also known as 'Ultras'. They are thought to have brought knives into the stadium and unfurled a banner insulting the home fans. Most of the 74 dead were killed by cuts to the head, concussion and suffocation in the stampede to escape.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Egyptian football fans invade the pitch after a football match between the top-tier teams Al-Masry and Al-Ahly in Port Said. The clashes are thought to have been a result of the police's attempts to keep a low profile following the end of the dictatorial regime of Hosni Mubarak last year. The BBC reports that Egyptian football fans are notoriously violent, particularly fans of the Cairo club Al-Ahly, who are also known as 'Ultras'. They are thought to have brought knives into the stadium and unfurled a banner insulting the home fans. Most of the 74 dead were killed by cuts to the head, concussion and suffocation in the stampede to escape. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riot deaths
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riot deaths
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59342
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt-3.jpg
                                                            [uri] => public://egypt-3.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 106238
                                                            [status] => 1
                                                            [timestamp] => 1328169676
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Fans light flares in the stands during clashes between football fans. The home team, Al-Masry, beat Al-Ahly 3-1. The Muslim Brotherhood, whose Freedom and Justice Party won post-revolution elections last year, blamed the violence on supporters of Egypt's deposed dictator Hosni Mubarak. A spokesman siad: "The events in Port Said are planned and are a message from the remnants of the former regime." They believe the army, which through the Supreme Council of the Armed Forces still runs Egypt, want to silence calls for an end to emergency rule.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Fans light flares in the stands during clashes between football fans. The home team, Al-Masry, beat Al-Ahly 3-1. The Muslim Brotherhood, whose Freedom and Justice Party won post-revolution elections last year, blamed the violence on supporters of Egypt's deposed dictator Hosni Mubarak. A spokesman siad: "The events in Port Said are planned and are a message from the remnants of the former regime." They believe the army, which through the Supreme Council of the Armed Forces still runs Egypt, want to silence calls for an end to emergency rule. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riot deaths
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riot deaths
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59344
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt-4.jpg
                                                            [uri] => public://egypt-4.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 166759
                                                            [status] => 1
                                                            [timestamp] => 1328169676
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Another football match in Cairo (above) between Zamalek and Ismaily was cancelled as a mark of respect to those who died in the riots in Port Said. The Egyptian Premier League has been suspended.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Another football match in Cairo (above) between Zamalek and Ismaily was cancelled as a mark of respect to those who died in the riots in Port Said. The Egyptian Premier League has been suspended. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riot deaths
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riot deaths
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 59348
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt-5.jpg
                                                            [uri] => public://egypt-5.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 86339
                                                            [status] => 1
                                                            [timestamp] => 1328169676
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Zamalek shares the Cairo International Stadium with Al-Ahly. After their game against Ismaily was cancelled, parts of the stadium were set on fire. The events of the past 24 hours have left Egyptian football in crisis. Before it was announced that the Premier League was to be suspended, Alexandria's teams, Ittihad and Smouha, announced they were withdrawing from the division - and several Al-Ahly players have reportedly said they will never play again.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Zamalek shares the Cairo International Stadium with Al-Ahly. After their game against Ismaily was cancelled, parts of the stadium were set on fire. The events of the past 24 hours have left Egyptian football in crisis. Before it was announced that the Premier League was to be suspended, Alexandria's teams, Ittihad and Smouha, announced they were withdrawing from the division - and several Al-Ahly players have reportedly said they will never play again. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt football riot deaths
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt football riot deaths
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 40408
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 1
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328167360
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [44914] => stdClass Object
                                (
                                    [vid] => 65284
                                    [uid] => 19
                                    [title] => In pictures: Uncontacted tribe photographed in Peruvian Amazon
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44914
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1328093952
                                    [changed] => 1328096877
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1328096877
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 47
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 50
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-02-01 11:45:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 40314
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 40316
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 23541
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 1383
                                                        )

                                                    [4] => Array
                                                        (
                                                            [tid] => 40318
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59300
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => uncontacted-tribe-2.jpg
                                                            [uri] => public://uncontacted-tribe-2.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 257130
                                                            [status] => 1
                                                            [timestamp] => 1328096705
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] =>  D. Cortijo/ Survival/ uncontactedtribes.org
                                                                                    [format] => 
                                                                                    [safe_value] =>  D. Cortijo/ Survival/ uncontactedtribes.org
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => A clan of uncontacted Indians from the Amazonian Mashco-Piro tribe watch archaeologist Diego Cortijo photograph them through a telescope from a distance of over 100m in November 2011. Cortijo was on his way to meet the only man who could speak the tribe's language, Nicolas 'Shaco' Flores. Flores, an Indian from another tribe, was shot dead by a Mascho-Piro arrow just days later in a demonstration of how dangerous trying to make contact with such tribes can be. These photographs have been released by Survival International, a charity which campaigns to protect the rights of uncontacted tribes.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  A clan of uncontacted Indians from the Amazonian Mashco-Piro tribe watch archaeologist Diego Cortijo photograph them through a telescope from a distance of over 100m in November 2011. Cortijo was on his way to meet the only man who could speak the tribe's language, Nicolas 'Shaco' Flores. Flores, an Indian from another tribe, was shot dead by a Mascho-Piro arrow just days later in a demonstration of how dangerous trying to make contact with such tribes can be. These photographs have been released by Survival International, a charity which campaigns to protect the rights of uncontacted tribes. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Uncontacted tribe in Peruvian Amazon
                                                                                    [format] => 
                                                                                    [safe_value] => Uncontacted tribe in Peruvian Amazon
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59302
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => uncontacted-tribe-3.jpg
                                                            [uri] => public://uncontacted-tribe-3.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 221557
                                                            [status] => 1
                                                            [timestamp] => 1328096705
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] =>  G. Galli/ Survival/ uncontactedtribes.org
                                                                                    [format] => 
                                                                                    [safe_value] =>  G. Galli/ Survival/ uncontactedtribes.org
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Mashco-Piro Indians photographed from a tourist boat in August 2011. Sightings of the tribe in Peru's Man National Park have become more common recently. Many people blame illegal logging in and around the park and low-flying helicopters from nearby oil and gas projects for forcibly displacing the Indians from their forest homes. Tourism is also becoming a problem. Last year Survival wrote to SERNANP, Perus Ministry for Protected Areas, expressing its concern at a video showing tourists leaving clothes for the Indians on riverbanks. The area was subsequently closed off to tourists and an emergency warning issued to local residents.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Mashco-Piro Indians photographed from a tourist boat in August 2011. Sightings of the tribe in Peru's Man National Park have become more common recently. Many people blame illegal logging in and around the park and low-flying helicopters from nearby oil and gas projects for forcibly displacing the Indians from their forest homes. Tourism is also becoming a problem. Last year Survival wrote to SERNANP, Perus Ministry for Protected Areas, expressing its concern at a video showing tourists leaving clothes for the Indians on riverbanks. The area was subsequently closed off to tourists and an emergency warning issued to local residents. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Uncontacted tribe in Peruvian Amazon
                                                                                    [format] => 
                                                                                    [safe_value] => Uncontacted tribe in Peruvian Amazon
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59298
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => uncontacted-tribe.jpg
                                                            [uri] => public://uncontacted-tribe.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 203068
                                                            [status] => 1
                                                            [timestamp] => 1328096705
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] =>  D. Cortijo/ Survival/ uncontactedtribes.org
                                                                                    [format] => 
                                                                                    [safe_value] =>  D. Cortijo/ Survival/ uncontactedtribes.org
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => The Mashco-Piro man here can be seen holding a wooden-handled knife tipped with a capybara tooth. The photographs come a year after spectacular photographs were released of another uncontacted Amazonian tribe - this time in Brazil. Survivals Director Stephen Corry said: "One year later these photos provide yet more overwhelming evidence of the existence of uncontacted tribes. It is no longer acceptable for governments, companies or anthropologists to deny this. First contact is always dangerous and frequently fatal - both for the tribe and those attempting to contact them. The Indians wish to be left alone should be respected."
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  The Mashco-Piro man here can be seen holding a wooden-handled knife tipped with a capybara tooth. The photographs come a year after spectacular photographs were released of another uncontacted Amazonian tribe - this time in Brazil. Survivals Director Stephen Corry said: "One year later these photos provide yet more overwhelming evidence of the existence of uncontacted tribes. It is no longer acceptable for governments, companies or anthropologists to deny this. First contact is always dangerous and frequently fatal - both for the tribe and those attempting to contact them. The Indians wish to be left alone should be respected." 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Uncontacted tribe in Peruvian Amazon
                                                                                    [format] => 
                                                                                    [safe_value] => Uncontacted tribe in Peruvian Amazon
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 40320
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 1
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                            [title] => Array
                                                (
                                                    [value] => Uncontacted tribe photographed in Peruvian Amazon pictures | [node:field-topic:name] Pictures | [site:name] 
                                                )

                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1328093952
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [44786] => stdClass Object
                                (
                                    [vid] => 64864
                                    [uid] => 19
                                    [title] => Week in pictures: 22-28 January
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44786
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1327673225
                                    [changed] => 1327747350
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1327747350
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-01-28 10:15:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 59144
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => putin-boy-judo.jpg
                                                            [uri] => public://putin-boy-judo.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 112512
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => RUSSIA, TUESDAY: Russian Prime Minister Vladimir Putin grapples with a young judo wrestler at a gym in the Siberian city of Kemerovo. Putin is well known for having a black belt in judo.x
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  RUSSIA, TUESDAY: Russian Prime Minister Vladimir Putin grapples with a young judo wrestler at a gym in the Siberian city of Kemerovo. Putin is well known for having a black belt in judo.x 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Vladimir Putin judo
                                                                                    [format] => 
                                                                                    [safe_value] => Vladimir Putin judo
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 59104
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => rio-building-collapse.jpg
                                                            [uri] => public://rio-building-collapse_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 165803
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ari Versiani
                                                                                    [format] => 
                                                                                    [safe_value] => Ari Versiani
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => RIO DE JANEIRO, THURSDAY: Rescue workers dig through the rubble of three buildings which collapsed after a violent explosion, killing at least seven people.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  RIO DE JANEIRO, THURSDAY: Rescue workers dig through the rubble of three buildings which collapsed after a violent explosion, killing at least seven people. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Rio building collapse
                                                                                    [format] => 
                                                                                    [safe_value] => Rio building collapse
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 59098
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => paris-haute-couture.jpg
                                                            [uri] => public://paris-haute-couture.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 144320
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Francois Guillot
                                                                                    [format] => 
                                                                                    [safe_value] => Francois Guillot
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => PARIS, WEDNESDAY: French designer Franck Sorbier (centre) poses with models and French sculptor Richard Texier (right) at the end of his Spring/Summer 2012 Haute Couture show.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  PARIS, WEDNESDAY: French designer Franck Sorbier (centre) poses with models and French sculptor Richard Texier (right) at the end of his Spring/Summer 2012 Haute Couture show. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Franck Sorbier Haute Couture Paris show
                                                                                    [format] => 
                                                                                    [safe_value] => Franck Sorbier Haute Couture Paris show
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 59094
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => colombia-floods.jpg
                                                            [uri] => public://colombia-floods.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 102514
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Luis Robayo
                                                                                    [format] => 
                                                                                    [safe_value] => Luis Robayo
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => COLOMBIA, WEDNESDAY: A man salvages a TV set from his flooded home in the town of Candelaria, which is under water after the river Cauca burst its banks.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  COLOMBIA, WEDNESDAY: A man salvages a TV set from his flooded home in the town of Candelaria, which is under water after the river Cauca burst its banks. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Colombia floods Candelaria
                                                                                    [format] => 
                                                                                    [safe_value] => Colombia floods Candelaria
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 59096
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => barack-obama.jpg
                                                            [uri] => public://barack-obama.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 81215
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Jewel Samad
                                                                                    [format] => 
                                                                                    [safe_value] => Jewel Samad
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => MICHIGAN, THURSDAY: US President Barack Obama walks to his car upon arriving in Romules, Michigan.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  MICHIGAN, THURSDAY: US President Barack Obama walks to his car upon arriving in Romules, Michigan. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Barack Obama
                                                                                    [format] => 
                                                                                    [safe_value] => Barack Obama
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 59142
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => do-ice.jpg
                                                            [uri] => public://do-ice.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 149158
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Daniel Mihailescu
                                                                                    [format] => 
                                                                                    [safe_value] => Daniel Mihailescu
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BUCHAREST, THURSDAY: A dog shelters from a blizzard in Catelu, on the outskirts of Bucharest. Southern Romania was paralysed by heavy snow with dozens of national roads cut off and some flights to and from Bucharest's airports cancelled.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BUCHAREST, THURSDAY: A dog shelters from a blizzard in Catelu, on the outskirts of Bucharest. Southern Romania was paralysed by heavy snow with dozens of national roads cut off and some flights to and from Bucharest's airports cancelled. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Freezing dog Bucharest
                                                                                    [format] => 
                                                                                    [safe_value] => Freezing dog Bucharest
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [6] => Array
                                                        (
                                                            [fid] => 59146
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => african-cup-nations.jpg
                                                            [uri] => public://african-cup-nations.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 130266
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Abdelhak Senna
                                                                                    [format] => 
                                                                                    [safe_value] => Abdelhak Senna
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => EQUATORIAL GUINEA, WEDNESDAY: Two Libyans challenge Zambia's Isaac Chansa during their Africa Cup of Nations football match in Bata.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  EQUATORIAL GUINEA, WEDNESDAY: Two Libyans challenge Zambia's Isaac Chansa during their Africa Cup of Nations football match in Bata. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Africa Cup of Nations Libya v Zambia
                                                                                    [format] => 
                                                                                    [safe_value] => Africa Cup of Nations Libya v Zambia
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [7] => Array
                                                        (
                                                            [fid] => 59150
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => egypt.jpg
                                                            [uri] => public://egypt_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 151213
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Khaled Desouki
                                                                                    [format] => 
                                                                                    [safe_value] => Khaled Desouki
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => CAIRO, MONDAY: A policeman in riot gear stands guard outside the Egyptian parliament, which was meeting for the first time since elections following last year's revolution.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  CAIRO, MONDAY: A policeman in riot gear stands guard outside the Egyptian parliament, which was meeting for the first time since elections following last year's revolution. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Egypt policeman
                                                                                    [format] => 
                                                                                    [safe_value] => Egypt policeman
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [8] => Array
                                                        (
                                                            [fid] => 59102
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => daniel-radcliffe.jpg
                                                            [uri] => public://daniel-radcliffe.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 78936
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ian Gavan
                                                                                    [format] => 
                                                                                    [safe_value] => Ian Gavan
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => LONDON, TUESDAY: Actor Daniel Radcliffe signs autographs at the world premiere of his new film The Woman In Black at the Royal Festival Hall.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  LONDON, TUESDAY: Actor Daniel Radcliffe signs autographs at the world premiere of his new film The Woman In Black at the Royal Festival Hall. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Daniel Radcliffe at the Woman in Black premiere
                                                                                    [format] => 
                                                                                    [safe_value] => Daniel Radcliffe at the Woman in Black premiere
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [9] => Array
                                                        (
                                                            [fid] => 59140
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => chinese-opera.jpg
                                                            [uri] => public://chinese-opera.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 146720
                                                            [status] => 1
                                                            [timestamp] => 1327677859
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Paula Bronstein 
                                                                                    [format] => 
                                                                                    [safe_value] => Paula Bronstein 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BANGKOK, WEDNESDAY: Actors and actresses of the Lao Yi Lai Heng Chinese opera troupe prepare their makeup before performing the Teochew (Chaozhou) opera at the Plub Plachai temple to celebrate the Chinese New Year.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BANGKOK, WEDNESDAY: Actors and actresses of the Lao Yi Lai Heng Chinese opera troupe prepare their makeup before performing the Teochew (Chaozhou) opera at the Plub Plachai temple to celebrate the Chinese New Year. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Chinese opera actors in Bangkok
                                                                                    [format] => 
                                                                                    [safe_value] => Chinese opera actors in Bangkok
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1327673225
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [44562] => stdClass Object
                                (
                                    [vid] => 64252
                                    [uid] => 19
                                    [title] => Week in pictures: 15-21 January
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44562
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1327073462
                                    [changed] => 1327226298
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1327226298
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-01-21 11:00:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 58836
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => cate-blanchett.jpg
                                                            [uri] => public://cate-blanchett.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 67305
                                                            [status] => 1
                                                            [timestamp] => 1327226289
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => The Image Gate
                                                                                    [format] => 
                                                                                    [safe_value] => The Image Gate
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => GENEVA, TUESDAY: Cate Blanchett attends the IWC Schaffhausen Top Gun Gala Event during the SIHH High Jewellery Fair in Switzerland.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  GENEVA, TUESDAY: Cate Blanchett attends the IWC Schaffhausen Top Gun Gala Event during the SIHH High Jewellery Fair in Switzerland. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Cate Blanchett
                                                                                    [format] => 
                                                                                    [safe_value] => Cate Blanchett
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 58826
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => costa-concordia.jpg
                                                            [uri] => public://costa-concordia_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 190004
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Filippo Monteforte
                                                                                    [format] => 
                                                                                    [safe_value] => Filippo Monteforte
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => ITALY, SUNDAY: A search team examines the wreck of the Costa Concordia after the cruise ship ran aground and keeled over off the Isola del Giglio.     
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  ITALY, SUNDAY: A search team examines the wreck of the Costa Concordia after the cruise ship ran aground and keeled over off the Isola del Giglio.      
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Costa Concordia 
                                                                                    [format] => 
                                                                                    [safe_value] => Costa Concordia 
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 58844
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => newt-gingrich.jpg
                                                            [uri] => public://newt-gingrich_3.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 78617
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Win McNamee
                                                                                    [format] => 
                                                                                    [safe_value] => Win McNamee
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => SOUTH CAROLINA, THURSDAY: Republican presidential candidate Newt Gingrich speaks at a Town Hall meeting in Bluffton with his wife Callista beside him.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  SOUTH CAROLINA, THURSDAY: Republican presidential candidate Newt Gingrich speaks at a Town Hall meeting in Bluffton with his wife Callista beside him. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Newt and Callista Gingrich
                                                                                    [format] => 
                                                                                    [safe_value] => Newt and Callista Gingrich
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 58822
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => polar-bear.jpg
                                                            [uri] => public://polar-bear_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 109622
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => CHINA, TUESDAY: A new-born polar bear cub at the Ocean Aquarium of Penglai, in Yantai, eastern China.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  CHINA, TUESDAY: A new-born polar bear cub at the Ocean Aquarium of Penglai, in Yantai, eastern China. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Polar bear cub
                                                                                    [format] => 
                                                                                    [safe_value] => Polar bear cub
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 58842
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => berlin-fashion-week.jpg
                                                            [uri] => public://berlin-fashion-week.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 57346
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Johannes Eisele
                                                                                    [format] => 
                                                                                    [safe_value] => Johannes Eisele
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BERLIN, THURSDAY: A model shows off an outfit by German design label Kaviar Gauche at Berlin Fashion Week.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BERLIN, THURSDAY: A model shows off an outfit by German design label Kaviar Gauche at Berlin Fashion Week. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Berlin Fashion Week
                                                                                    [format] => 
                                                                                    [safe_value] => Berlin Fashion Week
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 58834
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => spain-horse-fire.jpg
                                                            [uri] => public://spain-horse-fire.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 132590
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Pedro Armestre
                                                                                    [format] => 
                                                                                    [safe_value] => Pedro Armestre
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => SPAIN, MONDAY: A horseman jumps through a bonfire in the central Spanish village of San Bartolome de Pinares during celebrations for the feast of Saint Anthony, patron saint of animals.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  SPAIN, MONDAY: A horseman jumps through a bonfire in the central Spanish village of San Bartolome de Pinares during celebrations for the feast of Saint Anthony, patron saint of animals. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Saint Anthony horse fire
                                                                                    [format] => 
                                                                                    [safe_value] => Saint Anthony horse fire
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [6] => Array
                                                        (
                                                            [fid] => 58830
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => fishing-tay.jpg
                                                            [uri] => public://fishing-tay.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 52796
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Jeff J Mitchell
                                                                                    [format] => 
                                                                                    [safe_value] => Jeff J Mitchell
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => SCOTLAND, MONDAY: An angler casts his line at the opening of the salmon fishing season on the River Tay in Kenmore, Scotland.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  SCOTLAND, MONDAY: An angler casts his line at the opening of the salmon fishing season on the River Tay in Kenmore, Scotland. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Salmon fishing season Tay
                                                                                    [format] => 
                                                                                    [safe_value] => Salmon fishing season Tay
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [7] => Array
                                                        (
                                                            [fid] => 58824
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => russian-epiphany.jpg
                                                            [uri] => public://russian-epiphany.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 166934
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Viktor Drachev
                                                                                    [format] => 
                                                                                    [safe_value] => Viktor Drachev
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BELARUS, THURSDAY: Soldiers plunge into ice cold water near the town of Pukhovichi to mark the Orthodox Epiphany.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BELARUS, THURSDAY: Soldiers plunge into ice cold water near the town of Pukhovichi to mark the Orthodox Epiphany. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Russian Orthodox Epiphany ice water swimming
                                                                                    [format] => 
                                                                                    [safe_value] => Russian Orthodox Epiphany ice water swimming
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [8] => Array
                                                        (
                                                            [fid] => 58838
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => romania-protest.jpg
                                                            [uri] => public://romania-protest.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 190104
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Andrei Pungovschi
                                                                                    [format] => 
                                                                                    [safe_value] => Andrei Pungovschi
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BUCHAREST, SUNDAY: A protester in the centre of Bucharest where a demonstration against the government's austerity programme descended into violence.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BUCHAREST, SUNDAY: A protester in the centre of Bucharest where a demonstration against the government's austerity programme descended into violence. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Riots in Bucharest, Romania
                                                                                    [format] => 
                                                                                    [safe_value] => Riots in Bucharest, Romania
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [9] => Array
                                                        (
                                                            [fid] => 58846
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => beijing.jpg
                                                            [uri] => public://beijing.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 102137
                                                            [status] => 1
                                                            [timestamp] => 1327145392
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Ed Jones
                                                                                    [format] => 
                                                                                    [safe_value] => Ed Jones
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => BEIJING, WEDNESDAY: Pedestrians stand before heavy traffic at an intersection in Beijing. The US embassy, which has its own pollution measuring system, and which rates anything over 150 as unhealthy, was showing an index of 403, or 'hazardous'.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  BEIJING, WEDNESDAY: Pedestrians stand before heavy traffic at an intersection in Beijing. The US embassy, which has its own pollution measuring system, and which rates anything over 150 as unhealthy, was showing an index of 403, or 'hazardous'. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Beijing
                                                                                    [format] => 
                                                                                    [safe_value] => Beijing
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 35078
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 1
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1327073462
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                            [44514] => stdClass Object
                                (
                                    [vid] => 64128
                                    [uid] => 332
                                    [title] => In pictures: famous polar bears
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44514
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1326980942
                                    [changed] => 1326985857
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1326985857
                                    [revision_uid] => 488
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-01-19 14:45:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39308
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 24085
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 39204
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 16839
                                                        )

                                                    [4] => Array
                                                        (
                                                            [tid] => 39310
                                                        )

                                                    [5] => Array
                                                        (
                                                            [tid] => 39312
                                                        )

                                                    [6] => Array
                                                        (
                                                            [tid] => 39314
                                                        )

                                                    [7] => Array
                                                        (
                                                            [tid] => 39316
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 58742
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Anori.jpg
                                                            [uri] => public://Anori.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 108234
                                                            [status] => 1
                                                            [timestamp] => 1326985516
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Anori, born 2012
The latest polar bear cub to attract public attention is Anori, who was born in Wuppertal, western Germany on 4 January. Zookeepers are unsure whether the two-week-old bear is a boy or a girl as they have not been able to get close enough to have a look. Anori, a Greenlandic Eskimo word meaning 'wind', is a half-sibling of the famous Knut. Anoris twin died a week after their birth.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Anori, born 2012
The latest polar bear cub to attract public attention is Anori, who was born in Wuppertal, western Germany on 4 January. Zookeepers are unsure whether the two-week-old bear is a boy or a girl as they have not been able to get close enough to have a look. Anori, a Greenlandic Eskimo word meaning 'wind', is a half-sibling of the famous Knut. Anoris twin died a week after their birth. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Anori the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Anori the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 58744
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Siku.jpg
                                                            [uri] => public://Siku.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 205142
                                                            [status] => 1
                                                            [timestamp] => 1326985456
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Siku, born 2011
Siku, whose name means 'ice' in the Inuit language Iupiaq, was dubbed the new Knut after also being abandoned by his mother. Three people at the Scandinavian Wildlife Park have been given the job of providing 24-hour attention for the first year of his life. A YouTube video of the baby bear wriggling and slurping milk has attracted more than 1.3 million viewers since it was posted by zoo staff at the end of December.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Siku, born 2011
Siku, whose name means 'ice' in the Inuit language Iupiaq, was dubbed the new Knut after also being abandoned by his mother. Three people at the Scandinavian Wildlife Park have been given the job of providing 24-hour attention for the first year of his life. A YouTube video of the baby bear wriggling and slurping milk has attracted more than 1.3 million viewers since it was posted by zoo staff at the end of December. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Siku the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Siku the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 58746
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Flocke.jpg
                                                            [uri] => public://Flocke.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 372926
                                                            [status] => 1
                                                            [timestamp] => 1326984890
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Flocke, born 2007
Flocke was born at Nuremberg Zoo in Germany and promptly removed from the other bears due to concerns about her aggressive mother. Her mothers sister was rumoured to have eaten her two young cubs the month before. Hand-raised, Flocke soon became a popular tourist attraction and was used to spearhead a publicity campaign for the metropolitan region of Nuremberg.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Flocke, born 2007
Flocke was born at Nuremberg Zoo in Germany and promptly removed from the other bears due to concerns about her aggressive mother. Her mothers sister was rumoured to have eaten her two young cubs the month before. Hand-raised, Flocke soon became a popular tourist attraction and was used to spearhead a publicity campaign for the metropolitan region of Nuremberg. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Flocke the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Flocke the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 58752
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Knut.jpg
                                                            [uri] => public://Knut_0.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 396170
                                                            [status] => 1
                                                            [timestamp] => 1326985849
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Knut, 20062011
Knut, arguably the most famous polar bear of the 21st century, was rejected by his mother after he was born at Berlin Zoo. He was hand-raised by zookeeper Thomas Dorflein, who slept on a mattress next to him at night, and attracted record crowds to the zoo. Dorflein died in 2008 from a heart attack. Knut died unexpectedly last March after drowning in a pool in front of hundreds of visitors.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Knut, 20062011
Knut, arguably the most famous polar bear of the 21st century, was rejected by his mother after he was born at Berlin Zoo. He was hand-raised by zookeeper Thomas Dorflein, who slept on a mattress next to him at night, and attracted record crowds to the zoo. Dorflein died in 2008 from a heart attack. Knut died unexpectedly last March after drowning in a pool in front of hundreds of visitors. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Knut the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Knut the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [4] => Array
                                                        (
                                                            [fid] => 58754
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Pipaluk.jpg
                                                            [uri] => public://Pipaluk.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 307302
                                                            [status] => 1
                                                            [timestamp] => 1326984890
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Pipaluk, 19671990
Pipaluk, meaning the little one in Inuit, was the second polar bear to be reared in London Zoo. His parents, Sam and Sally had arrived as young cubs from Moscow in 1960. Pipaluk was moved to a zoo in Poland in 1985 after Mappin Terraces, the area of London Zoo that housed all the bears, was closed.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Pipaluk, 19671990
Pipaluk, meaning the little one in Inuit, was the second polar bear to be reared in London Zoo. His parents, Sam and Sally had arrived as young cubs from Moscow in 1960. Pipaluk was moved to a zoo in Poland in 1985 after Mappin Terraces, the area of London Zoo that housed all the bears, was closed. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Pipaluk the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Pipaluk the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [5] => Array
                                                        (
                                                            [fid] => 58756
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 332
                                                            [filename] => Brumas.jpg
                                                            [uri] => public://Brumas.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 216818
                                                            [status] => 1
                                                            [timestamp] => 1326984890
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Brumas, 19491958
Brumas, named after her keepers Bruce and Sam, was the first baby polar bear to be successfully reared in Britain. In 1950, she helped attract three million people to London Zoo, still the highest figure ever on record. Brumas, who was mistakenly reported as a male at the time, was a star of books, postcards, toys and other souvenirs.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Brumas, 19491958
Brumas, named after her keepers Bruce and Sam, was the first baby polar bear to be successfully reared in Britain. In 1950, she helped attract three million people to London Zoo, still the highest figure ever on record. Brumas, who was mistakenly reported as a male at the time, was a star of books, postcards, toys and other souvenirs. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Brumas the polar bear
                                                                                    [format] => 
                                                                                    [safe_value] => Brumas the polar bear
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 37274
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1326980942
                                    [last_comment_name] => 
                                    [last_comment_uid] => 332
                                    [comment_count] => 0
                                    [name] => hollie
                                    [picture] => 0
                                    [data] => b:0;
                                )

                            [44496] => stdClass Object
                                (
                                    [vid] => 64078
                                    [uid] => 19
                                    [title] => In pictures: Pauper burials on the rise in US as economy fails
                                    [log] => 
                                    [status] => 1
                                    [comment] => 1
                                    [promote] => 1
                                    [sticky] => 0
                                    [nid] => 44496
                                    [type] => gallery
                                    [language] => und
                                    [created] => 1326967414
                                    [changed] => 1326977269
                                    [tnid] => 0
                                    [translate] => 0
                                    [revision_timestamp] => 1326977269
                                    [revision_uid] => 19
                                    [body] => Array
                                        (
                                        )

                                    [field_category_secondary] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 41
                                                        )

                                                )

                                        )

                                    [field_published_date] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 2012-01-19 10:30:00
                                                            [timezone] => Europe/London
                                                            [timezone_db] => UTC
                                                            [date_type] => datetime
                                                        )

                                                )

                                        )

                                    [field_tags] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 31477
                                                        )

                                                    [1] => Array
                                                        (
                                                            [tid] => 25177
                                                        )

                                                    [2] => Array
                                                        (
                                                            [tid] => 39262
                                                        )

                                                    [3] => Array
                                                        (
                                                            [tid] => 10411
                                                        )

                                                )

                                        )

                                    [field_gallery_files] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [fid] => 58726
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => pauper-usa.jpg
                                                            [uri] => public://pauper-usa.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 186746
                                                            [status] => 1
                                                            [timestamp] => 1326977257
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Scott Olson
                                                                                    [format] => 
                                                                                    [safe_value] => Scott Olson
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Workers fill a paupers' grave at Homewood Memorial Gardens with remains from Cook County morgue. The bodies are of people from Illinois - the state which President Barack Obama represented as a senator for three terms - who could not pay for a burial. Tough economic times have led to an increase in the number of indigent burials the morgue, which serves Chicago and the surrounding area, must perform.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Workers fill a paupers' grave at Homewood Memorial Gardens with remains from Cook County morgue. The bodies are of people from Illinois - the state which President Barack Obama represented as a senator for three terms - who could not pay for a burial. Tough economic times have led to an increase in the number of indigent burials the morgue, which serves Chicago and the surrounding area, must perform. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Paupers grave in Illinois, US
                                                                                    [format] => 
                                                                                    [safe_value] => Paupers grave in Illinois, US
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [1] => Array
                                                        (
                                                            [fid] => 58724
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => paupers-usa-3.jpg
                                                            [uri] => public://paupers-usa-3.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 127459
                                                            [status] => 1
                                                            [timestamp] => 1326977257
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Scott Olson
                                                                                    [format] => 
                                                                                    [safe_value] => Scott Olson
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Workers unload a cheap coffin containing the remains of a person from the Cook County morgue. Thirty people were buried in this grave in Illinois. No mourners were present. Tough economic times mean that even cheap mass burials such as this might become a thing of the past. Budget cuts are forcing many US states to consider making cremation the default option for those who cannot afford a funeral. The option would save up to $600 per body, according to The Wall Street Journal.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Workers unload a cheap coffin containing the remains of a person from the Cook County morgue. Thirty people were buried in this grave in Illinois. No mourners were present. Tough economic times mean that even cheap mass burials such as this might become a thing of the past. Budget cuts are forcing many US states to consider making cremation the default option for those who cannot afford a funeral. The option would save up to $600 per body, according to The Wall Street Journal. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => America's paupers graves
                                                                                    [format] => 
                                                                                    [safe_value] => America's paupers graves
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [2] => Array
                                                        (
                                                            [fid] => 58722
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => paupers-usa-2.jpg
                                                            [uri] => public://paupers-usa-2.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 124903
                                                            [status] => 1
                                                            [timestamp] => 1326977257
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Scott Olson
                                                                                    [format] => 
                                                                                    [safe_value] => Scott Olson
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Workers fill a pauper's grave in Illinois. Anecdotal evidence suggests such burials are on the rise in the US, thanks to harsh economic times. In two counties in New York state, Westchester and Rockland, have seen 48 per cent and 79 per cent increases respectively in the cost of indigent funerals since the financial crisis in 2007.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  Workers fill a pauper's grave in Illinois. Anecdotal evidence suggests such burials are on the rise in the US, thanks to harsh economic times. In two counties in New York state, Westchester and Rockland, have seen 48 per cent and 79 per cent increases respectively in the cost of indigent funerals since the financial crisis in 2007. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Paupers grave in Illinois
                                                                                    [format] => 
                                                                                    [safe_value] => Paupers grave in Illinois
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                    [3] => Array
                                                        (
                                                            [fid] => 58720
                                                            [display] => 1
                                                            [description] => 
                                                            [uid] => 19
                                                            [filename] => paupers-usa.jpg
                                                            [uri] => public://paupers-usa.jpg
                                                            [filemime] => image/jpeg
                                                            [filesize] => 177984
                                                            [status] => 1
                                                            [timestamp] => 1326977257
                                                            [type] => image
                                                            [field_file_credits] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Scott Olson
                                                                                    [format] => 
                                                                                    [safe_value] => Scott Olson
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_description] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => A pauper's grave in Illinois, where tough economic times have led to an increase in the number of indigent burials. Thirty people were buried in this grave. No mourners were present.
                                                                                    [format] => filtered_html
                                                                                    [safe_value] =>  A pauper's grave in Illinois, where tough economic times have led to an increase in the number of indigent burials. Thirty people were buried in this grave. No mourners were present. 
                                                                                )

                                                                        )

                                                                )

                                                            [field_file_title] => Array
                                                                (
                                                                )

                                                            [field_file_alt_text] => Array
                                                                (
                                                                    [und] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [value] => Paupers grave in Illinois
                                                                                    [format] => 
                                                                                    [safe_value] => Paupers grave in Illinois
                                                                                )

                                                                        )

                                                                )

                                                            [metatags] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                    [field_topic] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [tid] => 39264
                                                        )

                                                )

                                        )

                                    [field_schedule_publish] => Array
                                        (
                                            [und] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [value] => 0
                                                        )

                                                )

                                        )

                                    [metatags] => Array
                                        (
                                            [title] => Array
                                                (
                                                    [value] => Pauper burials on the rise in US as economy fails pictures | [node:field-topic:name] Pictures | [site:name] 
                                                )

                                        )

                                    [cid] => 0
                                    [last_comment_timestamp] => 1326967414
                                    [last_comment_name] => 
                                    [last_comment_uid] => 19
                                    [comment_count] => 0
                                    [name] => Tim Edwards
                                    [picture] => 0
                                    [data] => 
                                )

                        )

                    [view] => view Object
 *RECURSION*
                    [display] => views_display Object
                        (
                            [db_table] => views_display
                            [vid] => 0
                            [id] => page
                            [display_title] => Page
                            [display_plugin] => page
                            [position] => 0
                            [display_options] => Array
                                (
                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [path] => taxonomy/term/%/type/%
                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [defaults] => Array
                                        (
                                            [cache] => 
                                            [cache_options] => 
                                        )

                                    [cache_options] => 
                                )

                            [handler] => views_plugin_display_page Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [handlers] => Array
                                        (
                                            [field] => Array
                                                (
                                                    [title] => views_handler_field_node Object
                                                        (
                                                            [field_alias] => unknown
                                                            [aliases] => Array
                                                                (
                                                                )

                                                            [additional_fields] => Array
                                                                (
                                                                    [nid] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                        )

                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => field
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => 
                                                                    [exclude] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [text] => 
                                                                            [make_link] => 0
                                                                            [path] => 
                                                                            [absolute] => 0
                                                                            [external] => 
                                                                            [replace_spaces] => 
                                                                            [path_case] => none
                                                                            [trim_whitespace] => 
                                                                            [alt] => 
                                                                            [rel] => 
                                                                            [link_class] => 
                                                                            [prefix] => 
                                                                            [suffix] => 
                                                                            [target] => 
                                                                            [nl2br] => 
                                                                            [max_length] => 
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [preserve_tags] => 
                                                                            [html] => 0
                                                                        )

                                                                    [element_type] => 
                                                                    [element_class] => 
                                                                    [element_label_type] => 
                                                                    [element_label_class] => 
                                                                    [element_label_colon] => 1
                                                                    [element_wrapper_type] => 
                                                                    [element_wrapper_class] => 
                                                                    [element_default_classes] => 1
                                                                    [empty] => 
                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [hide_alter_empty] => 1
                                                                    [link_to_node] => 1
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [field] => title
                                                                    [group] => Content
                                                                    [handler] => views_handler_field_node
                                                                    [click sortable] => 1
                                                                    [link_to_node default] => 1
                                                                    [title] => Title
                                                                    [help] => The content title.
                                                                )

                                                            [real_field] => title
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => field
                                                                    [2] => node
                                                                    [3] => title
                                                                )

                                                            [table] => node
                                                            [field] => title
                                                            [position] => 0
                                                        )

                                                )

                                            [argument] => Array
                                                (
                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                        (
                                                            [name_field] => 
                                                            [validator] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => argument
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [default_action] => empty
                                                                    [exception] => Array
                                                                        (
                                                                            [value] => all
                                                                            [title_enable] => 0
                                                                            [title] => All
                                                                        )

                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_options] => Array
                                                                        (
                                                                        )

                                                                    [default_argument_skip_url] => 0
                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [summary] => Array
                                                                        (
                                                                            [sort_order] => asc
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Has taxonomy term ID (with depth)
                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                    [accept depth modifier] => 1
                                                                    [group] => Content
                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                    [real field] => nid
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => argument
                                                                    [2] => node
                                                                    [3] => term_node_tid_depth
                                                                )

                                                            [table] => node
                                                            [real_field] => nid
                                                            [field] => term_node_tid_depth
                                                            [position] => 0
                                                            [relationship] => 
                                                            [argument] => 37
                                                            [validated_title] => News & Opinion
                                                            [argument_validated] => 1
                                                        )

                                                    [type] => views_handler_argument_node_type Object
                                                        (
                                                            [name_field] => 
                                                            [validator] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => argument
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [default_action] => empty
                                                                    [exception] => Array
                                                                        (
                                                                            [value] => all
                                                                            [title_enable] => 0
                                                                            [title] => All
                                                                        )

                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_options] => Array
                                                                        (
                                                                        )

                                                                    [default_argument_skip_url] => 0
                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [summary] => Array
                                                                        (
                                                                            [sort_order] => asc
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => none
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_argument_node_type
                                                                    [group] => Content
                                                                    [title] => Type
                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => argument
                                                                    [2] => node
                                                                    [3] => type
                                                                )

                                                            [table] => node
                                                            [field] => type
                                                            [real_field] => type
                                                            [position] => 1
                                                            [relationship] => 
                                                            [argument] => gallery
                                                            [argument_validated] => 1
                                                        )

                                                )

                                            [sort] => Array
                                                (
                                                    [sticky] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => sort
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_sort
                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                    [group] => Content
                                                                    [title] => Sticky
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => node
                                                                    [3] => sticky
                                                                )

                                                            [table] => node
                                                            [field] => sticky
                                                            [real_field] => sticky
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                    [position] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => sort
                                                            [table_alias] => nodequeue_nodes_node
                                                            [options] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_sort
                                                                    [group] => Nodequeue
                                                                    [title] => Position
                                                                    [help] => The position of the node within a queue.
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => nodequeue_nodes
                                                                    [3] => position
                                                                )

                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [real_field] => position
                                                            [position] => 1
                                                            [relationship] => nodequeue_nodes_node
                                                        )

                                                    [field_published_date_value] => views_handler_sort Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => sort
                                                            [table_alias] => field_data_field_published_date
                                                            [options] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [order] => DESC
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [label] => 
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [field] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [handler] => views_handler_sort
                                                                    [additional fields] => Array
                                                                        (
                                                                            [0] => field_published_date_value
                                                                        )

                                                                    [field_name] => field_published_date
                                                                    [group] => Content
                                                                    [title] => Published Date (field_published_date)
                                                                    [title short] => Published Date
                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                )

                                                            [real_field] => field_published_date_value
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => sort
                                                                    [2] => field_data_field_published_date
                                                                    [3] => field_published_date_value
                                                                )

                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [position] => 2
                                                            [relationship] => 
                                                        )

                                                )

                                            [filter] => Array
                                                (
                                                    [status] => views_handler_filter_boolean_operator Object
                                                        (
                                                            [always_multiple] => 1
                                                            [no_operator] => 1
                                                            [accept_null] => 
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => filter
                                                            [table_alias] => node
                                                            [options] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [operator] => =
                                                                    [value] => 1
                                                                    [group] => 0
                                                                    [exposed] => 
                                                                    [expose] => Array
                                                                        (
                                                                            [operator_id] => 
                                                                            [label] => 
                                                                            [use_operator] => 0
                                                                            [operator] => 
                                                                            [identifier] => 
                                                                            [required] => 0
                                                                            [remember] => 0
                                                                            [multiple] => 0
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_filter_boolean_operator
                                                                    [label] => Published
                                                                    [type] => yes-no
                                                                    [use equal] => 1
                                                                    [group] => Content
                                                                    [title] => Published
                                                                    [help] => Whether or not the content is published.
                                                                    [allow empty] => 1
                                                                )

                                                            [is_handler] => 1
                                                            [value_value] => Published
                                                            [value_options] => 
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => filter
                                                                    [2] => node
                                                                    [3] => status
                                                                )

                                                            [table] => node
                                                            [field] => status
                                                            [real_field] => status
                                                            [operator] => =
                                                            [value] => 1
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                            [relationship] => Array
                                                (
                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => relationship
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => queue
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                    [base] => nodequeue_nodes
                                                                    [field] => nid
                                                                    [label] => queue
                                                                    [group] => Nodequeue
                                                                    [title] => Queue
                                                                    [help] => Create a relationship to a nodequeue.
                                                                    [real field] => nid
                                                                )

                                                            [real_field] => nid
                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => relationship
                                                                    [2] => node
                                                                    [3] => nodequeue_rel
                                                                )

                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [position] => 0
                                                            [relationship] => 
                                                            [alias] => nodequeue_nodes_node
                                                        )

                                                )

                                            [header] => Array
                                                (
                                                    [area] => views_handler_area_text Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => header
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => 
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_area_text
                                                                    [group] => Global
                                                                    [title] => Text area
                                                                    [help] => Provide markup text for the area.
                                                                    [field] => 
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => header
                                                                    [2] => views
                                                                    [3] => area
                                                                )

                                                            [table] => views
                                                            [real_field] => 
                                                            [field] => area
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                    [area] => views_handler_area_text Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [query] => views_plugin_query_default Object
                                                                (
                                                                    [table_queue] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [alias] => node
                                                                                    [table] => node
                                                                                    [relationship] => node
                                                                                    [join] => 
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [num] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [table] => nodequeue_nodes
                                                                                                    [field] => nid
                                                                                                    [left_table] => node
                                                                                                    [left_field] => nid
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => qid
                                                                                                                    [value] => Array
                                                                                                                        (
                                                                                                                            [0] => 1
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [num] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                    [join] => views_join Object
                                                                                        (
                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [type] => LEFT
                                                                                            [definition] => Array
                                                                                                (
                                                                                                    [left_field] => nid
                                                                                                    [field] => entity_id
                                                                                                    [extra] => Array
                                                                                                        (
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => entity_type
                                                                                                                    [value] => node
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => deleted
                                                                                                                    [value] => 0
                                                                                                                    [numeric] => 1
                                                                                                                )

                                                                                                        )

                                                                                                    [table] => field_data_field_published_date
                                                                                                    [left_table] => node
                                                                                                )

                                                                                            [extra_type] => AND
                                                                                            [adjusted] => 1
                                                                                        )

                                                                                    [relationship] => node
                                                                                )

                                                                        )

                                                                    [tables] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => node
                                                                                        )

                                                                                    [nodequeue_nodes_node] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => nodequeue_nodes_node
                                                                                        )

                                                                                    [field_data_field_published_date] => Array
                                                                                        (
                                                                                            [count] => 1
                                                                                            [alias] => field_data_field_published_date
                                                                                        )

                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [link] => 
                                                                                    [table] => node
                                                                                    [alias] => node
                                                                                    [base] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [link] => node
                                                                                    [table] => nodequeue_nodes
                                                                                    [base] => nodequeue_nodes
                                                                                )

                                                                        )

                                                                    [where] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [conditions] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => node.status
                                                                                                    [value] => 1
                                                                                                    [operator] => =
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => node.nid
                                                                                                    [value] => SelectQuery Object
                                                                                                        (
                                                                                                            [fields:protected] => Array
                                                                                                                (
                                                                                                                    [nid] => Array
                                                                                                                        (
                                                                                                                            [field] => nid
                                                                                                                            [table] => tn
                                                                                                                            [alias] => nid
                                                                                                                        )

                                                                                                                )

                                                                                                            [expressions:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [tables:protected] => Array
                                                                                                                (
                                                                                                                    [tn] => Array
                                                                                                                        (
                                                                                                                            [join type] => 
                                                                                                                            [table] => taxonomy_index
                                                                                                                            [alias] => tn
                                                                                                                            [condition] => 
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th
                                                                                                                            [condition] => th.tid = tn.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th1] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th1
                                                                                                                            [condition] => th.parent = th1.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th2] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th2
                                                                                                                            [condition] => th1.parent = th2.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [th3] => Array
                                                                                                                        (
                                                                                                                            [join type] => LEFT OUTER
                                                                                                                            [table] => taxonomy_term_hierarchy
                                                                                                                            [alias] => th3
                                                                                                                            [condition] => th2.parent = th3.tid
                                                                                                                            [arguments] => Array
                                                                                                                                (
                                                                                                                                )

                                                                                                                        )

                                                                                                                )

                                                                                                            [order:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [group:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [where:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                            [0] => Array
                                                                                                                                (
                                                                                                                                    [field] => DatabaseCondition Object
                                                                                                                                        (
                                                                                                                                            [conditions:protected] => Array
                                                                                                                                                (
                                                                                                                                                    [#conjunction] => OR
                                                                                                                                                    [0] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => tn.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [1] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th1.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [2] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th2.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                    [3] => Array
                                                                                                                                                        (
                                                                                                                                                            [field] => th3.tid
                                                                                                                                                            [value] => 37
                                                                                                                                                            [operator] => =
                                                                                                                                                        )

                                                                                                                                                )

                                                                                                                                            [arguments:protected] => Array
                                                                                                                                                (
                                                                                                                                                )

                                                                                                                                            [changed:protected] => 1
                                                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                                                        )

                                                                                                                                    [value] => 
                                                                                                                                    [operator] => IS NULL
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [having:protected] => DatabaseCondition Object
                                                                                                                (
                                                                                                                    [conditions:protected] => Array
                                                                                                                        (
                                                                                                                            [#conjunction] => AND
                                                                                                                        )

                                                                                                                    [arguments:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [changed:protected] => 1
                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                )

                                                                                                            [distinct:protected] => 
                                                                                                            [range:protected] => 
                                                                                                            [union:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [prepared:protected] => 
                                                                                                            [forUpdate:protected] => 
                                                                                                            [connection:protected] => DatabaseConnection_mysql Object
                                                                                                                (
                                                                                                                    [shutdownRegistered:protected] => 
                                                                                                                    [target:protected] => default
                                                                                                                    [key:protected] => default
                                                                                                                    [logger:protected] => 
                                                                                                                    [transactionLayers:protected] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                    [driverClasses:protected] => Array
                                                                                                                        (
                                                                                                                            [SelectQuery] => SelectQuery
                                                                                                                        )

                                                                                                                    [statementClass:protected] => DatabaseStatementBase
                                                                                                                    [transactionSupport:protected] => 1
                                                                                                                    [transactionalDDLSupport:protected] => 
                                                                                                                    [temporaryNameIndex:protected] => 0
                                                                                                                    [connectionOptions:protected] => Array
                                                                                                                        (
                                                                                                                            [database] => drupal_distro_theweek
                                                                                                                            [username] => root
                                                                                                                            [password] => 
                                                                                                                            [host] => localhost
                                                                                                                            [port] => 
                                                                                                                            [driver] => mysql
                                                                                                                            [prefix] => Array
                                                                                                                                (
                                                                                                                                    [default] => 
                                                                                                                                )

                                                                                                                        )

                                                                                                                    [schema:protected] => 
                                                                                                                    [prefixes:protected] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                    [prefixSearch:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => {
                                                                                                                            [1] => }
                                                                                                                        )

                                                                                                                    [prefixReplace:protected] => Array
                                                                                                                        (
                                                                                                                            [0] => 
                                                                                                                            [1] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [connectionTarget:protected] => default
                                                                                                            [connectionKey:protected] => default
                                                                                                            [queryOptions:protected] => Array
                                                                                                                (
                                                                                                                    [target] => default
                                                                                                                    [return] => 1
                                                                                                                )

                                                                                                            [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                            [nextPlaceholder:protected] => 0
                                                                                                            [comments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                        )

                                                                                                    [operator] => IN
                                                                                                )

                                                                                            [2] => Array
                                                                                                (
                                                                                                    [field] => node.type
                                                                                                    [value] => gallery
                                                                                                    [operator] => 
                                                                                                )

                                                                                        )

                                                                                    [args] => Array
                                                                                        (
                                                                                        )

                                                                                    [type] => AND
                                                                                )

                                                                        )

                                                                    [having] => Array
                                                                        (
                                                                        )

                                                                    [group_operator] => AND
                                                                    [orderby] => Array
                                                                        (
                                                                            [0] => Array
                                                                                (
                                                                                    [field] => node_sticky
                                                                                    [direction] => DESC
                                                                                )

                                                                            [1] => Array
                                                                                (
                                                                                    [field] => nodequeue_nodes_node_position
                                                                                    [direction] => DESC
                                                                                )

                                                                            [2] => Array
                                                                                (
                                                                                    [field] => field_data_field_published_date_field_published_date_value
                                                                                    [direction] => DESC
                                                                                )

                                                                        )

                                                                    [groupby] => Array
                                                                        (
                                                                        )

                                                                    [header] => Array
                                                                        (
                                                                        )

                                                                    [distinct] => 
                                                                    [has_aggregate] => 
                                                                    [get_count_optimized] => 
                                                                    [pager] => views_plugin_pager_full Object
                                                                        (
                                                                            [current_page] => 0
                                                                            [total_items] => 993
                                                                            [view] => view Object
 *RECURSION*
                                                                            [display] => views_display Object
 *RECURSION*
                                                                            [plugin_type] => pager
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                    [offset] => 0
                                                                                    [id] => 0
                                                                                    [total_pages] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [items_per_page] => 
                                                                                            [items_per_page_label] => Items per page
                                                                                            [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                            [items_per_page_options_all] => 
                                                                                            [items_per_page_options_all_label] => - All -
                                                                                            [offset] => 
                                                                                            [offset_label] => Offset
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Paged output, full pager
                                                                                    [short title] => Full
                                                                                    [help] => Paged output, full Drupal style
                                                                                    [handler] => views_plugin_pager_full
                                                                                    [help topic] => pager-full
                                                                                    [uses options] => 1
                                                                                    [module] => views
                                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                                    [theme file] => theme.inc
                                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                                    [file] => views_plugin_pager_full.inc
                                                                                    [parent] => parent
                                                                                    [name] => full
                                                                                )

                                                                            [is_plugin] => 1
                                                                        )

                                                                    [field_aliases] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [sticky] => node_sticky
                                                                                    [nid] => nid
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [position] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                        )

                                                                    [tags] => Array
                                                                        (
                                                                        )

                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => 
                                                                    [plugin_type] => query
                                                                    [options] => Array
                                                                        (
                                                                            [disable_sql_rewrite] => 
                                                                            [distinct] => 
                                                                            [slave] => 
                                                                            [query_comment] => 
                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => SQL Query
                                                                            [help] => Query will be generated and run using the Drupal database API.
                                                                            [handler] => views_plugin_query_default
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_query_default.inc
                                                                            [parent] => parent
                                                                            [name] => views_query
                                                                        )

                                                                    [is_plugin] => 1
                                                                    [base_table] => node
                                                                    [base_field] => nid
                                                                    [count_field] => Array
                                                                        (
                                                                            [table] => node
                                                                            [field] => nid
                                                                            [alias] => nid
                                                                            [count] => 1
                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [node_sticky] => Array
                                                                                (
                                                                                    [field] => sticky
                                                                                    [table] => node
                                                                                    [alias] => node_sticky
                                                                                )

                                                                            [nodequeue_nodes_node_position] => Array
                                                                                (
                                                                                    [field] => position
                                                                                    [table] => nodequeue_nodes_node
                                                                                    [alias] => nodequeue_nodes_node_position
                                                                                )

                                                                            [field_data_field_published_date_field_published_date_value] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [alias] => field_data_field_published_date_field_published_date_value
                                                                                )

                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => node
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [limit] => 10
                                                                    [offset] => 0
                                                                )

                                                            [handler_type] => empty
                                                            [table_alias] => 
                                                            [options] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [relationship] => none
                                                                    [group_type] => group
                                                                    [ui_name] => 
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [handler] => views_handler_area_text
                                                                    [group] => Global
                                                                    [title] => Text area
                                                                    [help] => Provide markup text for the area.
                                                                    [field] => 
                                                                )

                                                            [is_handler] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                    [1] => empty
                                                                    [2] => views
                                                                    [3] => area
                                                                )

                                                            [table] => views
                                                            [real_field] => 
                                                            [field] => area
                                                            [position] => 0
                                                            [relationship] => 
                                                        )

                                                )

                                        )

                                    [extender] => Array
                                        (
                                        )

                                    [display] => views_display Object
 *RECURSION*
                                    [plugin_type] => display
                                    [options] => Array
                                        (
                                            [defaults] => Array
                                                (
                                                    [access] => 1
                                                    [cache] => 
                                                    [query] => 1
                                                    [title] => 1
                                                    [css_class] => 1
                                                    [display_description] => 
                                                    [use_ajax] => 1
                                                    [hide_attachment_summary] => 1
                                                    [pager] => 1
                                                    [pager_options] => 1
                                                    [use_more] => 1
                                                    [use_more_always] => 1
                                                    [use_more_text] => 1
                                                    [exposed_form] => 1
                                                    [exposed_form_options] => 1
                                                    [link_display] => 1
                                                    [link_url] => 
                                                    [group_by] => 1
                                                    [style_plugin] => 1
                                                    [style_options] => 1
                                                    [row_plugin] => 1
                                                    [row_options] => 1
                                                    [header] => 1
                                                    [footer] => 1
                                                    [empty] => 1
                                                    [relationships] => 1
                                                    [fields] => 1
                                                    [sorts] => 1
                                                    [arguments] => 1
                                                    [filters] => 1
                                                    [filter_groups] => 1
                                                    [cache_options] => 
                                                )

                                            [title] => 
                                            [enabled] => 1
                                            [display_comment] => 
                                            [css_class] => 
                                            [display_description] => 
                                            [use_ajax] => 
                                            [hide_attachment_summary] => 
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [use_pager] => 
                                            [use_more] => 
                                            [use_more_always] => 
                                            [use_more_text] => more
                                            [link_display] => 
                                            [link_url] => 
                                            [group_by] => 
                                            [field_language] => ***CURRENT_LANGUAGE***
                                            [field_language_add_to_query] => 1
                                            [access] => Array
                                                (
                                                    [type] => none
                                                )

                                            [cache] => Array
                                                (
                                                    [type] => time
                                                    [results_lifespan] => 60
                                                    [output_lifespan] => 60
                                                )

                                            [query] => Array
                                                (
                                                    [type] => views_query
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [exposed_form] => Array
                                                (
                                                    [type] => basic
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [pager] => Array
                                                (
                                                    [type] => full
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [style_plugin] => default
                                            [style_options] => Array
                                                (
                                                )

                                            [row_plugin] => fields
                                            [row_options] => Array
                                                (
                                                )

                                            [exposed_block] => 
                                            [header] => Array
                                                (
                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                )

                                            [relationships] => Array
                                                (
                                                )

                                            [fields] => Array
                                                (
                                                )

                                            [sorts] => Array
                                                (
                                                )

                                            [arguments] => Array
                                                (
                                                )

                                            [filter_groups] => Array
                                                (
                                                    [operator] => AND
                                                    [groups] => Array
                                                        (
                                                            [0] => AND
                                                        )

                                                )

                                            [filters] => Array
                                                (
                                                )

                                            [path] => taxonomy/term/%/type/%
                                            [menu] => Array
                                                (
                                                    [type] => none
                                                    [title] => 
                                                    [description] => 
                                                    [weight] => 0
                                                    [name] => navigation
                                                )

                                            [tab_options] => Array
                                                (
                                                    [type] => none
                                                    [title] => 
                                                    [description] => 
                                                    [weight] => 0
                                                    [name] => navigation
                                                )

                                            [cache_options] => 
                                        )

                                    [definition] => Array
                                        (
                                            [title] => Page
                                            [help] => Display the view as a page, with a URL and menu links.
                                            [handler] => views_plugin_display_page
                                            [theme] => views_view
                                            [uses hook menu] => 1
                                            [contextual links locations] => Array
                                                (
                                                    [0] => page
                                                )

                                            [use ajax] => 1
                                            [use pager] => 1
                                            [use more] => 1
                                            [accept attachments] => 1
                                            [admin] => Page
                                            [help topic] => display-page
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_display_page.inc
                                            [parent] => parent
                                            [name] => page
                                            [contextual links] => Array
                                                (
                                                    [views_ui] => Array
                                                        (
                                                            [parent path] => admin/structure/views/view
                                                            [argument properties] => Array
                                                                (
                                                                    [0] => name
                                                                )

                                                        )

                                                )

                                        )

                                    [is_plugin] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => page
                                        )

                                    [default_display] => views_plugin_display_default Object
                                        (
                                            [view] => view Object
 *RECURSION*
                                            [handlers] => Array
                                                (
                                                )

                                            [extender] => Array
                                                (
                                                )

                                            [display] => views_display Object
                                                (
                                                    [db_table] => views_display
                                                    [vid] => 0
                                                    [id] => default
                                                    [display_title] => Master
                                                    [display_plugin] => default
                                                    [position] => 0
                                                    [display_options] => Array
                                                        (
                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                            [query_comment] => 
                                                                        )

                                                                )

                                                            [access] => Array
                                                                (
                                                                    [type] => perm
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [row_plugin] => node
                                                            [header] => Array
                                                                (
                                                                    [area] => Array
                                                                        (
                                                                            [id] => area
                                                                            [table] => views
                                                                            [field] => area
                                                                            [empty] => 
                                                                            [content] => 
Latest %2s of %1


                                                                            [format] => filtered_html
                                                                            [tokenize] => 0
                                                                        )

                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => Array
                                                                        (
                                                                            [id] => area
                                                                            [table] => views
                                                                            [field] => area
                                                                            [label] => No content
                                                                            [empty] => 
                                                                            [content] => There is currently no content in this category.
                                                                            [format] => filtered_html
                                                                            [tokenize] => 0
                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [nodequeue_rel] => Array
                                                                        (
                                                                            [id] => nodequeue_rel
                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [required] => 0
                                                                            [limit] => 1
                                                                            [names] => Array
                                                                                (
                                                                                    [elevation] => elevation
                                                                                    [featured] => 0
                                                                                )

                                                                        )

                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [title] => Array
                                                                        (
                                                                            [id] => title
                                                                            [table] => node
                                                                            [field] => title
                                                                            [label] => 
                                                                            [alter] => Array
                                                                                (
                                                                                    [alter_text] => 0
                                                                                    [make_link] => 0
                                                                                    [absolute] => 0
                                                                                    [word_boundary] => 0
                                                                                    [ellipsis] => 0
                                                                                    [strip_tags] => 0
                                                                                    [trim] => 0
                                                                                    [html] => 0
                                                                                )

                                                                            [hide_empty] => 0
                                                                            [empty_zero] => 0
                                                                            [link_to_node] => 1
                                                                        )

                                                                )

                                                            [sorts] => Array
                                                                (
                                                                    [sticky] => Array
                                                                        (
                                                                            [id] => sticky
                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [order] => DESC
                                                                        )

                                                                    [position] => Array
                                                                        (
                                                                            [id] => position
                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [relationship] => nodequeue_rel
                                                                            [order] => DESC
                                                                        )

                                                                    [field_published_date_value] => Array
                                                                        (
                                                                            [id] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [order] => DESC
                                                                        )

                                                                )

                                                            [arguments] => Array
                                                                (
                                                                    [term_node_tid_depth] => Array
                                                                        (
                                                                            [id] => term_node_tid_depth
                                                                            [table] => node
                                                                            [field] => term_node_tid_depth
                                                                            [default_action] => empty
                                                                            [title_enable] => 1
                                                                            [title] => %1 %2
                                                                            [breadcrumb_enable] => 1
                                                                            [breadcrumb] => %2
                                                                            [default_argument_type] => fixed
                                                                            [default_argument_skip_url] => 0
                                                                            [summary] => Array
                                                                                (
                                                                                    [number_of_records] => 0
                                                                                    [format] => default_summary
                                                                                )

                                                                            [summary_options] => Array
                                                                                (
                                                                                    [items_per_page] => 25
                                                                                )

                                                                            [specify_validation] => 1
                                                                            [validate] => Array
                                                                                (
                                                                                    [type] => taxonomy_term
                                                                                    [fail] => empty
                                                                                )

                                                                            [validate_options] => Array
                                                                                (
                                                                                    [vocabularies] => Array
                                                                                        (
                                                                                            [article_type] => 0
                                                                                            [author_type] => 0
                                                                                            [category] => 0
                                                                                            [tags] => 0
                                                                                            [topic] => 0
                                                                                        )

                                                                                    [transform] => 0
                                                                                )

                                                                            [depth] => 3
                                                                            [break_phrase] => 0
                                                                            [set_breadcrumb] => 0
                                                                            [use_taxonomy_term_path] => 0
                                                                        )

                                                                    [type] => Array
                                                                        (
                                                                            [id] => type
                                                                            [table] => node
                                                                            [field] => type
                                                                            [default_action] => empty
                                                                            [title_enable] => 1
                                                                            [title] => %1
                                                                            [breadcrumb_enable] => 1
                                                                            [breadcrumb] => %1
                                                                            [default_argument_type] => fixed
                                                                            [default_argument_skip_url] => 0
                                                                            [summary] => Array
                                                                                (
                                                                                    [number_of_records] => 0
                                                                                    [format] => default_summary
                                                                                )

                                                                            [summary_options] => Array
                                                                                (
                                                                                    [items_per_page] => 25
                                                                                )

                                                                            [specify_validation] => 1
                                                                            [validate] => Array
                                                                                (
                                                                                    [fail] => empty
                                                                                )

                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                    [status] => Array
                                                                        (
                                                                            [id] => status
                                                                            [table] => node
                                                                            [field] => status
                                                                            [value] => 1
                                                                        )

                                                                )

                                                            [defaults] => Array
                                                                (
                                                                    [cache] => 
                                                                    [cache_options] => 
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                )

                                            [plugin_type] => display
                                            [options] => Array
                                                (
                                                    [title] => 
                                                    [enabled] => 1
                                                    [display_comment] => 
                                                    [css_class] => 
                                                    [display_description] => 
                                                    [use_ajax] => 
                                                    [hide_attachment_summary] => 
                                                    [items_per_page] => 10
                                                    [offset] => 0
                                                    [use_pager] => 
                                                    [use_more] => 
                                                    [use_more_always] => 
                                                    [use_more_text] => more
                                                    [link_display] => 
                                                    [link_url] => 
                                                    [group_by] => 
                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                    [field_language_add_to_query] => 1
                                                    [access] => Array
                                                        (
                                                            [type] => perm
                                                        )

                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                    [query_comment] => 
                                                                )

                                                        )

                                                    [exposed_form] => Array
                                                        (
                                                            [type] => basic
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [pager] => Array
                                                        (
                                                            [type] => full
                                                            [options] => Array
                                                                (
                                                                    [items_per_page] => 10
                                                                )

                                                        )

                                                    [style_plugin] => default
                                                    [style_options] => Array
                                                        (
                                                        )

                                                    [row_plugin] => node
                                                    [row_options] => Array
                                                        (
                                                        )

                                                    [exposed_block] => 
                                                    [header] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [footer] => Array
                                                        (
                                                        )

                                                    [empty] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [relationships] => Array
                                                        (
                                                            [nodequeue_rel] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                        )

                                                    [fields] => Array
                                                        (
                                                            [title] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [label] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [make_link] => 0
                                                                            [absolute] => 0
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [html] => 0
                                                                        )

                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [link_to_node] => 1
                                                                )

                                                        )

                                                    [sorts] => Array
                                                        (
                                                            [sticky] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [order] => DESC
                                                                )

                                                            [position] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [order] => DESC
                                                                )

                                                            [field_published_date_value] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [order] => DESC
                                                                )

                                                        )

                                                    [arguments] => Array
                                                        (
                                                            [term_node_tid_depth] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [type] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [fail] => empty
                                                                        )

                                                                )

                                                        )

                                                    [filter_groups] => Array
                                                        (
                                                            [operator] => AND
                                                            [groups] => Array
                                                                (
                                                                    [0] => AND
                                                                )

                                                        )

                                                    [filters] => Array
                                                        (
                                                            [status] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [value] => 1
                                                                )

                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [definition] => Array
                                                (
                                                    [title] => Master
                                                    [help] => Default settings for this view.
                                                    [handler] => views_plugin_display_default
                                                    [theme] => views_view
                                                    [no ui] => 1
                                                    [no remove] => 1
                                                    [js] => Array
                                                        (
                                                            [0] => misc/form.js
                                                            [1] => misc/collapse.js
                                                            [2] => misc/textarea.js
                                                            [3] => misc/tabledrag.js
                                                            [4] => misc/autocomplete.js
                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                        )

                                                    [use ajax] => 1
                                                    [use pager] => 1
                                                    [use more] => 1
                                                    [accept attachments] => 1
                                                    [help topic] => display-default
                                                    [module] => views
                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                    [theme file] => theme.inc
                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                    [file] => views_plugin_display_default.inc
                                                    [parent] => parent
                                                    [name] => default
                                                    [contextual links] => Array
                                                        (
                                                            [views_ui] => Array
                                                                (
                                                                    [parent path] => admin/structure/views/view
                                                                    [argument properties] => Array
                                                                        (
                                                                            [0] => name
                                                                        )

                                                                )

                                                        )

                                                )

                                            [is_plugin] => 1
                                            [localization_keys] => Array
                                                (
                                                    [0] => default
                                                )

                                        )

                                    [has_exposed] => 
                                )

                        )

                    [plugin_type] => row
                    [options] => Array
                        (
                            [relationship] => none
                            [view_mode] => teaser
                            [links] => 1
                            [comments] => 
                        )

                    [definition] => Array
                        (
                            [title] => Content
                            [help] => Display the content with standard node view.
                            [handler] => views_plugin_row_node_view
                            [path] => profiles/dennis_distro/modules/contrib/views/modules/node
                            [base] => Array
                                (
                                    [0] => node
                                )

                            [uses options] => 1
                            [type] => normal
                            [help topic] => style-node
                            [module] => views
                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                            [theme file] => theme.inc
                            [file] => views_plugin_row_node_view.inc
                            [parent] => parent
                            [name] => node
                        )

                    [is_plugin] => 1
                    [field_alias] => nid
                )

        )

    [override_url] => 
    [override_path] => 
    [base_database] => 
    [vid] => 
    [description] => A view with the following arguments: taxonomy/term//type/
    [tag] => default
    [human_name] => Term by Content type
    [core] => 7
    [display] => Array
        (
            [default] => views_display Object
                (
                    [db_table] => views_display
                    [vid] => 0
                    [id] => default
                    [display_title] => Master
                    [display_plugin] => default
                    [position] => 0
                    [display_options] => Array
                        (
                            [query] => Array
                                (
                                    [type] => views_query
                                    [options] => Array
                                        (
                                            [query_comment] => 
                                        )

                                )

                            [access] => Array
                                (
                                    [type] => perm
                                )

                            [cache] => Array
                                (
                                    [type] => time
                                    [results_lifespan] => 60
                                    [output_lifespan] => 60
                                )

                            [exposed_form] => Array
                                (
                                    [type] => basic
                                )

                            [pager] => Array
                                (
                                    [type] => full
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                        )

                                )

                            [style_plugin] => default
                            [row_plugin] => node
                            [header] => Array
                                (
                                    [area] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [empty] => 
                                            [content] => 
Latest %2s of %1


                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                )

                            [empty] => Array
                                (
                                    [area] => Array
                                        (
                                            [id] => area
                                            [table] => views
                                            [field] => area
                                            [label] => No content
                                            [empty] => 
                                            [content] => There is currently no content in this category.
                                            [format] => filtered_html
                                            [tokenize] => 0
                                        )

                                )

                            [relationships] => Array
                                (
                                    [nodequeue_rel] => Array
                                        (
                                            [id] => nodequeue_rel
                                            [table] => node
                                            [field] => nodequeue_rel
                                            [required] => 0
                                            [limit] => 1
                                            [names] => Array
                                                (
                                                    [elevation] => elevation
                                                    [featured] => 0
                                                )

                                        )

                                )

                            [fields] => Array
                                (
                                    [title] => Array
                                        (
                                            [id] => title
                                            [table] => node
                                            [field] => title
                                            [label] => 
                                            [alter] => Array
                                                (
                                                    [alter_text] => 0
                                                    [make_link] => 0
                                                    [absolute] => 0
                                                    [word_boundary] => 0
                                                    [ellipsis] => 0
                                                    [strip_tags] => 0
                                                    [trim] => 0
                                                    [html] => 0
                                                )

                                            [hide_empty] => 0
                                            [empty_zero] => 0
                                            [link_to_node] => 1
                                        )

                                )

                            [sorts] => Array
                                (
                                    [sticky] => Array
                                        (
                                            [id] => sticky
                                            [table] => node
                                            [field] => sticky
                                            [order] => DESC
                                        )

                                    [position] => Array
                                        (
                                            [id] => position
                                            [table] => nodequeue_nodes
                                            [field] => position
                                            [relationship] => nodequeue_rel
                                            [order] => DESC
                                        )

                                    [field_published_date_value] => Array
                                        (
                                            [id] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [field] => field_published_date_value
                                            [order] => DESC
                                        )

                                )

                            [arguments] => Array
                                (
                                    [term_node_tid_depth] => Array
                                        (
                                            [id] => term_node_tid_depth
                                            [table] => node
                                            [field] => term_node_tid_depth
                                            [default_action] => empty
                                            [title_enable] => 1
                                            [title] => %1 %2
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %2
                                            [default_argument_type] => fixed
                                            [default_argument_skip_url] => 0
                                            [summary] => Array
                                                (
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [type] => taxonomy_term
                                                    [fail] => empty
                                                )

                                            [validate_options] => Array
                                                (
                                                    [vocabularies] => Array
                                                        (
                                                            [article_type] => 0
                                                            [author_type] => 0
                                                            [category] => 0
                                                            [tags] => 0
                                                            [topic] => 0
                                                        )

                                                    [transform] => 0
                                                )

                                            [depth] => 3
                                            [break_phrase] => 0
                                            [set_breadcrumb] => 0
                                            [use_taxonomy_term_path] => 0
                                        )

                                    [type] => Array
                                        (
                                            [id] => type
                                            [table] => node
                                            [field] => type
                                            [default_action] => empty
                                            [title_enable] => 1
                                            [title] => %1
                                            [breadcrumb_enable] => 1
                                            [breadcrumb] => %1
                                            [default_argument_type] => fixed
                                            [default_argument_skip_url] => 0
                                            [summary] => Array
                                                (
                                                    [number_of_records] => 0
                                                    [format] => default_summary
                                                )

                                            [summary_options] => Array
                                                (
                                                    [items_per_page] => 25
                                                )

                                            [specify_validation] => 1
                                            [validate] => Array
                                                (
                                                    [fail] => empty
                                                )

                                        )

                                )

                            [filters] => Array
                                (
                                    [status] => Array
                                        (
                                            [id] => status
                                            [table] => node
                                            [field] => status
                                            [value] => 1
                                        )

                                )

                            [defaults] => Array
                                (
                                    [cache] => 
                                    [cache_options] => 
                                )

                            [cache_options] => 
                        )

                    [handler] => views_plugin_display_default Object
                        (
                            [view] => view Object
 *RECURSION*
                            [handlers] => Array
                                (
                                )

                            [extender] => Array
                                (
                                )

                            [display] => views_display Object
 *RECURSION*
                            [plugin_type] => display
                            [options] => Array
                                (
                                    [title] => 
                                    [enabled] => 1
                                    [display_comment] => 
                                    [css_class] => 
                                    [display_description] => 
                                    [use_ajax] => 
                                    [hide_attachment_summary] => 
                                    [items_per_page] => 10
                                    [offset] => 0
                                    [use_pager] => 
                                    [use_more] => 
                                    [use_more_always] => 
                                    [use_more_text] => more
                                    [link_display] => 
                                    [link_url] => 
                                    [group_by] => 
                                    [field_language] => ***CURRENT_LANGUAGE***
                                    [field_language_add_to_query] => 1
                                    [access] => Array
                                        (
                                            [type] => perm
                                        )

                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                    [query_comment] => 
                                                )

                                        )

                                    [exposed_form] => Array
                                        (
                                            [type] => basic
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [pager] => Array
                                        (
                                            [type] => full
                                            [options] => Array
                                                (
                                                    [items_per_page] => 10
                                                )

                                        )

                                    [style_plugin] => default
                                    [style_options] => Array
                                        (
                                        )

                                    [row_plugin] => node
                                    [row_options] => Array
                                        (
                                        )

                                    [exposed_block] => 
                                    [header] => Array
                                        (
                                            [area] => Array
                                                (
                                                    [id] => area
                                                    [table] => views
                                                    [field] => area
                                                    [empty] => 
                                                    [content] => 
Latest %2s of %1


                                                    [format] => filtered_html
                                                    [tokenize] => 0
                                                )

                                        )

                                    [footer] => Array
                                        (
                                        )

                                    [empty] => Array
                                        (
                                            [area] => Array
                                                (
                                                    [id] => area
                                                    [table] => views
                                                    [field] => area
                                                    [label] => No content
                                                    [empty] => 
                                                    [content] => There is currently no content in this category.
                                                    [format] => filtered_html
                                                    [tokenize] => 0
                                                )

                                        )

                                    [relationships] => Array
                                        (
                                            [nodequeue_rel] => Array
                                                (
                                                    [id] => nodequeue_rel
                                                    [table] => node
                                                    [field] => nodequeue_rel
                                                    [required] => 0
                                                    [limit] => 1
                                                    [names] => Array
                                                        (
                                                            [elevation] => elevation
                                                            [featured] => 0
                                                        )

                                                )

                                        )

                                    [fields] => Array
                                        (
                                            [title] => Array
                                                (
                                                    [id] => title
                                                    [table] => node
                                                    [field] => title
                                                    [label] => 
                                                    [alter] => Array
                                                        (
                                                            [alter_text] => 0
                                                            [make_link] => 0
                                                            [absolute] => 0
                                                            [word_boundary] => 0
                                                            [ellipsis] => 0
                                                            [strip_tags] => 0
                                                            [trim] => 0
                                                            [html] => 0
                                                        )

                                                    [hide_empty] => 0
                                                    [empty_zero] => 0
                                                    [link_to_node] => 1
                                                )

                                        )

                                    [sorts] => Array
                                        (
                                            [sticky] => Array
                                                (
                                                    [id] => sticky
                                                    [table] => node
                                                    [field] => sticky
                                                    [order] => DESC
                                                )

                                            [position] => Array
                                                (
                                                    [id] => position
                                                    [table] => nodequeue_nodes
                                                    [field] => position
                                                    [relationship] => nodequeue_rel
                                                    [order] => DESC
                                                )

                                            [field_published_date_value] => Array
                                                (
                                                    [id] => field_published_date_value
                                                    [table] => field_data_field_published_date
                                                    [field] => field_published_date_value
                                                    [order] => DESC
                                                )

                                        )

                                    [arguments] => Array
                                        (
                                            [term_node_tid_depth] => Array
                                                (
                                                    [id] => term_node_tid_depth
                                                    [table] => node
                                                    [field] => term_node_tid_depth
                                                    [default_action] => empty
                                                    [title_enable] => 1
                                                    [title] => %1 %2
                                                    [breadcrumb_enable] => 1
                                                    [breadcrumb] => %2
                                                    [default_argument_type] => fixed
                                                    [default_argument_skip_url] => 0
                                                    [summary] => Array
                                                        (
                                                            [number_of_records] => 0
                                                            [format] => default_summary
                                                        )

                                                    [summary_options] => Array
                                                        (
                                                            [items_per_page] => 25
                                                        )

                                                    [specify_validation] => 1
                                                    [validate] => Array
                                                        (
                                                            [type] => taxonomy_term
                                                            [fail] => empty
                                                        )

                                                    [validate_options] => Array
                                                        (
                                                            [vocabularies] => Array
                                                                (
                                                                    [article_type] => 0
                                                                    [author_type] => 0
                                                                    [category] => 0
                                                                    [tags] => 0
                                                                    [topic] => 0
                                                                )

                                                            [transform] => 0
                                                        )

                                                    [depth] => 3
                                                    [break_phrase] => 0
                                                    [set_breadcrumb] => 0
                                                    [use_taxonomy_term_path] => 0
                                                )

                                            [type] => Array
                                                (
                                                    [id] => type
                                                    [table] => node
                                                    [field] => type
                                                    [default_action] => empty
                                                    [title_enable] => 1
                                                    [title] => %1
                                                    [breadcrumb_enable] => 1
                                                    [breadcrumb] => %1
                                                    [default_argument_type] => fixed
                                                    [default_argument_skip_url] => 0
                                                    [summary] => Array
                                                        (
                                                            [number_of_records] => 0
                                                            [format] => default_summary
                                                        )

                                                    [summary_options] => Array
                                                        (
                                                            [items_per_page] => 25
                                                        )

                                                    [specify_validation] => 1
                                                    [validate] => Array
                                                        (
                                                            [fail] => empty
                                                        )

                                                )

                                        )

                                    [filter_groups] => Array
                                        (
                                            [operator] => AND
                                            [groups] => Array
                                                (
                                                    [0] => AND
                                                )

                                        )

                                    [filters] => Array
                                        (
                                            [status] => Array
                                                (
                                                    [id] => status
                                                    [table] => node
                                                    [field] => status
                                                    [value] => 1
                                                )

                                        )

                                    [defaults] => Array
                                        (
                                            [cache] => 
                                            [cache_options] => 
                                        )

                                    [cache_options] => 
                                )

                            [definition] => Array
                                (
                                    [title] => Master
                                    [help] => Default settings for this view.
                                    [handler] => views_plugin_display_default
                                    [theme] => views_view
                                    [no ui] => 1
                                    [no remove] => 1
                                    [js] => Array
                                        (
                                            [0] => misc/form.js
                                            [1] => misc/collapse.js
                                            [2] => misc/textarea.js
                                            [3] => misc/tabledrag.js
                                            [4] => misc/autocomplete.js
                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                        )

                                    [use ajax] => 1
                                    [use pager] => 1
                                    [use more] => 1
                                    [accept attachments] => 1
                                    [help topic] => display-default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_display_default.inc
                                    [parent] => parent
                                    [name] => default
                                    [contextual links] => Array
                                        (
                                            [views_ui] => Array
                                                (
                                                    [parent path] => admin/structure/views/view
                                                    [argument properties] => Array
                                                        (
                                                            [0] => name
                                                        )

                                                )

                                        )

                                )

                            [is_plugin] => 1
                            [localization_keys] => Array
                                (
                                    [0] => default
                                )

                        )

                )

            [page] => views_display Object
                (
                    [db_table] => views_display
                    [vid] => 0
                    [id] => page
                    [display_title] => Page
                    [display_plugin] => page
                    [position] => 0
                    [display_options] => Array
                        (
                            [query] => Array
                                (
                                    [type] => views_query
                                    [options] => Array
                                        (
                                        )

                                )

                            [path] => taxonomy/term/%/type/%
                            [cache] => Array
                                (
                                    [type] => time
                                    [results_lifespan] => 60
                                    [output_lifespan] => 60
                                )

                            [defaults] => Array
                                (
                                    [cache] => 
                                    [cache_options] => 
                                )

                            [cache_options] => 
                        )

                    [handler] => views_plugin_display_page Object
                        (
                            [view] => view Object
 *RECURSION*
                            [handlers] => Array
                                (
                                    [field] => Array
                                        (
                                            [title] => views_handler_field_node Object
                                                (
                                                    [field_alias] => unknown
                                                    [aliases] => Array
                                                        (
                                                        )

                                                    [additional_fields] => Array
                                                        (
                                                            [nid] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                )

                                                        )

                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => field
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => title
                                                            [table] => node
                                                            [field] => title
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => 
                                                            [exclude] => 
                                                            [alter] => Array
                                                                (
                                                                    [alter_text] => 0
                                                                    [text] => 
                                                                    [make_link] => 0
                                                                    [path] => 
                                                                    [absolute] => 0
                                                                    [external] => 
                                                                    [replace_spaces] => 
                                                                    [path_case] => none
                                                                    [trim_whitespace] => 
                                                                    [alt] => 
                                                                    [rel] => 
                                                                    [link_class] => 
                                                                    [prefix] => 
                                                                    [suffix] => 
                                                                    [target] => 
                                                                    [nl2br] => 
                                                                    [max_length] => 
                                                                    [word_boundary] => 0
                                                                    [ellipsis] => 0
                                                                    [strip_tags] => 0
                                                                    [trim] => 0
                                                                    [preserve_tags] => 
                                                                    [html] => 0
                                                                )

                                                            [element_type] => 
                                                            [element_class] => 
                                                            [element_label_type] => 
                                                            [element_label_class] => 
                                                            [element_label_colon] => 1
                                                            [element_wrapper_type] => 
                                                            [element_wrapper_class] => 
                                                            [element_default_classes] => 1
                                                            [empty] => 
                                                            [hide_empty] => 0
                                                            [empty_zero] => 0
                                                            [hide_alter_empty] => 1
                                                            [link_to_node] => 1
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [field] => title
                                                            [group] => Content
                                                            [handler] => views_handler_field_node
                                                            [click sortable] => 1
                                                            [link_to_node default] => 1
                                                            [title] => Title
                                                            [help] => The content title.
                                                        )

                                                    [real_field] => title
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => field
                                                            [2] => node
                                                            [3] => title
                                                        )

                                                    [table] => node
                                                    [field] => title
                                                    [position] => 0
                                                )

                                        )

                                    [argument] => Array
                                        (
                                            [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                (
                                                    [name_field] => 
                                                    [validator] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => argument
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => term_node_tid_depth
                                                            [table] => node
                                                            [field] => term_node_tid_depth
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [default_action] => empty
                                                            [exception] => Array
                                                                (
                                                                    [value] => all
                                                                    [title_enable] => 0
                                                                    [title] => All
                                                                )

                                                            [title_enable] => 1
                                                            [title] => %1 %2
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %2
                                                            [default_argument_type] => fixed
                                                            [default_argument_options] => Array
                                                                (
                                                                )

                                                            [default_argument_skip_url] => 0
                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [summary] => Array
                                                                (
                                                                    [sort_order] => asc
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => taxonomy_term
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                    [vocabularies] => Array
                                                                        (
                                                                            [article_type] => 0
                                                                            [author_type] => 0
                                                                            [category] => 0
                                                                            [tags] => 0
                                                                            [topic] => 0
                                                                        )

                                                                    [transform] => 0
                                                                )

                                                            [depth] => 3
                                                            [break_phrase] => 0
                                                            [set_breadcrumb] => 0
                                                            [use_taxonomy_term_path] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Has taxonomy term ID (with depth)
                                                            [handler] => views_handler_argument_term_node_tid_depth
                                                            [accept depth modifier] => 1
                                                            [group] => Content
                                                            [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                            [real field] => nid
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => argument
                                                            [2] => node
                                                            [3] => term_node_tid_depth
                                                        )

                                                    [table] => node
                                                    [real_field] => nid
                                                    [field] => term_node_tid_depth
                                                    [position] => 0
                                                    [relationship] => 
                                                    [argument] => 37
                                                    [validated_title] => News & Opinion
                                                    [argument_validated] => 1
                                                )

                                            [type] => views_handler_argument_node_type Object
                                                (
                                                    [name_field] => 
                                                    [validator] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => argument
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => type
                                                            [table] => node
                                                            [field] => type
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [default_action] => empty
                                                            [exception] => Array
                                                                (
                                                                    [value] => all
                                                                    [title_enable] => 0
                                                                    [title] => All
                                                                )

                                                            [title_enable] => 1
                                                            [title] => %1
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %1
                                                            [default_argument_type] => fixed
                                                            [default_argument_options] => Array
                                                                (
                                                                )

                                                            [default_argument_skip_url] => 0
                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [summary] => Array
                                                                (
                                                                    [sort_order] => asc
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => none
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_argument_node_type
                                                            [group] => Content
                                                            [title] => Type
                                                            [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => argument
                                                            [2] => node
                                                            [3] => type
                                                        )

                                                    [table] => node
                                                    [field] => type
                                                    [real_field] => type
                                                    [position] => 1
                                                    [relationship] => 
                                                    [argument] => gallery
                                                    [argument_validated] => 1
                                                )

                                        )

                                    [sort] => Array
                                        (
                                            [sticky] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => sticky
                                                            [table] => node
                                                            [field] => sticky
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_sort
                                                            [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                            [group] => Content
                                                            [title] => Sticky
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => node
                                                            [3] => sticky
                                                        )

                                                    [table] => node
                                                    [field] => sticky
                                                    [real_field] => sticky
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                            [position] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => nodequeue_nodes_node
                                                    [options] => Array
                                                        (
                                                            [id] => position
                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [relationship] => nodequeue_rel
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_sort
                                                            [group] => Nodequeue
                                                            [title] => Position
                                                            [help] => The position of the node within a queue.
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => nodequeue_nodes
                                                            [3] => position
                                                        )

                                                    [table] => nodequeue_nodes
                                                    [field] => position
                                                    [real_field] => position
                                                    [position] => 1
                                                    [relationship] => nodequeue_nodes_node
                                                )

                                            [field_published_date_value] => views_handler_sort Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => sort
                                                    [table_alias] => field_data_field_published_date
                                                    [options] => Array
                                                        (
                                                            [id] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [order] => DESC
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [label] => 
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [field] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [handler] => views_handler_sort
                                                            [additional fields] => Array
                                                                (
                                                                    [0] => field_published_date_value
                                                                )

                                                            [field_name] => field_published_date
                                                            [group] => Content
                                                            [title] => Published Date (field_published_date)
                                                            [title short] => Published Date
                                                            [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                        )

                                                    [real_field] => field_published_date_value
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => sort
                                                            [2] => field_data_field_published_date
                                                            [3] => field_published_date_value
                                                        )

                                                    [table] => field_data_field_published_date
                                                    [field] => field_published_date_value
                                                    [position] => 2
                                                    [relationship] => 
                                                )

                                        )

                                    [filter] => Array
                                        (
                                            [status] => views_handler_filter_boolean_operator Object
                                                (
                                                    [always_multiple] => 1
                                                    [no_operator] => 1
                                                    [accept_null] => 
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => filter
                                                    [table_alias] => node
                                                    [options] => Array
                                                        (
                                                            [id] => status
                                                            [table] => node
                                                            [field] => status
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [operator] => =
                                                            [value] => 1
                                                            [group] => 0
                                                            [exposed] => 
                                                            [expose] => Array
                                                                (
                                                                    [operator_id] => 
                                                                    [label] => 
                                                                    [use_operator] => 0
                                                                    [operator] => 
                                                                    [identifier] => 
                                                                    [required] => 0
                                                                    [remember] => 0
                                                                    [multiple] => 0
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_filter_boolean_operator
                                                            [label] => Published
                                                            [type] => yes-no
                                                            [use equal] => 1
                                                            [group] => Content
                                                            [title] => Published
                                                            [help] => Whether or not the content is published.
                                                            [allow empty] => 1
                                                        )

                                                    [is_handler] => 1
                                                    [value_value] => Published
                                                    [value_options] => 
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => filter
                                                            [2] => node
                                                            [3] => status
                                                        )

                                                    [table] => node
                                                    [field] => status
                                                    [real_field] => status
                                                    [operator] => =
                                                    [value] => 1
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                    [relationship] => Array
                                        (
                                            [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => relationship
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => nodequeue_rel
                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => queue
                                                            [required] => 0
                                                            [limit] => 1
                                                            [names] => Array
                                                                (
                                                                    [elevation] => elevation
                                                                    [featured] => 0
                                                                )

                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => nodequeue_handler_relationship_nodequeue
                                                            [base] => nodequeue_nodes
                                                            [field] => nid
                                                            [label] => queue
                                                            [group] => Nodequeue
                                                            [title] => Queue
                                                            [help] => Create a relationship to a nodequeue.
                                                            [real field] => nid
                                                        )

                                                    [real_field] => nid
                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => relationship
                                                            [2] => node
                                                            [3] => nodequeue_rel
                                                        )

                                                    [table] => node
                                                    [field] => nodequeue_rel
                                                    [position] => 0
                                                    [relationship] => 
                                                    [alias] => nodequeue_nodes_node
                                                )

                                        )

                                    [header] => Array
                                        (
                                            [area] => views_handler_area_text Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => header
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => 
                                                            [empty] => 
                                                            [content] => 
Latest %2s of %1


                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_area_text
                                                            [group] => Global
                                                            [title] => Text area
                                                            [help] => Provide markup text for the area.
                                                            [field] => 
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => header
                                                            [2] => views
                                                            [3] => area
                                                        )

                                                    [table] => views
                                                    [real_field] => 
                                                    [field] => area
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                    [footer] => Array
                                        (
                                        )

                                    [empty] => Array
                                        (
                                            [area] => views_handler_area_text Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [query] => views_plugin_query_default Object
                                                        (
                                                            [table_queue] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [alias] => node
                                                                            [table] => node
                                                                            [relationship] => node
                                                                            [join] => 
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [table] => nodequeue_nodes
                                                                            [num] => 1
                                                                            [alias] => nodequeue_nodes_node
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => nodequeue_nodes
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => nid
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => qid
                                                                                                    [value] => Array
                                                                                                        (
                                                                                                            [0] => 1
                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => nid
                                                                                            [left_table] => node
                                                                                            [left_field] => nid
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => qid
                                                                                                            [value] => Array
                                                                                                                (
                                                                                                                    [0] => 1
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [table] => field_data_field_published_date
                                                                            [num] => 1
                                                                            [alias] => field_data_field_published_date
                                                                            [join] => views_join Object
                                                                                (
                                                                                    [table] => field_data_field_published_date
                                                                                    [left_table] => node
                                                                                    [left_field] => nid
                                                                                    [field] => entity_id
                                                                                    [extra] => Array
                                                                                        (
                                                                                            [0] => Array
                                                                                                (
                                                                                                    [field] => entity_type
                                                                                                    [value] => node
                                                                                                )

                                                                                            [1] => Array
                                                                                                (
                                                                                                    [field] => deleted
                                                                                                    [value] => 0
                                                                                                    [numeric] => 1
                                                                                                )

                                                                                        )

                                                                                    [type] => LEFT
                                                                                    [definition] => Array
                                                                                        (
                                                                                            [left_field] => nid
                                                                                            [field] => entity_id
                                                                                            [extra] => Array
                                                                                                (
                                                                                                    [0] => Array
                                                                                                        (
                                                                                                            [field] => entity_type
                                                                                                            [value] => node
                                                                                                        )

                                                                                                    [1] => Array
                                                                                                        (
                                                                                                            [field] => deleted
                                                                                                            [value] => 0
                                                                                                            [numeric] => 1
                                                                                                        )

                                                                                                )

                                                                                            [table] => field_data_field_published_date
                                                                                            [left_table] => node
                                                                                        )

                                                                                    [extra_type] => AND
                                                                                    [adjusted] => 1
                                                                                )

                                                                            [relationship] => node
                                                                        )

                                                                )

                                                            [tables] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => node
                                                                                )

                                                                            [nodequeue_nodes_node] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => nodequeue_nodes_node
                                                                                )

                                                                            [field_data_field_published_date] => Array
                                                                                (
                                                                                    [count] => 1
                                                                                    [alias] => field_data_field_published_date
                                                                                )

                                                                        )

                                                                )

                                                            [relationships] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [link] => 
                                                                            [table] => node
                                                                            [alias] => node
                                                                            [base] => node
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [link] => node
                                                                            [table] => nodequeue_nodes
                                                                            [base] => nodequeue_nodes
                                                                        )

                                                                )

                                                            [where] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [conditions] => Array
                                                                                (
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 1
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 1
                                                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => 
                                                                                        )

                                                                                )

                                                                            [args] => Array
                                                                                (
                                                                                )

                                                                            [type] => AND
                                                                        )

                                                                )

                                                            [having] => Array
                                                                (
                                                                )

                                                            [group_operator] => AND
                                                            [orderby] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => node_sticky
                                                                            [direction] => DESC
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => nodequeue_nodes_node_position
                                                                            [direction] => DESC
                                                                        )

                                                                    [2] => Array
                                                                        (
                                                                            [field] => field_data_field_published_date_field_published_date_value
                                                                            [direction] => DESC
                                                                        )

                                                                )

                                                            [groupby] => Array
                                                                (
                                                                )

                                                            [header] => Array
                                                                (
                                                                )

                                                            [distinct] => 
                                                            [has_aggregate] => 
                                                            [get_count_optimized] => 
                                                            [pager] => views_plugin_pager_full Object
                                                                (
                                                                    [current_page] => 0
                                                                    [total_items] => 993
                                                                    [view] => view Object
 *RECURSION*
                                                                    [display] => views_display Object
 *RECURSION*
                                                                    [plugin_type] => pager
                                                                    [options] => Array
                                                                        (
                                                                            [items_per_page] => 10
                                                                            [offset] => 0
                                                                            [id] => 0
                                                                            [total_pages] => 
                                                                            [expose] => Array
                                                                                (
                                                                                    [items_per_page] => 
                                                                                    [items_per_page_label] => Items per page
                                                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                                                    [items_per_page_options_all] => 
                                                                                    [items_per_page_options_all_label] => - All -
                                                                                    [offset] => 
                                                                                    [offset_label] => Offset
                                                                                )

                                                                        )

                                                                    [definition] => Array
                                                                        (
                                                                            [title] => Paged output, full pager
                                                                            [short title] => Full
                                                                            [help] => Paged output, full Drupal style
                                                                            [handler] => views_plugin_pager_full
                                                                            [help topic] => pager-full
                                                                            [uses options] => 1
                                                                            [module] => views
                                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                            [theme file] => theme.inc
                                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                            [file] => views_plugin_pager_full.inc
                                                                            [parent] => parent
                                                                            [name] => full
                                                                        )

                                                                    [is_plugin] => 1
                                                                )

                                                            [field_aliases] => Array
                                                                (
                                                                    [node] => Array
                                                                        (
                                                                            [sticky] => node_sticky
                                                                            [nid] => nid
                                                                        )

                                                                    [nodequeue_nodes_node] => Array
                                                                        (
                                                                            [position] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date] => Array
                                                                        (
                                                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                )

                                                            [tags] => Array
                                                                (
                                                                )

                                                            [view] => view Object
 *RECURSION*
                                                            [display] => 
                                                            [plugin_type] => query
                                                            [options] => Array
                                                                (
                                                                    [disable_sql_rewrite] => 
                                                                    [distinct] => 
                                                                    [slave] => 
                                                                    [query_comment] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => SQL Query
                                                                    [help] => Query will be generated and run using the Drupal database API.
                                                                    [handler] => views_plugin_query_default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_query_default.inc
                                                                    [parent] => parent
                                                                    [name] => views_query
                                                                )

                                                            [is_plugin] => 1
                                                            [base_table] => node
                                                            [base_field] => nid
                                                            [count_field] => Array
                                                                (
                                                                    [table] => node
                                                                    [field] => nid
                                                                    [alias] => nid
                                                                    [count] => 1
                                                                )

                                                            [fields] => Array
                                                                (
                                                                    [node_sticky] => Array
                                                                        (
                                                                            [field] => sticky
                                                                            [table] => node
                                                                            [alias] => node_sticky
                                                                        )

                                                                    [nodequeue_nodes_node_position] => Array
                                                                        (
                                                                            [field] => position
                                                                            [table] => nodequeue_nodes_node
                                                                            [alias] => nodequeue_nodes_node_position
                                                                        )

                                                                    [field_data_field_published_date_field_published_date_value] => Array
                                                                        (
                                                                            [field] => field_published_date_value
                                                                            [table] => field_data_field_published_date
                                                                            [alias] => field_data_field_published_date_field_published_date_value
                                                                        )

                                                                    [nid] => Array
                                                                        (
                                                                            [field] => nid
                                                                            [table] => node
                                                                            [alias] => nid
                                                                        )

                                                                )

                                                            [limit] => 10
                                                            [offset] => 0
                                                        )

                                                    [handler_type] => empty
                                                    [table_alias] => 
                                                    [options] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [relationship] => none
                                                            [group_type] => group
                                                            [ui_name] => 
                                                            [label] => No content
                                                            [empty] => 
                                                            [content] => There is currently no content in this category.
                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [handler] => views_handler_area_text
                                                            [group] => Global
                                                            [title] => Text area
                                                            [help] => Provide markup text for the area.
                                                            [field] => 
                                                        )

                                                    [is_handler] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => default
                                                            [1] => empty
                                                            [2] => views
                                                            [3] => area
                                                        )

                                                    [table] => views
                                                    [real_field] => 
                                                    [field] => area
                                                    [position] => 0
                                                    [relationship] => 
                                                )

                                        )

                                )

                            [extender] => Array
                                (
                                )

                            [display] => views_display Object
 *RECURSION*
                            [plugin_type] => display
                            [options] => Array
                                (
                                    [defaults] => Array
                                        (
                                            [access] => 1
                                            [cache] => 
                                            [query] => 1
                                            [title] => 1
                                            [css_class] => 1
                                            [display_description] => 
                                            [use_ajax] => 1
                                            [hide_attachment_summary] => 1
                                            [pager] => 1
                                            [pager_options] => 1
                                            [use_more] => 1
                                            [use_more_always] => 1
                                            [use_more_text] => 1
                                            [exposed_form] => 1
                                            [exposed_form_options] => 1
                                            [link_display] => 1
                                            [link_url] => 
                                            [group_by] => 1
                                            [style_plugin] => 1
                                            [style_options] => 1
                                            [row_plugin] => 1
                                            [row_options] => 1
                                            [header] => 1
                                            [footer] => 1
                                            [empty] => 1
                                            [relationships] => 1
                                            [fields] => 1
                                            [sorts] => 1
                                            [arguments] => 1
                                            [filters] => 1
                                            [filter_groups] => 1
                                            [cache_options] => 
                                        )

                                    [title] => 
                                    [enabled] => 1
                                    [display_comment] => 
                                    [css_class] => 
                                    [display_description] => 
                                    [use_ajax] => 
                                    [hide_attachment_summary] => 
                                    [items_per_page] => 10
                                    [offset] => 0
                                    [use_pager] => 
                                    [use_more] => 
                                    [use_more_always] => 
                                    [use_more_text] => more
                                    [link_display] => 
                                    [link_url] => 
                                    [group_by] => 
                                    [field_language] => ***CURRENT_LANGUAGE***
                                    [field_language_add_to_query] => 1
                                    [access] => Array
                                        (
                                            [type] => none
                                        )

                                    [cache] => Array
                                        (
                                            [type] => time
                                            [results_lifespan] => 60
                                            [output_lifespan] => 60
                                        )

                                    [query] => Array
                                        (
                                            [type] => views_query
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [exposed_form] => Array
                                        (
                                            [type] => basic
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [pager] => Array
                                        (
                                            [type] => full
                                            [options] => Array
                                                (
                                                )

                                        )

                                    [style_plugin] => default
                                    [style_options] => Array
                                        (
                                        )

                                    [row_plugin] => fields
                                    [row_options] => Array
                                        (
                                        )

                                    [exposed_block] => 
                                    [header] => Array
                                        (
                                        )

                                    [footer] => Array
                                        (
                                        )

                                    [empty] => Array
                                        (
                                        )

                                    [relationships] => Array
                                        (
                                        )

                                    [fields] => Array
                                        (
                                        )

                                    [sorts] => Array
                                        (
                                        )

                                    [arguments] => Array
                                        (
                                        )

                                    [filter_groups] => Array
                                        (
                                            [operator] => AND
                                            [groups] => Array
                                                (
                                                    [0] => AND
                                                )

                                        )

                                    [filters] => Array
                                        (
                                        )

                                    [path] => taxonomy/term/%/type/%
                                    [menu] => Array
                                        (
                                            [type] => none
                                            [title] => 
                                            [description] => 
                                            [weight] => 0
                                            [name] => navigation
                                        )

                                    [tab_options] => Array
                                        (
                                            [type] => none
                                            [title] => 
                                            [description] => 
                                            [weight] => 0
                                            [name] => navigation
                                        )

                                    [cache_options] => 
                                )

                            [definition] => Array
                                (
                                    [title] => Page
                                    [help] => Display the view as a page, with a URL and menu links.
                                    [handler] => views_plugin_display_page
                                    [theme] => views_view
                                    [uses hook menu] => 1
                                    [contextual links locations] => Array
                                        (
                                            [0] => page
                                        )

                                    [use ajax] => 1
                                    [use pager] => 1
                                    [use more] => 1
                                    [accept attachments] => 1
                                    [admin] => Page
                                    [help topic] => display-page
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_display_page.inc
                                    [parent] => parent
                                    [name] => page
                                    [contextual links] => Array
                                        (
                                            [views_ui] => Array
                                                (
                                                    [parent path] => admin/structure/views/view
                                                    [argument properties] => Array
                                                        (
                                                            [0] => name
                                                        )

                                                )

                                        )

                                )

                            [is_plugin] => 1
                            [localization_keys] => Array
                                (
                                    [0] => page
                                )

                            [default_display] => views_plugin_display_default Object
                                (
                                    [view] => view Object
 *RECURSION*
                                    [handlers] => Array
                                        (
                                        )

                                    [extender] => Array
                                        (
                                        )

                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => default
                                            [display_title] => Master
                                            [display_plugin] => default
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                    [query_comment] => 
                                                                )

                                                        )

                                                    [access] => Array
                                                        (
                                                            [type] => perm
                                                        )

                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [exposed_form] => Array
                                                        (
                                                            [type] => basic
                                                        )

                                                    [pager] => Array
                                                        (
                                                            [type] => full
                                                            [options] => Array
                                                                (
                                                                    [items_per_page] => 10
                                                                )

                                                        )

                                                    [style_plugin] => default
                                                    [row_plugin] => node
                                                    [header] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [empty] => 
                                                                    [content] => 
Latest %2s of %1


                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [empty] => Array
                                                        (
                                                            [area] => Array
                                                                (
                                                                    [id] => area
                                                                    [table] => views
                                                                    [field] => area
                                                                    [label] => No content
                                                                    [empty] => 
                                                                    [content] => There is currently no content in this category.
                                                                    [format] => filtered_html
                                                                    [tokenize] => 0
                                                                )

                                                        )

                                                    [relationships] => Array
                                                        (
                                                            [nodequeue_rel] => Array
                                                                (
                                                                    [id] => nodequeue_rel
                                                                    [table] => node
                                                                    [field] => nodequeue_rel
                                                                    [required] => 0
                                                                    [limit] => 1
                                                                    [names] => Array
                                                                        (
                                                                            [elevation] => elevation
                                                                            [featured] => 0
                                                                        )

                                                                )

                                                        )

                                                    [fields] => Array
                                                        (
                                                            [title] => Array
                                                                (
                                                                    [id] => title
                                                                    [table] => node
                                                                    [field] => title
                                                                    [label] => 
                                                                    [alter] => Array
                                                                        (
                                                                            [alter_text] => 0
                                                                            [make_link] => 0
                                                                            [absolute] => 0
                                                                            [word_boundary] => 0
                                                                            [ellipsis] => 0
                                                                            [strip_tags] => 0
                                                                            [trim] => 0
                                                                            [html] => 0
                                                                        )

                                                                    [hide_empty] => 0
                                                                    [empty_zero] => 0
                                                                    [link_to_node] => 1
                                                                )

                                                        )

                                                    [sorts] => Array
                                                        (
                                                            [sticky] => Array
                                                                (
                                                                    [id] => sticky
                                                                    [table] => node
                                                                    [field] => sticky
                                                                    [order] => DESC
                                                                )

                                                            [position] => Array
                                                                (
                                                                    [id] => position
                                                                    [table] => nodequeue_nodes
                                                                    [field] => position
                                                                    [relationship] => nodequeue_rel
                                                                    [order] => DESC
                                                                )

                                                            [field_published_date_value] => Array
                                                                (
                                                                    [id] => field_published_date_value
                                                                    [table] => field_data_field_published_date
                                                                    [field] => field_published_date_value
                                                                    [order] => DESC
                                                                )

                                                        )

                                                    [arguments] => Array
                                                        (
                                                            [term_node_tid_depth] => Array
                                                                (
                                                                    [id] => term_node_tid_depth
                                                                    [table] => node
                                                                    [field] => term_node_tid_depth
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1 %2
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %2
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [type] => taxonomy_term
                                                                            [fail] => empty
                                                                        )

                                                                    [validate_options] => Array
                                                                        (
                                                                            [vocabularies] => Array
                                                                                (
                                                                                    [article_type] => 0
                                                                                    [author_type] => 0
                                                                                    [category] => 0
                                                                                    [tags] => 0
                                                                                    [topic] => 0
                                                                                )

                                                                            [transform] => 0
                                                                        )

                                                                    [depth] => 3
                                                                    [break_phrase] => 0
                                                                    [set_breadcrumb] => 0
                                                                    [use_taxonomy_term_path] => 0
                                                                )

                                                            [type] => Array
                                                                (
                                                                    [id] => type
                                                                    [table] => node
                                                                    [field] => type
                                                                    [default_action] => empty
                                                                    [title_enable] => 1
                                                                    [title] => %1
                                                                    [breadcrumb_enable] => 1
                                                                    [breadcrumb] => %1
                                                                    [default_argument_type] => fixed
                                                                    [default_argument_skip_url] => 0
                                                                    [summary] => Array
                                                                        (
                                                                            [number_of_records] => 0
                                                                            [format] => default_summary
                                                                        )

                                                                    [summary_options] => Array
                                                                        (
                                                                            [items_per_page] => 25
                                                                        )

                                                                    [specify_validation] => 1
                                                                    [validate] => Array
                                                                        (
                                                                            [fail] => empty
                                                                        )

                                                                )

                                                        )

                                                    [filters] => Array
                                                        (
                                                            [status] => Array
                                                                (
                                                                    [id] => status
                                                                    [table] => node
                                                                    [field] => status
                                                                    [value] => 1
                                                                )

                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_default Object
 *RECURSION*
                                        )

                                    [plugin_type] => display
                                    [options] => Array
                                        (
                                            [title] => 
                                            [enabled] => 1
                                            [display_comment] => 
                                            [css_class] => 
                                            [display_description] => 
                                            [use_ajax] => 
                                            [hide_attachment_summary] => 
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [use_pager] => 
                                            [use_more] => 
                                            [use_more_always] => 
                                            [use_more_text] => more
                                            [link_display] => 
                                            [link_url] => 
                                            [group_by] => 
                                            [field_language] => ***CURRENT_LANGUAGE***
                                            [field_language_add_to_query] => 1
                                            [access] => Array
                                                (
                                                    [type] => perm
                                                )

                                            [cache] => Array
                                                (
                                                    [type] => time
                                                    [results_lifespan] => 60
                                                    [output_lifespan] => 60
                                                )

                                            [query] => Array
                                                (
                                                    [type] => views_query
                                                    [options] => Array
                                                        (
                                                            [query_comment] => 
                                                        )

                                                )

                                            [exposed_form] => Array
                                                (
                                                    [type] => basic
                                                    [options] => Array
                                                        (
                                                        )

                                                )

                                            [pager] => Array
                                                (
                                                    [type] => full
                                                    [options] => Array
                                                        (
                                                            [items_per_page] => 10
                                                        )

                                                )

                                            [style_plugin] => default
                                            [style_options] => Array
                                                (
                                                )

                                            [row_plugin] => node
                                            [row_options] => Array
                                                (
                                                )

                                            [exposed_block] => 
                                            [header] => Array
                                                (
                                                    [area] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [empty] => 
                                                            [content] => 
Latest %2s of %1


                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                )

                                            [footer] => Array
                                                (
                                                )

                                            [empty] => Array
                                                (
                                                    [area] => Array
                                                        (
                                                            [id] => area
                                                            [table] => views
                                                            [field] => area
                                                            [label] => No content
                                                            [empty] => 
                                                            [content] => There is currently no content in this category.
                                                            [format] => filtered_html
                                                            [tokenize] => 0
                                                        )

                                                )

                                            [relationships] => Array
                                                (
                                                    [nodequeue_rel] => Array
                                                        (
                                                            [id] => nodequeue_rel
                                                            [table] => node
                                                            [field] => nodequeue_rel
                                                            [required] => 0
                                                            [limit] => 1
                                                            [names] => Array
                                                                (
                                                                    [elevation] => elevation
                                                                    [featured] => 0
                                                                )

                                                        )

                                                )

                                            [fields] => Array
                                                (
                                                    [title] => Array
                                                        (
                                                            [id] => title
                                                            [table] => node
                                                            [field] => title
                                                            [label] => 
                                                            [alter] => Array
                                                                (
                                                                    [alter_text] => 0
                                                                    [make_link] => 0
                                                                    [absolute] => 0
                                                                    [word_boundary] => 0
                                                                    [ellipsis] => 0
                                                                    [strip_tags] => 0
                                                                    [trim] => 0
                                                                    [html] => 0
                                                                )

                                                            [hide_empty] => 0
                                                            [empty_zero] => 0
                                                            [link_to_node] => 1
                                                        )

                                                )

                                            [sorts] => Array
                                                (
                                                    [sticky] => Array
                                                        (
                                                            [id] => sticky
                                                            [table] => node
                                                            [field] => sticky
                                                            [order] => DESC
                                                        )

                                                    [position] => Array
                                                        (
                                                            [id] => position
                                                            [table] => nodequeue_nodes
                                                            [field] => position
                                                            [relationship] => nodequeue_rel
                                                            [order] => DESC
                                                        )

                                                    [field_published_date_value] => Array
                                                        (
                                                            [id] => field_published_date_value
                                                            [table] => field_data_field_published_date
                                                            [field] => field_published_date_value
                                                            [order] => DESC
                                                        )

                                                )

                                            [arguments] => Array
                                                (
                                                    [term_node_tid_depth] => Array
                                                        (
                                                            [id] => term_node_tid_depth
                                                            [table] => node
                                                            [field] => term_node_tid_depth
                                                            [default_action] => empty
                                                            [title_enable] => 1
                                                            [title] => %1 %2
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %2
                                                            [default_argument_type] => fixed
                                                            [default_argument_skip_url] => 0
                                                            [summary] => Array
                                                                (
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [type] => taxonomy_term
                                                                    [fail] => empty
                                                                )

                                                            [validate_options] => Array
                                                                (
                                                                    [vocabularies] => Array
                                                                        (
                                                                            [article_type] => 0
                                                                            [author_type] => 0
                                                                            [category] => 0
                                                                            [tags] => 0
                                                                            [topic] => 0
                                                                        )

                                                                    [transform] => 0
                                                                )

                                                            [depth] => 3
                                                            [break_phrase] => 0
                                                            [set_breadcrumb] => 0
                                                            [use_taxonomy_term_path] => 0
                                                        )

                                                    [type] => Array
                                                        (
                                                            [id] => type
                                                            [table] => node
                                                            [field] => type
                                                            [default_action] => empty
                                                            [title_enable] => 1
                                                            [title] => %1
                                                            [breadcrumb_enable] => 1
                                                            [breadcrumb] => %1
                                                            [default_argument_type] => fixed
                                                            [default_argument_skip_url] => 0
                                                            [summary] => Array
                                                                (
                                                                    [number_of_records] => 0
                                                                    [format] => default_summary
                                                                )

                                                            [summary_options] => Array
                                                                (
                                                                    [items_per_page] => 25
                                                                )

                                                            [specify_validation] => 1
                                                            [validate] => Array
                                                                (
                                                                    [fail] => empty
                                                                )

                                                        )

                                                )

                                            [filter_groups] => Array
                                                (
                                                    [operator] => AND
                                                    [groups] => Array
                                                        (
                                                            [0] => AND
                                                        )

                                                )

                                            [filters] => Array
                                                (
                                                    [status] => Array
                                                        (
                                                            [id] => status
                                                            [table] => node
                                                            [field] => status
                                                            [value] => 1
                                                        )

                                                )

                                            [defaults] => Array
                                                (
                                                    [cache] => 
                                                    [cache_options] => 
                                                )

                                            [cache_options] => 
                                        )

                                    [definition] => Array
                                        (
                                            [title] => Master
                                            [help] => Default settings for this view.
                                            [handler] => views_plugin_display_default
                                            [theme] => views_view
                                            [no ui] => 1
                                            [no remove] => 1
                                            [js] => Array
                                                (
                                                    [0] => misc/form.js
                                                    [1] => misc/collapse.js
                                                    [2] => misc/textarea.js
                                                    [3] => misc/tabledrag.js
                                                    [4] => misc/autocomplete.js
                                                    [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                )

                                            [use ajax] => 1
                                            [use pager] => 1
                                            [use more] => 1
                                            [accept attachments] => 1
                                            [help topic] => display-default
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_display_default.inc
                                            [parent] => parent
                                            [name] => default
                                            [contextual links] => Array
                                                (
                                                    [views_ui] => Array
                                                        (
                                                            [parent path] => admin/structure/views/view
                                                            [argument properties] => Array
                                                                (
                                                                    [0] => name
                                                                )

                                                        )

                                                )

                                        )

                                    [is_plugin] => 1
                                    [localization_keys] => Array
                                        (
                                            [0] => default
                                        )

                                )

                            [has_exposed] => 
                        )

                )

        )

    [api_version] => 3.0-alpha1
    [disabled] => 
    [export_module] => dennis_category_hub
    [type] => Default
    [export_type] => 2
    [in_code_only] => 1
    [table] => views_view
    [executed] => 1
    [built] => 1
    [build_info] => Array
        (
            [query] => SelectQuery Object
                (
                    [fields:protected] => Array
                        (
                            [node_sticky] => Array
                                (
                                    [field] => sticky
                                    [table] => node
                                    [alias] => node_sticky
                                )

                            [nodequeue_nodes_node_position] => Array
                                (
                                    [field] => position
                                    [table] => nodequeue_nodes_node
                                    [alias] => nodequeue_nodes_node_position
                                )

                            [field_data_field_published_date_field_published_date_value] => Array
                                (
                                    [field] => field_published_date_value
                                    [table] => field_data_field_published_date
                                    [alias] => field_data_field_published_date_field_published_date_value
                                )

                            [nid] => Array
                                (
                                    [field] => nid
                                    [table] => node
                                    [alias] => nid
                                )

                        )

                    [expressions:protected] => Array
                        (
                        )

                    [tables:protected] => Array
                        (
                            [node] => Array
                                (
                                    [join type] => 
                                    [table] => node
                                    [alias] => node
                                    [condition] => 
                                    [arguments] => Array
                                        (
                                        )

                                )

                            [nodequeue_nodes_node] => Array
                                (
                                    [join type] => LEFT
                                    [table] => nodequeue_nodes
                                    [alias] => nodequeue_nodes_node
                                    [condition] => node.nid = nodequeue_nodes_node.nid AND nodequeue_nodes_node.qid = :views_join_condition_0
                                    [arguments] => Array
                                        (
                                            [:views_join_condition_0] => 1
                                        )

                                )

                            [field_data_field_published_date] => Array
                                (
                                    [join type] => LEFT
                                    [table] => field_data_field_published_date
                                    [alias] => field_data_field_published_date
                                    [condition] => node.nid = field_data_field_published_date.entity_id AND (field_data_field_published_date.entity_type = :views_join_condition_1 AND field_data_field_published_date.deleted = :views_join_condition_2)
                                    [arguments] => Array
                                        (
                                            [:views_join_condition_1] => node
                                            [:views_join_condition_2] => 0
                                        )

                                )

                        )

                    [order:protected] => Array
                        (
                            [node_sticky] => DESC
                            [nodequeue_nodes_node_position] => DESC
                            [field_data_field_published_date_field_published_date_value] => DESC
                        )

                    [group:protected] => Array
                        (
                        )

                    [where:protected] => DatabaseCondition Object
                        (
                            [conditions:protected] => Array
                                (
                                    [#conjunction] => AND
                                    [0] => Array
                                        (
                                            [field] => DatabaseCondition Object
                                                (
                                                    [conditions:protected] => Array
                                                        (
                                                            [#conjunction] => AND
                                                            [0] => Array
                                                                (
                                                                    [field] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                            [:db_condition_placeholder_4] => 37
                                                                                                                                            [:db_condition_placeholder_5] => 37
                                                                                                                                            [:db_condition_placeholder_6] => 37
                                                                                                                                            [:db_condition_placeholder_7] => 37
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                                                                                                                                    [stringVersion] =>  (tn.tid = :db_condition_placeholder_4) OR (th1.tid = :db_condition_placeholder_5) OR (th2.tid = :db_condition_placeholder_6) OR (th3.tid = :db_condition_placeholder_7) 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                    [:db_condition_placeholder_4] => 37
                                                                                                                    [:db_condition_placeholder_5] => 37
                                                                                                                    [:db_condition_placeholder_6] => 37
                                                                                                                    [:db_condition_placeholder_7] => 37
                                                                                                                )

                                                                                                            [changed:protected] => 
                                                                                                            [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                                                                                                            [stringVersion] => ( (tn.tid = :db_condition_placeholder_4) OR (th1.tid = :db_condition_placeholder_5) OR (th2.tid = :db_condition_placeholder_6) OR (th3.tid = :db_condition_placeholder_7) )
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 
                                                                                                            [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                                                                                                            [stringVersion] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [alterMetaData] => Array
                                                                                                        (
                                                                                                            [views_substitutions] => Array
                                                                                                                (
                                                                                                                    [***ADMINISTER_NODES***] => 1
                                                                                                                    [***VIEW_OWN_UNPUBLISHED_NODES***] => 1
                                                                                                                    [***CURRENT_USER***] => 1
                                                                                                                    [***CURRENT_VERSION***] => 7.12
                                                                                                                    [***CURRENT_TIME***] => 1329394253
                                                                                                                    [***CURRENT_LANGUAGE***] => en
                                                                                                                    [***DEFAULT_LANGUAGE***] => en
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => =
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                    [:db_condition_placeholder_3] => 1
                                                                                    [:db_condition_placeholder_4] => gallery
                                                                                    [:db_condition_placeholder_5] => 37
                                                                                    [:db_condition_placeholder_6] => 37
                                                                                    [:db_condition_placeholder_7] => 37
                                                                                )

                                                                            [changed:protected] => 
                                                                            [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                                                                            [stringVersion] =>  (node.status = :db_condition_placeholder_3) AND (node.nid IN  (SELECT tn.nid AS nid
FROM 
{taxonomy_index} tn
LEFT OUTER JOIN {taxonomy_term_hierarchy} th ON th.tid = tn.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th1 ON th.parent = th1.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th2 ON th1.parent = th2.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th3 ON th2.parent = th3.tid
WHERE ( (tn.tid = :db_condition_placeholder_4) OR (th1.tid = :db_condition_placeholder_5) OR (th2.tid = :db_condition_placeholder_6) OR (th3.tid = :db_condition_placeholder_7) ))) AND (node.type = :db_condition_placeholder_4) 
                                                                        )

                                                                    [value] => 
                                                                    [operator] => IS NULL
                                                                )

                                                        )

                                                    [arguments:protected] => Array
                                                        (
                                                            [:db_condition_placeholder_3] => 1
                                                            [:db_condition_placeholder_4] => gallery
                                                            [:db_condition_placeholder_5] => 37
                                                            [:db_condition_placeholder_6] => 37
                                                            [:db_condition_placeholder_7] => 37
                                                        )

                                                    [changed:protected] => 
                                                    [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                                                    [stringVersion] => ( (node.status = :db_condition_placeholder_3) AND (node.nid IN  (SELECT tn.nid AS nid
FROM 
{taxonomy_index} tn
LEFT OUTER JOIN {taxonomy_term_hierarchy} th ON th.tid = tn.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th1 ON th.parent = th1.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th2 ON th1.parent = th2.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th3 ON th2.parent = th3.tid
WHERE ( (tn.tid = :db_condition_placeholder_4) OR (th1.tid = :db_condition_placeholder_5) OR (th2.tid = :db_condition_placeholder_6) OR (th3.tid = :db_condition_placeholder_7) ))) AND (node.type = :db_condition_placeholder_4) )
                                                )

                                            [value] => 
                                            [operator] => IS NULL
                                        )

                                )

                            [arguments:protected] => Array
                                (
                                    [:db_condition_placeholder_3] => 1
                                    [:db_condition_placeholder_4] => gallery
                                    [:db_condition_placeholder_5] => 37
                                    [:db_condition_placeholder_6] => 37
                                    [:db_condition_placeholder_7] => 37
                                )

                            [changed:protected] => 
                            [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                            [stringVersion] => (( (node.status = :db_condition_placeholder_3) AND (node.nid IN  (SELECT tn.nid AS nid
FROM 
{taxonomy_index} tn
LEFT OUTER JOIN {taxonomy_term_hierarchy} th ON th.tid = tn.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th1 ON th.parent = th1.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th2 ON th1.parent = th2.tid
LEFT OUTER JOIN {taxonomy_term_hierarchy} th3 ON th2.parent = th3.tid
WHERE ( (tn.tid = :db_condition_placeholder_4) OR (th1.tid = :db_condition_placeholder_5) OR (th2.tid = :db_condition_placeholder_6) OR (th3.tid = :db_condition_placeholder_7) ))) AND (node.type = :db_condition_placeholder_4) ))
                        )

                    [having:protected] => DatabaseCondition Object
                        (
                            [conditions:protected] => Array
                                (
                                    [#conjunction] => AND
                                )

                            [arguments:protected] => Array
                                (
                                )

                            [changed:protected] => 
                            [queryPlaceholderIdentifier:protected] => 4f3cf253114606.44822358
                            [stringVersion] => 
                        )

                    [distinct:protected] => 
                    [range:protected] => Array
                        (
                            [start] => 0
                            [length] => 10
                        )

                    [union:protected] => Array
                        (
                        )

                    [prepared:protected] => 1
                    [forUpdate:protected] => 
                    [connection:protected] => DatabaseConnection_mysql Object
                        (
                            [shutdownRegistered:protected] => 
                            [target:protected] => default
                            [key:protected] => default
                            [logger:protected] => 
                            [transactionLayers:protected] => Array
                                (
                                )

                            [driverClasses:protected] => Array
                                (
                                    [SelectQuery] => SelectQuery
                                )

                            [statementClass:protected] => DatabaseStatementBase
                            [transactionSupport:protected] => 1
                            [transactionalDDLSupport:protected] => 
                            [temporaryNameIndex:protected] => 0
                            [connectionOptions:protected] => Array
                                (
                                    [database] => drupal_distro_theweek
                                    [username] => root
                                    [password] => 
                                    [host] => localhost
                                    [port] => 
                                    [driver] => mysql
                                    [prefix] => Array
                                        (
                                            [default] => 
                                        )

                                )

                            [schema:protected] => 
                            [prefixes:protected] => Array
                                (
                                    [default] => 
                                )

                            [prefixSearch:protected] => Array
                                (
                                    [0] => {
                                    [1] => }
                                )

                            [prefixReplace:protected] => Array
                                (
                                    [0] => 
                                    [1] => 
                                )

                        )

                    [connectionTarget:protected] => default
                    [connectionKey:protected] => default
                    [queryOptions:protected] => Array
                        (
                            [return] => 1
                        )

                    [uniqueIdentifier:protected] => 4f3cf253114606.44822358
                    [nextPlaceholder:protected] => 5
                    [comments:protected] => Array
                        (
                        )

                    [alterTags] => Array
                        (
                            [views] => 1
                            [views_term_by_content_type] => 1
                            [node_access] => 1
                        )

                    [alterMetaData] => Array
                        (
                            [views_substitutions] => Array
                                (
                                    [***ADMINISTER_NODES***] => 1
                                    [***VIEW_OWN_UNPUBLISHED_NODES***] => 1
                                    [***CURRENT_USER***] => 1
                                    [***CURRENT_VERSION***] => 7.12
                                    [***CURRENT_TIME***] => 1329394253
                                    [***CURRENT_LANGUAGE***] => en
                                    [***DEFAULT_LANGUAGE***] => en
                                )

                            [view] => view Object
 *RECURSION*
                        )

                )

            [count_query] => SelectQuery Object
                (
                    [fields:protected] => Array
                        (
                            [node_sticky] => Array
                                (
                                    [field] => sticky
                                    [table] => node
                                    [alias] => node_sticky
                                )

                            [nodequeue_nodes_node_position] => Array
                                (
                                    [field] => position
                                    [table] => nodequeue_nodes_node
                                    [alias] => nodequeue_nodes_node_position
                                )

                            [field_data_field_published_date_field_published_date_value] => Array
                                (
                                    [field] => field_published_date_value
                                    [table] => field_data_field_published_date
                                    [alias] => field_data_field_published_date_field_published_date_value
                                )

                            [nid] => Array
                                (
                                    [field] => nid
                                    [table] => node
                                    [alias] => nid
                                )

                        )

                    [expressions:protected] => Array
                        (
                        )

                    [tables:protected] => Array
                        (
                            [node] => Array
                                (
                                    [join type] => 
                                    [table] => node
                                    [alias] => node
                                    [condition] => 
                                    [arguments] => Array
                                        (
                                        )

                                )

                            [nodequeue_nodes_node] => Array
                                (
                                    [join type] => LEFT
                                    [table] => nodequeue_nodes
                                    [alias] => nodequeue_nodes_node
                                    [condition] => node.nid = nodequeue_nodes_node.nid AND nodequeue_nodes_node.qid = :views_join_condition_0
                                    [arguments] => Array
                                        (
                                            [:views_join_condition_0] => 1
                                        )

                                )

                            [field_data_field_published_date] => Array
                                (
                                    [join type] => LEFT
                                    [table] => field_data_field_published_date
                                    [alias] => field_data_field_published_date
                                    [condition] => node.nid = field_data_field_published_date.entity_id AND (field_data_field_published_date.entity_type = :views_join_condition_1 AND field_data_field_published_date.deleted = :views_join_condition_2)
                                    [arguments] => Array
                                        (
                                            [:views_join_condition_1] => node
                                            [:views_join_condition_2] => 0
                                        )

                                )

                        )

                    [order:protected] => Array
                        (
                            [node_sticky] => DESC
                            [nodequeue_nodes_node_position] => DESC
                            [field_data_field_published_date_field_published_date_value] => DESC
                        )

                    [group:protected] => Array
                        (
                        )

                    [where:protected] => DatabaseCondition Object
                        (
                            [conditions:protected] => Array
                                (
                                    [#conjunction] => AND
                                    [0] => Array
                                        (
                                            [field] => DatabaseCondition Object
                                                (
                                                    [conditions:protected] => Array
                                                        (
                                                            [#conjunction] => AND
                                                            [0] => Array
                                                                (
                                                                    [field] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => node.status
                                                                                            [value] => 1
                                                                                            [operator] => =
                                                                                        )

                                                                                    [1] => Array
                                                                                        (
                                                                                            [field] => node.nid
                                                                                            [value] => SelectQuery Object
                                                                                                (
                                                                                                    [fields:protected] => Array
                                                                                                        (
                                                                                                            [nid] => Array
                                                                                                                (
                                                                                                                    [field] => nid
                                                                                                                    [table] => tn
                                                                                                                    [alias] => nid
                                                                                                                )

                                                                                                        )

                                                                                                    [expressions:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [tables:protected] => Array
                                                                                                        (
                                                                                                            [tn] => Array
                                                                                                                (
                                                                                                                    [join type] => 
                                                                                                                    [table] => taxonomy_index
                                                                                                                    [alias] => tn
                                                                                                                    [condition] => 
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th
                                                                                                                    [condition] => th.tid = tn.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th1] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th1
                                                                                                                    [condition] => th.parent = th1.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th2] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th2
                                                                                                                    [condition] => th1.parent = th2.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                            [th3] => Array
                                                                                                                (
                                                                                                                    [join type] => LEFT OUTER
                                                                                                                    [table] => taxonomy_term_hierarchy
                                                                                                                    [alias] => th3
                                                                                                                    [condition] => th2.parent = th3.tid
                                                                                                                    [arguments] => Array
                                                                                                                        (
                                                                                                                        )

                                                                                                                )

                                                                                                        )

                                                                                                    [order:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [group:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [where:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                    [0] => Array
                                                                                                                        (
                                                                                                                            [field] => DatabaseCondition Object
                                                                                                                                (
                                                                                                                                    [conditions:protected] => Array
                                                                                                                                        (
                                                                                                                                            [#conjunction] => OR
                                                                                                                                            [0] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => tn.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [1] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th1.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [2] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th2.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                            [3] => Array
                                                                                                                                                (
                                                                                                                                                    [field] => th3.tid
                                                                                                                                                    [value] => 37
                                                                                                                                                    [operator] => =
                                                                                                                                                )

                                                                                                                                        )

                                                                                                                                    [arguments:protected] => Array
                                                                                                                                        (
                                                                                                                                            [:db_condition_placeholder_1] => 37
                                                                                                                                            [:db_condition_placeholder_2] => 37
                                                                                                                                            [:db_condition_placeholder_3] => 37
                                                                                                                                            [:db_condition_placeholder_4] => 37
                                                                                                                                        )

                                                                                                                                    [changed:protected] => 
                                                                                                                                    [queryPlaceholderIdentifier:protected] => 4f3cf253147179.24906872
                                                                                                                                    [stringVersion] =>  (tn.tid = :db_condition_placeholder_1) OR (th1.tid = :db_condition_placeholder_2) OR (th2.tid = :db_condition_placeholder_3) OR (th3.tid = :db_condition_placeholder_4) 
                                                                                                                                )

                                                                                                                            [value] => 
                                                                                                                            [operator] => IS NULL
                                                                                                                        )

                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                    [:db_condition_placeholder_1] => 37
                                                                                                                    [:db_condition_placeholder_2] => 37
                                                                                                                    [:db_condition_placeholder_3] => 37
                                                                                                                    [:db_condition_placeholder_4] => 37
                                                                                                                )

                                                                                                            [changed:protected] => 
                                                                                                            [queryPlaceholderIdentifier:protected] => 4f3cf253147179.24906872
                                                                                                            [stringVersion] => ( (tn.tid = :db_condition_placeholder_1) OR (th1.tid = :db_condition_placeholder_2) OR (th2.tid = :db_condition_placeholder_3) OR (th3.tid = :db_condition_placeholder_4) )
                                                                                                        )

                                                                                                    [having:protected] => DatabaseCondition Object
                                                                                                        (
                                                                                                            [conditions:protected] => Array
                                                                                                                (
                                                                                                                    [#conjunction] => AND
                                                                                                                )

                                                                                                            [arguments:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [changed:protected] => 
                                                                                                            [queryPlaceholderIdentifier:protected] => 4f3cf253147179.24906872
                                                                                                            [stringVersion] => 
                                                                                                        )

                                                                                                    [distinct:protected] => 
                                                                                                    [range:protected] => 
                                                                                                    [union:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [prepared:protected] => 
                                                                                                    [forUpdate:protected] => 
                                                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                                                        (
                                                                                                            [shutdownRegistered:protected] => 
                                                                                                            [target:protected] => default
                                                                                                            [key:protected] => default
                                                                                                            [logger:protected] => 
                                                                                                            [transactionLayers:protected] => Array
                                                                                                                (
                                                                                                                )

                                                                                                            [driverClasses:protected] => Array
                                                                                                                (
                                                                                                                    [SelectQuery] => SelectQuery
                                                                                                                )

                                                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                                                            [transactionSupport:protected] => 1
                                                                                                            [transactionalDDLSupport:protected] => 
                                                                                                            [temporaryNameIndex:protected] => 0
                                                                                                            [connectionOptions:protected] => Array
                                                                                                                (
                                                                                                                    [database] => drupal_distro_theweek
                                                                                                                    [username] => root
                                                                                                                    [password] => 
                                                                                                                    [host] => localhost
                                                                                                                    [port] => 
                                                                                                                    [driver] => mysql
                                                                                                                    [prefix] => Array
                                                                                                                        (
                                                                                                                            [default] => 
                                                                                                                        )

                                                                                                                )

                                                                                                            [schema:protected] => 
                                                                                                            [prefixes:protected] => Array
                                                                                                                (
                                                                                                                    [default] => 
                                                                                                                )

                                                                                                            [prefixSearch:protected] => Array
                                                                                                                (
                                                                                                                    [0] => {
                                                                                                                    [1] => }
                                                                                                                )

                                                                                                            [prefixReplace:protected] => Array
                                                                                                                (
                                                                                                                    [0] => 
                                                                                                                    [1] => 
                                                                                                                )

                                                                                                        )

                                                                                                    [connectionTarget:protected] => default
                                                                                                    [connectionKey:protected] => default
                                                                                                    [queryOptions:protected] => Array
                                                                                                        (
                                                                                                            [target] => default
                                                                                                            [return] => 1
                                                                                                        )

                                                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                                                    [nextPlaceholder:protected] => 0
                                                                                                    [comments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [alterMetaData] => Array
                                                                                                        (
                                                                                                            [views_substitutions] => Array
                                                                                                                (
                                                                                                                    [***ADMINISTER_NODES***] => 1
                                                                                                                    [***VIEW_OWN_UNPUBLISHED_NODES***] => 1
                                                                                                                    [***CURRENT_USER***] => 1
                                                                                                                    [***CURRENT_VERSION***] => 7.12
                                                                                                                    [***CURRENT_TIME***] => 1329394253
                                                                                                                    [***CURRENT_LANGUAGE***] => en
                                                                                                                    [***DEFAULT_LANGUAGE***] => en
                                                                                                                )

                                                                                                        )

                                                                                                )

                                                                                            [operator] => IN
                                                                                        )

                                                                                    [2] => Array
                                                                                        (
                                                                                            [field] => node.type
                                                                                            [value] => gallery
                                                                                            [operator] => =
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [value] => 
                                                                    [operator] => IS NULL
                                                                )

                                                        )

                                                    [arguments:protected] => Array
                                                        (
                                                        )

                                                    [changed:protected] => 1
                                                    [queryPlaceholderIdentifier:protected] => 
                                                )

                                            [value] => 
                                            [operator] => IS NULL
                                        )

                                )

                            [arguments:protected] => Array
                                (
                                )

                            [changed:protected] => 1
                            [queryPlaceholderIdentifier:protected] => 
                        )

                    [having:protected] => DatabaseCondition Object
                        (
                            [conditions:protected] => Array
                                (
                                    [#conjunction] => AND
                                )

                            [arguments:protected] => Array
                                (
                                )

                            [changed:protected] => 1
                            [queryPlaceholderIdentifier:protected] => 
                        )

                    [distinct:protected] => 
                    [range:protected] => 
                    [union:protected] => Array
                        (
                        )

                    [prepared:protected] => 1
                    [forUpdate:protected] => 
                    [connection:protected] => DatabaseConnection_mysql Object
                        (
                            [shutdownRegistered:protected] => 
                            [target:protected] => default
                            [key:protected] => default
                            [logger:protected] => 
                            [transactionLayers:protected] => Array
                                (
                                )

                            [driverClasses:protected] => Array
                                (
                                    [SelectQuery] => SelectQuery
                                )

                            [statementClass:protected] => DatabaseStatementBase
                            [transactionSupport:protected] => 1
                            [transactionalDDLSupport:protected] => 
                            [temporaryNameIndex:protected] => 0
                            [connectionOptions:protected] => Array
                                (
                                    [database] => drupal_distro_theweek
                                    [username] => root
                                    [password] => 
                                    [host] => localhost
                                    [port] => 
                                    [driver] => mysql
                                    [prefix] => Array
                                        (
                                            [default] => 
                                        )

                                )

                            [schema:protected] => 
                            [prefixes:protected] => Array
                                (
                                    [default] => 
                                )

                            [prefixSearch:protected] => Array
                                (
                                    [0] => {
                                    [1] => }
                                )

                            [prefixReplace:protected] => Array
                                (
                                    [0] => 
                                    [1] => 
                                )

                        )

                    [connectionTarget:protected] => default
                    [connectionKey:protected] => default
                    [queryOptions:protected] => Array
                        (
                            [return] => 1
                        )

                    [uniqueIdentifier:protected] => 4f3cf253117c71.09854677
                    [nextPlaceholder:protected] => 3
                    [comments:protected] => Array
                        (
                        )

                    [alterTags] => Array
                        (
                            [views] => 1
                            [views_term_by_content_type] => 1
                            [node_access] => 1
                        )

                    [alterMetaData] => Array
                        (
                            [views_substitutions] => Array
                                (
                                    [***ADMINISTER_NODES***] => 1
                                    [***VIEW_OWN_UNPUBLISHED_NODES***] => 1
                                    [***CURRENT_USER***] => 1
                                    [***CURRENT_VERSION***] => 7.12
                                    [***CURRENT_TIME***] => 1329394253
                                    [***CURRENT_LANGUAGE***] => en
                                    [***DEFAULT_LANGUAGE***] => en
                                )

                            [view] => view Object
 *RECURSION*
                        )

                )

            [query_args] => Array
                (
                )

            [breadcrumb] => Array
                (
                    [taxonomy/term/all/type/all] => %2
                    [taxonomy/term/37/type/all] => News & Opinion
                )

            [title] => %1
            [substitutions] => Array
                (
                    [%1] => News & Opinion
                    [!1] => 37
                    [%2] => Gallery
                    [!2] => gallery
                )

        )

    [attachment_before] => 
    [attachment_after] => 
    [relationships_fixed] => 1
    [localization_plugin] => views_plugin_localization_none Object
        (
            [translate] => 
            [export_strings] => Array
                (
                )

            [view] => view Object
 *RECURSION*
            [display] => 
            [plugin_type] => localization
            [options] => Array
                (
                )

            [definition] => Array
                (
                    [title] => None
                    [help] => Do not pass admin strings for translation.
                    [handler] => views_plugin_localization_none
                    [help topic] => localization-none
                    [module] => views
                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                    [theme file] => theme.inc
                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                    [file] => views_plugin_localization_none.inc
                    [parent] => parent
                    [name] => none
                )

            [is_plugin] => 1
        )

    [field] => Array
        (
            [title] => views_handler_field_node Object
                (
                    [field_alias] => unknown
                    [aliases] => Array
                        (
                        )

                    [additional_fields] => Array
                        (
                            [nid] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                )

                        )

                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
 *RECURSION*
                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => field
                    [table_alias] => 
                    [options] => Array
                        (
                            [id] => title
                            [table] => node
                            [field] => title
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [label] => 
                            [exclude] => 
                            [alter] => Array
                                (
                                    [alter_text] => 0
                                    [text] => 
                                    [make_link] => 0
                                    [path] => 
                                    [absolute] => 0
                                    [external] => 
                                    [replace_spaces] => 
                                    [path_case] => none
                                    [trim_whitespace] => 
                                    [alt] => 
                                    [rel] => 
                                    [link_class] => 
                                    [prefix] => 
                                    [suffix] => 
                                    [target] => 
                                    [nl2br] => 
                                    [max_length] => 
                                    [word_boundary] => 0
                                    [ellipsis] => 0
                                    [strip_tags] => 0
                                    [trim] => 0
                                    [preserve_tags] => 
                                    [html] => 0
                                )

                            [element_type] => 
                            [element_class] => 
                            [element_label_type] => 
                            [element_label_class] => 
                            [element_label_colon] => 1
                            [element_wrapper_type] => 
                            [element_wrapper_class] => 
                            [element_default_classes] => 1
                            [empty] => 
                            [hide_empty] => 0
                            [empty_zero] => 0
                            [hide_alter_empty] => 1
                            [link_to_node] => 1
                        )

                    [definition] => Array
                        (
                            [field] => title
                            [group] => Content
                            [handler] => views_handler_field_node
                            [click sortable] => 1
                            [link_to_node default] => 1
                            [title] => Title
                            [help] => The content title.
                        )

                    [real_field] => title
                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => field
                            [2] => node
                            [3] => title
                        )

                    [table] => node
                    [field] => title
                    [position] => 0
                )

        )

    [argument] => Array
        (
            [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                (
                    [name_field] => 
                    [validator] => 
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
 *RECURSION*
                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => argument
                    [table_alias] => node
                    [options] => Array
                        (
                            [id] => term_node_tid_depth
                            [table] => node
                            [field] => term_node_tid_depth
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [default_action] => empty
                            [exception] => Array
                                (
                                    [value] => all
                                    [title_enable] => 0
                                    [title] => All
                                )

                            [title_enable] => 1
                            [title] => %1 %2
                            [breadcrumb_enable] => 1
                            [breadcrumb] => %2
                            [default_argument_type] => fixed
                            [default_argument_options] => Array
                                (
                                )

                            [default_argument_skip_url] => 0
                            [summary_options] => Array
                                (
                                    [items_per_page] => 25
                                )

                            [summary] => Array
                                (
                                    [sort_order] => asc
                                    [number_of_records] => 0
                                    [format] => default_summary
                                )

                            [specify_validation] => 1
                            [validate] => Array
                                (
                                    [type] => taxonomy_term
                                    [fail] => empty
                                )

                            [validate_options] => Array
                                (
                                    [vocabularies] => Array
                                        (
                                            [article_type] => 0
                                            [author_type] => 0
                                            [category] => 0
                                            [tags] => 0
                                            [topic] => 0
                                        )

                                    [transform] => 0
                                )

                            [depth] => 3
                            [break_phrase] => 0
                            [set_breadcrumb] => 0
                            [use_taxonomy_term_path] => 0
                        )

                    [definition] => Array
                        (
                            [title] => Has taxonomy term ID (with depth)
                            [handler] => views_handler_argument_term_node_tid_depth
                            [accept depth modifier] => 1
                            [group] => Content
                            [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                            [real field] => nid
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => argument
                            [2] => node
                            [3] => term_node_tid_depth
                        )

                    [table] => node
                    [real_field] => nid
                    [field] => term_node_tid_depth
                    [position] => 0
                    [relationship] => 
                    [argument] => 37
                    [validated_title] => News & Opinion
                    [argument_validated] => 1
                )

            [type] => views_handler_argument_node_type Object
                (
                    [name_field] => 
                    [validator] => 
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
 *RECURSION*
                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => argument
                    [table_alias] => node
                    [options] => Array
                        (
                            [id] => type
                            [table] => node
                            [field] => type
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [default_action] => empty
                            [exception] => Array
                                (
                                    [value] => all
                                    [title_enable] => 0
                                    [title] => All
                                )

                            [title_enable] => 1
                            [title] => %1
                            [breadcrumb_enable] => 1
                            [breadcrumb] => %1
                            [default_argument_type] => fixed
                            [default_argument_options] => Array
                                (
                                )

                            [default_argument_skip_url] => 0
                            [summary_options] => Array
                                (
                                    [items_per_page] => 25
                                )

                            [summary] => Array
                                (
                                    [sort_order] => asc
                                    [number_of_records] => 0
                                    [format] => default_summary
                                )

                            [specify_validation] => 1
                            [validate] => Array
                                (
                                    [type] => none
                                    [fail] => empty
                                )

                            [validate_options] => Array
                                (
                                )

                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_argument_node_type
                            [group] => Content
                            [title] => Type
                            [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => argument
                            [2] => node
                            [3] => type
                        )

                    [table] => node
                    [field] => type
                    [real_field] => type
                    [position] => 1
                    [relationship] => 
                    [argument] => gallery
                    [argument_validated] => 1
                )

        )

    [sort] => Array
        (
            [sticky] => views_handler_sort Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
 *RECURSION*
                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => sort
                    [table_alias] => node
                    [options] => Array
                        (
                            [id] => sticky
                            [table] => node
                            [field] => sticky
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [order] => DESC
                            [exposed] => 
                            [expose] => Array
                                (
                                    [label] => 
                                )

                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_sort
                            [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                            [group] => Content
                            [title] => Sticky
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => sort
                            [2] => node
                            [3] => sticky
                        )

                    [table] => node
                    [field] => sticky
                    [real_field] => sticky
                    [position] => 0
                    [relationship] => 
                )

            [position] => views_handler_sort Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
 *RECURSION*
                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => sort
                    [table_alias] => nodequeue_nodes_node
                    [options] => Array
                        (
                            [id] => position
                            [table] => nodequeue_nodes
                            [field] => position
                            [relationship] => nodequeue_rel
                            [group_type] => group
                            [ui_name] => 
                            [order] => DESC
                            [exposed] => 
                            [expose] => Array
                                (
                                    [label] => 
                                )

                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_sort
                            [group] => Nodequeue
                            [title] => Position
                            [help] => The position of the node within a queue.
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => sort
                            [2] => nodequeue_nodes
                            [3] => position
                        )

                    [table] => nodequeue_nodes
                    [field] => position
                    [real_field] => position
                    [position] => 1
                    [relationship] => nodequeue_nodes_node
                )

            [field_published_date_value] => views_handler_sort Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
 *RECURSION*
                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => sort
                    [table_alias] => field_data_field_published_date
                    [options] => Array
                        (
                            [id] => field_published_date_value
                            [table] => field_data_field_published_date
                            [field] => field_published_date_value
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [order] => DESC
                            [exposed] => 
                            [expose] => Array
                                (
                                    [label] => 
                                )

                        )

                    [definition] => Array
                        (
                            [field] => field_published_date_value
                            [table] => field_data_field_published_date
                            [handler] => views_handler_sort
                            [additional fields] => Array
                                (
                                    [0] => field_published_date_value
                                )

                            [field_name] => field_published_date
                            [group] => Content
                            [title] => Published Date (field_published_date)
                            [title short] => Published Date
                            [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                        )

                    [real_field] => field_published_date_value
                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => sort
                            [2] => field_data_field_published_date
                            [3] => field_published_date_value
                        )

                    [table] => field_data_field_published_date
                    [field] => field_published_date_value
                    [position] => 2
                    [relationship] => 
                )

        )

    [filter] => Array
        (
            [status] => views_handler_filter_boolean_operator Object
                (
                    [always_multiple] => 1
                    [no_operator] => 1
                    [accept_null] => 
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
 *RECURSION*
                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => filter
                    [table_alias] => node
                    [options] => Array
                        (
                            [id] => status
                            [table] => node
                            [field] => status
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [operator] => =
                            [value] => 1
                            [group] => 0
                            [exposed] => 
                            [expose] => Array
                                (
                                    [operator_id] => 
                                    [label] => 
                                    [use_operator] => 0
                                    [operator] => 
                                    [identifier] => 
                                    [required] => 0
                                    [remember] => 0
                                    [multiple] => 0
                                )

                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_filter_boolean_operator
                            [label] => Published
                            [type] => yes-no
                            [use equal] => 1
                            [group] => Content
                            [title] => Published
                            [help] => Whether or not the content is published.
                            [allow empty] => 1
                        )

                    [is_handler] => 1
                    [value_value] => Published
                    [value_options] => 
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => filter
                            [2] => node
                            [3] => status
                        )

                    [table] => node
                    [field] => status
                    [real_field] => status
                    [operator] => =
                    [value] => 1
                    [position] => 0
                    [relationship] => 
                )

        )

    [relationship] => Array
        (
            [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
 *RECURSION*
                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => relationship
                    [table_alias] => 
                    [options] => Array
                        (
                            [id] => nodequeue_rel
                            [table] => node
                            [field] => nodequeue_rel
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [label] => queue
                            [required] => 0
                            [limit] => 1
                            [names] => Array
                                (
                                    [elevation] => elevation
                                    [featured] => 0
                                )

                        )

                    [definition] => Array
                        (
                            [handler] => nodequeue_handler_relationship_nodequeue
                            [base] => nodequeue_nodes
                            [field] => nid
                            [label] => queue
                            [group] => Nodequeue
                            [title] => Queue
                            [help] => Create a relationship to a nodequeue.
                            [real field] => nid
                        )

                    [real_field] => nid
                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => relationship
                            [2] => node
                            [3] => nodequeue_rel
                        )

                    [table] => node
                    [field] => nodequeue_rel
                    [position] => 0
                    [relationship] => 
                    [alias] => nodequeue_nodes_node
                )

        )

    [header] => Array
        (
            [area] => views_handler_area_text Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
 *RECURSION*
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => empty
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => empty
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => header
                    [table_alias] => 
                    [options] => Array
                        (
                            [id] => area
                            [table] => views
                            [field] => area
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [label] => 
                            [empty] => 
                            [content] => 
Latest %2s of %1


                            [format] => filtered_html
                            [tokenize] => 0
                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_area_text
                            [group] => Global
                            [title] => Text area
                            [help] => Provide markup text for the area.
                            [field] => 
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => header
                            [2] => views
                            [3] => area
                        )

                    [table] => views
                    [real_field] => 
                    [field] => area
                    [position] => 0
                    [relationship] => 
                )

        )

    [footer] => Array
        (
        )

    [empty] => Array
        (
            [area] => views_handler_area_text Object
                (
                    [view] => view Object
 *RECURSION*
                    [query] => views_plugin_query_default Object
                        (
                            [table_queue] => Array
                                (
                                    [node] => Array
                                        (
                                            [alias] => node
                                            [table] => node
                                            [relationship] => node
                                            [join] => 
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [table] => nodequeue_nodes
                                            [num] => 1
                                            [alias] => nodequeue_nodes_node
                                            [join] => views_join Object
                                                (
                                                    [table] => nodequeue_nodes
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => nid
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => qid
                                                                    [value] => Array
                                                                        (
                                                                            [0] => 1
                                                                        )

                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [table] => nodequeue_nodes
                                                            [field] => nid
                                                            [left_table] => node
                                                            [left_field] => nid
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => qid
                                                                            [value] => Array
                                                                                (
                                                                                    [0] => 1
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [table] => field_data_field_published_date
                                            [num] => 1
                                            [alias] => field_data_field_published_date
                                            [join] => views_join Object
                                                (
                                                    [table] => field_data_field_published_date
                                                    [left_table] => node
                                                    [left_field] => nid
                                                    [field] => entity_id
                                                    [extra] => Array
                                                        (
                                                            [0] => Array
                                                                (
                                                                    [field] => entity_type
                                                                    [value] => node
                                                                )

                                                            [1] => Array
                                                                (
                                                                    [field] => deleted
                                                                    [value] => 0
                                                                    [numeric] => 1
                                                                )

                                                        )

                                                    [type] => LEFT
                                                    [definition] => Array
                                                        (
                                                            [left_field] => nid
                                                            [field] => entity_id
                                                            [extra] => Array
                                                                (
                                                                    [0] => Array
                                                                        (
                                                                            [field] => entity_type
                                                                            [value] => node
                                                                        )

                                                                    [1] => Array
                                                                        (
                                                                            [field] => deleted
                                                                            [value] => 0
                                                                            [numeric] => 1
                                                                        )

                                                                )

                                                            [table] => field_data_field_published_date
                                                            [left_table] => node
                                                        )

                                                    [extra_type] => AND
                                                    [adjusted] => 1
                                                )

                                            [relationship] => node
                                        )

                                )

                            [tables] => Array
                                (
                                    [node] => Array
                                        (
                                            [node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => node
                                                )

                                            [nodequeue_nodes_node] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => nodequeue_nodes_node
                                                )

                                            [field_data_field_published_date] => Array
                                                (
                                                    [count] => 1
                                                    [alias] => field_data_field_published_date
                                                )

                                        )

                                )

                            [relationships] => Array
                                (
                                    [node] => Array
                                        (
                                            [link] => 
                                            [table] => node
                                            [alias] => node
                                            [base] => node
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [link] => node
                                            [table] => nodequeue_nodes
                                            [base] => nodequeue_nodes
                                        )

                                )

                            [where] => Array
                                (
                                    [0] => Array
                                        (
                                            [conditions] => Array
                                                (
                                                    [0] => Array
                                                        (
                                                            [field] => node.status
                                                            [value] => 1
                                                            [operator] => =
                                                        )

                                                    [1] => Array
                                                        (
                                                            [field] => node.nid
                                                            [value] => SelectQuery Object
                                                                (
                                                                    [fields:protected] => Array
                                                                        (
                                                                            [nid] => Array
                                                                                (
                                                                                    [field] => nid
                                                                                    [table] => tn
                                                                                    [alias] => nid
                                                                                )

                                                                        )

                                                                    [expressions:protected] => Array
                                                                        (
                                                                        )

                                                                    [tables:protected] => Array
                                                                        (
                                                                            [tn] => Array
                                                                                (
                                                                                    [join type] => 
                                                                                    [table] => taxonomy_index
                                                                                    [alias] => tn
                                                                                    [condition] => 
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th
                                                                                    [condition] => th.tid = tn.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th1] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th1
                                                                                    [condition] => th.parent = th1.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th2] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th2
                                                                                    [condition] => th1.parent = th2.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [th3] => Array
                                                                                (
                                                                                    [join type] => LEFT OUTER
                                                                                    [table] => taxonomy_term_hierarchy
                                                                                    [alias] => th3
                                                                                    [condition] => th2.parent = th3.tid
                                                                                    [arguments] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                        )

                                                                    [order:protected] => Array
                                                                        (
                                                                        )

                                                                    [group:protected] => Array
                                                                        (
                                                                        )

                                                                    [where:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                    [0] => Array
                                                                                        (
                                                                                            [field] => DatabaseCondition Object
                                                                                                (
                                                                                                    [conditions:protected] => Array
                                                                                                        (
                                                                                                            [#conjunction] => OR
                                                                                                            [0] => Array
                                                                                                                (
                                                                                                                    [field] => tn.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [1] => Array
                                                                                                                (
                                                                                                                    [field] => th1.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [2] => Array
                                                                                                                (
                                                                                                                    [field] => th2.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                            [3] => Array
                                                                                                                (
                                                                                                                    [field] => th3.tid
                                                                                                                    [value] => 37
                                                                                                                    [operator] => =
                                                                                                                )

                                                                                                        )

                                                                                                    [arguments:protected] => Array
                                                                                                        (
                                                                                                        )

                                                                                                    [changed:protected] => 1
                                                                                                    [queryPlaceholderIdentifier:protected] => 
                                                                                                )

                                                                                            [value] => 
                                                                                            [operator] => IS NULL
                                                                                        )

                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [having:protected] => DatabaseCondition Object
                                                                        (
                                                                            [conditions:protected] => Array
                                                                                (
                                                                                    [#conjunction] => AND
                                                                                )

                                                                            [arguments:protected] => Array
                                                                                (
                                                                                )

                                                                            [changed:protected] => 1
                                                                            [queryPlaceholderIdentifier:protected] => 
                                                                        )

                                                                    [distinct:protected] => 
                                                                    [range:protected] => 
                                                                    [union:protected] => Array
                                                                        (
                                                                        )

                                                                    [prepared:protected] => 
                                                                    [forUpdate:protected] => 
                                                                    [connection:protected] => DatabaseConnection_mysql Object
                                                                        (
                                                                            [shutdownRegistered:protected] => 
                                                                            [target:protected] => default
                                                                            [key:protected] => default
                                                                            [logger:protected] => 
                                                                            [transactionLayers:protected] => Array
                                                                                (
                                                                                )

                                                                            [driverClasses:protected] => Array
                                                                                (
                                                                                    [SelectQuery] => SelectQuery
                                                                                )

                                                                            [statementClass:protected] => DatabaseStatementBase
                                                                            [transactionSupport:protected] => 1
                                                                            [transactionalDDLSupport:protected] => 
                                                                            [temporaryNameIndex:protected] => 0
                                                                            [connectionOptions:protected] => Array
                                                                                (
                                                                                    [database] => drupal_distro_theweek
                                                                                    [username] => root
                                                                                    [password] => 
                                                                                    [host] => localhost
                                                                                    [port] => 
                                                                                    [driver] => mysql
                                                                                    [prefix] => Array
                                                                                        (
                                                                                            [default] => 
                                                                                        )

                                                                                )

                                                                            [schema:protected] => 
                                                                            [prefixes:protected] => Array
                                                                                (
                                                                                    [default] => 
                                                                                )

                                                                            [prefixSearch:protected] => Array
                                                                                (
                                                                                    [0] => {
                                                                                    [1] => }
                                                                                )

                                                                            [prefixReplace:protected] => Array
                                                                                (
                                                                                    [0] => 
                                                                                    [1] => 
                                                                                )

                                                                        )

                                                                    [connectionTarget:protected] => default
                                                                    [connectionKey:protected] => default
                                                                    [queryOptions:protected] => Array
                                                                        (
                                                                            [target] => default
                                                                            [return] => 1
                                                                        )

                                                                    [uniqueIdentifier:protected] => 4f3cf2530fbf35.63993188
                                                                    [nextPlaceholder:protected] => 0
                                                                    [comments:protected] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [operator] => IN
                                                        )

                                                    [2] => Array
                                                        (
                                                            [field] => node.type
                                                            [value] => gallery
                                                            [operator] => 
                                                        )

                                                )

                                            [args] => Array
                                                (
                                                )

                                            [type] => AND
                                        )

                                )

                            [having] => Array
                                (
                                )

                            [group_operator] => AND
                            [orderby] => Array
                                (
                                    [0] => Array
                                        (
                                            [field] => node_sticky
                                            [direction] => DESC
                                        )

                                    [1] => Array
                                        (
                                            [field] => nodequeue_nodes_node_position
                                            [direction] => DESC
                                        )

                                    [2] => Array
                                        (
                                            [field] => field_data_field_published_date_field_published_date_value
                                            [direction] => DESC
                                        )

                                )

                            [groupby] => Array
                                (
                                )

                            [header] => Array
                                (
                                )

                            [distinct] => 
                            [has_aggregate] => 
                            [get_count_optimized] => 
                            [pager] => views_plugin_pager_full Object
                                (
                                    [current_page] => 0
                                    [total_items] => 993
                                    [view] => view Object
 *RECURSION*
                                    [display] => views_display Object
                                        (
                                            [db_table] => views_display
                                            [vid] => 0
                                            [id] => page
                                            [display_title] => Page
                                            [display_plugin] => page
                                            [position] => 0
                                            [display_options] => Array
                                                (
                                                    [query] => Array
                                                        (
                                                            [type] => views_query
                                                            [options] => Array
                                                                (
                                                                )

                                                        )

                                                    [path] => taxonomy/term/%/type/%
                                                    [cache] => Array
                                                        (
                                                            [type] => time
                                                            [results_lifespan] => 60
                                                            [output_lifespan] => 60
                                                        )

                                                    [defaults] => Array
                                                        (
                                                            [cache] => 
                                                            [cache_options] => 
                                                        )

                                                    [cache_options] => 
                                                )

                                            [handler] => views_plugin_display_page Object
                                                (
                                                    [view] => view Object
 *RECURSION*
                                                    [handlers] => Array
                                                        (
                                                            [field] => Array
                                                                (
                                                                    [title] => views_handler_field_node Object
                                                                        (
                                                                            [field_alias] => unknown
                                                                            [aliases] => Array
                                                                                (
                                                                                )

                                                                            [additional_fields] => Array
                                                                                (
                                                                                    [nid] => Array
                                                                                        (
                                                                                            [table] => node
                                                                                            [field] => nid
                                                                                        )

                                                                                )

                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => field
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [exclude] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [text] => 
                                                                                            [make_link] => 0
                                                                                            [path] => 
                                                                                            [absolute] => 0
                                                                                            [external] => 
                                                                                            [replace_spaces] => 
                                                                                            [path_case] => none
                                                                                            [trim_whitespace] => 
                                                                                            [alt] => 
                                                                                            [rel] => 
                                                                                            [link_class] => 
                                                                                            [prefix] => 
                                                                                            [suffix] => 
                                                                                            [target] => 
                                                                                            [nl2br] => 
                                                                                            [max_length] => 
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [preserve_tags] => 
                                                                                            [html] => 0
                                                                                        )

                                                                                    [element_type] => 
                                                                                    [element_class] => 
                                                                                    [element_label_type] => 
                                                                                    [element_label_class] => 
                                                                                    [element_label_colon] => 1
                                                                                    [element_wrapper_type] => 
                                                                                    [element_wrapper_class] => 
                                                                                    [element_default_classes] => 1
                                                                                    [empty] => 
                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [hide_alter_empty] => 1
                                                                                    [link_to_node] => 1
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => title
                                                                                    [group] => Content
                                                                                    [handler] => views_handler_field_node
                                                                                    [click sortable] => 1
                                                                                    [link_to_node default] => 1
                                                                                    [title] => Title
                                                                                    [help] => The content title.
                                                                                )

                                                                            [real_field] => title
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => field
                                                                                    [2] => node
                                                                                    [3] => title
                                                                                )

                                                                            [table] => node
                                                                            [field] => title
                                                                            [position] => 0
                                                                        )

                                                                )

                                                            [argument] => Array
                                                                (
                                                                    [term_node_tid_depth] => views_handler_argument_term_node_tid_depth Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [title] => Has taxonomy term ID (with depth)
                                                                                    [handler] => views_handler_argument_term_node_tid_depth
                                                                                    [accept depth modifier] => 1
                                                                                    [group] => Content
                                                                                    [help] => Display content if it has the selected taxonomy terms, or children of the selected terms. Due to additional complexity, this has fewer options than the versions without depth.
                                                                                    [real field] => nid
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => term_node_tid_depth
                                                                                )

                                                                            [table] => node
                                                                            [real_field] => nid
                                                                            [field] => term_node_tid_depth
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [argument] => 37
                                                                            [validated_title] => News & Opinion
                                                                            [argument_validated] => 1
                                                                        )

                                                                    [type] => views_handler_argument_node_type Object
                                                                        (
                                                                            [name_field] => 
                                                                            [validator] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => argument
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [default_action] => empty
                                                                                    [exception] => Array
                                                                                        (
                                                                                            [value] => all
                                                                                            [title_enable] => 0
                                                                                            [title] => All
                                                                                        )

                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_options] => Array
                                                                                        (
                                                                                        )

                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [summary] => Array
                                                                                        (
                                                                                            [sort_order] => asc
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => none
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_argument_node_type
                                                                                    [group] => Content
                                                                                    [title] => Type
                                                                                    [help] => The content type (for example, "blog entry", "forum post", "story", etc).
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => argument
                                                                                    [2] => node
                                                                                    [3] => type
                                                                                )

                                                                            [table] => node
                                                                            [field] => type
                                                                            [real_field] => type
                                                                            [position] => 1
                                                                            [relationship] => 
                                                                            [argument] => gallery
                                                                            [argument_validated] => 1
                                                                        )

                                                                )

                                                            [sort] => Array
                                                                (
                                                                    [sticky] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [help] => Whether or not the content is sticky. To list sticky content first, set this to descending.
                                                                                    [group] => Content
                                                                                    [title] => Sticky
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => node
                                                                                    [3] => sticky
                                                                                )

                                                                            [table] => node
                                                                            [field] => sticky
                                                                            [real_field] => sticky
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                    [position] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => nodequeue_nodes_node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_sort
                                                                                    [group] => Nodequeue
                                                                                    [title] => Position
                                                                                    [help] => The position of the node within a queue.
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => nodequeue_nodes
                                                                                    [3] => position
                                                                                )

                                                                            [table] => nodequeue_nodes
                                                                            [field] => position
                                                                            [real_field] => position
                                                                            [position] => 1
                                                                            [relationship] => nodequeue_nodes_node
                                                                        )

                                                                    [field_published_date_value] => views_handler_sort Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => sort
                                                                            [table_alias] => field_data_field_published_date
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [order] => DESC
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [label] => 
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [field] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [handler] => views_handler_sort
                                                                                    [additional fields] => Array
                                                                                        (
                                                                                            [0] => field_published_date_value
                                                                                        )

                                                                                    [field_name] => field_published_date
                                                                                    [group] => Content
                                                                                    [title] => Published Date (field_published_date)
                                                                                    [title short] => Published Date
                                                                                    [help] => Appears in: node:article, node:gallery, node:daily_photo, node:daily_briefing. Also known as: Content: Published Date (field_published_date), Content: Published Date (field_published_date).
                                                                                )

                                                                            [real_field] => field_published_date_value
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => sort
                                                                                    [2] => field_data_field_published_date
                                                                                    [3] => field_published_date_value
                                                                                )

                                                                            [table] => field_data_field_published_date
                                                                            [field] => field_published_date_value
                                                                            [position] => 2
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [filter] => Array
                                                                (
                                                                    [status] => views_handler_filter_boolean_operator Object
                                                                        (
                                                                            [always_multiple] => 1
                                                                            [no_operator] => 1
                                                                            [accept_null] => 
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => filter
                                                                            [table_alias] => node
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [operator] => =
                                                                                    [value] => 1
                                                                                    [group] => 0
                                                                                    [exposed] => 
                                                                                    [expose] => Array
                                                                                        (
                                                                                            [operator_id] => 
                                                                                            [label] => 
                                                                                            [use_operator] => 0
                                                                                            [operator] => 
                                                                                            [identifier] => 
                                                                                            [required] => 0
                                                                                            [remember] => 0
                                                                                            [multiple] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_filter_boolean_operator
                                                                                    [label] => Published
                                                                                    [type] => yes-no
                                                                                    [use equal] => 1
                                                                                    [group] => Content
                                                                                    [title] => Published
                                                                                    [help] => Whether or not the content is published.
                                                                                    [allow empty] => 1
                                                                                )

                                                                            [is_handler] => 1
                                                                            [value_value] => Published
                                                                            [value_options] => 
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => filter
                                                                                    [2] => node
                                                                                    [3] => status
                                                                                )

                                                                            [table] => node
                                                                            [field] => status
                                                                            [real_field] => status
                                                                            [operator] => =
                                                                            [value] => 1
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [relationship] => Array
                                                                (
                                                                    [nodequeue_rel] => nodequeue_handler_relationship_nodequeue Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => relationship
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => queue
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => nodequeue_handler_relationship_nodequeue
                                                                                    [base] => nodequeue_nodes
                                                                                    [field] => nid
                                                                                    [label] => queue
                                                                                    [group] => Nodequeue
                                                                                    [title] => Queue
                                                                                    [help] => Create a relationship to a nodequeue.
                                                                                    [real field] => nid
                                                                                )

                                                                            [real_field] => nid
                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => relationship
                                                                                    [2] => node
                                                                                    [3] => nodequeue_rel
                                                                                )

                                                                            [table] => node
                                                                            [field] => nodequeue_rel
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                            [alias] => nodequeue_nodes_node
                                                                        )

                                                                )

                                                            [header] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
                                                                        (
                                                                            [view] => view Object
 *RECURSION*
                                                                            [query] => views_plugin_query_default Object
 *RECURSION*
                                                                            [handler_type] => header
                                                                            [table_alias] => 
                                                                            [options] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [relationship] => none
                                                                                    [group_type] => group
                                                                                    [ui_name] => 
                                                                                    [label] => 
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                            [definition] => Array
                                                                                (
                                                                                    [handler] => views_handler_area_text
                                                                                    [group] => Global
                                                                                    [title] => Text area
                                                                                    [help] => Provide markup text for the area.
                                                                                    [field] => 
                                                                                )

                                                                            [is_handler] => 1
                                                                            [localization_keys] => Array
                                                                                (
                                                                                    [0] => default
                                                                                    [1] => header
                                                                                    [2] => views
                                                                                    [3] => area
                                                                                )

                                                                            [table] => views
                                                                            [real_field] => 
                                                                            [field] => area
                                                                            [position] => 0
                                                                            [relationship] => 
                                                                        )

                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                    [area] => views_handler_area_text Object
 *RECURSION*
                                                                )

                                                        )

                                                    [extender] => Array
                                                        (
                                                        )

                                                    [display] => views_display Object
 *RECURSION*
                                                    [plugin_type] => display
                                                    [options] => Array
                                                        (
                                                            [defaults] => Array
                                                                (
                                                                    [access] => 1
                                                                    [cache] => 
                                                                    [query] => 1
                                                                    [title] => 1
                                                                    [css_class] => 1
                                                                    [display_description] => 
                                                                    [use_ajax] => 1
                                                                    [hide_attachment_summary] => 1
                                                                    [pager] => 1
                                                                    [pager_options] => 1
                                                                    [use_more] => 1
                                                                    [use_more_always] => 1
                                                                    [use_more_text] => 1
                                                                    [exposed_form] => 1
                                                                    [exposed_form_options] => 1
                                                                    [link_display] => 1
                                                                    [link_url] => 
                                                                    [group_by] => 1
                                                                    [style_plugin] => 1
                                                                    [style_options] => 1
                                                                    [row_plugin] => 1
                                                                    [row_options] => 1
                                                                    [header] => 1
                                                                    [footer] => 1
                                                                    [empty] => 1
                                                                    [relationships] => 1
                                                                    [fields] => 1
                                                                    [sorts] => 1
                                                                    [arguments] => 1
                                                                    [filters] => 1
                                                                    [filter_groups] => 1
                                                                    [cache_options] => 
                                                                )

                                                            [title] => 
                                                            [enabled] => 1
                                                            [display_comment] => 
                                                            [css_class] => 
                                                            [display_description] => 
                                                            [use_ajax] => 
                                                            [hide_attachment_summary] => 
                                                            [items_per_page] => 10
                                                            [offset] => 0
                                                            [use_pager] => 
                                                            [use_more] => 
                                                            [use_more_always] => 
                                                            [use_more_text] => more
                                                            [link_display] => 
                                                            [link_url] => 
                                                            [group_by] => 
                                                            [field_language] => ***CURRENT_LANGUAGE***
                                                            [field_language_add_to_query] => 1
                                                            [access] => Array
                                                                (
                                                                    [type] => none
                                                                )

                                                            [cache] => Array
                                                                (
                                                                    [type] => time
                                                                    [results_lifespan] => 60
                                                                    [output_lifespan] => 60
                                                                )

                                                            [query] => Array
                                                                (
                                                                    [type] => views_query
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [exposed_form] => Array
                                                                (
                                                                    [type] => basic
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [pager] => Array
                                                                (
                                                                    [type] => full
                                                                    [options] => Array
                                                                        (
                                                                        )

                                                                )

                                                            [style_plugin] => default
                                                            [style_options] => Array
                                                                (
                                                                )

                                                            [row_plugin] => fields
                                                            [row_options] => Array
                                                                (
                                                                )

                                                            [exposed_block] => 
                                                            [header] => Array
                                                                (
                                                                )

                                                            [footer] => Array
                                                                (
                                                                )

                                                            [empty] => Array
                                                                (
                                                                )

                                                            [relationships] => Array
                                                                (
                                                                )

                                                            [fields] => Array
                                                                (
                                                                )

                                                            [sorts] => Array
                                                                (
                                                                )

                                                            [arguments] => Array
                                                                (
                                                                )

                                                            [filter_groups] => Array
                                                                (
                                                                    [operator] => AND
                                                                    [groups] => Array
                                                                        (
                                                                            [0] => AND
                                                                        )

                                                                )

                                                            [filters] => Array
                                                                (
                                                                )

                                                            [path] => taxonomy/term/%/type/%
                                                            [menu] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [tab_options] => Array
                                                                (
                                                                    [type] => none
                                                                    [title] => 
                                                                    [description] => 
                                                                    [weight] => 0
                                                                    [name] => navigation
                                                                )

                                                            [cache_options] => 
                                                        )

                                                    [definition] => Array
                                                        (
                                                            [title] => Page
                                                            [help] => Display the view as a page, with a URL and menu links.
                                                            [handler] => views_plugin_display_page
                                                            [theme] => views_view
                                                            [uses hook menu] => 1
                                                            [contextual links locations] => Array
                                                                (
                                                                    [0] => page
                                                                )

                                                            [use ajax] => 1
                                                            [use pager] => 1
                                                            [use more] => 1
                                                            [accept attachments] => 1
                                                            [admin] => Page
                                                            [help topic] => display-page
                                                            [module] => views
                                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                            [theme file] => theme.inc
                                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                            [file] => views_plugin_display_page.inc
                                                            [parent] => parent
                                                            [name] => page
                                                            [contextual links] => Array
                                                                (
                                                                    [views_ui] => Array
                                                                        (
                                                                            [parent path] => admin/structure/views/view
                                                                            [argument properties] => Array
                                                                                (
                                                                                    [0] => name
                                                                                )

                                                                        )

                                                                )

                                                        )

                                                    [is_plugin] => 1
                                                    [localization_keys] => Array
                                                        (
                                                            [0] => page
                                                        )

                                                    [default_display] => views_plugin_display_default Object
                                                        (
                                                            [view] => view Object
 *RECURSION*
                                                            [handlers] => Array
                                                                (
                                                                )

                                                            [extender] => Array
                                                                (
                                                                )

                                                            [display] => views_display Object
                                                                (
                                                                    [db_table] => views_display
                                                                    [vid] => 0
                                                                    [id] => default
                                                                    [display_title] => Master
                                                                    [display_plugin] => default
                                                                    [position] => 0
                                                                    [display_options] => Array
                                                                        (
                                                                            [query] => Array
                                                                                (
                                                                                    [type] => views_query
                                                                                    [options] => Array
                                                                                        (
                                                                                            [query_comment] => 
                                                                                        )

                                                                                )

                                                                            [access] => Array
                                                                                (
                                                                                    [type] => perm
                                                                                )

                                                                            [cache] => Array
                                                                                (
                                                                                    [type] => time
                                                                                    [results_lifespan] => 60
                                                                                    [output_lifespan] => 60
                                                                                )

                                                                            [exposed_form] => Array
                                                                                (
                                                                                    [type] => basic
                                                                                )

                                                                            [pager] => Array
                                                                                (
                                                                                    [type] => full
                                                                                    [options] => Array
                                                                                        (
                                                                                            [items_per_page] => 10
                                                                                        )

                                                                                )

                                                                            [style_plugin] => default
                                                                            [row_plugin] => node
                                                                            [header] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [empty] => 
                                                                                            [content] => 
Latest %2s of %1


                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [empty] => Array
                                                                                (
                                                                                    [area] => Array
                                                                                        (
                                                                                            [id] => area
                                                                                            [table] => views
                                                                                            [field] => area
                                                                                            [label] => No content
                                                                                            [empty] => 
                                                                                            [content] => There is currently no content in this category.
                                                                                            [format] => filtered_html
                                                                                            [tokenize] => 0
                                                                                        )

                                                                                )

                                                                            [relationships] => Array
                                                                                (
                                                                                    [nodequeue_rel] => Array
                                                                                        (
                                                                                            [id] => nodequeue_rel
                                                                                            [table] => node
                                                                                            [field] => nodequeue_rel
                                                                                            [required] => 0
                                                                                            [limit] => 1
                                                                                            [names] => Array
                                                                                                (
                                                                                                    [elevation] => elevation
                                                                                                    [featured] => 0
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [fields] => Array
                                                                                (
                                                                                    [title] => Array
                                                                                        (
                                                                                            [id] => title
                                                                                            [table] => node
                                                                                            [field] => title
                                                                                            [label] => 
                                                                                            [alter] => Array
                                                                                                (
                                                                                                    [alter_text] => 0
                                                                                                    [make_link] => 0
                                                                                                    [absolute] => 0
                                                                                                    [word_boundary] => 0
                                                                                                    [ellipsis] => 0
                                                                                                    [strip_tags] => 0
                                                                                                    [trim] => 0
                                                                                                    [html] => 0
                                                                                                )

                                                                                            [hide_empty] => 0
                                                                                            [empty_zero] => 0
                                                                                            [link_to_node] => 1
                                                                                        )

                                                                                )

                                                                            [sorts] => Array
                                                                                (
                                                                                    [sticky] => Array
                                                                                        (
                                                                                            [id] => sticky
                                                                                            [table] => node
                                                                                            [field] => sticky
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [position] => Array
                                                                                        (
                                                                                            [id] => position
                                                                                            [table] => nodequeue_nodes
                                                                                            [field] => position
                                                                                            [relationship] => nodequeue_rel
                                                                                            [order] => DESC
                                                                                        )

                                                                                    [field_published_date_value] => Array
                                                                                        (
                                                                                            [id] => field_published_date_value
                                                                                            [table] => field_data_field_published_date
                                                                                            [field] => field_published_date_value
                                                                                            [order] => DESC
                                                                                        )

                                                                                )

                                                                            [arguments] => Array
                                                                                (
                                                                                    [term_node_tid_depth] => Array
                                                                                        (
                                                                                            [id] => term_node_tid_depth
                                                                                            [table] => node
                                                                                            [field] => term_node_tid_depth
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1 %2
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %2
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [type] => taxonomy_term
                                                                                                    [fail] => empty
                                                                                                )

                                                                                            [validate_options] => Array
                                                                                                (
                                                                                                    [vocabularies] => Array
                                                                                                        (
                                                                                                            [article_type] => 0
                                                                                                            [author_type] => 0
                                                                                                            [category] => 0
                                                                                                            [tags] => 0
                                                                                                            [topic] => 0
                                                                                                        )

                                                                                                    [transform] => 0
                                                                                                )

                                                                                            [depth] => 3
                                                                                            [break_phrase] => 0
                                                                                            [set_breadcrumb] => 0
                                                                                            [use_taxonomy_term_path] => 0
                                                                                        )

                                                                                    [type] => Array
                                                                                        (
                                                                                            [id] => type
                                                                                            [table] => node
                                                                                            [field] => type
                                                                                            [default_action] => empty
                                                                                            [title_enable] => 1
                                                                                            [title] => %1
                                                                                            [breadcrumb_enable] => 1
                                                                                            [breadcrumb] => %1
                                                                                            [default_argument_type] => fixed
                                                                                            [default_argument_skip_url] => 0
                                                                                            [summary] => Array
                                                                                                (
                                                                                                    [number_of_records] => 0
                                                                                                    [format] => default_summary
                                                                                                )

                                                                                            [summary_options] => Array
                                                                                                (
                                                                                                    [items_per_page] => 25
                                                                                                )

                                                                                            [specify_validation] => 1
                                                                                            [validate] => Array
                                                                                                (
                                                                                                    [fail] => empty
                                                                                                )

                                                                                        )

                                                                                )

                                                                            [filters] => Array
                                                                                (
                                                                                    [status] => Array
                                                                                        (
                                                                                            [id] => status
                                                                                            [table] => node
                                                                                            [field] => status
                                                                                            [value] => 1
                                                                                        )

                                                                                )

                                                                            [defaults] => Array
                                                                                (
                                                                                    [cache] => 
                                                                                    [cache_options] => 
                                                                                )

                                                                            [cache_options] => 
                                                                        )

                                                                    [handler] => views_plugin_display_default Object
 *RECURSION*
                                                                )

                                                            [plugin_type] => display
                                                            [options] => Array
                                                                (
                                                                    [title] => 
                                                                    [enabled] => 1
                                                                    [display_comment] => 
                                                                    [css_class] => 
                                                                    [display_description] => 
                                                                    [use_ajax] => 
                                                                    [hide_attachment_summary] => 
                                                                    [items_per_page] => 10
                                                                    [offset] => 0
                                                                    [use_pager] => 
                                                                    [use_more] => 
                                                                    [use_more_always] => 
                                                                    [use_more_text] => more
                                                                    [link_display] => 
                                                                    [link_url] => 
                                                                    [group_by] => 
                                                                    [field_language] => ***CURRENT_LANGUAGE***
                                                                    [field_language_add_to_query] => 1
                                                                    [access] => Array
                                                                        (
                                                                            [type] => perm
                                                                        )

                                                                    [cache] => Array
                                                                        (
                                                                            [type] => time
                                                                            [results_lifespan] => 60
                                                                            [output_lifespan] => 60
                                                                        )

                                                                    [query] => Array
                                                                        (
                                                                            [type] => views_query
                                                                            [options] => Array
                                                                                (
                                                                                    [query_comment] => 
                                                                                )

                                                                        )

                                                                    [exposed_form] => Array
                                                                        (
                                                                            [type] => basic
                                                                            [options] => Array
                                                                                (
                                                                                )

                                                                        )

                                                                    [pager] => Array
                                                                        (
                                                                            [type] => full
                                                                            [options] => Array
                                                                                (
                                                                                    [items_per_page] => 10
                                                                                )

                                                                        )

                                                                    [style_plugin] => default
                                                                    [style_options] => Array
                                                                        (
                                                                        )

                                                                    [row_plugin] => node
                                                                    [row_options] => Array
                                                                        (
                                                                        )

                                                                    [exposed_block] => 
                                                                    [header] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [empty] => 
                                                                                    [content] => 
Latest %2s of %1


                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [footer] => Array
                                                                        (
                                                                        )

                                                                    [empty] => Array
                                                                        (
                                                                            [area] => Array
                                                                                (
                                                                                    [id] => area
                                                                                    [table] => views
                                                                                    [field] => area
                                                                                    [label] => No content
                                                                                    [empty] => 
                                                                                    [content] => There is currently no content in this category.
                                                                                    [format] => filtered_html
                                                                                    [tokenize] => 0
                                                                                )

                                                                        )

                                                                    [relationships] => Array
                                                                        (
                                                                            [nodequeue_rel] => Array
                                                                                (
                                                                                    [id] => nodequeue_rel
                                                                                    [table] => node
                                                                                    [field] => nodequeue_rel
                                                                                    [required] => 0
                                                                                    [limit] => 1
                                                                                    [names] => Array
                                                                                        (
                                                                                            [elevation] => elevation
                                                                                            [featured] => 0
                                                                                        )

                                                                                )

                                                                        )

                                                                    [fields] => Array
                                                                        (
                                                                            [title] => Array
                                                                                (
                                                                                    [id] => title
                                                                                    [table] => node
                                                                                    [field] => title
                                                                                    [label] => 
                                                                                    [alter] => Array
                                                                                        (
                                                                                            [alter_text] => 0
                                                                                            [make_link] => 0
                                                                                            [absolute] => 0
                                                                                            [word_boundary] => 0
                                                                                            [ellipsis] => 0
                                                                                            [strip_tags] => 0
                                                                                            [trim] => 0
                                                                                            [html] => 0
                                                                                        )

                                                                                    [hide_empty] => 0
                                                                                    [empty_zero] => 0
                                                                                    [link_to_node] => 1
                                                                                )

                                                                        )

                                                                    [sorts] => Array
                                                                        (
                                                                            [sticky] => Array
                                                                                (
                                                                                    [id] => sticky
                                                                                    [table] => node
                                                                                    [field] => sticky
                                                                                    [order] => DESC
                                                                                )

                                                                            [position] => Array
                                                                                (
                                                                                    [id] => position
                                                                                    [table] => nodequeue_nodes
                                                                                    [field] => position
                                                                                    [relationship] => nodequeue_rel
                                                                                    [order] => DESC
                                                                                )

                                                                            [field_published_date_value] => Array
                                                                                (
                                                                                    [id] => field_published_date_value
                                                                                    [table] => field_data_field_published_date
                                                                                    [field] => field_published_date_value
                                                                                    [order] => DESC
                                                                                )

                                                                        )

                                                                    [arguments] => Array
                                                                        (
                                                                            [term_node_tid_depth] => Array
                                                                                (
                                                                                    [id] => term_node_tid_depth
                                                                                    [table] => node
                                                                                    [field] => term_node_tid_depth
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1 %2
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %2
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [type] => taxonomy_term
                                                                                            [fail] => empty
                                                                                        )

                                                                                    [validate_options] => Array
                                                                                        (
                                                                                            [vocabularies] => Array
                                                                                                (
                                                                                                    [article_type] => 0
                                                                                                    [author_type] => 0
                                                                                                    [category] => 0
                                                                                                    [tags] => 0
                                                                                                    [topic] => 0
                                                                                                )

                                                                                            [transform] => 0
                                                                                        )

                                                                                    [depth] => 3
                                                                                    [break_phrase] => 0
                                                                                    [set_breadcrumb] => 0
                                                                                    [use_taxonomy_term_path] => 0
                                                                                )

                                                                            [type] => Array
                                                                                (
                                                                                    [id] => type
                                                                                    [table] => node
                                                                                    [field] => type
                                                                                    [default_action] => empty
                                                                                    [title_enable] => 1
                                                                                    [title] => %1
                                                                                    [breadcrumb_enable] => 1
                                                                                    [breadcrumb] => %1
                                                                                    [default_argument_type] => fixed
                                                                                    [default_argument_skip_url] => 0
                                                                                    [summary] => Array
                                                                                        (
                                                                                            [number_of_records] => 0
                                                                                            [format] => default_summary
                                                                                        )

                                                                                    [summary_options] => Array
                                                                                        (
                                                                                            [items_per_page] => 25
                                                                                        )

                                                                                    [specify_validation] => 1
                                                                                    [validate] => Array
                                                                                        (
                                                                                            [fail] => empty
                                                                                        )

                                                                                )

                                                                        )

                                                                    [filter_groups] => Array
                                                                        (
                                                                            [operator] => AND
                                                                            [groups] => Array
                                                                                (
                                                                                    [0] => AND
                                                                                )

                                                                        )

                                                                    [filters] => Array
                                                                        (
                                                                            [status] => Array
                                                                                (
                                                                                    [id] => status
                                                                                    [table] => node
                                                                                    [field] => status
                                                                                    [value] => 1
                                                                                )

                                                                        )

                                                                    [defaults] => Array
                                                                        (
                                                                            [cache] => 
                                                                            [cache_options] => 
                                                                        )

                                                                    [cache_options] => 
                                                                )

                                                            [definition] => Array
                                                                (
                                                                    [title] => Master
                                                                    [help] => Default settings for this view.
                                                                    [handler] => views_plugin_display_default
                                                                    [theme] => views_view
                                                                    [no ui] => 1
                                                                    [no remove] => 1
                                                                    [js] => Array
                                                                        (
                                                                            [0] => misc/form.js
                                                                            [1] => misc/collapse.js
                                                                            [2] => misc/textarea.js
                                                                            [3] => misc/tabledrag.js
                                                                            [4] => misc/autocomplete.js
                                                                            [5] => profiles/dennis_distro/modules/contrib/ctools/js/dependent.js
                                                                        )

                                                                    [use ajax] => 1
                                                                    [use pager] => 1
                                                                    [use more] => 1
                                                                    [accept attachments] => 1
                                                                    [help topic] => display-default
                                                                    [module] => views
                                                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                                                    [theme file] => theme.inc
                                                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                                                    [file] => views_plugin_display_default.inc
                                                                    [parent] => parent
                                                                    [name] => default
                                                                    [contextual links] => Array
                                                                        (
                                                                            [views_ui] => Array
                                                                                (
                                                                                    [parent path] => admin/structure/views/view
                                                                                    [argument properties] => Array
                                                                                        (
                                                                                            [0] => name
                                                                                        )

                                                                                )

                                                                        )

                                                                )

                                                            [is_plugin] => 1
                                                            [localization_keys] => Array
                                                                (
                                                                    [0] => default
                                                                )

                                                        )

                                                    [has_exposed] => 
                                                )

                                        )

                                    [plugin_type] => pager
                                    [options] => Array
                                        (
                                            [items_per_page] => 10
                                            [offset] => 0
                                            [id] => 0
                                            [total_pages] => 
                                            [expose] => Array
                                                (
                                                    [items_per_page] => 
                                                    [items_per_page_label] => Items per page
                                                    [items_per_page_options] => 5, 10, 20, 40, 60
                                                    [items_per_page_options_all] => 
                                                    [items_per_page_options_all_label] => - All -
                                                    [offset] => 
                                                    [offset_label] => Offset
                                                )

                                        )

                                    [definition] => Array
                                        (
                                            [title] => Paged output, full pager
                                            [short title] => Full
                                            [help] => Paged output, full Drupal style
                                            [handler] => views_plugin_pager_full
                                            [help topic] => pager-full
                                            [uses options] => 1
                                            [module] => views
                                            [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                            [theme file] => theme.inc
                                            [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                            [file] => views_plugin_pager_full.inc
                                            [parent] => parent
                                            [name] => full
                                        )

                                    [is_plugin] => 1
                                )

                            [field_aliases] => Array
                                (
                                    [node] => Array
                                        (
                                            [sticky] => node_sticky
                                            [nid] => nid
                                        )

                                    [nodequeue_nodes_node] => Array
                                        (
                                            [position] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date] => Array
                                        (
                                            [field_published_date_value] => field_data_field_published_date_field_published_date_value
                                        )

                                )

                            [tags] => Array
                                (
                                )

                            [view] => view Object
 *RECURSION*
                            [display] => 
                            [plugin_type] => query
                            [options] => Array
                                (
                                    [disable_sql_rewrite] => 
                                    [distinct] => 
                                    [slave] => 
                                    [query_comment] => 
                                )

                            [definition] => Array
                                (
                                    [title] => SQL Query
                                    [help] => Query will be generated and run using the Drupal database API.
                                    [handler] => views_plugin_query_default
                                    [module] => views
                                    [theme path] => profiles/dennis_distro/modules/contrib/views/theme
                                    [theme file] => theme.inc
                                    [path] => profiles/dennis_distro/modules/contrib/views/plugins
                                    [file] => views_plugin_query_default.inc
                                    [parent] => parent
                                    [name] => views_query
                                )

                            [is_plugin] => 1
                            [base_table] => node
                            [base_field] => nid
                            [count_field] => Array
                                (
                                    [table] => node
                                    [field] => nid
                                    [alias] => nid
                                    [count] => 1
                                )

                            [fields] => Array
                                (
                                    [node_sticky] => Array
                                        (
                                            [field] => sticky
                                            [table] => node
                                            [alias] => node_sticky
                                        )

                                    [nodequeue_nodes_node_position] => Array
                                        (
                                            [field] => position
                                            [table] => nodequeue_nodes_node
                                            [alias] => nodequeue_nodes_node_position
                                        )

                                    [field_data_field_published_date_field_published_date_value] => Array
                                        (
                                            [field] => field_published_date_value
                                            [table] => field_data_field_published_date
                                            [alias] => field_data_field_published_date_field_published_date_value
                                        )

                                    [nid] => Array
                                        (
                                            [field] => nid
                                            [table] => node
                                            [alias] => nid
                                        )

                                )

                            [limit] => 10
                            [offset] => 0
                        )

                    [handler_type] => empty
                    [table_alias] => 
                    [options] => Array
                        (
                            [id] => area
                            [table] => views
                            [field] => area
                            [relationship] => none
                            [group_type] => group
                            [ui_name] => 
                            [label] => No content
                            [empty] => 
                            [content] => There is currently no content in this category.
                            [format] => filtered_html
                            [tokenize] => 0
                        )

                    [definition] => Array
                        (
                            [handler] => views_handler_area_text
                            [group] => Global
                            [title] => Text area
                            [help] => Provide markup text for the area.
                            [field] => 
                        )

                    [is_handler] => 1
                    [localization_keys] => Array
                        (
                            [0] => default
                            [1] => empty
                            [2] => views
                            [3] => area
                        )

                    [table] => views
                    [real_field] => 
                    [field] => area
                    [position] => 0
                    [relationship] => 
                )

        )

    [inited] => 1
    [build_sort] => 1
    [plugin_name] => default
    [style_options] => Array
        (
        )

    [build_time] => 0.015626907348633
    [is_attachment] => 
    [execute_time] => 0.11720108985901
)