    <div id="now-playing-leaderboard">
        <div id="now-playing-container-background">
            <div class="now-playing-container-background">
            </div>
        </div>
        <div class="now-playing-container">
            <div class="art"></div>
            <div class="np-info-container">
                                <div class="on-air">
                    <div class="onair-title">
                        <span class="title"></span>
                    </div>
                    <div class="onair-artist">
                        <span class="artist"></span>
                    </div>
                </div>
                
                
            </div>
            <div id="play-btn" align="center">
                <a id="now-playing-play-btn" href="https://us7.maindigitalstream.com/5274/" target="_blank">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26">
                        <title>¡Escuchar en vivo!</title>
                        <polygon class="play-btn__svg" points="9.33 6.69 9.33 19.39 19.3 13.04 9.33 6.69" />
                        <path class="play-btn__svg" d="M26,13A13,13,0,1,1,13,0,13,13,0,0,1,26,13ZM13,2.18A10.89,10.89,0,1,0,23.84,13.06,10.89,10.89,0,0,0,13,2.18Z" />
                    </svg>
                    <span>Escucha ahora</span>                </a>
                <!--                     <a class="recently_played_link" href="https://alwaysmountaintime.com/kqse/recently-played">Recently Played</a>  -->
            </div>
        </div>
    </div>
    <script>
        var $ = jQuery;

        var defaultImage = 'https://alwaysmountaintime.com/now-playing/artwork/KQSE/logo.jpg';
        var stationName = "La Nueva Mix";
        var nowPlayingBackground = $(".now-playing-container-background");
        var titleElement = $(".title");
        var artistElement = $(".artist");
        var artElement = $(".art");
        var currentArtist, currentTitle, image;


        function updateImage(element, imageUrl, className) {
            element.html(`<img class="${className}" src=${imageUrl}>`);
        }

        function updateWidgetElements(artist, title, image) {
            $(".np_artist").text(artist);
            $(".np_title").text(title);
            $(".np_art").html(`<img src="${image}" alt="Album Art">`);
        }

        function nowPlayingLeaderboard() {
            $.ajax({
                cache: false,
                url: `https://alwaysmountaintime.com/now-playing/KQSE-48k.json`,
                dataType: "json",
                type: "GET",
                success: function(data) {
                    var category = data[0].TXXX_category;
                    var artist = data[0].TPE1;
                    var title = data[0].TIT2;
                    var image = data[0].WXXX_album_art;
                    var imageLarge;

                    if (category != "music" || !artist || !title) {
                        artist = stationName;
                        title = ""; // or any default title we want to set
                        imageLarge = defaultImage;

                    } else {

                        imageLarge = image ? image.replace('170x170bb.jpg', '1000x1000bb.jpg') : defaultImage;

                        if (!image) {
                            getAlbumArt(artist, title);

                        }
                    }

                    // Update the fields
                    artistElement.html(artist);
                    titleElement.html(title);

                    updateImage(artElement, image || defaultImage, 'artwork');
                    updateImage(nowPlayingBackground, imageLarge, 'now-playing-container-background');

                    updateWidgetElements(artist, title, image || defaultImage);

                    currentArtist = artist;
                    currentTitle = title;
                },
                error: function() {
                    console.log("Failed to retrieve Now Playing data");
                    artist = stationName;
                    title = ""; // or any default title you want to set
                    imageLarge = defaultImage;
                    artistElement.html(artist);
                    titleElement.html(title);
                    updateImage(artElement, image || defaultImage, 'artwork');

                    updateWidgetElements(artist, title, image || defaultImage);
                }
            });
        }

        function getAlbumArt(artist, title) {
            $.ajax({
                url: 'https://itunes.apple.com/search?term=' + encodeURIComponent(artist + " " + title) + '&entity=musicTrack&limit=1',
                dataType: "jsonp",
                type: "GET",
                success: function(data) {
                    if (data.results.length > 0) {
                        var image = data.results[0].artworkUrl100.replace('100x100bb.jpg', '1000x1000bb.jpg');
                        updateImage(nowPlayingBackground, image, 'now-playing-container-background');
                        updateImage(artElement, image, 'artwork');
                        updateWidgetElements(artist, title, image);
                    } else {
                        updateImage(nowPlayingBackground, defaultImage, 'now-playing-container-background');
                        artElement.html("");
                    }
                }
            });
        }

        $(document).ready(function() {
            nowPlayingLeaderboard();
            setInterval(nowPlayingLeaderboard, 15000);
        });
    </script>
{"id":4,"date":"2013-02-27T21:38:27","date_gmt":"2013-02-27T21:38:27","guid":{"rendered":"http:\/\/amt.wpengine.com\/kqse\/?page_id=4"},"modified":"2025-10-28T11:40:06","modified_gmt":"2025-10-28T17:40:06","slug":"home","status":"publish","type":"page","link":"https:\/\/alwaysmountaintime.com\/kqse\/","title":{"rendered":"Home"},"content":{"rendered":"<div id=\"tdi_1\" class=\"tdc-zone\"><div class=\"tdc_zone tdi_2  wpb_row td-pb-row\"  >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_2{\r\n                    min-height: 0;\r\n                }\n<\/style><div id=\"tdi_3\" class=\"tdc-row\"><div class=\"vc_row tdi_4  wpb_row td-pb-row\" >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_4,\r\n                .tdi_4 .tdc-columns{\r\n                    min-height: 0;\r\n                }.tdi_4,\r\n\t\t\t\t.tdi_4 .tdc-columns{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_4 .tdc-columns{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_4:before,\r\n\t\t\t\t.tdi_4:after{\r\n\t\t\t\t    display: table;\r\n\t\t\t\t}\n<\/style><div class=\"vc_column tdi_6  wpb_column vc_column_container tdc-column td-pb-span12\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_6{\r\n                    vertical-align: baseline;\r\n                }.tdi_6 > .wpb_wrapper,\r\n\t\t\t\t.tdi_6 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_6 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" ><\/div><\/div><\/div><\/div><div id=\"tdi_7\" class=\"tdc-row\"><div class=\"vc_row tdi_8  wpb_row td-pb-row\" >\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_8,\r\n                .tdi_8 .tdc-columns{\r\n                    min-height: 0;\r\n                }.tdi_8,\r\n\t\t\t\t.tdi_8 .tdc-columns{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_8 .tdc-columns{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_8:before,\r\n\t\t\t\t.tdi_8:after{\r\n\t\t\t\t    display: table;\r\n\t\t\t\t}\n<\/style><div class=\"vc_column tdi_10  wpb_column vc_column_container tdc-column td-pb-span8\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_10{\r\n                    vertical-align: baseline;\r\n                }.tdi_10 > .wpb_wrapper,\r\n\t\t\t\t.tdi_10 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_10 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_10 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_10 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" ><div class=\"td_block_wrap td_block_title tdi_11 td-pb-border-top td_block_template_8 td-fix-index\"  data-td-block-uid=\"tdi_11\" >\n<style>\n.td_block_template_8.widget > ul > li {\r\n                margin-left: 0 !important;\r\n            }\r\n            .td_block_template_8 .td-block-title {\r\n                font-size: 20px;\r\n                font-weight: 800;\r\n                margin-top: 0;\r\n                margin-bottom: 18px;\r\n                line-height: 29px;\r\n                position: relative;\r\n                overflow: hidden;\r\n                text-align: left;\r\n            }\r\n            .td_block_template_8 .td-block-title > * {\r\n                position: relative;\r\n                padding-right: 20px;\r\n                color: var(--td_text_header_color, #000);\r\n            }\r\n            .td_block_template_8 .td-block-title > *:before,\r\n            .td_block_template_8 .td-block-title > *:after {\r\n                content: '';\r\n                display: block;\r\n                height: 4px;\r\n                position: absolute;\r\n                top: 50%;\r\n                margin-top: -2px;\r\n                width: 2000px;\r\n                background-color: #f5f5f5;\r\n            }\r\n            .td_block_template_8 .td-block-title > *:before {\r\n                left: 100%;\r\n            }\r\n            .td_block_template_8 .td-block-title > *:after {\r\n                right: 100%;\r\n            }\r\n            @media (max-width: 767px) {\r\n                .td_block_template_8 .td-related-title a {\r\n                    font-size: 15px;\r\n                }\r\n            }\r\n            .td_block_template_8 .td-related-title a:before {\r\n                display: none;\r\n            }\r\n            .td_block_template_8 .td-related-title a:first-child:after {\r\n                display: none;\r\n            }\r\n            .td_block_template_8 .td-related-title a:last-child:after {\r\n                left: 100%;\r\n                right: auto;\r\n            }\r\n            .td_block_template_8 .td-related-title .td-cur-simple-item {\r\n                color: var(--td_theme_color, #4db2ec);\r\n            }\n<\/style><div class=\"td-block-title-wrap\"><h4 class=\"td-block-title\"><a href=\"\/kqse\/noticias-importantes\">Las noticias importantes del d\u00eda con Axel Contreras<\/a><\/h4><\/div><\/div><div class=\"td_block_wrap td_block_3 tdi_12 td-pb-border-top td_block_template_8 td-column-2 td_block_padding\"  data-td-block-uid=\"tdi_12\" ><script>var block_tdi_12 = new tdBlock();\nblock_tdi_12.id = \"tdi_12\";\nblock_tdi_12.atts = '{\"category_id\":\"24\",\"limit\":\"4\",\"sort\":\"\",\"block_type\":\"td_block_3\",\"separator\":\"\",\"custom_title\":\"\",\"custom_url\":\"\",\"block_template_id\":\"\",\"m1_tl\":\"\",\"post_ids\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"m1f_title_font_header\":\"\",\"m1f_title_font_title\":\"Article title\",\"m1f_title_font_settings\":\"\",\"m1f_title_font_family\":\"\",\"m1f_title_font_size\":\"\",\"m1f_title_font_line_height\":\"\",\"m1f_title_font_style\":\"\",\"m1f_title_font_weight\":\"\",\"m1f_title_font_transform\":\"\",\"m1f_title_font_spacing\":\"\",\"m1f_title_\":\"\",\"m1f_cat_font_title\":\"Article category tag\",\"m1f_cat_font_settings\":\"\",\"m1f_cat_font_family\":\"\",\"m1f_cat_font_size\":\"\",\"m1f_cat_font_line_height\":\"\",\"m1f_cat_font_style\":\"\",\"m1f_cat_font_weight\":\"\",\"m1f_cat_font_transform\":\"\",\"m1f_cat_font_spacing\":\"\",\"m1f_cat_\":\"\",\"m1f_meta_font_title\":\"Article meta info\",\"m1f_meta_font_settings\":\"\",\"m1f_meta_font_family\":\"\",\"m1f_meta_font_size\":\"\",\"m1f_meta_font_line_height\":\"\",\"m1f_meta_font_style\":\"\",\"m1f_meta_font_weight\":\"\",\"m1f_meta_font_transform\":\"\",\"m1f_meta_font_spacing\":\"\",\"m1f_meta_\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"css\":\"\",\"tdc_css\":\"\",\"td_column_number\":2,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"class\":\"tdi_12\",\"tdc_css_class\":\"tdi_12\",\"tdc_css_class_style\":\"tdi_12_rand_style\"}';\nblock_tdi_12.td_column_number = \"2\";\nblock_tdi_12.block_type = \"td_block_3\";\nblock_tdi_12.post_count = \"1\";\nblock_tdi_12.found_posts = \"1\";\nblock_tdi_12.header_color = \"\";\nblock_tdi_12.ajax_pagination_infinite_stop = \"\";\nblock_tdi_12.max_num_pages = \"1\";\ntdBlocksArray.push(block_tdi_12);\n<\/script><div class=\"td-block-title-wrap\"><\/div><div id=tdi_12 class=\"td_block_inner\">\n\n\t<div class=\"td-block-row\">\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/alwaysmountaintime.com\/kqse\/noticias-importantes\/summit-radio-psa\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Summit Radio PSA\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/uploads\/sites\/11\/2020\/12\/maxresdefault-324x160.jpg\"  srcset=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/uploads\/sites\/11\/2020\/12\/maxresdefault-324x160.jpg 324w, https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/uploads\/sites\/11\/2020\/12\/maxresdefault-648x320.jpg 648w\" sizes=\"auto, (-webkit-min-device-pixel-ratio: 2) 648px, (min-resolution: 192dpi) 648px, 324px\"  alt=\"\" title=\"Summit Radio PSA\" \/><span class=\"td-video-play-ico\"><i class=\"td-icon-video-thumb-play\"><\/i><\/span><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/alwaysmountaintime.com\/kqse\/noticias-importantes\/summit-radio-psa\/\"  rel=\"bookmark\" title=\"Summit Radio PSA\">Summit Radio PSA<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 --><\/div><!--.\/row-fluid--><\/div><\/div> <!-- .\/block --><div class=\"td_block_wrap td_block_3 tdi_13 td-pb-border-top td_block_template_8 td-column-2 td_block_padding\"  data-td-block-uid=\"tdi_13\" >\n<style>\n\n\/* inline tdc_css att - generated by TagDiv Composer *\/\n\n\/* desktop *\/ @media(min-width: 1141px) { .tdi_13 { \ndisplay:none !important;\n} }\n\n<\/style><script>var block_tdi_13 = new tdBlock();\nblock_tdi_13.id = \"tdi_13\";\nblock_tdi_13.atts = '{\"category_id\":\"8\",\"limit\":\"6\",\"tdc_css\":\"eyJhbGwiOnsiZGlzcGxheSI6Im5vbmUifX0=\",\"custom_title\":\"Lo \\u00faltimo sobre coronavirus\",\"custom_url\":\"\\\/kqse\\\/coronavirus\\\/\",\"block_type\":\"td_block_3\",\"separator\":\"\",\"block_template_id\":\"\",\"m1_tl\":\"\",\"post_ids\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"m1f_title_font_header\":\"\",\"m1f_title_font_title\":\"Article title\",\"m1f_title_font_settings\":\"\",\"m1f_title_font_family\":\"\",\"m1f_title_font_size\":\"\",\"m1f_title_font_line_height\":\"\",\"m1f_title_font_style\":\"\",\"m1f_title_font_weight\":\"\",\"m1f_title_font_transform\":\"\",\"m1f_title_font_spacing\":\"\",\"m1f_title_\":\"\",\"m1f_cat_font_title\":\"Article category tag\",\"m1f_cat_font_settings\":\"\",\"m1f_cat_font_family\":\"\",\"m1f_cat_font_size\":\"\",\"m1f_cat_font_line_height\":\"\",\"m1f_cat_font_style\":\"\",\"m1f_cat_font_weight\":\"\",\"m1f_cat_font_transform\":\"\",\"m1f_cat_font_spacing\":\"\",\"m1f_cat_\":\"\",\"m1f_meta_font_title\":\"Article meta info\",\"m1f_meta_font_settings\":\"\",\"m1f_meta_font_family\":\"\",\"m1f_meta_font_size\":\"\",\"m1f_meta_font_line_height\":\"\",\"m1f_meta_font_style\":\"\",\"m1f_meta_font_weight\":\"\",\"m1f_meta_font_transform\":\"\",\"m1f_meta_font_spacing\":\"\",\"m1f_meta_\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"css\":\"\",\"td_column_number\":2,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"class\":\"tdi_13\",\"tdc_css_class\":\"tdi_13\",\"tdc_css_class_style\":\"tdi_13_rand_style\"}';\nblock_tdi_13.td_column_number = \"2\";\nblock_tdi_13.block_type = \"td_block_3\";\nblock_tdi_13.post_count = \"6\";\nblock_tdi_13.found_posts = \"61914\";\nblock_tdi_13.header_color = \"\";\nblock_tdi_13.ajax_pagination_infinite_stop = \"\";\nblock_tdi_13.max_num_pages = \"10319\";\ntdBlocksArray.push(block_tdi_13);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"td-block-title\"><a href=\"\/kqse\/coronavirus\/\">Lo \u00faltimo sobre coronavirus<\/a><\/h4><\/div><div id=tdi_13 class=\"td_block_inner\">\n\n\t<div class=\"td-block-row\">\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.summitdaily.com\/opinion\/biff-america-nuts-and-prayer\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Biff America: Nuts and prayer\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.summitdaily.com\/opinion\/biff-america-nuts-and-prayer\/\"  rel=\"bookmark\" title=\"Biff America: Nuts and prayer\">Biff America: Nuts and prayer<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 -->\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.vaildaily.com\/news\/leadville-runner-courtney-dauwalter-wins-fourth-hardrock-100-title-sets-course-record\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Leadville runner Courtney Dauwalter wins fourth Hardrock 100 title, sets course record\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/news\/leadville-runner-courtney-dauwalter-wins-fourth-hardrock-100-title-sets-course-record\/\"  rel=\"bookmark\" title=\"Leadville runner Courtney Dauwalter wins fourth Hardrock 100 title, sets course record\">Leadville runner Courtney Dauwalter wins fourth Hardrock 100 title, sets course...<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 --><\/div><!--.\/row-fluid-->\n\n\t<div class=\"td-block-row\">\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/vail-rugby-club-womens-squad-claims-runner-up-finish-at-game-of-cones-7-tourney-in-denver\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Vail Rugby Club women\u2019s squad claims runner-up finish at Game of Cones 7 tourney in Denver\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/vail-rugby-club-womens-squad-claims-runner-up-finish-at-game-of-cones-7-tourney-in-denver\/\"  rel=\"bookmark\" title=\"Vail Rugby Club women\u2019s squad claims runner-up finish at Game of Cones 7 tourney in Denver\">Vail Rugby Club women\u2019s squad claims runner-up finish at Game of...<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 -->\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.vaildaily.com\/news\/sen-lindsey-graham-a-close-trump-ally-and-foreign-policy-hawk-dies-after-a-brief-illness\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Sen. Lindsey Graham, a close Trump ally and foreign policy hawk, dies after a brief illness\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/news\/sen-lindsey-graham-a-close-trump-ally-and-foreign-policy-hawk-dies-after-a-brief-illness\/\"  rel=\"bookmark\" title=\"Sen. Lindsey Graham, a close Trump ally and foreign policy hawk, dies after a brief illness\">Sen. Lindsey Graham, a close Trump ally and foreign policy hawk,...<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 --><\/div><!--.\/row-fluid-->\n\n\t<div class=\"td-block-row\">\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/freeride-added-to-2030-winter-olympic-program-while-nordic-combined-gets-cut\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Freeride added to 2030 Winter Olympic program while Nordic combined gets cut\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/freeride-added-to-2030-winter-olympic-program-while-nordic-combined-gets-cut\/\"  rel=\"bookmark\" title=\"Freeride added to 2030 Winter Olympic program while Nordic combined gets cut\">Freeride added to 2030 Winter Olympic program while Nordic combined gets...<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 -->\n\n\t<div class=\"td-block-span6\">\n\r\n        <div class=\"td_module_1 td_module_wrap td-animation-stack td-meta-info-hide\">\r\n            <div class=\"td-module-image\">\r\n                <div class=\"td-module-thumb\"><a href=\"https:\/\/www.summitdaily.com\/news\/run-the-rockies-races-to-return-to-frisco\/\"  rel=\"bookmark\" class=\"td-image-wrap \" title=\"Run the Rockies races to return to Frisco\" ><img loading=\"lazy\" decoding=\"async\" width=\"324\" height=\"160\" class=\"entry-thumb\" src=\"https:\/\/alwaysmountaintime.com\/kqse\/wp-content\/plugins\/td-standard-pack\/Newspaper\/assets\/images\/no-thumb\/td_324x160.png\"  alt=\"\" \/><\/a><\/div>                            <\/div>\r\n            <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.summitdaily.com\/news\/run-the-rockies-races-to-return-to-frisco\/\"  rel=\"bookmark\" title=\"Run the Rockies races to return to Frisco\">Run the Rockies races to return to Frisco<\/a><\/h3>\r\n            <div class=\"td-module-meta-info\">\r\n                                                            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span6 --><\/div><!--.\/row-fluid--><\/div><\/div> <!-- .\/block --><div class=\"td_block_wrap td_block_3 tdi_14 td-pb-border-top td_block_template_8 tdc-no-posts td-column-2 td_block_padding\"  data-td-block-uid=\"tdi_14\" ><script>var block_tdi_14 = new tdBlock();\nblock_tdi_14.id = \"tdi_14\";\nblock_tdi_14.atts = '{\"category_id\":\"11\",\"custom_title\":\"Noticias\",\"limit\":\"4\",\"custom_url\":\"\\\/kqse\\\/noticias\\\/\",\"block_type\":\"td_block_3\",\"separator\":\"\",\"block_template_id\":\"\",\"m1_tl\":\"\",\"post_ids\":\"\",\"taxonomies\":\"\",\"category_ids\":\"\",\"in_all_terms\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"sort\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"offset\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"el_class\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"m1f_title_font_header\":\"\",\"m1f_title_font_title\":\"Article title\",\"m1f_title_font_settings\":\"\",\"m1f_title_font_family\":\"\",\"m1f_title_font_size\":\"\",\"m1f_title_font_line_height\":\"\",\"m1f_title_font_style\":\"\",\"m1f_title_font_weight\":\"\",\"m1f_title_font_transform\":\"\",\"m1f_title_font_spacing\":\"\",\"m1f_title_\":\"\",\"m1f_cat_font_title\":\"Article category tag\",\"m1f_cat_font_settings\":\"\",\"m1f_cat_font_family\":\"\",\"m1f_cat_font_size\":\"\",\"m1f_cat_font_line_height\":\"\",\"m1f_cat_font_style\":\"\",\"m1f_cat_font_weight\":\"\",\"m1f_cat_font_transform\":\"\",\"m1f_cat_font_spacing\":\"\",\"m1f_cat_\":\"\",\"m1f_meta_font_title\":\"Article meta info\",\"m1f_meta_font_settings\":\"\",\"m1f_meta_font_family\":\"\",\"m1f_meta_font_size\":\"\",\"m1f_meta_font_line_height\":\"\",\"m1f_meta_font_style\":\"\",\"m1f_meta_font_weight\":\"\",\"m1f_meta_font_transform\":\"\",\"m1f_meta_font_spacing\":\"\",\"m1f_meta_\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"css\":\"\",\"tdc_css\":\"\",\"td_column_number\":2,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"class\":\"tdi_14\",\"tdc_css_class\":\"tdi_14\",\"tdc_css_class_style\":\"tdi_14_rand_style\"}';\nblock_tdi_14.td_column_number = \"2\";\nblock_tdi_14.block_type = \"td_block_3\";\nblock_tdi_14.post_count = \"0\";\nblock_tdi_14.found_posts = \"0\";\nblock_tdi_14.header_color = \"\";\nblock_tdi_14.ajax_pagination_infinite_stop = \"\";\nblock_tdi_14.max_num_pages = \"0\";\ntdBlocksArray.push(block_tdi_14);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"td-block-title\"><a href=\"\/kqse\/noticias\/\">Noticias<\/a><\/h4><\/div><div id=tdi_14 class=\"td_block_inner\"><\/div><\/div> <!-- .\/block --><\/div><\/div><div class=\"vc_column tdi_16  wpb_column vc_column_container tdc-column td-pb-span4\">\n<style scoped>\n\/* custom css - generated by TagDiv Composer *\/\n\n\/* custom css - generated by TagDiv Composer *\/\n.tdi_16{\r\n                    vertical-align: baseline;\r\n                }.tdi_16 > .wpb_wrapper,\r\n\t\t\t\t.tdi_16 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    display: block;\r\n\t\t\t\t}.tdi_16 > .wpb_wrapper > .tdc-elements{\r\n\t\t\t\t    width: 100%;\r\n\t\t\t\t}.tdi_16 > .wpb_wrapper > .vc_row_inner{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t}.tdi_16 > .wpb_wrapper{\r\n\t\t\t\t    width: auto;\r\n\t\t\t\t    height: auto;\r\n\t\t\t\t}\n<\/style><div class=\"wpb_wrapper\" ><div class=\"wpb_wrapper td_block_wrap vc_widget_sidebar tdi_18 \" ><aside id=\"awesomeweatherwidget-2\" class=\"td_block_template_8 widget awesomeweatherwidget-2 widget_awesomeweatherwidget\"><h4 class=\"td-block-title\"><span>Clima actual<\/span><\/h4><div id=\"awe-ajax-awesome-weather-glenwood-springs\" class=\"awe-ajax-awesome-weather-glenwood-springs awe-weather-ajax-wrap\" style=\"\"><div class=\"awe-loading\"><i class=\"wi wi-day-sunny\"><\/i><\/div><\/div><script type=\"text\/javascript\"> jQuery(document).ready(function() { awe_ajax_load({\"id\":\"awesome-weather-glenwood-springs\",\"locale\":\"\",\"location\":\"Glenwood Springs\",\"owm_city_id\":\"5423092\",\"override_title\":\"\",\"size\":\"wide\",\"units\":\"F\",\"forecast_days\":\"5\",\"hide_stats\":0,\"show_link\":0,\"background\":\"\",\"custom_bg_color\":\"#2959a8\",\"use_user_location\":0,\"allow_user_to_change\":0,\"show_icons\":0,\"extended_url\":\"\",\"extended_text\":\"\",\"background_by_weather\":0,\"text_color\":\"#ffffff\",\"hide_attribution\":1,\"skip_geolocate\":0,\"latlng\":\"\",\"ajaxurl\":\"https:\\\/\\\/alwaysmountaintime.com\\\/kqse\\\/wp-admin\\\/admin-ajax.php\",\"via_ajax\":1}); }); <\/script><\/aside><div class=\"td_block_wrap td_block_9 td_block_widget tdi_19 td-pb-border-top td_block_template_8 td-column-1 td_block_padding td_block_bot_line\"  data-td-block-uid=\"tdi_19\" ><script>var block_tdi_19 = new tdBlock();\nblock_tdi_19.id = \"tdi_19\";\nblock_tdi_19.atts = '{\"custom_title\":\"Noticias locales\",\"custom_url\":\"\\\/kqse\\\/noticias-locales\",\"block_template_id\":\"\",\"header_text_color\":\"#\",\"border_color\":\"#\",\"accent_text_color\":\"#\",\"m8_tl\":\"\",\"limit\":\"5\",\"offset\":\"\",\"el_class\":\"\",\"post_ids\":\"\",\"category_id\":\"23\",\"category_ids\":\"\",\"tag_slug\":\"\",\"autors_id\":\"\",\"installed_post_types\":\"\",\"sort\":\"\",\"td_ajax_filter_type\":\"\",\"td_ajax_filter_ids\":\"\",\"td_filter_default_txt\":\"All\",\"td_ajax_preloading\":\"\",\"ajax_pagination\":\"\",\"ajax_pagination_infinite_stop\":\"\",\"class\":\"td_block_widget tdi_19\",\"block_type\":\"td_block_9\",\"separator\":\"\",\"taxonomies\":\"\",\"in_all_terms\":\"\",\"include_cf_posts\":\"\",\"exclude_cf_posts\":\"\",\"popular_by_date\":\"\",\"linked_posts\":\"\",\"favourite_only\":\"\",\"open_in_new_window\":\"\",\"show_modified_date\":\"\",\"time_ago\":\"\",\"time_ago_add_txt\":\"ago\",\"time_ago_txt_pos\":\"\",\"review_source\":\"\",\"f_header_font_header\":\"\",\"f_header_font_title\":\"Block header\",\"f_header_font_settings\":\"\",\"f_header_font_family\":\"\",\"f_header_font_size\":\"\",\"f_header_font_line_height\":\"\",\"f_header_font_style\":\"\",\"f_header_font_weight\":\"\",\"f_header_font_transform\":\"\",\"f_header_font_spacing\":\"\",\"f_header_\":\"\",\"f_ajax_font_title\":\"Ajax categories\",\"f_ajax_font_settings\":\"\",\"f_ajax_font_family\":\"\",\"f_ajax_font_size\":\"\",\"f_ajax_font_line_height\":\"\",\"f_ajax_font_style\":\"\",\"f_ajax_font_weight\":\"\",\"f_ajax_font_transform\":\"\",\"f_ajax_font_spacing\":\"\",\"f_ajax_\":\"\",\"f_more_font_title\":\"Load more button\",\"f_more_font_settings\":\"\",\"f_more_font_family\":\"\",\"f_more_font_size\":\"\",\"f_more_font_line_height\":\"\",\"f_more_font_style\":\"\",\"f_more_font_weight\":\"\",\"f_more_font_transform\":\"\",\"f_more_font_spacing\":\"\",\"f_more_\":\"\",\"m8f_title_font_header\":\"\",\"m8f_title_font_title\":\"Article title\",\"m8f_title_font_settings\":\"\",\"m8f_title_font_family\":\"\",\"m8f_title_font_size\":\"\",\"m8f_title_font_line_height\":\"\",\"m8f_title_font_style\":\"\",\"m8f_title_font_weight\":\"\",\"m8f_title_font_transform\":\"\",\"m8f_title_font_spacing\":\"\",\"m8f_title_\":\"\",\"m8f_cat_font_title\":\"Article category tag\",\"m8f_cat_font_settings\":\"\",\"m8f_cat_font_family\":\"\",\"m8f_cat_font_size\":\"\",\"m8f_cat_font_line_height\":\"\",\"m8f_cat_font_style\":\"\",\"m8f_cat_font_weight\":\"\",\"m8f_cat_font_transform\":\"\",\"m8f_cat_font_spacing\":\"\",\"m8f_cat_\":\"\",\"m8f_meta_font_title\":\"Article meta info\",\"m8f_meta_font_settings\":\"\",\"m8f_meta_font_family\":\"\",\"m8f_meta_font_size\":\"\",\"m8f_meta_font_line_height\":\"\",\"m8f_meta_font_style\":\"\",\"m8f_meta_font_weight\":\"\",\"m8f_meta_font_transform\":\"\",\"m8f_meta_font_spacing\":\"\",\"m8f_meta_\":\"\",\"ajax_pagination_next_prev_swipe\":\"\",\"css\":\"\",\"tdc_css\":\"\",\"td_column_number\":1,\"header_color\":\"\",\"color_preset\":\"\",\"border_top\":\"\",\"tdc_css_class\":\"tdi_19\",\"tdc_css_class_style\":\"tdi_19_rand_style\"}';\nblock_tdi_19.td_column_number = \"1\";\nblock_tdi_19.block_type = \"td_block_9\";\nblock_tdi_19.post_count = \"5\";\nblock_tdi_19.found_posts = \"61897\";\nblock_tdi_19.header_color = \"\";\nblock_tdi_19.ajax_pagination_infinite_stop = \"\";\nblock_tdi_19.max_num_pages = \"12380\";\ntdBlocksArray.push(block_tdi_19);\n<\/script><div class=\"td-block-title-wrap\"><h4 class=\"td-block-title\"><a href=\"\/kqse\/noticias-locales\">Noticias locales<\/a><\/h4><\/div><div id=tdi_19 class=\"td_block_inner\">\n\n\t<div class=\"td-block-span12\">\n\r\n        <div class=\"td_module_8 td_module_wrap td-meta-info-hide\">\r\n\r\n            <div class=\"item-details\">\r\n                <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.summitdaily.com\/opinion\/biff-america-nuts-and-prayer\/\"  rel=\"bookmark\" title=\"Biff America: Nuts and prayer\">Biff America: Nuts and prayer<\/a><\/h3>\r\n                <div class=\"td-module-meta-info\">\r\n                                                                                                <\/div>\r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span12 -->\n\n\t<div class=\"td-block-span12\">\n\r\n        <div class=\"td_module_8 td_module_wrap td-meta-info-hide\">\r\n\r\n            <div class=\"item-details\">\r\n                <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/news\/leadville-runner-courtney-dauwalter-wins-fourth-hardrock-100-title-sets-course-record\/\"  rel=\"bookmark\" title=\"Leadville runner Courtney Dauwalter wins fourth Hardrock 100 title, sets course record\">Leadville runner Courtney Dauwalter wins fourth Hardrock 100 title, sets course record<\/a><\/h3>\r\n                <div class=\"td-module-meta-info\">\r\n                                                                                                <\/div>\r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span12 -->\n\n\t<div class=\"td-block-span12\">\n\r\n        <div class=\"td_module_8 td_module_wrap td-meta-info-hide\">\r\n\r\n            <div class=\"item-details\">\r\n                <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/news\/sen-lindsey-graham-a-close-trump-ally-and-foreign-policy-hawk-dies-after-a-brief-illness\/\"  rel=\"bookmark\" title=\"Sen. Lindsey Graham, a close Trump ally and foreign policy hawk, dies after a brief illness\">Sen. Lindsey Graham, a close Trump ally and foreign policy hawk, dies after a...<\/a><\/h3>\r\n                <div class=\"td-module-meta-info\">\r\n                                                                                                <\/div>\r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span12 -->\n\n\t<div class=\"td-block-span12\">\n\r\n        <div class=\"td_module_8 td_module_wrap td-meta-info-hide\">\r\n\r\n            <div class=\"item-details\">\r\n                <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/vail-rugby-club-womens-squad-claims-runner-up-finish-at-game-of-cones-7-tourney-in-denver\/\"  rel=\"bookmark\" title=\"Vail Rugby Club women\u2019s squad claims runner-up finish at Game of Cones 7 tourney in Denver\">Vail Rugby Club women\u2019s squad claims runner-up finish at Game of Cones 7 tourney...<\/a><\/h3>\r\n                <div class=\"td-module-meta-info\">\r\n                                                                                                <\/div>\r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span12 -->\n\n\t<div class=\"td-block-span12\">\n\r\n        <div class=\"td_module_8 td_module_wrap td-meta-info-hide\">\r\n\r\n            <div class=\"item-details\">\r\n                <h3 class=\"entry-title td-module-title\"><a href=\"https:\/\/www.vaildaily.com\/sports-and-outdoors\/freeride-added-to-2030-winter-olympic-program-while-nordic-combined-gets-cut\/\"  rel=\"bookmark\" title=\"Freeride added to 2030 Winter Olympic program while Nordic combined gets cut\">Freeride added to 2030 Winter Olympic program while Nordic combined gets cut<\/a><\/h3>\r\n                <div class=\"td-module-meta-info\">\r\n                                                                                                <\/div>\r\n            <\/div>\r\n\r\n            \r\n        <\/div>\r\n\r\n        \n\t<\/div> <!-- .\/td-block-span12 --><\/div><\/div> <!-- .\/block --><\/div><\/div><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-4","page","type-page","status-publish"],"acf":[],"publishpress_future_action":{"enabled":false,"date":"2026-07-19 15:10:45","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"","extraData":[]},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"La Nueva Mix","distributor_original_site_url":"https:\/\/alwaysmountaintime.com\/kqse","push-errors":false,"_links":{"self":[{"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/pages\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/comments?post=4"}],"version-history":[{"count":67,"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/pages\/4\/revisions"}],"predecessor-version":[{"id":57491,"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/pages\/4\/revisions\/57491"}],"wp:attachment":[{"href":"https:\/\/alwaysmountaintime.com\/kqse\/wp-json\/wp\/v2\/media?parent=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}