{"id":27587,"date":"2025-11-29T15:21:38","date_gmt":"2025-11-29T14:21:38","guid":{"rendered":"https:\/\/runarhalonen.no\/?page_id=27587"},"modified":"2026-01-13T09:29:59","modified_gmt":"2026-01-13T08:29:59","slug":"healing-room-musikk","status":"publish","type":"page","link":"https:\/\/runarhalonen.no\/en\/healing-room-musikk\/","title":{"rendered":"Healing Room Music"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27587\" class=\"elementor elementor-27587\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b5e35c5 e-flex e-con-boxed e-con e-parent\" data-id=\"3b5e35c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e700b62 elementor-widget elementor-widget-shortcode\" data-id=\"3e700b62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<style>\n.hrml-wrapper {\n    max-width: 1050px;\n    margin: 40px auto 60px;\n    padding: 10px 15px 40px;\n    position: relative;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n}\n\n\/* ---------- HOVED-OVERSKRIFT \u2013 STIL A (REN & BRANDMATCHET) ---------- *\/\n.hrml-heading {\n    text-align: center;\n    margin: 24px 0 40px;\n}\n\n.hrml-heading-title {\n    font-size: 40px; \/* st\u00f8rre p\u00e5 PC *\/\n    font-weight: 800;\n    background: linear-gradient(90deg, #5b2fff, #b38cff, #f0b46e);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    letter-spacing: 0;           \/* ingen negativ spacing = ingen kollisjon *\/\n    line-height: 1.08;           \/* litt kompakt, men trygg *\/\n    margin-bottom: 10px;\n    text-shadow: none;\n}\n\n.hrml-heading-subtitle {\n    font-size: 18px;\n    color: #6b5a99;\n    font-weight: 500;\n    opacity: 0.95;\n    max-width: 720px;\n    margin: 0 auto;\n    line-height: 1.5;\n}\n\n.hrml-heading-underline {\n    width: 60px;\n    height: 4px;\n    background: linear-gradient(90deg,#e1d6ff,#d3c4ff,#f1e9ff);\n    border-radius: 999px;\n    margin: 14px auto 0 auto;\n    box-shadow: 0 2px 4px rgba(140,100,255,0.25);\n}\n\n.hrml-heading::before { display:none; }\n\n\/* ---------- SEKSJONSOVERSKRIFTER ---------- *\/\n.hrml-section-heading {\n    font-size: 18px;\n    font-weight: 700;\n    color: #3a2a68;\n    margin: 26px 0 12px;\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n}\n\n.hrml-section-heading-icon {\n    font-size: 18px;\n    opacity: 0.85;\n}\n\n.hrml-section-heading span {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: #7b6bbd;\n    opacity: 0.9;\n}\n\n\/* ---------- MAIN PLAYER ---------- *\/\n.hrml-main-player {\n    background: radial-gradient(circle at top left, #ffffff, #f1e9ff);\n    padding: 36px;\n    border-radius: 26px;\n    box-shadow: 0 26px 70px rgba(90,40,160,0.35);\n    margin-bottom: 32px;\n    display: grid;\n    grid-template-columns: 260px 1fr;\n    gap: 32px;\n    align-items: center;\n}\n\n\/* Cover (uten m\u00e5nelys) *\/\n.hrml-main-cover-wrap {\n    position: relative;\n}\n.hrml-main-player img {\n    width: 100%;\n    border-radius: 16px;\n    box-shadow: 0 16px 40px rgba(0,0,0,0.32);\n}\n\n.hrml-spiller-na {\n    color: #7b6bbd;\n    margin-bottom: 6px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n}\n.hrml-main-info-title {\n    font-size: 23px;\n    font-weight: 700;\n    color: #2f2157;\n    margin-bottom: 6px;\n}\n.hrml-main-desc {\n    font-size: 14px;\n    color: #6a5a99;\n    margin-bottom: 18px;\n}\n\n\/* ---------- PLAY\/PROGRESS ---------- *\/\n.hrml-main-controls {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n}\n\n.hrml-big-play {\n    width: 78px;\n    height: 78px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 30% 30%, #b38cff, #6d38ff);\n    box-shadow: 0 22px 50px rgba(110,60,255,0.7);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    color:white;\n    font-size:32px;\n    cursor:pointer;\n    border:none;\n    transition: transform 0.15s ease, box-shadow 0.15s ease;\n}\n\n\/* VISUALIZER n\u00e5r musikk spiller *\/\n.hrml-big-play.visualizing {\n    animation: hrmlPlayPulse 1.8s ease-in-out infinite;\n}\n@keyframes hrmlPlayPulse {\n    0% {\n        transform: scale(1);\n        box-shadow: 0 22px 50px rgba(110,60,255,0.7);\n    }\n    50% {\n        transform: scale(1.06);\n        box-shadow: 0 26px 60px rgba(110,60,255,0.95);\n    }\n    100% {\n        transform: scale(1);\n        box-shadow: 0 22px 50px rgba(110,60,255,0.7);\n    }\n}\n\n.hrml-big-play:hover {\n    transform: scale(1.08);\n    box-shadow: 0 28px 60px rgba(110,60,255,0.85);\n}\n\n.hrml-progress {\n    width: 100%;\n}\n.hrml-progress input[type=range] {\n    width: 100%;\n    appearance: none;\n    height: 6px;\n    border-radius: 4px;\n    background: #d5c7ff;\n    outline: none;\n}\n.hrml-progress input[type=range]::-webkit-slider-thumb {\n    appearance: none;\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    background: #6d38ff;\n    box-shadow: 0 0 0 4px rgba(109,56,255,0.25);\n}\n.hrml-time-row {\n    display:flex;\n    justify-content: space-between;\n    align-items:center;\n    margin-top: 4px;\n}\n.hrml-time {\n    font-size: 12px;\n    color: #6d5ca0;\n}\n\n\/* Repeat knapp (NORSK) *\/\n.hrml-repeat-btn {\n    font-size: 11px;\n    padding: 4px 13px;\n    border-radius: 999px;\n    border: none;\n    background: #e8dbff;\n    color: #4a2c8a;\n    font-weight: 600;\n    cursor: pointer;\n    transition: 0.15s ease;\n    margin-left: 10px;\n    box-shadow: 0 6px 14px rgba(140,100,255,0.45);\n}\n.hrml-repeat-btn.active {\n    background: #b48bff;\n    color: #fff;\n    box-shadow: 0 10px 24px rgba(140,100,255,0.7);\n}\n\n\/* ---------- TRACK LIST ---------- *\/\n.hrml-track-list {\n    margin-bottom: 8px;\n}\n\n.hrml-track-list-item {\n    background: radial-gradient(circle at top left,#ffffff,#f4efff);\n    border-radius: 20px;\n    padding: 16px 22px;\n    box-shadow: 0 18px 40px rgba(90,40,160,0.22);\n    margin-bottom: 16px;\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n}\n.hrml-item-left {\n    display:flex;\n    align-items:center;\n    gap:14px;\n}\n.hrml-item-left img {\n    width: 62px;\n    height: 62px;\n    border-radius: 12px;\n    box-shadow: 0 12px 30px rgba(0,0,0,0.32);\n    object-fit: cover;\n}\n.hrml-item-title {\n    font-size: 16px;\n    font-weight: 600;\n    color: #3a2a68;\n}\n\n.hrml-item-play {\n    width: 46px;\n    height: 46px;\n    border-radius:50%;\n    background: radial-gradient(circle at 30% 30%, #b38cff, #6d38ff);\n    box-shadow:0 16px 36px rgba(110,60,255,0.7);\n    color:white;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    cursor:pointer;\n    font-size:18px;\n    border:none;\n    transition: 0.15s ease;\n}\n.hrml-item-play:hover {\n    transform: scale(1.07);\n}\n\n\/* Ingen native audio *\/\naudio { display:none; }\naudio::-webkit-media-controls-enclosure { overflow:hidden; }\naudio::-webkit-media-controls-download-button { display:none !important; }\n\n\/* ---------- MINI-PLAYER NEDERST P\u00c5 SIDEN ---------- *\/\n.hrml-mini-player {\n    margin-top: 26px;\n    padding: 12px 18px;\n    border-radius: 16px;\n    background: #f4efff;\n    box-shadow: 0 10px 26px rgba(90,40,160,0.25);\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap: 14px;\n}\n\n.hrml-mini-left {\n    display:flex;\n    flex-direction:column;\n    align-items:flex-start;\n    gap:2px;\n}\n\n.hrml-mini-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: #7b6bbd;\n    opacity: 0.85;\n}\n\n.hrml-mini-title {\n    font-size: 14px;\n    font-weight: 600;\n    color: #3a2a68;\n}\n\n.hrml-mini-play {\n    min-width: 42px;\n    height: 42px;\n    border-radius: 999px;\n    border: none;\n    background: radial-gradient(circle at 30% 30%, #b38cff, #6d38ff);\n    color: #fff;\n    font-size: 20px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    cursor:pointer;\n    box-shadow: 0 10px 24px rgba(110,60,255,0.6);\n    transition: 0.15s ease;\n}\n.hrml-mini-play:hover {\n    transform: scale(1.05);\n}\n\n\/* ---------- MOBILJUSTERING ---------- *\/\n@media (max-width: 700px) {\n\n    .hrml-heading {\n        margin: 14px 0 26px;\n    }\n\n    .hrml-heading-title {\n        font-size: 26px;  \/* st\u00f8rre p\u00e5 mobil *\/\n        letter-spacing: 0;\n        line-height: 1.15;\n    }\n\n    .hrml-heading-subtitle {\n        font-size: 15px;\n        padding: 0 12px;\n        line-height: 1.5;\n    }\n\n    .hrml-heading-underline {\n        width: 42px;\n        height: 3px;\n        box-shadow: 0 1px 3px rgba(140,100,255,0.22);\n    }\n\n    .hrml-main-player {\n        grid-template-columns: 1fr;\n        padding: 22px 16px;\n        gap: 18px;\n        margin-bottom: 26px;\n    }\n\n    .hrml-main-info-title {\n        font-size: 19px;\n    }\n\n    .hrml-main-desc {\n        font-size: 13px;\n    }\n\n    .hrml-big-play {\n        width: 68px;\n        height: 68px;\n        font-size: 28px;\n    }\n\n    .hrml-section-heading {\n        font-size: 16px;\n        margin: 22px 0 10px;\n    }\n\n    .hrml-track-list-item {\n        padding: 14px 16px;\n    }\n\n    .hrml-item-left img {\n        width: 56px;\n        height: 56px;\n    }\n\n    .hrml-item-title {\n        font-size: 15px;\n    }\n\n    .hrml-mini-player {\n        padding: 10px 14px;\n    }\n\n    .hrml-mini-title {\n        font-size: 13px;\n    }\n}\n\n@media(max-width: 800px){\n    .hrml-main-player {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n\n<div class=\"hrml-wrapper\">\n\n    <div class=\"hrml-heading\">\n        <div class=\"hrml-heading-title\">Healing Room Musikk<\/div>\n        <div class=\"hrml-heading-subtitle\">\n            Helende musikk og guidede meditasjoner \u2013 singler, album og lydreiser samlet i Healing Room.\n        <\/div>\n        <div class=\"hrml-heading-underline\"><\/div>\n    <\/div>\n\n<div class=\"hrml-main-player\" id=\"hrml-main\">\n\n    <div class=\"hrml-main-cover-wrap\">\n        <img decoding=\"async\" id=\"hrml-main-cover\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Chants-of-the-Ocean-Soul-150x150.png\" alt=\"Cover\">\n    <\/div>\n\n    <div class=\"hrml-main-info\">\n        <div class=\"hrml-spiller-na\">Spiller n\u00e5:<\/div>\n        <div class=\"hrml-main-info-title\" id=\"hrml-main-title\">Chants of the Ocean Soul<\/div>\n        <div class=\"hrml-main-desc\" id=\"hrml-main-desc\">Havets sjel synger gjennom denne komposisjonen \u2014 en dyp, b\u00f8lgende reise av stillhet, kraft og indre healing.<\/div>\n\n        <div class=\"hrml-main-controls\">\n            <button class=\"hrml-big-play\" id=\"hrml-big-play\">\u25b6<\/button>\n\n            <div class=\"hrml-progress\">\n                <input type=\"range\" id=\"hrml-progress\" value=\"0\" min=\"0\" max=\"100\">\n                <div class=\"hrml-time-row\">\n                    <div class=\"hrml-time\">\n                        <span id=\"hrml-current\">0:00<\/span> \/\n                        <span id=\"hrml-duration\">15:39<\/span>\n                    <\/div>\n                    <button class=\"hrml-repeat-btn\" id=\"hrml-repeat\">\ud83d\udd01 Gjenta spor<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<!-- GJEMT AUDIO-ENGINE -->\n<audio id=\"hrml-audio\">\n    <source id=\"hrml-source\" src=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/MP3%20Chants%20of%20the%20ocean%20soul%20miks%204.mp3\" type=\"audio\/mpeg\">\n<\/audio>\n\n    <h3 class=\"hrml-section-heading\">\n        <span class=\"hrml-section-heading-icon\">\ud83c\udfb6<\/span>\n        Musikk singler\n        <span>LYDSPOR<\/span>\n    <\/h3>\n    <div class=\"hrml-track-list\">\n            <div class=\"hrml-track-list-item\" \n             data-index=\"0\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/MP3%20Chants%20of%20the%20ocean%20soul%20miks%204.mp3\" \n             data-title=\"Chants of the Ocean Soul\"\n             data-desc=\"Havets sjel synger gjennom denne komposisjonen \u2014 en dyp, b\u00f8lgende reise av stillhet, kraft og indre healing.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Chants-of-the-Ocean-Soul-150x150.png\"\n             data-duration=\"15:39\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Chants-of-the-Ocean-Soul-150x150.png\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Chants of the Ocean Soul<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"1\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Magical%20forest%20V5%20-%20Master%20M%20Vokal%2016%20bit.mp3\" \n             data-title=\"Magic Forest\"\n             data-desc=\"En magisk og naturfylt lydreise som f\u00f8rer deg inn i skogens skjulte energier og levende mystikk.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2025\/11\/Magic_Forest_3200x3200_Final-150x150.png\"\n             data-duration=\"14:45\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2025\/11\/Magic_Forest_3200x3200_Final-150x150.png\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Magic Forest<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"2\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Runar%20Traveller%20Master%20V1.mp3\" \n             data-title=\"The Traveller\"\n             data-desc=\"En spirituell lydreise som f\u00f8lger den indre vandreren \u2014 p\u00e5 vei mot innsikt, frihet og h\u00f8yere bevissthet.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2025\/04\/The-Traveller-scaled-1-150x150.webp\"\n             data-duration=\"12:48\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2025\/04\/The-Traveller-scaled-1-150x150.webp\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">The Traveller<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"3\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Runar%20Halonen%20-%20Peace%20on%20earth%20Master%20V2.mp3\" \n             data-title=\"Peace on Earth\"\n             data-desc=\"En fredsbringende komposisjon som formidler h\u00e5p, ro og \u00f8nsket om harmoni p\u00e5 jorden.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Peace-on-earth-front-cover-150x150.jpg\"\n             data-duration=\"16:47\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Peace-on-earth-front-cover-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Peace on Earth<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"4\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Temple%20of%20Buddha%20vokal%20Master%20V5%20.mp3\" \n             data-title=\"Temple of Buddha\"\n             data-desc=\"En meditativ og fredfull lydreise inspirert av Buddhas visdom \u2014 et rom for stillhet, klarhet og indre ro.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Temple-og-Buddha-1--150x150.jpg\"\n             data-duration=\"14:53\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Temple-og-Buddha-1--150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Temple of Buddha<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"5\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Waves%20Of%20Love%20Master%20Lavere%20Vokal.mp3\" \n             data-title=\"Waves of Love\"\n             data-desc=\"En varm og hjerte\u00e5pnende lydreise der kj\u00e6rlighetens b\u00f8lger omslutter deg med ro, n\u00e6rhet og lys.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Waves-of-Love-ny-150x150.jpg\"\n             data-duration=\"15:15\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Waves-of-Love-ny-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Waves of Love<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"6\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Runar%20Halonen%20-%20Signs%20v3(master).mp3\" \n             data-title=\"Signs\"\n             data-desc=\"En intuitiv og stemningsfull lydreise som \u00e5pner sansene for tegn, inspirasjon og indre veiledning.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Signs5-150x150.jpg\"\n             data-duration=\"15:09\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/Signs5-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Signs<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"7\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/The%20Dream%20Master%20V2.mp3\" \n             data-title=\"The Dream\"\n             data-desc=\"En myk og flytende lydreise som f\u00f8rer deg inn i dr\u00f8mmens landskap av ro, lys og inspirasjon.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/The-Dream-2-150x150.jpg\"\n             data-duration=\"16:23\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/The-Dream-2-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">The Dream<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"8\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/The%20Healing%20Waves%20.mp3\" \n             data-title=\"The Healing Waves\"\n             data-desc=\"En myk og harmonisk lydreise der helende b\u00f8lger av energi skaper ro, balanse og indre fornyelse.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/fbfcc8_a9bb12d8ba7743afbd7b44b51b15cd9amv2_d_1400_1400_s_2-150x150.jpg\"\n             data-duration=\"7:56\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/fbfcc8_a9bb12d8ba7743afbd7b44b51b15cd9amv2_d_1400_1400_s_2-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">The Healing Waves<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"9\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Manifestation.%20Vocal.mp3\" \n             data-title=\"Manifestation\"\n             data-desc=\"En l\u00f8ftende og energirik lydreise som st\u00f8tter manifestasjon, klarhet og skapende kraft.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.webp\"\n             data-duration=\"16:49\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.webp\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Manifestation<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"10\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Your%20spiritual%20landscape%20444Hz.mp3\" \n             data-title=\"Your Spiritual Landscape\"\n             data-desc=\"En stemningsfull, spirituell lydreise som \u00e5pner d\u00f8ren til ditt indre, \u00e5ndelige landskap.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.webp\"\n             data-duration=\"15:33\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.webp\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Your Spiritual Landscape<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"11\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/The%20light%20embraces%20you.mp3\" \n             data-title=\"The Light Embraces You\"\n             data-desc=\"En myk og helende reise der lyset omslutter deg og \u00e5pner for indre fred, trygghet og n\u00e6rv\u00e6r.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.jpg\"\n             data-duration=\"21:21\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/10\/VOICES-vol-III-2019-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">The Light Embraces You<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"12\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven%20vol%202.%20Spor%201.%20My%20journey%20to%20true%20love.mp3\" \n             data-title=\"My Journey to True Love\"\n             data-desc=\"En indre reise mot sann kj\u00e6rlighet \u2014 der hjertet \u00e5pner seg, og sjelen finner veien hjem.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\"\n             data-duration=\"16:50\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">My Journey to True Love<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"13\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven%20vol%202.%20Spor%202.%20Rainbow%20bridge.mp3\" \n             data-title=\"Rainbow Bridge\"\n             data-desc=\"En lysfylt reise over regnbuebroen \u2014 der kj\u00e6rlighet, healing og forbindelser mellom verdener m\u00f8tes.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\"\n             data-duration=\"20:49\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Rainbow Bridge<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"14\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven%20vol%202.%20Spor%203.%20Hymn%20to%20lost%20souls.mp3\" \n             data-title=\"Hymn to Lost Souls\"\n             data-desc=\"En stillferdig, lysfylt hymne som omfavner de bortkomne sjelene \u2014 og b\u00e6rer frem et rom for healing, n\u00e6rv\u00e6r og fred.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\"\n             data-duration=\"19:54\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/11\/vfh2-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Hymn to Lost Souls<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"15\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven.%20Spor%201.%20Voices%20In%20Heavens%20Cathedral.mp3\" \n             data-title=\"Voices in Heaven&#8217;s Cathedral\"\n             data-desc=\"Himmelske stemmer som fyller katedralens rom av lys \u2014 og l\u00f8fter deg inn i en stillhet som ber\u00f8rer sjelen.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\"\n             data-duration=\"16:09\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Voices in Heaven&#8217;s Cathedral<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"16\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven.%20Spor%202.%20Voices%20For%20Mother%20Earth.mp3\" \n             data-title=\"Voices for Mother Earth\"\n             data-desc=\"En hyllest til Moder Jord \u2014 med energier som vekker n\u00e6rv\u00e6r, takknemlighet og indre forbindelse.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\"\n             data-duration=\"18:22\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Voices for Mother Earth<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"17\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Voices%20from%20heaven.%20spor%203.%20Voice%20of%20Dreams.mp3\" \n             data-title=\"Voice of Dreams\"\n             data-desc=\"En dr\u00f8mmende, intuitiv reise der sjelens stemme leder deg inn i dyp ro og inspirasjon.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\"\n             data-duration=\"18:32\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Voice of Dreams<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"18\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Music%20files\/Runar%20Halonen%20-%20Destiny.mp3\" \n             data-title=\"Destiny\"\n             data-desc=\"En spirituell reise inn i skjebnens energi \u2014 der hjertet viser veien og sjelen finner sin retning.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/68904223_503129773788280_76409504010338304_n-150x150.jpg\"\n             data-duration=\"15:01\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/06\/68904223_503129773788280_76409504010338304_n-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Destiny<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                <\/div>\n\n    <h3 class=\"hrml-section-heading\">\n        <span class=\"hrml-section-heading-icon\">\ud83e\uddd8\u200d\u2640\ufe0f<\/span>\n        Guidet meditasjon\n        <span>LYDREISER<\/span>\n    <\/h3>\n    <div class=\"hrml-track-list\">\n            <div class=\"hrml-track-list-item\" \n             data-index=\"19\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Den%20uendelige%20reisen.%20Spor%201.%20Introduksjon.mp3\" \n             data-title=\"Den uendelige reisen &#8211; Introduksjon\"\n             data-desc=\"Introduksjon til meditasjonene i Den uendelige reisen.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\"\n             data-duration=\"5:29\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Den uendelige reisen &#8211; Introduksjon<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"20\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Den%20uendelige%20reisen.%20spor%202.%20En%20reise%20i%20underbevisstheten.mp3\" \n             data-title=\"Den uendelige reisen &#8211; En reise i underbevisstheten\"\n             data-desc=\"En dyp meditasjon som tar deg med p\u00e5 en indre reise inn i underbevisstheten for innsikt, healing og klarhet.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\"\n             data-duration=\"41:59\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Den uendelige reisen &#8211; En reise i underbevisstheten<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"21\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Den%20uendelige%20reisen.%20Spor%203.%20Ditt%20%C3%A5ndelige%20landskap.mp3\" \n             data-title=\"Den uendelige reisen &#8211; Ditt \u00e5ndelige landskap\"\n             data-desc=\"En guidet reise inn i ditt indre, \u00e5ndelige landskap \u2014 der klarhet, ro og dypere forbindelse kan \u00e5pne seg.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\"\n             data-duration=\"18:21\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/file3-1-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Den uendelige reisen &#8211; Ditt \u00e5ndelige landskap<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"22\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Skap%20det%20livet%20du%20%C3%B8nsker%20deg.%20spor%201.%20Introduksjon.mp3\" \n             data-title=\"Skap det livet du \u00f8nsker deg &#8211; Introduksjon\"\n             data-desc=\"Introduksjon til meditasjonene i Skap det livet du \u00f8nsker deg.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\"\n             data-duration=\"3:39\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Skap det livet du \u00f8nsker deg &#8211; Introduksjon<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"23\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Skap%20det%20livet%20du%20%C3%B8nsker%20deg.%20Spor%202.%20Beskytt%20deg%20selv.mp3\" \n             data-title=\"Skap det livet du \u00f8nsker deg &#8211; Beskytt deg selv\"\n             data-desc=\"Hvordan du kan beskytte deg energetisk ved \u00e5 bruke prinsippene i loven om tiltrekning.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\"\n             data-duration=\"18:21\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Skap det livet du \u00f8nsker deg &#8211; Beskytt deg selv<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"24\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Skap%20det%20livet%20du%20%C3%B8nsker%20deg.%20Spor%203.%20Gullskrinet.mp3\" \n             data-title=\"Skap det livet du \u00f8nsker deg &#8211; Gullskrinet\"\n             data-desc=\"Loven om tiltrekning \u2014 og hvordan du kan skape m\u00e5l i livet med klarhet, fokus og indre balanse.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\"\n             data-duration=\"15:31\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Skap det livet du \u00f8nsker deg &#8211; Gullskrinet<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"25\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Skap%20det%20livet%20du%20%C3%B8nsker%20deg.%20Spor%204.%20Gullkrana.mp3\" \n             data-title=\"Skap det livet du \u00f8nsker deg &#8211; Gullkrana\"\n             data-desc=\"Kunsten \u00e5 tillate \u2014 en guidet prosess for \u00e5 slippe opp motstand og \u00e5pne for indre flyt.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\"\n             data-duration=\"12:58\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Skap det livet du \u00f8nsker deg &#8211; Gullkrana<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"26\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Skap%20det%20livet%20du%20%C3%B8nsker%20deg.%20Spor%205.%20Klasserommet.mp3\" \n             data-title=\"Skap det livet du \u00f8nsker deg &#8211; Klasserommet\"\n             data-desc=\"En dypt kanalisert meditasjon som hjelper deg \u00e5 slippe fortiden, rense energifeltet og aktivere kraften i n\u00e5tiden \u2013 der transformasjonen skjer.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.webp\"\n             data-duration=\"14:14\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd5-150x150.webp\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Skap det livet du \u00f8nsker deg &#8211; Klasserommet<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                    <div class=\"hrml-track-list-item\" \n             data-index=\"27\"\n             data-url=\"https:\/\/runar-audio-stream.b-cdn.net\/Guidet%20meditasjon%20mp3%20filer\/Aktivering%20av%20din%20indre%20healingevne.mp3\" \n             data-title=\"Aktivering av din indre healingevne\"\n             data-desc=\"Mange har meldt om sterke healingprosesser ved \u00e5 lytte til denne meditasjonen.\"\n             data-cover=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd6-150x150.jpg\"\n             data-duration=\"59:21\">\n\n            <div class=\"hrml-item-left\">\n                <img decoding=\"async\" src=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2018\/10\/cd6-150x150.jpg\" alt=\"Cover\">\n                <div class=\"hrml-item-title\">Aktivering av din indre healingevne<\/div>\n            <\/div>\n\n            <button class=\"hrml-item-play\">\u25b6<\/button>\n\n        <\/div>\n                <\/div>\n\n<!-- MINI-PLAYER NEDERST (KUN P\u00c5 DENNE SIDEN) -->\n<div class=\"hrml-mini-player\" id=\"hrml-mini-player\">\n    <div class=\"hrml-mini-left\">\n        <span class=\"hrml-mini-label\">Spiller n\u00e5<\/span>\n        <span class=\"hrml-mini-title\" id=\"hrml-mini-title\">Chants of the Ocean Soul<\/span>\n    <\/div>\n    <button class=\"hrml-mini-play\" id=\"hrml-mini-play\">\u25b6<\/button>\n<\/div>\n\n<\/div><!-- wrapper -->\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\n    const audio        = document.getElementById(\"hrml-audio\");\n    const bigPlay      = document.getElementById(\"hrml-big-play\");\n    const progress     = document.getElementById(\"hrml-progress\");\n    const currentTimeEl= document.getElementById(\"hrml-current\");\n    const durationEl   = document.getElementById(\"hrml-duration\");\n    const mainTitle    = document.getElementById(\"hrml-main-title\");\n    const mainDesc     = document.getElementById(\"hrml-main-desc\");\n    const mainCover    = document.getElementById(\"hrml-main-cover\");\n    const source       = document.getElementById(\"hrml-source\");\n    const repeatBtn    = document.getElementById(\"hrml-repeat\");\n    const mainPlayer   = document.getElementById(\"hrml-main\");\n\n    const miniPlay     = document.getElementById(\"hrml-mini-play\");\n    const miniTitle    = document.getElementById(\"hrml-mini-title\");\n\n    const items = Array.from(document.querySelectorAll(\".hrml-track-list-item\"));\n    if (!items.length) return;\n\n    let repeatOn = false;\n    let currentIndex = 0; \/\/ f\u00f8lger rekkef\u00f8lgen i listen\n\n    function formatTime(sec){\n        sec = Math.floor(sec);\n        let m = Math.floor(sec\/60);\n        let s = sec % 60;\n        return m + \":\" + (s<10 ? \"0\"+s : s);\n    }\n\n    function setPlayingUI(isPlaying) {\n        if (isPlaying) {\n            bigPlay.textContent = \"\u23f8\";\n            bigPlay.classList.add(\"visualizing\");\n            if (miniPlay) miniPlay.textContent = \"\u23f8\";\n        } else {\n            bigPlay.textContent = \"\u25b6\";\n            bigPlay.classList.remove(\"visualizing\");\n            if (miniPlay) miniPlay.textContent = \"\u25b6\";\n        }\n    }\n\n    function loadTrackFromElement(item, autoPlay = true){\n        const url   = item.dataset.url;\n        const title = item.dataset.title;\n        const desc  = item.dataset.desc;\n        const cover = item.dataset.cover;\n        const dur   = item.dataset.duration;\n        const idx   = parseInt(item.dataset.index);\n\n        if (!url) return;\n        if (!isNaN(idx)) currentIndex = idx;\n\n        source.src = url;\n        audio.load();\n\n        if (title) {\n            mainTitle.textContent = title;\n            if (miniTitle) miniTitle.textContent = title;\n        }\n        if (desc) {\n            mainDesc.textContent = desc;\n        }\n        if (cover) {\n            mainCover.src = cover;\n        }\n        if (dur) {\n            durationEl.textContent = dur;\n        }\n\n        progress.value = 0;\n        currentTimeEl.textContent = \"0:00\";\n\n        if (autoPlay) {\n            audio.currentTime = 0;\n            audio.play().then(()=> {\n                setPlayingUI(true);\n            }).catch(()=>{});\n        } else {\n            setPlayingUI(false);\n        }\n\n        mainPlayer.scrollIntoView({ behavior: \"smooth\", block: \"start\" });\n    }\n\n    \/\/ Klikk i track-liste\n    items.forEach((item)=>{\n        item.querySelector(\".hrml-item-play\").addEventListener(\"click\", ()=>{\n            loadTrackFromElement(item, true);\n        });\n    });\n\n    \/\/ Play\/pause hovedknapp\n    bigPlay.addEventListener(\"click\", ()=>{\n        if (audio.paused) {\n            audio.play().then(()=>{\n                setPlayingUI(true);\n            }).catch(()=>{});\n        } else {\n            audio.pause();\n            setPlayingUI(false);\n        }\n    });\n\n    \/\/ Mini-player play\/pause\n    if (miniPlay) {\n        miniPlay.addEventListener(\"click\", ()=>{\n            if (audio.paused) {\n                audio.play().then(()=>{\n                    setPlayingUI(true);\n                }).catch(()=>{});\n            } else {\n                audio.pause();\n                setPlayingUI(false);\n            }\n        });\n    }\n\n    \/\/ Hvis audio startes av andre \u00e5rsaker\n    audio.addEventListener(\"play\", ()=> setPlayingUI(true));\n    audio.addEventListener(\"pause\", ()=> {\n        if (audio.ended) return;\n        setPlayingUI(false);\n    });\n\n    \/\/ Progress\n    audio.addEventListener(\"timeupdate\", ()=>{\n        if (!audio.duration) return;\n        progress.value = (audio.currentTime \/ audio.duration) * 100;\n        currentTimeEl.textContent = formatTime(audio.currentTime);\n    });\n\n    progress.addEventListener(\"input\", ()=>{\n        if (!audio.duration) return;\n        audio.currentTime = (progress.value \/ 100) * audio.duration;\n    });\n\n    \/\/ Repeat toggle (NORSK TEKST)\n    repeatBtn.addEventListener(\"click\", ()=>{\n        repeatOn = !repeatOn;\n        audio.loop = repeatOn;\n        if (repeatOn) {\n            repeatBtn.classList.add(\"active\");\n            repeatBtn.textContent = \"\ud83d\udd02 Gjenta spor (p\u00e5)\";\n        } else {\n            repeatBtn.classList.remove(\"active\");\n            repeatBtn.textContent = \"\ud83d\udd01 Gjenta spor\";\n        }\n    });\n\n    \/\/ Auto neste: bruk index i stedet for tittel\n    audio.addEventListener(\"ended\", ()=>{\n        if (audio.loop) return;\n\n        if (currentIndex < items.length - 1) {\n            const nextItem = items[currentIndex + 1];\n            loadTrackFromElement(nextItem, true);\n        } else {\n            setPlayingUI(false);\n            progress.value = 0;\n            currentTimeEl.textContent = \"0:00\";\n        }\n    });\n\n});\n<\/script>\n\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":90,"featured_media":28461,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pmpro_default_level":"","footnotes":""},"class_list":["post-27587","page","type-page","status-publish","has-post-thumbnail","hentry","pmpro-level-required","pmpro-level-8","pmpro-level-2","pmpro-no-access"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Healing Room Musikk - Runar Halonen<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/runarhalonen.no\/en\/healing-room-musikk\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Healing Room Musikk - Runar Halonen\" \/>\n<meta property=\"og:description\" content=\"Healing Room Musikk - Alle l\u00e5ter som ligger p\u00e5 Spotify og flere\" \/>\n<meta property=\"og:url\" content=\"https:\/\/runarhalonen.no\/en\/healing-room-musikk\/\" \/>\n<meta property=\"og:site_name\" content=\"Runar Halonen\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/runarhalonen.healing\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-13T08:29:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/runarhalonen.no\/wp-content\/uploads\/2026\/01\/Healing-Room-Musikk-ny-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Healing Room Musikk\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/\",\"url\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/\",\"name\":\"Healing Room Musikk - Runar Halonen\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Healing-Room-Musikk-ny.png\",\"datePublished\":\"2025-11-29T14:21:38+00:00\",\"dateModified\":\"2026-01-13T08:29:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/#primaryimage\",\"url\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Healing-Room-Musikk-ny.png\",\"contentUrl\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Healing-Room-Musikk-ny.png\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/healing-room-musikk\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/runarhalonen.no\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Healing Room Musikk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/#website\",\"url\":\"https:\\\/\\\/runarhalonen.no\\\/\",\"name\":\"Runar Halonen\",\"description\":\"Healing, spirituell veiledning, husrensing, sound healing, kurs, LIVE sendinger, forfatter\",\"publisher\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/#\\\/schema\\\/person\\\/b5661ff91c917350053a622fca7bab2d\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/runarhalonen.no\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/#\\\/schema\\\/person\\\/b5661ff91c917350053a622fca7bab2d\",\"name\":\"Runar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/430697_382268461785172_2018319795_n-1.webp\",\"url\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/430697_382268461785172_2018319795_n-1.webp\",\"contentUrl\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/430697_382268461785172_2018319795_n-1.webp\",\"width\":618,\"height\":800,\"caption\":\"Runar\"},\"logo\":{\"@id\":\"https:\\\/\\\/runarhalonen.no\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/430697_382268461785172_2018319795_n-1.webp\"},\"sameAs\":[\"https:\\\/\\\/runarhalonen.no\",\"https:\\\/\\\/www.facebook.com\\\/runarhalonen.healing\",\"https:\\\/\\\/www.instagram.com\\\/runarhalonen\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC0noDyGx10IW-GIFuLsoJZQ\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Healing Room Musikk - Runar Halonen","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/runarhalonen.no\/en\/healing-room-musikk\/","og_locale":"en_GB","og_type":"article","og_title":"Healing Room Musikk - Runar Halonen","og_description":"Healing Room Musikk - Alle l\u00e5ter som ligger p\u00e5 Spotify og flere","og_url":"https:\/\/runarhalonen.no\/en\/healing-room-musikk\/","og_site_name":"Runar Halonen","article_publisher":"https:\/\/www.facebook.com\/runarhalonen.healing","article_modified_time":"2026-01-13T08:29:59+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2026\/01\/Healing-Room-Musikk-ny-1024x683.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Healing Room Musikk","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/","url":"https:\/\/runarhalonen.no\/healing-room-musikk\/","name":"Healing Room Musikk - Runar Halonen","isPartOf":{"@id":"https:\/\/runarhalonen.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/#primaryimage"},"image":{"@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/#primaryimage"},"thumbnailUrl":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2026\/01\/Healing-Room-Musikk-ny.png","datePublished":"2025-11-29T14:21:38+00:00","dateModified":"2026-01-13T08:29:59+00:00","breadcrumb":{"@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/runarhalonen.no\/healing-room-musikk\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/#primaryimage","url":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2026\/01\/Healing-Room-Musikk-ny.png","contentUrl":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2026\/01\/Healing-Room-Musikk-ny.png","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/runarhalonen.no\/healing-room-musikk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/runarhalonen.no\/"},{"@type":"ListItem","position":2,"name":"Healing Room Musikk"}]},{"@type":"WebSite","@id":"https:\/\/runarhalonen.no\/#website","url":"https:\/\/runarhalonen.no\/","name":"Runar Halonen","description":"Healing, spirituell veiledning, husrensing, sound healing, kurs, LIVE sendinger, forfatter","publisher":{"@id":"https:\/\/runarhalonen.no\/#\/schema\/person\/b5661ff91c917350053a622fca7bab2d"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/runarhalonen.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/runarhalonen.no\/#\/schema\/person\/b5661ff91c917350053a622fca7bab2d","name":"Runar","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/12\/430697_382268461785172_2018319795_n-1.webp","url":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/12\/430697_382268461785172_2018319795_n-1.webp","contentUrl":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/12\/430697_382268461785172_2018319795_n-1.webp","width":618,"height":800,"caption":"Runar"},"logo":{"@id":"https:\/\/runarhalonen.no\/wp-content\/uploads\/2019\/12\/430697_382268461785172_2018319795_n-1.webp"},"sameAs":["https:\/\/runarhalonen.no","https:\/\/www.facebook.com\/runarhalonen.healing","https:\/\/www.instagram.com\/runarhalonen\/","https:\/\/www.youtube.com\/channel\/UC0noDyGx10IW-GIFuLsoJZQ"]}]}},"_links":{"self":[{"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/pages\/27587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/users\/90"}],"replies":[{"embeddable":true,"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/comments?post=27587"}],"version-history":[{"count":7,"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/pages\/27587\/revisions"}],"predecessor-version":[{"id":27620,"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/pages\/27587\/revisions\/27620"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/media\/28461"}],"wp:attachment":[{"href":"https:\/\/runarhalonen.no\/en\/wp-json\/wp\/v2\/media?parent=27587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}