<!DOCTYPE html>
<html>
    <head>
        <link type="text/css" href="/templates/dotfm/css/html.css" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="/templates/dotfm/css/Dropdown.ltr.css">
        <link href="/lib/fontawesome/web-fonts-with-css/css/fontawesome-all.css" rel="stylesheet">
        <script src="/lib/js/jquery-3.1.1.min.js"></script>
        <script src="/templates/dotfm/css/Dropdown.js"></script>
        <script type="text/javascript">
    $(document).ready(function () {
        var totX = 0; 
        var totY = 0;
        var startx = 0; 
        var starty = 0;
        var mess = 0; 

            //test for javascript
            $.ajax({
                method: "GET",
                url: "/widgets/ms/js.php?sid=" +247662            });
            document.addEventListener('touchstart', function (e) {
            var touchobj = e.changedTouches[0]; // first touch
            totX = totX + parseInt(touchobj.clientX);
            totY = totY + parseInt(touchobj.clientY);
        }, false);

        document.addEventListener('touchend', function (e) {
            var touchobj = e.changedTouches[0]; // last touch
            totX = totX + abs(parseInt(touchobj.clientX) - startx);
            totY = totY + abs(parseInt(touchobj.clientY) - starty);
        }, false);

        document.onmousemove = function (e) {
            totX = totX + e.pageX;
            totY = totY + e.pageY;
        };
        setInterval(checkCursor, 200);

        function checkCursor() {
            if ((totX !== 0) || (totY !== 0)) {
                if (mess !== 2) {
                    mess = 2;
                    $.ajax({
                        method: "GET",
                        url: "/widgets/ms/up.php?avgX=" + totX + "&avgY=" + totY + "&mess=" + mess + "&sid=" +247662                    });
                }
            }
        }
    });
</script>    </head>
    <body>
        <div style="padding: 0px 0px;height:100%">
            <div style="width:100%;padding:0px;margin:0px;">
                <div class='feature-block'><a href='/widgets/banners/rules.php?bid=97&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/topbanner/topbanner.jpg' alt='Featured Banner'  class='feature-image'></a></div>                <div class='fmmenu-block'><ul class='dropdown'><li><a href='/Home' >Home</a><ul></ul></li><li><a href='/Premium-Domains' >Premium Domains</a><ul></ul></li><li><a href='/Domain-Drops' >Domain Drops</a><ul></ul></li><li><a href='/Internationalised-Domains' >Internationalised Domains</a><ul></ul></li><li><a href='/Retail-Registrars' >Retail Registrars</a><ul></ul></li><li><a href='/News-and-Press' >News and Press</a><ul></ul></li><li><a href='/About-Us' >About Us</a><ul><li><a href='/about-us/Privacy-Policy' >Privacy Policy</a><ul></ul></li><li><a href='/about-us/dotFM-Legal' >dotFM Legal</a><ul></ul></li></ul></li></ul></div>        <script>
            function myConfirm(message) {
                switch (arguments.length) {
                    case 0:
                        message = "WARNING!\nAre you sure you want to do this?";
                    case 1:
                        break;
                }
                if (confirm(message) == true) {
                    return true;
                } else {
                    return false;
                }
            }
        </script>
        
            </div>
            <div id="leftcolumn">
                <div class='banner-block'><a href='/widgets/banners/rules.php?bid=105&wid=2&tid=48&d=catalytic.fm' target='_BLANK'><img src='/templates/dotfm/images/registrars/r_namecheapB.png' alt='Namecheap'  class='banner-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=98&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/godaddy.png' alt='Godaddy' style='max-width:208px;max-height:70px;' class='registrar-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=99&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/dynadot.png' alt='Dynadot' style='max-width:208px;max-height:70px;' class='registrar-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=100&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/hover.png' alt='Hover' style='max-width:208px;max-height:70px;' class='registrar-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=101&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/iwantmyname.png' alt='I Want My Name'  class='registrar-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=102&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/namecom.png' alt='Name.com'  class='registrar-image'></a></div><div class='registrar-block'><a href='/widgets/banners/rules.php?bid=103&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/registrars/uniteddomains.png' alt='United Domains'  class='registrar-image'></a></div>            </div>
            <div id="rightcolumn">
                                <div style="width:100%;">
                        <div class='search-block'>
                    <div class='search-inputblock'>
                <h2 class='search-heading'>How can we help you?</h2>
                <form method="post" action="/widgets/searches/rules.php" >
                                        <input type="text" name="q" value="Search here"
                           onblur="if (this.value === '') {
                                               this.value = 'Search here';
                                               this.style.color = '#BBB';
                                           }"
                           onfocus="if (this.value === 'Search here') {
                                               this.value = '';
                                               this.style.color = '#000';
                                           }"
                           class='search-inputbox'/>
                    <input name="inputboxvar" type="hidden" value="q" />
                    <input name="ms" type="hidden" value="0" />
                    <input name="remote" type="hidden" value="1" />
                    &nbsp; <input name="sub" type="submit"  class='search-button' value='Search'/>
                </form>
            </div>
                </div>
                        <div class="sublinkcolumns">
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=239&acid=158&advid=20&icon=6' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#44EE88' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#44EE88'"><i class='fas fa-users fa-1x' ></i>&nbsp;&nbsp;Dating</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=240&acid=159&advid=20&icon=20' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#66AA88' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#66AA88'"><i class='fas fa-camera fa-1x' ></i>&nbsp;&nbsp;Beauty</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=238&acid=157&advid=20&icon=19' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#88AACC' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#88AACC'"><i class='fas fa-graduation-cap fa-1x' ></i>&nbsp;&nbsp;Education</a>
</div>
</div>
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=237&acid=156&advid=20&icon=17' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#EEEEEE' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#EEEEEE'"><i class='fas fa-ticket-alt fa-1x' ></i>&nbsp;&nbsp;Event Tickets</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=236&acid=155&advid=20&icon=16' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#EEEE88' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#EEEE88'"><i class='fas fa-money-check-alt fa-1x' ></i>&nbsp;&nbsp;Finance</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=235&acid=154&advid=20&icon=15' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CC88CC' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CC88CC'"><i class='fas fa-gamepad fa-1x' ></i>&nbsp;&nbsp;Games</a>
</div>
</div>
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=234&acid=153&advid=20&icon=14' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CC88AA' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CC88AA'"><i class='fas fa-medkit fa-1x' ></i>&nbsp;&nbsp;Health</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=233&acid=152&advid=20&icon=13' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CCAA44' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CCAA44'"><i class='fas fa-home fa-1x' ></i>&nbsp;&nbsp;Home</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=232&acid=151&advid=20&icon=12' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#66AACC' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#66AACC'"><i class='fas fa-bell fa-1x' ></i>&nbsp;&nbsp;Insurance</a>
</div>
</div>
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=231&acid=150&advid=20&icon=11' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#EEEE44' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#EEEE44'"><i class='fas fa-balance-scale fa-1x' ></i>&nbsp;&nbsp;Legal</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=230&acid=149&advid=20&icon=10' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CCAA88' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CCAA88'"><i class='fas fa-money-bill-alt fa-1x' ></i>&nbsp;&nbsp;Loans</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=229&acid=148&advid=20&icon=8' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#88EE44' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#88EE44'"><i class='fab fa-fort-awesome fa-1x' ></i>&nbsp;&nbsp;Real Estate</a>
</div>
</div>
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=228&acid=147&advid=20&icon=7' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CCEEAA' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CCEEAA'"><i class='fas fa-shopping-basket fa-1x' ></i>&nbsp;&nbsp;Shopping</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=227&acid=146&advid=20&icon=5' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#4444AA' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#4444AA'"><i class='fas fa-volleyball-ball fa-1x' ></i>&nbsp;&nbsp;Sports</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=226&acid=145&advid=20&icon=4' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#CCAAEE' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#CCAAEE'"><i class='fas fa-laptop fa-1x' ></i>&nbsp;&nbsp;Technology</a>
</div>
</div>
                        <div class="column"><div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=225&acid=144&advid=20&icon=3' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#446688' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#446688'"><i class='fas fa-bus fa-1x' ></i>&nbsp;&nbsp;Transport</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=243&acid=143&advid=20&icon=2' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#EEEEAA' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#EEEEAA'"><i class='fas fa-plane fa-1x' ></i>&nbsp;&nbsp;Travel</a>
</div>
<div class="smallsublink">
    <a href = '/widgets/adverts/r2.php?aiid=242&acid=142&advid=20&icon=1' target = '_BLANK' class = 'advertcode-iconlink' style = 'color:#66CCEE' onMouseOver = "this.style.color='#88e'" onMouseOut="this.style.color='#66CCEE'"><i class='fas fa-lightbulb fa-1x' ></i>&nbsp;&nbsp;Utilities</a>
</div>
</div>
                    </div>
                </div>
                <div class = 'topbanner-image'><a href = '/widgets/adverts/r2.php?aiid=196&acid=51&warid=31' class = 'topbanner-imagelink' ><img src = '/images/adverts/traveltrek/mykonos.jpg' alt = 'Mykonos' style = 'max-width:720;max-height:100;'></a></div>                <div style="float:left;width:350px;padding:0px 10px;">
                    <div class='article-block'><div class='article-title'>How does the World&rsquo;s No. 1 Brand Engage with Millennials &amp; GenZ in Latin America?</div><div class='article-keyrelatedblock'></a></div><p>The Coca-Cola Company, the world&rsquo;s largest beverage company, launched an interactive online radio station providing a 24/7 platform for GenY &amp; GenZ Coca-Cola named the project with a unique and hip domain extension that connects with both generations thereby converting the valuable hard-to-reach demographic group into true believers of the brand and making them feel a sense of ownership and vested interest in the brand&rsquo;s popularity and success. Coca-Cola.fm has become a true Cult Brand!</p>

<p>Coca-Cola.FM is an online entertainment platform targeting consumers in Latin America with relevant music, video, live-stream concert and events, conversations and social media-powered content.</p>

<p>Coca-Cola.FM is now the most listened to radio in Argentina and is also the most listened to online station in Latin America!</p>

<p><iframe frameborder="0" height="198" scrolling="no" src="https://www.youtube.com/embed/KFhVtndhE50" width="352"></iframe></p><div class='article-keyrelatedblock'></a></div></div>                </div>
                <div style="float:right;width:350px;padding:0px 10px;">
                    <div class='article-block'><div class='article-title'>Get a #dotFM EMoji Domain 🎤</div><div class='article-keyrelatedblock'></a></div><p><big><span style="font-size:18px"><span style="font-family:Verdana,Geneva,sans-serif">Emojis are Everywhere! in Digital Marketing 💻, Emails 📩, Texting 📲, Social Media 🗣️ even in The City 🌆.. Now Domains! 🖥️ Emoji Domains are the 💣 Get Emoji Domains!</span></span></big></p>

<p><span style="font-size:14px">Get a #dotFM Domain @ <a href="/widgets/content/rules.php?conid=96&warid=14&link=https://Get.fm/Emoji&tid=48" target="_blank" >Get.fm/Emoji</a> OR <a href="/widgets/content/rules.php?conid=96&warid=14&link=http://xn--xu8h.fm&tid=48" target="_blank" >📻.fm</a></span></p>

<p><iframe frameborder="0" height="186" src="https://www.youtube-nocookie.com/embed/Q7CG2RWvh3I?rel=0&amp;showinfo=0" width="330"></iframe></p>

<hr />
<p><big><span style="font-size:18px"><span style="font-family:Verdana,Geneva,sans-serif">Start an Online Radio Station!</span></span> </big></p>

<p><big>🔊 <span style="font-size:16px">Start a new online radio station Today and share the music you love. Get a .FM Name &amp; Start Broadcasting Now! Try Live365 free for 7 days today, Plus Save 20% Off dotFM Domain Registrations @ <a href="/widgets/content/rules.php?conid=96&warid=14&link=https://Get.fm/live365&tid=48" target="_blank" >Get.fm/live365</a> </span><big> </big></big></p>

<p><big><iframe frameborder="0" height="186" src="https://www.youtube-nocookie.com/embed/THVcbvTrlG0?rel=0&amp;showinfo=0" width="330"></iframe></big></p>
<div class='article-keyrelatedblock'></a></div></div>                </div>
            </div>
            <div style="width:100%;display:inline-block;background:#083981;">
                <div style="width:230px;float:left;padding:20px 10px 0px 10px;">
                    <div class='banner-block'><a href='/widgets/banners/rules.php?bid=104&wid=2&tid=48&d=catalytic.fm' target=''><img src='/templates/dotfm/images/dotfm_logo_footer_white.png' alt='Footer Logo Banner'  class='banner-image'></a></div>                </div>
                <div style="overflow:hidden;padding:10px;margin:0px 0px 0px 230px;">
                    <div class = 'topbanner-image'><a href = '/widgets/adverts/r2.php?aiid=200&acid=52&warid=31' class = 'topbanner-imagelink' ><img src = '/images/adverts/traveltrek/capri.jpg' alt = 'Capri' style = 'max-width:720;max-height:100;'></a></div>                </div>
            </div>
        </div>
    </body>
</html>


