CINXE.COM
Velvet.Fm Playlist | ATHENS PARTY
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml"> <!-- ________________________________________________________ Created by NEXTWEB with E-Radio Services Copyright 2025 ________________________________________________________ --> <head> <title>Velvet.Fm Playlist | ATHENS PARTY</title> <link rel="dns-prefetch" href="//www.athensParty.com" /> <link rel="dns-prefetch" href="//cdn.e-radio.gr" /> <link rel="dns-prefetch" href="//ajax.googleapis.com" /> <link rel="dns-prefetch" href="//cdnjs.cloudflare.com" /> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <meta property="fb:app_id" content="198096357021717"/> <meta property="fb:pages" content="68401844395" /> <link rel="apple-touch-icon" sizes="180x180" href="/_img/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/_img/ico/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/_img/ico/favicon-16x16.png"> <link rel="manifest" href="/_img/ico/manifest.json"> <link rel="mask-icon" href="/_img/ico/safari-pinned-tab.svg" color="#db9b9e"> <meta name="theme-color" content="#db9b9e"> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Open+Sans:400,600,700&display=swap&subset=greek"> <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Open+Sans:400,600,700&display=swap&subset=greek"> <!-- Mains CSS --> <link href="/_css/main-min.css?v=1.2" rel="stylesheet" type="text/css" /> <!-- Other scripts --> <link rel="preload" href="/_img/pinkicons/css/pink.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload" href="/_img/pinkicons/css/animation.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '49SuwTaH2w2BM', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function (n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function () { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb( { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb( { eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb( { eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function (event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function (retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <!-- GTM Data Layer --> <script> dataLayer = [{ 'dimension1': '', 'dimension2': '', 'dimension3': '', 'dimension4': '', 'dimension5': '', 'dimension6': '', 'dimension7': '', 'dimension8': 'athensparty', 'dimension9': 'playlist', 'dimension14': '' }]; </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-K4ND6Z');</script> <!-- End Google Tag Manager --> <script> var win_w= Math.max(document.documentElement.clientWidth, window.innerWidth || 0); </script> <script> var adArea_co = "ros"; var adSmartSiteID_co = "302005"; var adPageID_co = "1104165"; var targetKeys_co = ""; </script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script src="https://t.atmng.io/adweb/wj4nyz6rQ.prod.js?v=1.1" async></script> <script src="/ads/gam_ros-min.js"></script> <style> .ad_title::before { content: ""; width: 100%; height: 1px; background: #cfcfcf; display: block; top: 5px; position: relative; } .ad_title { margin: auto; } .ad_title .ad_label { width: 95px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: 400; line-height: 8px;color: #cfcfcf; position: relative; text-align: center; margin: 0 auto 5px; } .ad_title .ad_label_bg_grey {background: #e9ecee;} .ad_title .ad_label_bg_white {background: #fff;} .ad_title .ad_label_bg_athensparty {background: #f7f7f7;} .ad_title .ad_label_bg_transparent {background: transparent;} /*textlink*/ .minHeight--textlink{ margin:20px 0; border-bottom: 1px solid rgb(221, 221, 221); } .minHeight--textlink div#ros-inline { min-height: 200px; padding: 20px 20px; text-align: center; background: #f2f2f2; } /*inline */ .minHeight--inline{ min-height: 450px; border-bottom: 1px solid rgb(221, 221, 221); margin-top:20px; margin-bottom:20px; } .minHeight--inline div#ros-inline { min-height: 250px; height: auto; position: sticky; top: 85px; } /* ------------------desktop-tablet-landscape-portait----------------------------------- */ @media only screen and (min-width: 768px) { /*300x250_1 no color*/ .minHeight--sidebar{ border-bottom: 1px solid rgb(221, 221, 221); position: relative; } .minHeight--sidebar div#ros-inline { min-height: 250px; text-align: center; } /*300x250_2 no color*/ .minHeight--sidebar2{ border-bottom: 1px solid rgb(221, 221, 221); position: relative; } .minHeight--sidebar2 div#ros-inline { min-height: 250px; text-align: center; } /*custom*/ .minHeight--custom{ border-bottom: 1px solid rgb(221, 221, 221); position: relative; } .minHeight--custom div#ros-inline { min-height: 90px; text-align: center; } .sticky-inner { top: 0; will-change: position; position: sticky!important; top: 60px; } .sticky-column-1 { position: relative; margin-bottom: 24px; flex-grow: 1; flex-shrink: 1; flex-basis: 0; order: 0; align-self: auto; height: column-height; } .sticky-column-2 { position: relative; margin-bottom: 24px; flex-grow: 2; flex-shrink: 1; flex-basis: 0; order: 0; align-self: auto; height: column-height; } } /* ------------------desktop----------------------------------- */ @media only screen and (min-width: 980px) { .billboard {min-width: 970px; padding:15px;} .minHeight--billboard{ min-height: 280px; border-bottom: 1px solid rgb(221, 221, 221); text-align: center; } .minHeight--mobile--white {display: none!important;} } /* ------------------tablet----------------------------------- */ @media only screen and (min-width: 768px) and (max-width: 979px) { .minHeight--billboard{ height: 110px; border-bottom: 1px solid rgb(221, 221, 221); text-align: center; margin-bottom: 10px; } /*mobile-white*/ .minHeight--mobile--white{ min-height: 300px; border-bottom: 1px solid rgb(221, 221, 221); margin: 15px; } .minHeight--mobile--white div#ros-inline { min-height: 250px; height: auto; position: sticky; top: 85px; text-align: center; background: #fff; padding: 30px 0; margin: 20px 0; } .minHeight--sidebar {display: none;} } /* ------------------mobile----------------------------------- */ @media only screen and (max-width: 767px) { .minHeight--billboard,.minHeight--sidebar{ display: none !important; } /*mobile-white*/ .minHeight--mobile--white{ min-height: 300px; border-bottom: 1px solid rgb(221, 221, 221); margin: 15px; } .minHeight--mobile--white div#ros-inline { min-height: 250px; height: auto; position: sticky; top: 85px; text-align: center; background: #fff; padding: 30px 0; margin: 20px 0; } } </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="charset" content="utf-8" /> <meta name="description" content="Το playlist του Velvet.Fm, τι παίζει τώρα."> <meta name="keywords" content="Velvet.Fm playlist, radio network, arion, athens party, wonder, velvet, velvet.fm, arion radio, party eurovision, internet radio, radio, αρίων, greek radio, greek internet radio, live, μουσική, cinema, καιρός, webradio, videos, video clip, music videos"> <meta property="og:title" content="Το playlist του Velvet.Fm, τι παίζει τώρα."/> <meta property="og:description" content="Internet radio: Η καλύτερη ξένη μουσική από τα κανάλια του Athens Party. Mουσικά νέα, videos, εκδηλώσεις και καθημερινά ειδήσεις που σου φτιάχνουν τη μέρα." /> <meta property="og:site_name" content="AthensParty.com"/> <meta property="og:type" content="Website" /> <meta property="og:url" content="https://www.athensparty.com/velvetfm/playlist" /> <meta property="og:image" content="https://www.athensparty.com/_img/athensparty_fb.jpg" /> <meta property="fb:app_id" content="298099480305337" /> <meta property="fb:pages" content="155648961835315" /> <link rel="canonical" href="https://www.athensparty.com/velvetfm/playlist"> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { RefreshTitles(); }); function addTimeStamp() { let tstmp = new Date(); return tstmp.getTime(); } function RefreshTitles() { const xhr = new XMLHttpRequest(); xhr.open("GET", "https://onair.e-radio.gr/whatson/athensparty/velvet/AirPlayHistory.xml?timestamp=" + addTimeStamp(), true); xhr.responseType = "document"; xhr.onload = function() { if (xhr.status >= 200 && xhr.status < 300) { ShowLastSongs(xhr.responseXML); } }; xhr.send(); } function ShowLastSongs(xml) { let songs = xml.getElementsByTagName("Song"); let playlistItems = document.querySelectorAll("#velvetfm_lastsongs .playlist_item"); console.log("Total songs fetched: ", songs.length); // Log total songs for (let i = 0; i < songs.length; i++) { if (i < playlistItems.length) { let songElement = playlistItems[i]; let startTime = songs[i].querySelector("Info").getAttribute("StartTime"); let title = songs[i].getAttribute("title"); let artist = songs[i].querySelector("Artist").getAttribute("name"); console.log(`Song ${i + 1}:`, { startTime, title, artist }); // Log song details if (startTime && title && artist) { // Check if all values are present songElement.querySelector(".playlist_time").textContent = startTime; songElement.querySelector(".playlist_title").textContent = title; songElement.querySelector(".playlist_artist").textContent = artist; } else { console.warn(`Missing data in song ${i + 1}`); } } } // If there are more songs than pre-defined elements, append the additional songs if (songs.length > playlistItems.length) { for (let i = playlistItems.length; i < songs.length; i++) { let song = songs[i]; let startTime = song.querySelector("Info").getAttribute("StartTime"); let title = song.getAttribute("title"); let artist = song.querySelector("Artist").getAttribute("name"); console.log(`Song ${i + 1}:`, { startTime, title, artist }); // Log song details if (startTime && title && artist) { // Check if all values are present let newSongElement = document.createElement("div"); newSongElement.className = "playlist_item"; newSongElement.innerHTML = ` <div class="playlist_time">${startTime}</div> <div class="playlist_song"> <span class="playlist_title">${title}</span> <br> <span class="playlist_artist">${artist}</span> </div> `; document.getElementById("velvetfm_lastsongs").appendChild(newSongElement); } else { console.warn(`Missing data in song ${i + 1}`); } } } } let oRefresh = window.setInterval(RefreshTitles, 50000); </script> <!-- Strossle SDK --> <script> window.strossle=window.strossle||function(){(strossle.q=strossle.q||[]).push(arguments)}; strossle('6a2eb435-613e-4e3f-b01b-51b9a33e8aa3', '.strossle-widget'); </script> <!-- End Strossle SDK --> </head> <body> <style> .playlist_container { display: grid; grid-template-columns: 200px 1fr 330px; grid-template-rows: 640px min-content; gap: 15px 15px; grid-auto-flow: row; grid-template-areas: "playlist_stations playlist_lastsongs sidebar" "playlist_strossle playlist_strossle sidebar"; } .playlist_lastsongs {grid-area: playlist_lastsongs } .sidebar { grid-area: sidebar; } .playlist_strossle {grid-area: playlist_strossle;} .playlist_stations { display: grid; grid-template-columns: repeat(2, 1fr); grid-area: playlist_stations; background: #fff; text-align: center; align-items: center; padding: 15px 0; gap: 10px; } .playlist_stations .station:nth-child(1) { grid-column: span 2; } .playlist_stations .station:nth-child(n+2) { grid-column: span 1; } @media only screen and (min-width: 768px) and (max-width: 979px) { .playlist_container { display: grid; grid-template-columns: 200px 1fr; grid-template-rows: 640px min-content; gap: 15px 15px; grid-auto-flow: row; grid-template-areas: "playlist_stations playlist_lastsongs " "playlist_strossle playlist_strossle"; } .sidebar {display:none!important} } @media only screen and (max-width: 767px) { .playlist_container { display: flex; flex-direction: column; } .sidebar {display:none!important} .playlist_stations { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 15px; } } </style> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K4ND6Z" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="sas_81171" style="height: 0px;"></div> <div class="happybg"></div> <form id="skinform"></form> <!-- Search form overlay --> <div class="overlay hiding"> <button class="button button-close"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="icon"> <rect class="fill-none" width="32" height="32"/> <path class="fill-currentcolor" d="M18.82813,16,29.41406,5.41406a1.99979,1.99979,0,0,0-2.82812-2.82812L16,13.17188,5.41406,2.58594A1.99979,1.99979,0,0,0,2.58594,5.41406L13.17188,16,2.58594,26.58594a1.99979,1.99979,0,1,0,2.82813,2.82813L16,18.82813,26.58594,29.41406a1.99979,1.99979,0,0,0,2.82813-2.82812Z"/> </svg> </button> <form action="/search" class="form-search"> <label for="q" class="visuallyhidden">Αναζήτηση</label> <input class="input input-search" id="q" name="q" type="input" placeholder="Ψάχνεις κάτι; Για πες..." autocomplete="off" autocorrect="true" autocapitalize="off" required> <button type="submit" class="button button-search"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="icon"> <rect class="fill-none" width="32" height="32"/> <path class="fill-currentcolor" d="M29.82861,24.17139,25.56519,19.908A13.0381,13.0381,0,1,0,19.908,25.56525l4.26343,4.26337a4.00026,4.00026,0,0,0,5.65723-5.65723ZM5,14a9,9,0,1,1,9,9A9.00984,9.00984,0,0,1,5,14Z"/> </svg> </button> </form> </div> <div id="topHeaderMenu"> <div class="burger-button" onclick="openNav();"> <div class="ma-infinitypush-button"><span></span><span></span><span></span></div> </div> <div class="menuLeft"> <a href="https://www.athensparty.com" class="home hideOnLess980"><i class="icon-mbri-home"></i></a> <a href="https://www.athensparty.com/live" class="hideOnLess980">Live</a> <a href="https://www.athensparty.com/athensparty/playlist" class="hideOnLess980">Playlists</a> <a href="https://www.arionradio.com" target="_blank" class="hideOnTablet">Ελληνική μουσική</a> </div> <a href="https://www.athensparty.com" class="logo"><img src="/_img/athensparty_logo.png" border="0" alt="AthensParty.com"/></a> <div class="menuRight graylinks"> <a class="hideOnLess980" href="https://www.athensparty.com/diagonismoi"><i class="icon-mbri-gift"></i>Διαγωνισμοί</a> <a class="facebook hideOnTablet small" href="https://www.facebook.com/athensparty" target="_blank"><i class="icon-facebook-rect"></i></a> <a class="instagram hideOnTablet small" href="https://www.instagram.com/athensparty" target="_blank"><i class="icon-instagram-filled"></i></a> <a class="twitter hideOnTablet small" href="https://twitter.com/athensparty" target="_blank"><i class="icon-twitter-bird"></i></a> <a href="#search" class="small button-open" style="margin:0 30px 0 10px;"><i class="icon-search" style="font-size: 20px; bottom: -3px;"></i></a> </div> </div> <div id="advertisment" class="mainArea billboard minHeight--billboard"> <div class="ad_title"> <div class="ad_label ad_label_bg_athensparty">ΔΙΑΦΗΜΙΣΗ</div> </div> <div id="ros-inline"> <div id="athensparty_ros_billboard"> <script> googletag.cmd.push(function() { googletag.display('athensparty_ros_billboard'); }); </script> </div> </div> </div> <div class="mainArea page-title"> <div class="t1">Playlist / Velvet.Fm</div> </div> <div class="mainArea playlist_container"> <div class="playlist_lastsongs" id="velvetfm_lastsongs"> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> <div class="playlist_item"> <div class="playlist_time">Loading...</div> <div class="playlist_song"> <span class="playlist_title">Loading...</span> <br> <span class="playlist_artist">Loading...</span> </div> </div> </div> <div id="advertisment" class="minHeight--mobile--white hideOver768"> <div class="ad_title"> <div class="ad_label ad_label_bg_white"> ΔΙΑΦΗΜΙΣΗ</div> </div> <div id="ros-inline"> <div id="athensparty_ros_inline1"> <script> googletag.cmd.push(function() { googletag.display('athensparty_ros_inline1'); }); </script> </div> </div> </div> <div class="playlist_stations"> <a href="/velvetfm/player" class="station hideOnMobile" target="_blank"><img src="/_img/logos/velvetfm_2.png" width="160" border="0" alt="Velvet.Fm"></a> <a href="https://www.athensparty.com/athensparty/playlist" class="station"><img src="/_img/logos/athensparty.png" width="80" border="0" alt="Athens Party"></a> <a href="https://www.athensparty.com/wonder/playlist" class="station"><img src="/_img/logos/wonder.png" width="80" border="0" alt="Wonder"></a> <a href="https://www.athensparty.com/athenspartyrnb/playlist" class="station"><img src="/_img/logos/AthensPartyRnB.png" width="80" border="0" alt="Athens Party RnB"></a> <a href="https://www.arionradio.com/arionradio/playlist" class="station" target="_blank"><img src="/_img/logos/arionradio.png" width="80" border="0" alt="Arion Radio"></a> <a href="https://www.arionradio.com/arionstigmes/playlist" class="station" target="_blank"><img src="/_img/logos/arionstigmes.png" width="80" border="0" alt="Arion Στιγμές"></a> <a href="https://www.arionradio.com/arionlaikos/playlist" class="station" target="_blank"><img src="/_img/logos/arionlaikos.png" width="80" border="0" alt="Arion Laikos"></a> <a href="https://www.arionradio.com/arionchristmas/playlist" class="station" target="_blank"><img src="/_img/logos/arionchristmas.png" width="80" border="0" alt="Arion Christmas"></a> <a href="https://www.arionradio.com/arionkids/playlist" class="station" target="_blank"><img src="/_img/logos/arionkids.png" width="80" border="0" alt="Arion Kids"></a> </div> <div class="sidebar"> <div class="sticky-column-1"> <div class="sticky-inner"> <div id="advertisment" class="whitebox minHeight--sidebar" style="padding: 15px 0;"> <div class="ad_title" style="width:300px"> <div class="ad_label ad_label_bg_white"> ΔΙΑΦΗΜΙΣΗ </div> </div> <div id="ros-inline"> <div id="athensparty_ros_300x250_1"> <script> googletag.cmd.push(function() { googletag.display('athensparty_ros_300x250_1'); }); </script> </div> </div> </div> <div class="whitebox" style="padding: 30px; box-sizing:border-box; overflow:auto;"> <div class="section-title"><span class="t2">Direct Listening</span></div> <p class="emph1">Για να ακούσετε ένα από τα κανάλια μας με εναλλακτικούς τρόπους, όπως για παράδειγμα internet radio συσκευή, Winamp κ.α. χρειάζεστα τα παρακάτω Links: <br /><br /> ATHENS PARTY<br> <a href="https://live.athensparty.com/athensparty">https://live.athensparty.com/athensparty</a><br /> VELVET.FM<br> <a href="https://live.athensparty.com/velvetfm">https://live.athensparty.com/velvetfm</a><br> WONDER RADIO<br> <a href="https://live.athensparty.com/wonder">https://live.athensparty.com/wonder</a><br /> ATHENS PARTY RNB<br> <a href="https://live.athensparty.com/athenspartyrnb">https://live.athensparty.com/athenspartyrnb</a><br /> <br /> ARION RADIO<br> <a href="https://live.arionradio.com/arion">https://live.arionradio.com/arion</a><br /> ARION ΛΑΙΚΟΣ<br> <a href="https://live.arionradio.com/arionlaikos">https://live.arionradio.com/arionlaikos</a> <br> ARION Στιγμές<br> <a href="https://live.arionradio.com/arionstigmes">https://live.arionradio.com/arionstigmes</a><br /> ARION KIDS<br> <a href="https://live.arionradio.com/arionkids">https://live.arionradio.com/arionkids</a> <br /> <br> </div> </div> </div> </div> <div class="playlist_strossle"> <div class="strossle-widget" style="padding-left: 20px;"></div> </div> </div> <div class="sideMenu" id="sideMenu"> <div class="theheader"> <a href="javascript:void(0)" onclick="closeNav();" class="closebtn" id="closebtn">×</a> <img src="/_img/athensparty_logo.png" height="38" alt="AthensParty.com" /> </div> <div class="scrollable"> <a href="https://www.athensparty.com/live" class="halfbutton"><span class="icon-play-1"></span> LIVE</a> <a href="https://www.athensparty.com/search" class="halfbutton" style="border-right: 1px solid #ccc;"><span class="icon-search"></span> ΑΝΑΖΗΤΗΣΗ</a> <ul class="sections"> <li class="sectionHeader"><a href="https://www.athensparty.com/" title="ΑΡΧΙΚΗ">ΑΡΧΙΚΗ</a> </ul> <ul class="sections"> <li class="sectionHeader"><a href="/athensparty/playlist" title="STYLE">PLAYLISTS</a></li> <ul class="sectionOptions"> <li><a href="https://www.athensparty.com/athensparty/playlist">Athens Party</a> <li><a href="https://www.athensparty.com/velvetfm/playlist">Velvet.Fm</a> <li><a href="https://www.athensparty.com/wonder/playlist">Wonder Radio</a> <li><a href="https://www.athensparty.com/athenspartyrnb/playlist">Athens Party RnB</a> <li><a href="https://www.athensparty.com/tophits">Top Hits</a> </ul> </ul> <ul class="sections"> <li class="sectionHeader"><a href="https://www.athensparty.com/newsroom" title="STYLE">NEWS ROOM</a></li> <ul class="sectionOptions"> <li><a href="https://www.athensparty.com/newsroom">Νέα</a> <li><a href="https://www.athensparty.com/viral">Viral</a> <li><a href="https://www.athensparty.com/celebs">Celebs</a> <li><a href="https://www.athensparty.com/juicy">Juicy</a> <li><a href="https://www.athensparty.com/fitness">Fitness</a> <li><a href="https://www.athensparty.com/travel">Travel</a> </ul> </ul> <ul class="sections"> <li class="sectionHeader"><a href="https://www.athensparty.com/longreads" title="LONG READS">LONG READS</a> </ul> <ul class="sections"> <li class="sectionHeader"><a href="https://www.athensparty.com/entertainment" title="ENTERTAINMENT">ENTERTAINMENT</a></li> <ul class="sectionOptions"> <li><a href="https://www.athensparty.com/music">Μουσική</a> <li><a href="https://www.athensparty.com/tv-series">TV+Σειρές</a> <li><a href="https://www.athensparty.com/movies">Movies</a> <li><a href="https://www.athensparty.com/musiclists">Music Lists</a> <li><a href="https://www.athensparty.com/exodos">Έξοδος</a> <li><a href="https://www.athensparty.com/gaming">Gaming</a> </ul> </ul> <ul class="sections"> <li class="sectionHeader"><a href="https://www.athensparty.com/diagonismoi" title="ΔΙΑΓΩΝΙΣΜΟΙ">ΔΙΑΓΩΝΙΣΜΟΙ</a> </ul> <div class="sections"> <div class="sectionHeader">GET CONNECTED</div> <div class="social"> <a href="https://www.instagram.com/athensparty" target="_blank" class="instagram"><i class="icon-instagram" alt="Ακολουθείστε τον Athens Party στο Instagram"></i></a> <a href="https://www.facebook.com/athensparty" target="_blank" class="facebook"><i class="icon-facebook-circled" alt="Ακολουθείστε ον Athens Party στο facebook"></i></a> <a href="https://www.twitter.com/athensparty" target="_blank" class="twitter"><i class="icon-twitter-circled" alt="Ακολουθείστε ον Athens Party στο Twitter"></i></a> <a href="https://feeds.feedburner.com/athensparty" target="_blank" class="rss"><i class="icon-rss" alt="Athens Party RSS"></i></a> </div> </div> <ul class="sections"> <li class="sectionHeader"><a href="https://www.nextweb.gr" title="NEXTWEB">MORE NEXTWEB</a></li> <ul class="sectionOptions"> <li><a href="https://www.e-radio.gr" target="_blank">E-Radio</a> <li><a href="https://www.e-daily.gr" target="_blank">E-Daily</a> <li><a href="https://www.e-agenda.gr" target="_blank">E-Agenda</a> <li><a href="https://www.e-gamers.gr" target="_blank">E-Gamers</a> <li><a href="https://www.pink.gr" target="_blank">Pink.gr</a> <li><a href="https://www.arionradio.com" target="_blank">Arion Radio</a> <li><a href="https://www.akous.gr" target="_blank">Akous</a> </ul> </ul> <ul class="sections" style="text-align: center; padding: 40px;"> <a href="https://www.nextweb.gr" target="_blank"><img src="/_img/nextweb.png" width="174" height="50" alt="NEXTWEB / DISCOVER MORE" /></a> </ul> </div> </div> <div onclick="closeNav();" id="sideMenu_spider" class="sideMenu_spider"></div> <div class="hrule"></div> <div id="footerBgWide"> <div class="footer"> <div class="footer_optionsHoriz"> <li>© 2025 AthensParty.com <li><a href="https://www.athensparty.com/contact/default.asp">ΕΠΙΚΟΙΝΩΝΙΑ</a> <li><a href="https://www.athensparty.com/contact/default.asp">ΘΕΣΕΙΣ ΕΡΓΑΣΙΑΣ</a> <li><a href="https://www.athensparty.com/terms.asp">TERMS</a> <li><a href="https://www.athensparty.com/privacy.asp">PRIVACY</a> <li><a href="https://www.athensparty.com/search">SITE MAP</a> <li><a href="https://www.athensparty.com/rss" target="_blank">RSS</a> </div> <div class=""> "ATHENS PARTY" NAME & LOGO ARE REGISTERED TRADEMARKS </div> </div> </div> <div id="footerBgWide" style="border-bottom:5px solid #130ffd; text-align:center;"> <a href="https://www.nextweb.gr" target="_blank"><img src="/_img/nextweb.png" border="0" alt="Nextweb"></a> <div id="athensparty_ros_skin"> <script> googletag.cmd.push(function() { googletag.display('athensparty_ros_skin'); }); </script> </div> </div> <script type="text/javascript"> const autoLoadDuration = 5; // In Seconds const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"]; const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000); eventList.forEach(function(event) { window.addEventListener(event, triggerScripts, { passive: true }); }); function triggerScripts() { runScripts(); clearTimeout(autoLoadTimeout); eventList.forEach(function(event) { window.removeEventListener(event, triggerScripts, { passive: true }); }); } function runScripts() { document.querySelectorAll("script[delay]").forEach(function(scriptTag) { const src = scriptTag.getAttribute("delay"); if (src) { console.log('Loading script:', src); const newScriptTag = document.createElement('script'); newScriptTag.src = src; newScriptTag.type = "text/javascript"; if (scriptTag.getAttribute('language')) { newScriptTag.setAttribute('language', scriptTag.getAttribute('language')); } // When the script loads, dispatch the custom event newScriptTag.onload = function() { console.log('Script loaded:', src); const event = new Event('scriptLoaded'); document.dispatchEvent(event); }; // Append the new script tag to the document head document.head.appendChild(newScriptTag); // Remove the old script tag scriptTag.parentNode.removeChild(scriptTag); } else { console.log('No delay attribute found for script tag:', scriptTag); } }); } </script> <script delay="https://assets.strossle.com/strossle-widget-sdk/1/strossle-widget-sdk.js"></script> <script delay="https://platform-api.sharethis.com/js/sharethis.js#property=65109d398d6558001aed5ed0&product=inline-share-buttons&source=platform" async=""></script> <script language="javascript" type="text/javascript" delay="/_js/nowplaying.asp?cid=athensparty"></script> <script language="javascript" type="text/javascript" delay="/_js/nowplaying.asp?cid=wonder"></script> <script language="javascript" type="text/javascript" delay="/_js/nowplaying.asp?cid=athenspartyrnb"></script> <script language="javascript" type="text/javascript" delay="/_js/nowplaying.asp?cid=velvetfm"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/parent-fit/ls.parent-fit.min.js" async></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/bgset/ls.bgset.min.js" async></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/lazysizes.min.js" async></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/respimg/ls.respimg.min.js" async></script> <script language="javaScript" type="text/javascript" src="/_js/footer.js?v=9.24"></script> <noscript>Please enable scripting languages in your browser.</noscript> </body> </html>