
  

  <!DOCTYPE HTML><html>
  <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# promodj: http://ogp.me/ns/fb/promodj#">
    
    
    <!-- The Funk Soul Brother :) -->
    <!-- node 1 (who cares? :) -->
    <!-- VK_1632 -->
    
    <title>Mike Gorohov</title>

    
<meta property="og:title" content="Mike Gorohov" /><meta name="title" content="Mike Gorohov" />

<meta property="og:image" content="https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A220x366%3Asame%3A6ff10d" /><link rel="image_src" href="https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A220x366%3Asame%3A6ff10d" /><meta property="og:image:secure_url" content="https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A220x366%3Asame%3A6ff10d" />
<meta property="og:image:width" content="1000" />
<meta property="og:image:height" content="1000" />
<meta property="og:url" content="https://promodj.com/mikegorohov" />



  <meta property="og:type" content="promodj:dj" />
  
  
  
  
  
  
  



<meta property="fb:app_id" content="138225009558122" />




  <meta name="apple-itunes-app" content="app-id=879665498" />


  <meta name="viewport" content="width=1024" />

<link rel="search" type="application/opensearchdescription+xml" href="https://promodj.com/opensearch.xml" title="PromoDJ" />

<link rel="shortcut icon" href="https://cdn.promodj.com/legacy/i/favicon/favicon_32.png" id="favicon" />
<link rel="icon" type="image/png" href="https://cdn.promodj.com/legacy/i/favicon/favicon_180.png">
<link rel="apple-touch-icon" href="https://cdn.promodj.com/legacy/i/favicon/favicon_180.png">

<meta name="yandex-verification" content="5bab5785068f3f14" />
<meta name="yandex-verification" content="a3d5b9c0ca5eb09e" />
<meta name="google-site-verification" content="V_n90JE5b4L9T-b7yEirwkCYyiZjRdUOzhxzJK6AtxU" />


<meta name="msapplication-config" content="/browserconfig.xml" />



  <link type="application/rss+xml" rel="alternate" title="Mike Gorohov - events" href="https://promodj.com/mikegorohov/avisha.xml" />

    
<script>
var CDN = 'https://cdn.promodj.com/';
var CNT = 'https://cnt.promodj.com/';


</script>

<link href="https://cdn.promodj.com/core/core.css?a710c4" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://cdn.promodj.com/legacy/js/rototype.js?3a1f5d"></script>

<script type="text/javascript" src="https://cdn.promodj.com/core/core.js?029476"></script>

























<script>

 

 

 Event.onDOMReady(CORE.EnableContiniousPlay);
 

 if (CORE) CORE.userID = 0;
 

 baseurl = 'https://promodj.com/';
 digest = '';
 lang = 'en';
 is_mobile = 0;

 if (lng)
  lng = lng[lang];

 stamp_15min = '1919940';

 


 
 


 
 Volume = 100;
 prelistenhq = 1;
 
 window.NoIEResizing = 1;

 CORE.SetupVolumer = function()
  {
   if ((this.fired) || (Prototype.Browser.iOS))
    return;

   var c = $('header_pre_volume');

   if (!c)
    return;

   this.fired = true;

   new PlayerrVolumeControl(c, { });
  }

 Event.onDOMReady(function() {
  
  
  
  
  
  
  

  CORE.CheckHash();
  ('onhashchange' in window) ? window.onhashchange = CORE.CheckHash : setInterval(CORE.CheckHash, 750);

  Rocking = true;
 });

 

 

 if (Prototype.Browser.IE)
  CORE.playerr.swfSpecialOne = '/i/playerr/playerr_specialone.swf';

 //CORE.playerr.debugging = true;
 //CORE.playerr.debug = debugConsole.log;

 CORE.PlayerDefaults['volume'] = Volume / 100;

 CORE.PlayerEvent = function(wut, lut) {
  if (wut == 'volume') CORE.SetVolume(Math.round(lut * 100));
  if (wut == 'quality') CORE.SetHQ(lut);

  //console.log('CORE.PlayerEvent(' + wut + ',' + lut + ')');
 }

 
  if (window.parent.index_current_page)
    document.observe("dom:loaded", function() {
      window.parent.location.reload()
    })
 

 var ADV_USER_STATUS = '';

</script>






<script>
  if (window.parent && typeof window.parent.child_ready === 'function') {
    document.observe("dom:loaded", function() {
      window.parent.child_ready()
      window.$(document).on("click", "a", function(event, element) {
        window.parent.index_onClick(element, event)
      })
    })
  }
</script>


<script type="text/javascript">

  function Prelisten(a, event, fileID, force_kind)
   {
    if (event) Event.stop(event);

    a = $(a);

    if (a._playing)
      return false

    a._playing = true;
    a._playStatus = 'stop';

    var kind = 'standard.tiny'
    var base = a.parentNode, container = new Element('DIV').addClass('player');
    container.observe('click', function(event) { Event.stop(event) });
    var $player = false

    if (typeof force_kind === 'unefined' || force_kind === 'standard.tiny2') {
      $player = a.closest('.player_mini')
    }

    if ($player) {
      kind = 'standard.tiny2'
      container.addClass('player_mini_tools player_mini_tools__3')
      base.insert({ before: container })
      $player.addClass('player_mini__active')
    }
    else
      base.hide().insert({ before: container });

    CORE.Player(container, kind, fileID, {
     play: true,
     onSetStatus: function(status, controller)
      {
       console.info($player, a._playing, a._playStatus, controller.seeking, status)

       if (a._playing)
        {

         if ((a._playStatus == 'play') && ((status == 'pause') || (status == 'stop')))
          {
           a._playing = false;

           if ($player)
             $player.removeClass('player_mini__active')

           controller.destroy();

           if (container.parentNode)
            container.remove();

           if (!$player)
            base.show();
          }

         a._playStatus = status;
        }
      }
    });

    return false;
   }

</script>

<script type="text/javascript"> window.new_file_template = true</script>

    <link rel="stylesheet" type="text/css" href="https://promodj.com/assets/dist/classic.ceb22085f05b2aa8ee4648b2ad15de2e.css">
    <script type="text/javascript" src="https://promodj.com/assets/dist/classic.846a3aa2a1655f31c5ca.js"></script>

    
      
      
      
    

    
      
<style>
 body { background-color: #000926; }

</style>


<style type="text/css">
   #topbrandingspot, .magig_top_bg { background-size: 2560px 1427px!important } 
  
  
   #overlaybranding { background-size: 990px 300px!important } 
</style>


























    

    
      <style type="text/css">
        div.content_twice { padding-left: 7px; padding-right: 12px; }
        .header_pre_whole__unlocked #body_container { padding-left: 12px; padding-right: 12px }
        .header_pre_whole__unlocked div.content_twice { padding-left: 0; padding-right: .5em }
        body.hey_brother .foto_middle_dump_item { width: 211px }

        .dj_head { margin-left: 13px!important; margin-right: 12px!important; }
        .header_pre_whole__unlocked .dj_head { margin-left:.5em!important;margin-right:.5em!important; }
      </style>
    
  </head>

  
  

  <body id="body"
        class="hey_brother body__player_mini"
        
        
        onClick="if (Rocking) { HideEschoer(); HideMaindrop(); if (CORE) CORE.DropDownerClick(); }">
    
      <script>
        
        CORE.EnableAudioAdverts()
      </script>
    

    

    
      <div id="tooltip"></div>
      <div id="godsfinger" class="fullscreener" onClick="HideGodsfinger();"><table><td class="godsfingerer" id="godsfinger_data"></td></table></div>
      <div id="popup_background" class="popup_background"></div>
      <div id="popups" class="popups"></div>

      

      <img onClick="fotoslamC(this)" onMouseOver="fotoslamIH(this)" onMouseOut="fotoslamOH(this)" id="fotos_slam_hover" src="https://cdn.promodj.com/legacy/i/0.gif" width="75" height="75" style="display: none;">
    

    
      
        








  <div

       style="padding-top: 300px;
              
              position: relative;
              
              background: url(https://cdn.promodj.com/afs/0981d4e4449cae22d09a2878bd82223d12%3A20eed4) 50% 0px no-repeat;
              
              background-color: #000926;"

       align="center"
       id="topbrandingspot">


 <a id="branding_click" target="_blank" style="position: absolute; display: block; left: 0px; top: 0px; width: 100%; height: 300px;" href="https://cnt.promodj.com/wut:branding1230?to=https%3A%2F%2Fradio.tools%2F%3Futm_source%3Dpromodj%26utm_medium%3Dbranding_en&hash=20065462"></a>

 
  <script>

  var PageBrandingBottomSpotHeight = false;

  function PageBrandingBottomSpotRecalc()
   {
    if ((branding_click = $('branding_click')) && (bottom_spot = $('bottomspot')) && (top_branding_spot = $('topbrandingspot')))
     if (bottom_spot.cumulativeOffset)
      {
       var bottom_spot_co = bottom_spot.cumulativeOffset();
       var top_spot_co = top_branding_spot.cumulativeOffset();
       var branding_click_height = bottom_spot_co[1] - top_spot_co[1];

       if (PageBrandingBottomSpotHeight != branding_click_height)
        {
         branding_click.style.height = branding_click_height + "px";

         PageBrandingBottomSpotHeight = branding_click_height;
        }
      }
   }

  Event.onDOMReady(PageBrandingBottomSpotRecalc);

  setInterval(PageBrandingBottomSpotRecalc, 1000);

  </script>
 



 <div style="position: relative;"><div id="overlaybranding" data-sticky-bottom="0" style="position: absolute; left: 0px; top: -300px; width: 100%; background: url(https://cdn.promodj.com/afs/fa28b7aba602e6a162d62900715f3c3412%3A824a82) 50% 0px no-repeat; height: 600px;max-height:100vh"><a target="_blank" href="https://cnt.promodj.com/wut:branding1230?to=https%3A%2F%2Fradio.tools%2F%3Futm_source%3Dpromodj%26utm_medium%3Dbranding_en&hash=20065462"><img src="https://cdn.promodj.com/legacy/i/0.gif" width="100%" height="100%" border="0"></a></div></div>






































<script>

if (!Prototype.Browser.iOS) {
  CORE.magicBranding({
   smoothness: 1.5,
   interval: 50,
   background: {
    height: 2000,
    style: { backgroundAttachment: 'fixed' },
    factor: 4.0
   },
   layers: [
   ],
  });
}
</script>


        




      

      
        
        
          <div id="header_pre_whole"  style="position: relative; width: 990px;">
        

        <header>
          
            <div id="header_pre_container" align="center" class="header_pre_container_branded">
              <div class="header_pre" style="padding-right:8px;">
  
    

<div class="header_pre_motd" id="dbg"></div>


    <div class="header_pre_main topline_login">
 <span id="header_pre_playerr"></span>
 <div class="topline_user_item topline_user_item__volume" id="header_pre_volume">
    <script>CORE.SetupVolumer()</script>
  </div>

 
 <a class="topline_user_item topline_user_item__login" onClick="return CORE.PleaseLogin();" href="https://promodj.com/login">Login</a>
 <a class="topline_user_item topline_user_item__register" onClick="return CORE.PleaseRegister();" href="https://promodj.com/register">Registration</a>
 <a class="topline_user_item topline_user_item__faq" href="/info/faq">FAQ</a>

 
</div>
<div class="header_pre_volumer" id="volumer"></div>

  

  
  <div style="clear: both;"></div>
</div>
            </div>
          

          
            

<div class="mainmenu2 " >
  <a class="mainmenu2_item mainmenu2_item__logo" href="/">
    
  <img src="https://cdn.promodj.com/legacy/i/logo_2x_white.png" width="106" height="25" >

  </a>
  <div class="mainmenu2_items">
    <a class="mainmenu2_item" href="/booking" style="font-weight:bold">Booking</a>

    

    <a class="mainmenu2_item" href="/featured">Featured<span class="mainmenu2_item_counter">7</span></a>
    <a class="mainmenu2_item" href="/music">Music<span class="mainmenu2_item_counter">318</span></a>
    <a class="mainmenu2_item" href="/contests">Сontests<span class="mainmenu2_item_counter">1</span></a>
    <a class="mainmenu2_item" href="/djs">People</a>
    <a class="mainmenu2_item" href="/top100">TOP&nbsp;100</a>
    
    <a class="mainmenu2_item" href="/forum">Forum</a>
    <a class="mainmenu2_item" href="/radio">Radio</a>
    <a class="mainmenu2_item" href="/beta">Beta</a>
  </div>
  <div class="mainmenu2_item mainmenu2_item__dropdown" style="display:none"><div class="mainmenu2_dropdown"></div></div>
  <div class="mainmenu2_item mainmenu2_item__search">
    <input class="mainmenu_search_input" type="text" id="mainmenu_searchfor" name="searchinfor" value="" onblur="CORE.MainMenuSearch.Blur(-2)" onfocus="CORE.MainMenuSearch()" placeholder="" style="font-size: 12px;">
    <span class="mainmenu_search_button mainmenu_search_button__black" onClick="return CORE.MainMenuSearch.Go()"></span>
  </div>
</div>
          
        </header>

        <div id="body_container" align="left" class="body_container_branded">
      
    

    

    

    





 <div class="dj_head" style="text-align: center; background-color: ; line-height: 0; border-radius: 6px;     margin-left: .5em;margin-right: .5em; overflow: hidden;"><a href="https://promodj.com/mikegorohov"><img src="https://cdn.promodj.com/afs/1931b3f6fc62b73d5f1ffffa4b62bdb212%3A2d8824" style="max-width: 100%;" /></a></div>




 <div class="content_twice" align="left">
  <div class="content_left" id="content_left" align="left" >
  <div class="content_twice_inner">



<nav>
 <table class="dj_menu" id="dj_menu">
  <td class="dj_menu_title">
   <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>&nbsp;<a href="https://promodj.com/mikegorohov/top"><img src="https://cdn.promodj.com/legacy/i/personal_top.gif" ambatitle="Personal TOP" width="10" height="11"></a>
   
   
   
  </td>
  <td class="dj_menu_items"><table>
   <td class="dj_menu_item dj_menu_item_active"><div id="dmiac"><div id="dmiacl"></div><div id="dmiacr"></div></div><a href="https://promodj.com/mikegorohov">Home</a></td>
   
   
   <td class="dj_menu_item"><a href="https://promodj.com/mikegorohov/foto">Photos</a></td>
   <td class="dj_menu_item"><a href="https://promodj.com/mikegorohov/avisha">Events</a></td>
   
   <td class="dj_menu_item"><a href="https://promodj.com/mikegorohov/feedback">Feedback</a></td>
   <td class="dj_menu_item"><a href="https://promodj.com/mikegorohov/contact">Contacts</a></td>
  </table></td>
  <td class="dj_menu_rest">&nbsp;</td>
 </table>
</nav>



 <div class="dj_table noclear">
  
  <div class="dj_column"><script type="text/javascript">
twinker = new Array();
twinker.push({ html: '<a href=\"https://promodj.com/mikegorohov/foto/1326548/7229979\"><img src=\"https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A440x732%3Asame%3A82bc0f\" width=\"220\" height=\"228\" class=\"middle_foto\" ></a>', width: 220, height: 228 });
twinker.push({ html: '<a href=\"https://promodj.com/mikegorohov/foto/1326548/7470627\"><img src=\"https://cdn.promodj.com/afs/4c019ab5817aae69c4d7fd2b5a24871312%3Aresize%3A440x732%3Asame%3Afc36a7\" width=\"220\" height=\"292\" class=\"middle_foto\" ></a>', width: 220, height: 292 });
twinker.push({ html: '<a href=\"https://promodj.com/mikegorohov/foto/1326548/7470626\"><img src=\"https://cdn.promodj.com/afs/b35619dfdcd28cae8236493a0d910df412%3Aresize%3A440x732%3Asame%3A76b1d6\" width=\"220\" height=\"279\" class=\"middle_foto\" ></a>', width: 220, height: 279 });
twinker.push({ html: '<a href=\"https://promodj.com/mikegorohov/foto/1326548/7470628\"><img src=\"https://cdn.promodj.com/afs/83de990361ced81dd001ae70f3915b2f12%3Aresize%3A440x732%3Asame%3Aba5cb1\" width=\"220\" height=\"265\" class=\"middle_foto\" ></a>', width: 220, height: 265 });
twinker.push({ html: '<a href=\"https://promodj.com/mikegorohov/foto/1326548/7470629\"><img src=\"https://cdn.promodj.com/afs/bc44d9dc9a245b21ba26edf125fe6d9012%3Aresize%3A440x732%3Asame%3A4a5fe1\" width=\"220\" height=\"220\" class=\"middle_foto\" ></a>', width: 220, height: 220 });
setTimeout(TwinkTwink, 5000);
</script>



 <div class="dj_lmainfoto">
  <div id="twinkler_container" style="text-align: center;">
   
    <a href="https://promodj.com/mikegorohov/foto/1326548/7229979"><img src="https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A440x732%3Asame%3A82bc0f" width="220" height="228" class="middle_foto" ></a>
   
  </div>
 </div>




<div class="dj_lblock">
 <h5><a href="https://promodj.com/mikegorohov/contact">Contacts</a></h5>


 <div class="dj_contacts">

  
  <div>
   
    <b>Mike Gorohov</b><br />
   
   
  </div>
  

  

  

  
  <div class="dj_bit">
   <b>Main style:</b> <span class="styles">Techno</span><br />
   <b>Favorite styles:</b> <span class="styles">Tech House</span><br />
  </div>
  

  
   <div class="dj_bit"><b>DJ, Clubber, Listener since 2009</b></div>
  

  

  
  <div class="dj_bit">
   
    <b>Performance:</b> 
    2 hours<br />
   
  </div>
  

  
  <div class="dj_bit">
   <b>Location:</b> <a href="https://promodj.com/people?addressID=3159&showfilter=1">Russia</a>, <a href="https://promodj.com/people?addressID=4400&showfilter=1">Moscow</a><br />
   
   <b>Guest:</b> Pioneer DJ TV | Saint-Petersburg&nbsp;<span class="place_city">(Saint Petersburg)</span>, Этажи&nbsp;<span class="place_city">(Saint Petersburg)</span>, Priscilla club&nbsp;<span class="place_city">(Saint Petersburg)</span>, Soul Kitchen&nbsp;<span class="place_city">(Saint Petersburg)</span>, Барвиха&nbsp;<span class="place_city">(Saint Petersburg)</span>, Central Station&nbsp;<span class="place_city">(Saint Petersburg)</span>, Fusion club Спб&nbsp;<span class="place_city">(Saint Petersburg)</span>, Pioneer DJ TV | Moscow&nbsp;<span class="place_city">(Moscow)</span><br />
   
   
  </div>
  

  <div class="dj_bit dj_share">
 
  
  <a class="share share_fb" href="#" onClick="return Share('fb','user','261329');"><img ambatitle="Facebook" src="https://cdn.promodj.com/legacy/i/0.gif"></a>
  <a class="share share_tw" href="#" onClick="return Share('tw','user','261329');"><img ambatitle="Twitter" src="https://cdn.promodj.com/legacy/i/0.gif"></a>
 
 
  <a class="share share_more" href="#" onClick="$('share_user261329').show(); $(this).hide(); return false;" id="share_a_user261329"><img ambatitle="More" src="https://cdn.promodj.com/legacy/i/0.gif"></a>
  <span id="share_user261329" style="display: none; padding-right: 5px;">
   
  
  
   <a class="share share_in" href="#" onClick="return Share('in','user','261329');"><img ambatitle="LinkedIn" src="https://cdn.promodj.com/legacy/i/0.gif"></a>
  
  
  </span>
 
</div>

  

  
  <div class="dj_bit">
   <b><a href="https://promodj.com/mikegorohov/contact">Send message &rarr;</a></b>
  </div>
  

 </div>

</div>



 
 

 
  <div class="dj_lblock">
   <h5><a href="https://promodj.com/mikegorohov/avisha">Events</a></h5>
 

   <div class="dj_universal">
    <div class="afisha_dump afisha_dump_minimal">



<div class="afisha"><div class="cabakroll">
 
  <div style="background: url(https://cdn.promodj.com/legacy/i/afisha_party.gif) 2px 1px no-repeat;">
   <div class="title">
    <a amba="afisha:509076" href="https://promodj.com/mikegorohov/avisha/509076/DJ_BAKER_HAPPY_B_Day">DJ BAKER HAPPY B-Day!</a>
    
    
   </div>
   <div class="desc">
    Бархат, Magnitogorsk, 21:00 // <a class="afisha_date" href="https://promodj.com/afisha/hardstyle/2013/02/16/anywhere?countryID=0">16 February 2013</a>
    <div class="descstyle">Hardstyle</div>
   </div>
  </div>

 
</div></div>







<div class="afisha"><div class="cabakroll">
 
  <div style="background: url(https://cdn.promodj.com/legacy/i/afisha_party.gif) 2px 1px no-repeat;">
   <div class="title">
    <a amba="afisha:497842" href="https://promodj.com/mikegorohov/avisha/497842/FLIGHT_150_BPM">FLIGHT 150 BPM</a>
    
    
   </div>
   <div class="desc">
    Банзай, Magnitogorsk, 22:00 // <a class="afisha_date" href="https://promodj.com/afisha/hardstyle/2012/11/09/anywhere?countryID=0">9 November 2012</a>
    <div class="descstyle">Hardstyle</div>
   </div>
  </div>

 
</div></div>







<div class="afisha"><div class="cabakroll">
 
  <div style="background: url(https://cdn.promodj.com/legacy/i/afisha_party.gif) 2px 1px no-repeat;">
   <div class="title">
    <a amba="afisha:492869" href="https://promodj.com/mikegorohov/avisha/492869/FLIGHT_150_BPM">FLIGHT 150 BPM</a>
    
    
   </div>
   <div class="desc">
    Банзай, Magnitogorsk, 22:00 // <a class="afisha_date" href="https://promodj.com/afisha/hardstyle/2012/10/12/anywhere?countryID=0">12 October 2012</a>
    <div class="descstyle">Hardstyle</div>
   </div>
  </div>

 
</div></div>







<div class="afisha"><div class="cabakroll">
 
  <div style="background: url(https://cdn.promodj.com/legacy/i/afisha_party.gif) 2px 1px no-repeat;">
   <div class="title">
    <a amba="afisha:482079" href="https://promodj.com/mikegorohov/avisha/482079/Dedicated_to_Ural_Bassline_Festival">Dedicated to Ural Bassline Festival</a>
    
    
   </div>
   <div class="desc">
    Банзай, Magnitogorsk, 20:00 // <a class="afisha_date" href="https://promodj.com/afisha/hardstyle/2012/07/22/anywhere?countryID=0">22 July 2012</a>
    <div class="descstyle">Hardstyle</div>
   </div>
  </div>

 
</div></div>







<div class="afisha"><div class="cabakroll">
 
  <div style="background: url(https://cdn.promodj.com/legacy/i/afisha_party.gif) 2px 1px no-repeat;">
   <div class="title">
    <a amba="afisha:468971" href="https://promodj.com/mikegorohov/avisha/468971/Spring_Awakening">Spring Awakening</a>&nbsp;<span class="cnt"><span class="cc10656266">1</span></span>
    
    
   </div>
   <div class="desc">
    Банзай, Magnitogorsk, 23:00 // <a class="afisha_date" href="https://promodj.com/afisha/hardstyle/2012/05/05/anywhere?countryID=0">5 May 2012</a>
    <div class="descstyle">Hardstyle</div>
   </div>
  </div>

 
</div></div>



</div>

    
    <div class="bit" style="padding-top: 0.5em;"><b><a href="https://promodj.com/mikegorohov/avisha">All events</a> <span class="small">20</span></b></div>
    
   </div>

  </div>



 

 

 
  
   <div class="dj_lblock">
    <h5><a href="https://promodj.com/top100">PR</a></h5>
  
   <div class="dj_promorank">
 

     <table>
      <td><div id="promoranker" class="promoranker"><table>
 <td><a href="#" id="rankvoter" ambatitle="Vote"  onClick=" Vote('user',261329,$('promoranker'),''); cb(event); return false;">50,8</a></td>
 <td><a href="#" onClick=" Vote('user',261329,$('promoranker'),''); cb(event); return false;"><img src="https://cdn.promodj.com/legacy/i/0.gif" style="background: url(https://cdn.promodj.com/legacy/i/promorank_up2.gif) 50% 50% no-repeat;" align="absmiddle" width="32" height="32" id="rankvoter2" ambatitle="Vote" /></a></td>
</table></div></td>
      <th><div id="idol" style="background-image: url(https://cdn.promodj.com/legacy/i/idol4.gif);"><a href="https://promodj.com/register" onClick="return CORE.PleaseRegister();"><img id="idolr" src="https://cdn.promodj.com/legacy/i/0.gif" width="24" height="32" ambatitle="Add to idols"></a></div></th>
      <th><div id="friend" style="background-image: url(https://cdn.promodj.com/legacy/i/friend4.gif);"><a href="https://promodj.com/register" onClick="return CORE.PleaseRegister();"><img id="friendr" src="https://cdn.promodj.com/legacy/i/0.gif" width="24" height="32" ambatitle="Add to friends"></a></div></th>
      
     </table>

  
     <noindex>
     <div class="smallest" id="promorank_wtf">
      <a href="#" onClick="$('promorank_wtf').style.display = 'none'; $('promorank_yarr').style.display = 'block'; return false;">What does all this mean?</a>
     </div>

     <div class="smallest" id="promorank_yarr" style="display: none; padding-top: 0.5em;">
      PROMORANK (abb. PR) is the formula that is used by PROMODJ to calculate the dynamic rating for all DJ's, producers and their materials.
      <div style="padding-top: 0.5em;">
       PR as used in the formation <a href="https://promodj.com/top100">PROMODJ TOP 100</a>.
      </div>
      
      <div style="padding-top: 0.5em;">
       The main part of the PR formula is your vote.
       For <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a> to get your vote, click on the arrow near the number.
      </div>
      <div style="padding-top: 0.5em;">
       You can note that you are a fan by clicking on a star &mdash; in this case
       <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a> receive a b&oacute;igger PR.
      </div>
      <div style="padding-top: 0.5em;">
       Additionally, you can also add them to friends and observe in the section
       <a href="https://promodj.com/login" onClick="return CORE.PleaseLogin();">Wazzup</a>
       every action of <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>.
      </div>
      
     </div>
     </noindex>
  

 
    </div>
   </div>
 
















 
  <div class="dj_lblock">
   <h5><a href="https://promodj.com/mikegorohov/profile">Friends and Fans</a></h5>
 

   <div class="dj_universal">

    
    <div class="wazzup"><a class="wazzup" href="https://promodj.com/mikegorohov/wazzup" ambatitle="What's up with friends?">Wazzup?</a></div>
    

    
    <p>
     <b>Friends:</b>
     <a amba="user:159568" class="user user__premium" href="https://promodj.com/negativethedj">NEGATI<i>VE</i></a>&nbsp; <a amba="user:35032" class="user" href="https://promodj.com/idoleast">iDOLEAST</a>&nbsp; <a amba="user:1961294" class="user" href="https://promodj.com/ruslangrotesque">Grotesque</a>&nbsp; <a amba="user:40113" class="user" href="https://promodj.com/jebar">Dj Jebar</a>&nbsp; <a amba="user:44478" class="user" href="https://promodj.com/tonyaks">Tony Aks</a>&nbsp; <a amba="user:320345" class="user" href="https://promodj.com/sergey-freeman">Freeman</a>&nbsp; <a amba="user:1050" class="user" href="https://promodj.com/guyver">DJ Guyver</a>&nbsp; <a amba="user:49275" class="user" href="https://promodj.com/djcb">Dj Caizer Box</a>&nbsp; <a amba="user:843474" class="user" href="https://promodj.com/ekzaforest">Ekza Forest (Soul Structure)</a>&nbsp; <a amba="user:62832" class="user" href="https://promodj.com/hardskull">hardskull</a>&nbsp; <a amba="user:548157" class="user" href="https://promodj.com/pinochette">Pinochette</a>&nbsp; <a amba="user:627319" class="user" href="https://promodj.com/djzorro">DjZoRRo</a>&nbsp; <a amba="user:1587783" class="user" href="https://promodj.com/baker.08">Alex Mitsenko (BaKeR)</a>&nbsp; <a amba="user:609714" class="user" href="https://promodj.com/quadronic">Quadronic</a>&nbsp; <a amba="user:570462" class="user" href="https://promodj.com/booc1k">booc1k</a>&nbsp; 
     
    </p>
    

    

    
    <p>
     <b>Fans:</b>
     <a amba="user:672268" class="user user__premium" href="https://promodj.com/j-factory">J-Facto<i>ry</i></a>&nbsp; <a amba="user:1822060" class="user" href="https://promodj.com/trancecenturyradio">Trance Century Radio</a>&nbsp; <a amba="user:1250401" class="user" href="https://promodj.com/denisblack">Denis Black</a>&nbsp; <a amba="user:123021" class="user" href="https://promodj.com/antik-kzn">Антошка Антик</a>&nbsp; <a amba="user:1587783" class="user" href="https://promodj.com/baker.08">Alex Mitsenko (BaKeR)</a>&nbsp; <a amba="user:2488498" class="user" href="https://promodj.com/dokb2010">Юрий</a>&nbsp; <a amba="user:3293211" class="user" href="https://promodj.com/190574256352">Евгений Ермаков</a>&nbsp; <a amba="user:1555438" class="user" href="https://promodj.com/sasukedemon">Андрей Колодкин</a>&nbsp; 
     
    </p>
    

    <div class="bit"><b><a href="https://promodj.com/mikegorohov/profile">More</a></b></div>
   </div>

  </div>








</div>
  
  <div class="dj_content ">
   


<script type="text/javascript">
  function MoodValidate() {
    onValidated = function() { window.location.reload() }
    return PerformValidation();
  }
</script>


   



 

 <div class="dj_bblock">

  

  

 </div>









<div class="dj_bblock">


 
  <h5><a href="https://promodj.com/mikegorohov/feedback">Feedback</a> </h5>

  <div class="dj_feedback perfect">
   
  <script>

var CommentsPage = '1';
var CommentsOnLoad = function(argument) {
  var comments = $$('.comments2_item:last-child')
  if (!comments.length) return
  comments[comments.length-1].addClass('comments2_item__last')
}

document.observe("dom:loaded", CommentsOnLoad)

</script>

<!-- ummmmm namahh naraaaaaaayanaaaa -->

<div class="comments">

 <a name="comments"></a>

 

  
   
  

  <div id="best_comments">
</div>

  <span id="cp0">
   
    <div class="comments2 comments2__level_0">
  

  
  
  
  
  

  <div class="comments2_item" id="c46189763">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 46189763)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/2378rsm" style="background-image: url(https://cdn.promodj.com/afs/7a8617e4cc1f57eaa4b50e0401b0780c11%3Acrop%3A0x42%3A417x417%3A75x75%3A692ce1)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:1386422" class="user" href="https://promodj.com/2378rsm">Romis-s</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          Творческих успехов!!!
        </div>

        
          <div class="comments2_item_footer" id="ct46189763">
  <div class="comments2_item_footer1">
    <a href="#c46189763" class="comments2_item_tool">4 April 2020 15:47</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv46189763"><span id="cvvv46189763" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch46189763"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp46189763"><div class="comments2 comments2__level_1">
  

  
  
  
  
  

  <div class="comments2_item" id="c46189771">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 46189771)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/mikegorohov" style="background-image: url(https://cdn.promodj.com/afs/3bc12125ab1bb01188e7f8eda6d0049111%3Acrop%3A0x0%3A1464x1464%3A75x75%3A483772)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          Благодарю 
        </div>

        
          <div class="comments2_item_footer" id="ct46189771">
  <div class="comments2_item_footer1">
    <a href="#c46189771" class="comments2_item_tool">4 April 2020 15:49</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv46189771"><span id="cvvv46189771" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch46189771"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp46189771"></div>
    
  </div>


</div></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c45893277">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 45893277)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/maxs.maraton" style="background-image: url(https://cdn.promodj.com/afs/b50777c14cab1b642e52289bc5f1145f12%3Aresize%3A75x75xxjpegxffffffxnoupscale%3Afill%3Affffff%3Aa907fc)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:2741756" class="user user__premium" href="https://promodj.com/maxs.maraton">MAXS MARA<i>TON</i></a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          МОЁ ПОЧТЕНИЕ СЭНСЭЙ!!!
        </div>

        
          <div class="comments2_item_footer" id="ct45893277">
  <div class="comments2_item_footer1">
    <a href="#c45893277" class="comments2_item_tool">6 October 2019 16:10</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv45893277"><span id="cvvv45893277" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch45893277"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp45893277"><div class="comments2 comments2__level_1">
  

  
  
  
  
  

  <div class="comments2_item" id="c45893295">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 45893295)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/mikegorohov" style="background-image: url(https://cdn.promodj.com/afs/3bc12125ab1bb01188e7f8eda6d0049111%3Acrop%3A0x0%3A1464x1464%3A75x75%3A483772)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          Спасибо!
        </div>

        
          <div class="comments2_item_footer" id="ct45893295">
  <div class="comments2_item_footer1">
    <a href="#c45893295" class="comments2_item_tool">6 October 2019 16:29</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv45893295"><span id="cvvv45893295" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch45893295"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp45893295"></div>
    
  </div>


</div></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c44004479">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 44004479)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/liloo81" style="background-image: url(https://cdn.promodj.com/afs/9b425ac7d122892a26e9a7d1ab7047fe12%3Acrop%3A0x147%3A987x987%3A75x75%3A124145)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:802738" class="user" href="https://promodj.com/liloo81">liloo81</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          Моя поддержка! :) Удачи тебе!!!+
        </div>

        
          <div class="comments2_item_footer" id="ct44004479">
  <div class="comments2_item_footer1">
    <a href="#c44004479" class="comments2_item_tool">4 July 2017 17:43</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv44004479"><span id="cvvv44004479" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch44004479"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp44004479"></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c28817554">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 28817554)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/djzorro" style="background-image: url(https://cdn.promodj.com/afs/430780cf1b314f0ea8d1b81a6f3a5d8b11%3Aresize%3A75x75xxjpegxffffffxnoupscale%3Afill%3Affffff%3A46e08f)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:627319" class="user" href="https://promodj.com/djzorro">DjZoRRo</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          + за hardstyle
        </div>

        
          <div class="comments2_item_footer" id="ct28817554">
  <div class="comments2_item_footer1">
    <a href="#c28817554" class="comments2_item_tool">5 April 2012 11:22</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv28817554"><span id="cvvv28817554" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch28817554"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp28817554"></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c7671029">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 7671029)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/hastlgrey" style="background-image: url(https://cdn.promodj.com/afs/1a1905dfb69cc9ec0572395563963aff11%3Aresize%3A75x75xxjpegxffffffxnoupscale%3Afill%3Affffff%3A594d6e)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:537818" class="user" href="https://promodj.com/hastlgrey">Hastl Grey</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          Я его выложил на файлообменник  <a rel="nofollow" target="_blank" href="http://depositfiles.com/files/rujipzxk5">depositfiles.com/files/rujipzx  &hellip;</a>
        </div>

        
          <div class="comments2_item_footer" id="ct7671029">
  <div class="comments2_item_footer1">
    <a href="#c7671029" class="comments2_item_tool">7 September 2009 18:06</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv7671029"><span id="cvvv7671029" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch7671029"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp7671029"></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c7632452">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 7632452)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/mikegorohov" style="background-image: url(https://cdn.promodj.com/afs/3bc12125ab1bb01188e7f8eda6d0049111%3Acrop%3A0x0%3A1464x1464%3A75x75%3A483772)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          привет и спасибо товарищи <img class="smile" src="//cdn.promodj.com/legacy/i/smile/smile_good.gif" width="18" height="17" alt="">
        </div>

        
          <div class="comments2_item_footer" id="ct7632452">
  <div class="comments2_item_footer1">
    <a href="#c7632452" class="comments2_item_tool">5 September 2009 14:54</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv7632452"><span id="cvvv7632452" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch7632452"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp7632452"></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c7576114">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 7576114)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/saintkid" style="background-image: url(https://cdn.promodj.com/afs/3604db3837a711a401432536ae76bb8211%3Aresize%3A75x75xxjpegxffffffxnoupscale%3Afill%3Affffff%3Ab7f75e)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:366398" class="user" href="https://promodj.com/saintkid">Saint KiD</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          + от меня Мишк <img class="smile" src="//cdn.promodj.com/legacy/i/smile/smile_good.gif" width="18" height="17" alt="">))ёё
        </div>

        
          <div class="comments2_item_footer" id="ct7576114">
  <div class="comments2_item_footer1">
    <a href="#c7576114" class="comments2_item_tool">2 September 2009 13:49</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv7576114"><span id="cvvv7576114" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch7576114"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp7576114"></div>
    
  </div>



  

  
  
  
  
  

  <div class="comments2_item" id="c7540826">
    <div class="comments2_item_wrap" style="cursor: pointer" onclick="CommentBodyReply(this, 7540826)">
      

        <a class="comments2_item_avatar" href="https://promodj.com/pinochette" style="background-image: url(https://cdn.promodj.com/afs/62cef28e77b4377c5c3a242c0e64a7c711%3Aresize%3A75x75xxjpegxffffffxnoupscale%3Afill%3Affffff%3A71f59d)"></a>
        <div class="comments2_item_header">
          
            <a amba="user:548157" class="user" href="https://promodj.com/pinochette">Pinochette</a>

            
          

          

          
        </div>

        <div class="comments2_item_body">
          <img class="smile" src="//cdn.promodj.com/legacy/i/smile/pdj2_exclusive.gif" width="62" height="55" alt="Эксклюзив">
        </div>

        
          <div class="comments2_item_footer" id="ct7540826">
  <div class="comments2_item_footer1">
    <a href="#c7540826" class="comments2_item_tool">31 August 2009 16:11</a>

    

    
    
    

    <span class="comments2_item_tool comments2_item_tool__like" >
      <span id="cv7540826"><span id="cvvv7540826" class="comment_vote comment_vote__neutral">&nbsp;</span></span>
    </span>

    
  </div>

  <div class="comments2_item_footer2">
    

    

    
  </div>
</div>

<span class="comments2_replay" id="ch7540826"></span>
        
      
    </div>

    
      <div class="comments2_item_children" id="cp7540826"></div>
    
  </div>


</div>
   
  </span>

 

 

  

   <div style="padding: 1em; padding-bottom: 0px;" class="please_register">
    Please, <a href="https://promodj.com/register" onClick="return CORE.PleaseRegister();">sign up</a> (it's quick!) or
    <a href="https://promodj.com/login" onClick="return CORE.PleaseLogin();">sign in</a>, to post feedbacks and do more fun stuff.
   </div>

  

 

 

</div>





   



  </div>

 

</div>




 
  <div class="dj_bblock">
 

   <h5><a href="https://promodj.com/mikegorohov/foto">Photos</a></h5>

   <div class="dj_universal">

    

     

      <table class="album album_list"><tr><td>
       <h5>
        <a class="album_title" amba="markedon:261329" href="https://promodj.com/mikegorohov/foto/marked">Photos I am tagged in</a>
        <small><a href="https://promodj.com/mikegorohov/foto/marked">27&nbsp;photos</a></small>
       </h5>
      </td></tr></table>

      <div style="padding-bottom: 1em;"><table class="clear"><td>
       <div class="fotos_slam"><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538829"><img src="https://cdn.promodj.com/afs/91557b5f7a404141d26810762facdae3%3Aresize%3A75x75%3Afill%3A000000%3A64c821" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538828"><img src="https://cdn.promodj.com/afs/60a1fc9315c8485fe378b72f0da33c3f%3Aresize%3A75x75%3Afill%3A000000%3A2a0628" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538827"><img src="https://cdn.promodj.com/afs/bdb19a1f393f2754fcbed59912f20463%3Aresize%3A75x75%3Afill%3A000000%3Aabc308" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538826"><img src="https://cdn.promodj.com/afs/5b3e1aca6a063a7a786321d35700b3bb%3Aresize%3A75x75%3Afill%3A000000%3A618676" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538823"><img src="https://cdn.promodj.com/afs/21b64f904512928cd0f7aaad89c5b7bb%3Aresize%3A75x75%3Afill%3A000000%3A911cca" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538819"><img src="https://cdn.promodj.com/afs/662ecf0ba8598f4022f3bc6099e7dbd3%3Aresize%3A75x75%3Afill%3A000000%3A3c3d0e" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538818"><img src="https://cdn.promodj.com/afs/88bc08d97d8bba56ff64afd6c0a79c43%3Aresize%3A75x75%3Afill%3A000000%3A67fd79" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538816"><img src="https://cdn.promodj.com/afs/fb23ae2315675586f56a402a0e1014cc%3Aresize%3A75x75%3Afill%3A000000%3A8822e6" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538815"><img src="https://cdn.promodj.com/afs/066786cda95a7268f182fdcc8fd1e060%3Aresize%3A75x75%3Afill%3A000000%3Abc6cdf" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538814"><img src="https://cdn.promodj.com/afs/4dd678bd79be14c9a743020da7677f35%3Aresize%3A75x75%3Afill%3A000000%3Ae9015d" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538813"><img src="https://cdn.promodj.com/afs/2b469df116d697d54ed2497c1632632c%3Aresize%3A75x75%3Afill%3A000000%3A503a33" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538812"><img src="https://cdn.promodj.com/afs/b5cee82e4e96c1179b071dc86d73fb0c%3Aresize%3A75x75%3Afill%3A000000%3Ac14c16" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538811"><img src="https://cdn.promodj.com/afs/0825e84266cd7c7743ab9174e685b966%3Aresize%3A75x75%3Afill%3A000000%3A1c701c" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538809"><img src="https://cdn.promodj.com/afs/1b79fb7c42150e81e7c54d0addc6d542%3Aresize%3A75x75%3Afill%3A000000%3A28bf18" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538808"><img src="https://cdn.promodj.com/afs/0c69414a513e987ea311269843e02690%3Aresize%3A75x75%3Afill%3A000000%3A211446" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538807"><img src="https://cdn.promodj.com/afs/ff7a24f61070d6360500f8c5103b39ca%3Aresize%3A75x75%3Afill%3A000000%3Add11b2" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538806"><img src="https://cdn.promodj.com/afs/30290c875ea752204e5f62ff61fd60d7%3Aresize%3A75x75%3Afill%3A000000%3A858084" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538805"><img src="https://cdn.promodj.com/afs/daae56bc23a07e7fb200693666c6f068%3Aresize%3A75x75%3Afill%3A000000%3A557970" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538804"><img src="https://cdn.promodj.com/afs/abd1647f5fda3629546f59137ba811c7%3Aresize%3A75x75%3Afill%3A000000%3A3bfec0" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538803"><img src="https://cdn.promodj.com/afs/7ab84683681179492be85d8ae87f1f57%3Aresize%3A75x75%3Afill%3A000000%3A55c892" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538790"><img src="https://cdn.promodj.com/afs/5b6f30cfa2b5b4860dfb220f98aa2ab9%3Aresize%3A75x75%3Afill%3A000000%3A29f9f4" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538788"><img src="https://cdn.promodj.com/afs/91347a5e69936665df72ddf6e9aad35711%3Aresize%3A75x75%3Afill%3A000000%3A9d5c69" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538786"><img src="https://cdn.promodj.com/afs/4d969ac9727a0ece0873df2a3743356d%3Aresize%3A75x75%3Afill%3A000000%3Ac5e267" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538785"><img src="https://cdn.promodj.com/afs/c0a430740f40e1c29b8a105c055e6b0f%3Aresize%3A75x75%3Afill%3A000000%3A8aa926" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538783"><img src="https://cdn.promodj.com/afs/536cb2f8c6260cb433eabec231d01679%3Aresize%3A75x75%3Afill%3A000000%3A640e33" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538782"><img src="https://cdn.promodj.com/afs/cb4f75cf25bca85ec3125e3a7f1b9ede%3Aresize%3A75x75%3Afill%3A000000%3Aa6fc43" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/marked#foto1538781"><img src="https://cdn.promodj.com/afs/93bb2dda6beccd0f026dfaeb69756021%3Aresize%3A75x75%3Afill%3A000000%3A947808" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div></div>
       <div class="fotos_slam_sub"></div>
      </td></table></div>

     

     

      <table class="album album_list"><tr><td>
       <h5>
        <a class="album_title" amba="album:1389129" href="https://promodj.com/mikegorohov/foto/1389129">Walk In Day 2.0</a>
        <small><a href="https://promodj.com/mikegorohov/foto/1389129">4&nbsp;photos</a></small>
       </h5>
      </td></tr></table>

      <div style="padding-bottom: 1em;"><table class="clear"><td>
       <div class="fotos_slam"><div><a href="https://promodj.com/mikegorohov/foto/1389129/7509463"><img src="https://cdn.promodj.com/afs/e2aff20766ea4f9f9ca863de000bd44c12%3Aresize%3A75x75%3Afill%3A000000%3A6f5cca" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1389129/7509464"><img src="https://cdn.promodj.com/afs/99fb7374b2e182766e856dbcd46f9ccc12%3Aresize%3A75x75%3Afill%3A000000%3Aaa323f" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1389129/7509465"><img src="https://cdn.promodj.com/afs/cb0909cfeba57ed6fcbfb5c1d98336ae12%3Aresize%3A75x75%3Afill%3A000000%3A2ba082" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1389129/7509466"><img src="https://cdn.promodj.com/afs/d113805898ca500347cfef2d9b4521a012%3Aresize%3A75x75%3Afill%3A000000%3Acfdd1d" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div></div>
       <div class="fotos_slam_sub"></div>
      </td></table></div>

     

      <table class="album album_list"><tr><td>
       <h5>
        <a class="album_title" amba="album:1326548" href="https://promodj.com/mikegorohov/foto/1326548">Альбом 1</a>
        <small><a href="https://promodj.com/mikegorohov/foto/1326548">5&nbsp;photos</a></small>
       </h5>
      </td></tr></table>

      <div style="padding-bottom: 1em;"><table class="clear"><td>
       <div class="fotos_slam"><div><a href="https://promodj.com/mikegorohov/foto/1326548/7470628"><img src="https://cdn.promodj.com/afs/83de990361ced81dd001ae70f3915b2f12%3Aresize%3A75x75%3Afill%3A000000%3Ae7ffa4" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1326548/7229979"><img src="https://cdn.promodj.com/afs/8c9ce801d1158aef7b0bd7b7fd4a8b5d11%3Aresize%3A75x75%3Afill%3A000000%3Ad66567" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1326548/7470626"><img src="https://cdn.promodj.com/afs/b35619dfdcd28cae8236493a0d910df412%3Aresize%3A75x75%3Afill%3A000000%3Ab7e6be" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1326548/7470627"><img src="https://cdn.promodj.com/afs/4c019ab5817aae69c4d7fd2b5a24871312%3Aresize%3A75x75%3Afill%3A000000%3A22d9bd" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/1326548/7470629"><img src="https://cdn.promodj.com/afs/bc44d9dc9a245b21ba26edf125fe6d9012%3Aresize%3A75x75%3Afill%3A000000%3A736cf8" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div></div>
       <div class="fotos_slam_sub"></div>
      </td></table></div>

     

      <table class="album album_list"><tr><td>
       <h5>
        <a class="album_title" amba="album:820436" href="https://promodj.com/mikegorohov/foto/820436">mx B-day</a>
        <small><a href="https://promodj.com/mikegorohov/foto/820436">130&nbsp;photos</a></small>
       </h5>
      </td></tr></table>

      <div style="padding-bottom: 1em;"><table class="clear"><td>
       <div class="fotos_slam"><div><a href="https://promodj.com/mikegorohov/foto/820436/4741021"><img src="https://cdn.promodj.com/afs/a5d1f43dd5e270d70e0006c2e3ce5f1a%3Aresize%3A75x75%3Afill%3A000000%3A8f4f41" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741022"><img src="https://cdn.promodj.com/afs/681e02a6878fbfd885000361cbbf9114%3Aresize%3A75x75%3Afill%3A000000%3Aa67986" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741023"><img src="https://cdn.promodj.com/afs/087ec0668802f693dd13ee217d5e7d3d%3Aresize%3A75x75%3Afill%3A000000%3A9b13e3" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741024"><img src="https://cdn.promodj.com/afs/b861061a9ef7984a98180dcfd88cbbb9%3Aresize%3A75x75%3Afill%3A000000%3A6ae5af" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741025"><img src="https://cdn.promodj.com/afs/762001bcbfaf5485fb18b15a43604fa6%3Aresize%3A75x75%3Afill%3A000000%3Ae515e9" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741026"><img src="https://cdn.promodj.com/afs/7eb6af7049e8e5449ae2ea02d8fe7b56%3Aresize%3A75x75%3Afill%3A000000%3A4ca6a4" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741027"><img src="https://cdn.promodj.com/afs/202918aa8ddb01ca53b5c236d9fdcab8%3Aresize%3A75x75%3Afill%3A000000%3Aeb9bc1" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741028"><img src="https://cdn.promodj.com/afs/04c03ebd7f789a55538e5e7ee427bbf3%3Aresize%3A75x75%3Afill%3A000000%3A9ea0ab" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741031"><img src="https://cdn.promodj.com/afs/2e07bcd27d13d180cb5170019cfe2787%3Aresize%3A75x75%3Afill%3A000000%3Ac3db93" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741032"><img src="https://cdn.promodj.com/afs/683e4e45f9f6847f6a2cf53bd58fee27%3Aresize%3A75x75%3Afill%3A000000%3A1abcd6" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741035"><img src="https://cdn.promodj.com/afs/7d4e4daddf78180273f41d6a91ff4d78%3Aresize%3A75x75%3Afill%3A000000%3A968af5" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741036"><img src="https://cdn.promodj.com/afs/fad9234bf44e7bd49ef01919a1b13704%3Aresize%3A75x75%3Afill%3A000000%3A9f4c39" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741037"><img src="https://cdn.promodj.com/afs/cd8545ef353090f7ae64be953f7e455f%3Aresize%3A75x75%3Afill%3A000000%3Ae6079a" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741039"><img src="https://cdn.promodj.com/afs/77be2716b8dcc16bdc3f823ddd4f31c2%3Aresize%3A75x75%3Afill%3A000000%3A7e8b28" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741040"><img src="https://cdn.promodj.com/afs/5e8859a586303671a3a7c5df56c63d6d%3Aresize%3A75x75%3Afill%3A000000%3Aea2bda" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741042"><img src="https://cdn.promodj.com/afs/e8219eff9f8e481e4ebfef459939e1d1%3Aresize%3A75x75%3Afill%3A000000%3Aa60732" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741044"><img src="https://cdn.promodj.com/afs/4ff54cdc954cb5f96a3dc7fdde89ea22%3Aresize%3A75x75%3Afill%3A000000%3Aa9cd43" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741045"><img src="https://cdn.promodj.com/afs/db3c3c7e8171ea35c532594bc24aeb6f%3Aresize%3A75x75%3Afill%3A000000%3A3b2739" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741046"><img src="https://cdn.promodj.com/afs/e89f1f090b7e403afbda9542254be995%3Aresize%3A75x75%3Afill%3A000000%3A1ba9ac" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741047"><img src="https://cdn.promodj.com/afs/a5e0402b0f6241751ce05e9509b4dab9%3Aresize%3A75x75%3Afill%3A000000%3Ac0bc0e" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741049"><img src="https://cdn.promodj.com/afs/048e67f5007110c3c80a5a8a6a8b2eae%3Aresize%3A75x75%3Afill%3A000000%3Aaba5f8" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741050"><img src="https://cdn.promodj.com/afs/b7308082595f3d18cba75d172355900a%3Aresize%3A75x75%3Afill%3A000000%3A0c5eb3" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741052"><img src="https://cdn.promodj.com/afs/75d62114bd039e65a126684e870e73d9%3Aresize%3A75x75%3Afill%3A000000%3A1c6f06" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741053"><img src="https://cdn.promodj.com/afs/9f531e94dbc2d21e1265365d42dbc581%3Aresize%3A75x75%3Afill%3A000000%3A8d6784" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741054"><img src="https://cdn.promodj.com/afs/64666ad32c8102ddb0e8e5dcf4fc6722%3Aresize%3A75x75%3Afill%3A000000%3Af093ef" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741055"><img src="https://cdn.promodj.com/afs/52a76814d525d9bf6bbe0e5a2d9765dd%3Aresize%3A75x75%3Afill%3A000000%3Abffaea" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741057"><img src="https://cdn.promodj.com/afs/1a7df0aa2edefe9ae41ecd6eeaa6538a%3Aresize%3A75x75%3Afill%3A000000%3Ae39f9e" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741058"><img src="https://cdn.promodj.com/afs/d6db7221bda8cc834985107944463d6f%3Aresize%3A75x75%3Afill%3A000000%3A6c6be0" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741060"><img src="https://cdn.promodj.com/afs/b0657f20522331e03499c37004551394%3Aresize%3A75x75%3Afill%3A000000%3Ae617c0" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/820436/4741061"><img src="https://cdn.promodj.com/afs/fc0dc060221617d849be48d00ee8c512%3Aresize%3A75x75%3Afill%3A000000%3Aa74e8c" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div></div>
       <div class="fotos_slam_sub"></div>
      </td></table></div>

     

      <table class="album album_list"><tr><td>
       <h5>
        <a class="album_title" amba="album:322679" href="https://promodj.com/mikegorohov/foto/322679">I</a>
        <small><a href="https://promodj.com/mikegorohov/foto/322679">27&nbsp;photos</a></small>
       </h5>
      </td></tr></table>

      <div style="padding-bottom: 1em;"><table class="clear"><td>
       <div class="fotos_slam"><div><a href="https://promodj.com/mikegorohov/foto/322679/1538781"><img src="https://cdn.promodj.com/afs/93bb2dda6beccd0f026dfaeb69756021%3Aresize%3A75x75%3Afill%3A000000%3A947808" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538782"><img src="https://cdn.promodj.com/afs/cb4f75cf25bca85ec3125e3a7f1b9ede%3Aresize%3A75x75%3Afill%3A000000%3Aa6fc43" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538783"><img src="https://cdn.promodj.com/afs/536cb2f8c6260cb433eabec231d01679%3Aresize%3A75x75%3Afill%3A000000%3A640e33" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538785"><img src="https://cdn.promodj.com/afs/c0a430740f40e1c29b8a105c055e6b0f%3Aresize%3A75x75%3Afill%3A000000%3A8aa926" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538786"><img src="https://cdn.promodj.com/afs/4d969ac9727a0ece0873df2a3743356d%3Aresize%3A75x75%3Afill%3A000000%3Ac5e267" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538788"><img src="https://cdn.promodj.com/afs/91347a5e69936665df72ddf6e9aad35711%3Aresize%3A75x75%3Afill%3A000000%3A9d5c69" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538790"><img src="https://cdn.promodj.com/afs/5b6f30cfa2b5b4860dfb220f98aa2ab9%3Aresize%3A75x75%3Afill%3A000000%3A29f9f4" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538803"><img src="https://cdn.promodj.com/afs/7ab84683681179492be85d8ae87f1f57%3Aresize%3A75x75%3Afill%3A000000%3A55c892" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538804"><img src="https://cdn.promodj.com/afs/abd1647f5fda3629546f59137ba811c7%3Aresize%3A75x75%3Afill%3A000000%3A3bfec0" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538805"><img src="https://cdn.promodj.com/afs/daae56bc23a07e7fb200693666c6f068%3Aresize%3A75x75%3Afill%3A000000%3A557970" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538806"><img src="https://cdn.promodj.com/afs/30290c875ea752204e5f62ff61fd60d7%3Aresize%3A75x75%3Afill%3A000000%3A858084" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538807"><img src="https://cdn.promodj.com/afs/ff7a24f61070d6360500f8c5103b39ca%3Aresize%3A75x75%3Afill%3A000000%3Add11b2" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538808"><img src="https://cdn.promodj.com/afs/0c69414a513e987ea311269843e02690%3Aresize%3A75x75%3Afill%3A000000%3A211446" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538809"><img src="https://cdn.promodj.com/afs/1b79fb7c42150e81e7c54d0addc6d542%3Aresize%3A75x75%3Afill%3A000000%3A28bf18" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538811"><img src="https://cdn.promodj.com/afs/0825e84266cd7c7743ab9174e685b966%3Aresize%3A75x75%3Afill%3A000000%3A1c701c" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538812"><img src="https://cdn.promodj.com/afs/b5cee82e4e96c1179b071dc86d73fb0c%3Aresize%3A75x75%3Afill%3A000000%3Ac14c16" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538813"><img src="https://cdn.promodj.com/afs/2b469df116d697d54ed2497c1632632c%3Aresize%3A75x75%3Afill%3A000000%3A503a33" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538814"><img src="https://cdn.promodj.com/afs/4dd678bd79be14c9a743020da7677f35%3Aresize%3A75x75%3Afill%3A000000%3Ae9015d" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538815"><img src="https://cdn.promodj.com/afs/066786cda95a7268f182fdcc8fd1e060%3Aresize%3A75x75%3Afill%3A000000%3Abc6cdf" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538816"><img src="https://cdn.promodj.com/afs/fb23ae2315675586f56a402a0e1014cc%3Aresize%3A75x75%3Afill%3A000000%3A8822e6" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538818"><img src="https://cdn.promodj.com/afs/88bc08d97d8bba56ff64afd6c0a79c43%3Aresize%3A75x75%3Afill%3A000000%3A67fd79" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538819"><img src="https://cdn.promodj.com/afs/662ecf0ba8598f4022f3bc6099e7dbd3%3Aresize%3A75x75%3Afill%3A000000%3A3c3d0e" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538823"><img src="https://cdn.promodj.com/afs/21b64f904512928cd0f7aaad89c5b7bb%3Aresize%3A75x75%3Afill%3A000000%3A911cca" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538826"><img src="https://cdn.promodj.com/afs/5b3e1aca6a063a7a786321d35700b3bb%3Aresize%3A75x75%3Afill%3A000000%3A618676" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538827"><img src="https://cdn.promodj.com/afs/bdb19a1f393f2754fcbed59912f20463%3Aresize%3A75x75%3Afill%3A000000%3Aabc308" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538828"><img src="https://cdn.promodj.com/afs/60a1fc9315c8485fe378b72f0da33c3f%3Aresize%3A75x75%3Afill%3A000000%3A2a0628" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div><div><a href="https://promodj.com/mikegorohov/foto/322679/1538829"><img src="https://cdn.promodj.com/afs/91557b5f7a404141d26810762facdae3%3Aresize%3A75x75%3Afill%3A000000%3A64c821" width="75" height="75" onMouseOver="fotoslamI(this)" onMouseOut="fotoslamO(this)" class="foto" ></a></div></div>
       <div class="fotos_slam_sub"></div>
      </td></table></div>

     
    
    

    

   </div>
  </div>




  </div>
 </div>






  </div>
  </div>
  <div class="content_right" id="content_right" align="left"><aside>



<div id="atlas_240x400"><div class=" banner_carousel" data-zone="en_300x600_dj"><div class="banner_wrap"><div class="banner_item" data-no="1925"><a href='https://cnt.promodj.com/wut:banner1925?to=https%3A%2F%2Fmixed.news%2Fnews%2F1135559&hash=86a15179' target='_blank' style='font-size:0;display:block'><img src='https://cdn.promodj.com/st/banners/925/1925_d3b0a5.jpg' width='300' height='600' /></a></div><script>var banners = JSON.parse('{"current":1925,"banners":[1925,1900],"banner":{"1925":{"html":"&lt;div class=&quot;banner_item&quot; data-no=&quot;1925&quot;&gt;&lt;a href=\u0027https:\/\/cnt.promodj.com\/wut:banner1925?to=https%3A%2F%2Fmixed.news%2Fnews%2F1135559&amp;hash=86a15179\u0027 target=\u0027_blank\u0027 style=\u0027font-size:0;display:block\u0027&gt;&lt;img src=\u0027https:\/\/cdn.promodj.com\/st\/banners\/925\/1925_d3b0a5.jpg\u0027 width=\u0027300\u0027 height=\u0027600\u0027 \/&gt;&lt;\/a&gt;&lt;\/div&gt;","title":"PromoDJ Booking ENG","wut":"banner1925","duration":"30.00","progress":0,"zeropixel1":"","zeropixel2":""},"1900":{"html":"&lt;div class=&quot;banner_item&quot; data-no=&quot;1900&quot;&gt;&lt;iframe src=\u0027https:\/\/cdn.promodj.com\/st\/banners\/900\/1900_51e050\/?url=https%3A%2F%2Fcnt.promodj.com%2Fwut%3Abanner1900%3Fto%3Dhttps%253A%252F%252Fmixed.news%252Fnews%252F1133964%26hash%3D6436abb0&amp;r=1696885289\u0027 scrolling=\u0027no\u0027 frameborder=\u00270\u0027 marginwidth=\u00270\u0027 marginheight=\u00270\u0027 width=\u0027300\u0027 height=\u0027600\u0027 style=\u0027border: 0px; vertical-align: top;\u0027 style=\u0027opacity:0\u0027 onload=\u0027this.style.opacity=1;\u0027&gt;&lt;\/iframe&gt;&lt;\/div&gt;","title":"\u041f\u043e\u0434\u043a\u0430\u0441\u0442\u044b EN","wut":"banner1900","duration":"20.00","progress":0,"zeropixel1":"","zeropixel2":""}},"overlay":{"id":1988,"url":"https:\/\/cnt.promodj.com\/wut:banner1988?to=https%3A%2F%2Fr.advmusic.net%2F&hash=8a333906"}}');</script></div><div class="banner_progress"><div class="banner_progress_item banner_progress_item__active" data-no="1925"><div class="banner_progress_item_line"></div></div><div class="banner_progress_item" data-no="1900"><div class="banner_progress_item_line"></div></div></div></div></div>




  <a href="https://goodhit.me/promodj/?extra=promodj_web&utm_medium=sidebar" target="_blank" class="adv_advmusic" onclick="CORE.ADV.YaParams('advmusic','click','sidebar')"></a>














 

  <div class="h5c"><div id="t"><div id="lt"></div><div id="rt"></div></div></div><div class="h5">

   <h5>WAS HERE</h5>

   <div class="content who_was_there"><a amba="user:1587783" class="user" href="https://promodj.com/baker.08">Alex Mitsenko (BaKeR)</a>&nbsp; <a amba="user:3182064" class="user" href="https://promodj.com/radiopakmusic">ALEXANDER ПAK</a>&nbsp; <a amba="user:2741756" class="user user__premium" href="https://promodj.com/maxs.maraton">MAXS MARA<i>TON</i></a>&nbsp; <a amba="user:3803360" class="user user__premium" href="https://promodj.com/studio13">STUDIO <i>13</i></a>&nbsp; <a amba="user:3743208" class="user" href="https://promodj.com/id420748339">Алёша Рыбалов</a>&nbsp; <a amba="user:3692816" class="user" href="https://promodj.com/dj-capitan">Dj CAPITAN</a>&nbsp; <a amba="user:3601524" class="user" href="https://promodj.com/id233372320">Роман Сергеевич</a>&nbsp; <a amba="user:3067067" class="user" href="https://promodj.com/mogilamaks">Максим</a>&nbsp; <a amba="user:2567542" class="user" href="https://promodj.com/papik518">Игорь Т</a>&nbsp; <a amba="user:261329" class="user" href="https://promodj.com/mikegorohov">Mike Gorohov</a>&nbsp; <a amba="user:3422619" class="user" href="https://promodj.com/dis-tout">Dis Tout</a>&nbsp; <a amba="user:2323163" class="user" href="https://promodj.com/388580793510">Михаил</a>&nbsp; <a amba="user:1874405" class="user" href="https://promodj.com/davidoff.66">Александр</a>&nbsp; <a amba="user:3738503" class="user" href="https://promodj.com/krybkin1">Кирилл Рыбкин</a>&nbsp; <a amba="user:2894004" class="user" href="https://promodj.com/mike.gorohov">Mike Gorohov</a>&nbsp; <a amba="user:1076976" class="user user__premium" href="https://promodj.com/microdjss">Micro DJ Sound S<i>ystem</i></a>&nbsp; <a amba="user:114870" class="user" href="https://promodj.com/3-listka.ru">3-listka.ru</a>&nbsp; </div>

  </div><div class="h5c h5b"><div id="b"><div id="lb"></div><div id="rb"></div></div></div>

 






 <div class="featured_hotspot" style="position: relative;">
  
  <a href="https://promodj.com/sergey.vysotin/tracks/7651607/L_S_Joint_Work_You_Are_My_Paradise" id="featured_hotspot_7651607_553676312" style="width: 100%; height: 220px; display: block; position: relative; margin-bottom: 1.5em; border-radius: 5px;" class="playerr_hotspot"></a>

  <div class="whanthere_wrap"  style="position: absolute; display: inline; z-index: 1; top: 8px; left: 12px;">
    
        <a href="https://promodj.com/cp/money/services/featuredhotspot?utm_source=featuredhotspot&utm_medium=billing_hotspot&utm_campaign=billing_hotspot" class="main_chapter" style="position: relative;z-index: 1;">HOT SPOT</a>
        <a href="https://promodj.com/cp/money/services/featuredhotspot?utm_source=featuredhotspot&utm_medium=billing_hotspot&utm_campaign=billing_hotspot" class="main_chapter whanthere whanthere__hotspot">WANT TO BE HERE</a>
    
  </div>

  <script> CORE.Player('featured_hotspot_7651607_553676312', 'cover.big', 7651607); </script>
 </div>



























 



 
 

 <div class="h5c"><div id="t"><div id="lt"></div><div id="rt"></div></div></div><div class="h5">

  <h5><a href="https://promodj.com/onair/listen">LISTENED TO RIGHT NOW</a></h5>

  <div class="tracks_dump_small tracks_dump_have_to_hear">
   
    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps1'),event,7651321,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/salisowy/remixes/7651321/Jennifer_Lopez_Let_s_Get_Loud_DJ_Salis_Bootleg" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/fcbdb3ed99c5f8d6ccb1aec3efd2af7612%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3A3b1e2e)"></a>
    

    
<div class="player_mini_title"><a amba="file:7651321" onClick="return cb(event);" href="https://promodj.com/salisowy/remixes/7651321/Jennifer_Lopez_Let_s_Get_Loud_DJ_Salis_Bootleg">Jennifer Lopez - Let's Get Loud ( DJ Salis Bootleg )</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/salisowy/remixes/7651321/Jennifer_Lopez_Let_s_Get_Loud_DJ_Salis_Bootleg?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7651321,'standard.tiny');" id="tps1">144</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/salisowy/remixes/7651321/Jennifer_Lopez_Let_s_Get_Loud_DJ_Salis_Bootleg#comments"><span class="cc20816644">&nbsp;</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Electro
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps1';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps2'),event,5667485,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/artem81/tracks/5667485/Beliy_voron_dozhdi_pistoleti_cover" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/4bf102bf8d9880cf936b9bda73db4b9d12%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3A8414fa)"></a>
    

    
<div class="player_mini_title"><a amba="file:5667485" onClick="return cb(event);" href="https://promodj.com/artem81/tracks/5667485/Beliy_voron_dozhdi_pistoleti_cover">Белый ворон  – дожди пистолеты (cover)</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/artem81/tracks/5667485/Beliy_voron_dozhdi_pistoleti_cover?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,5667485,'standard.tiny');" id="tps2">318</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/artem81/tracks/5667485/Beliy_voron_dozhdi_pistoleti_cover#comments"><span class="cc16429029">&nbsp;</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Rock
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps2';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps3'),event,7625494,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/fonarev/podcasts/7625494/Fonarev_Digital_Emotions_826" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/6830b9f03d62555913b3b50b263347ff12%3Acrop%3A0x0%3A900x900%3A100x100%3A6aa03a)"></a>
    

    
<div class="player_mini_title"><a amba="file:7625494" onClick="return cb(event);" href="https://promodj.com/fonarev/podcasts/7625494/Fonarev_Digital_Emotions_826">Fonarev -Digital Emotions #826</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/fonarev/podcasts/7625494/Fonarev_Digital_Emotions_826?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7625494,'standard.tiny');" id="tps3">9 580</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/fonarev/podcasts/7625494/Fonarev_Digital_Emotions_826#comments"><span class="cc20774900">1</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Progressive House
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps3';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps4'),event,7651270,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/radiomoa/mixes/7651270/MUJO_Mole_cula_09_24" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/cedb9b17e3a1a08a52f5e7728ac862c512%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3A877c7e)"></a>
    

    
<div class="player_mini_title"><a amba="file:7651270" onClick="return cb(event);" href="https://promodj.com/radiomoa/mixes/7651270/MUJO_Mole_cula_09_24">MUJO - Molécula (09-24)</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/radiomoa/mixes/7651270/MUJO_Mole_cula_09_24?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7651270,'standard.tiny');" id="tps4">58</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/radiomoa/mixes/7651270/MUJO_Mole_cula_09_24#comments"><span class="cc20816572">1</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Tech House
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps4';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps5'),event,7525096,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/intoolate/remixes/7525096/LERIKA_Ya_zhdala_etot_Track_Intoolate_Remix" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/8e24a6f37f674c1d13d7fdd221502b3112%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3A4624f6)"></a>
    

    
<div class="player_mini_title"><a amba="file:7525096" onClick="return cb(event);" href="https://promodj.com/intoolate/remixes/7525096/LERIKA_Ya_zhdala_etot_Track_Intoolate_Remix">LERIKA - Я ждала этот Track (Intoolate Remix)</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/intoolate/remixes/7525096/LERIKA_Ya_zhdala_etot_Track_Intoolate_Remix?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7525096,'standard.tiny');" id="tps5">376</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/intoolate/remixes/7525096/LERIKA_Ya_zhdala_etot_Track_Intoolate_Remix#comments"><span class="cc20614832">4</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Club House
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps5';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps6'),event,7650913,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/djmonaco/mixes/7650913/DJ_MONACO_PLUS_VIBE_001" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/aec7bdd92cc65bab10a69e943e9ba9b112%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3A4ef0df)"></a>
    

    
<div class="player_mini_title"><a amba="file:7650913" onClick="return cb(event);" href="https://promodj.com/djmonaco/mixes/7650913/DJ_MONACO_PLUS_VIBE_001">DJ MONACO - PLUS VIBE 001</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/djmonaco/mixes/7650913/DJ_MONACO_PLUS_VIBE_001?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7650913,'standard.tiny');" id="tps6">143</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/djmonaco/mixes/7650913/DJ_MONACO_PLUS_VIBE_001#comments"><span class="cc20816021">&nbsp;</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Club House
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps6';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

    
  

  


  <div  class="player_mini player_mini__classic  player_mini__clickable" onClick="return Prelisten($('tps7'),event,7637907,'standard.tiny');">

    
      <a onClick="return cb(event);" href="https://promodj.com/great/radioshows/7637907/Great_Elements_946x_946" class="player_mini_avatar" style="background-image:url(https://cdn.promodj.com/afs/287d5751a6d02bb171c3f842e74352a611%3Aresize%3A100x100xxjpegxffffffxnoupscale%3Afill%3Affffff%3Abf89f3)"></a>
    

    
<div class="player_mini_title"><a amba="file:7637907" onClick="return cb(event);" href="https://promodj.com/great/radioshows/7637907/Great_Elements_946x_946">Great! - Elements 946x #946</a></div>

    <div class="player_mini_tools player_mini_tools__1">
      

      
        <a href="https://promodj.com/great/radioshows/7637907/Great_Elements_946x_946?play=1" class="player_mini_tool player_mini_tool__play" onClick="return Prelisten(this,event,7637907,'standard.tiny');" id="tps7">114</a>
      

      

      

      
        <a class="player_mini_tool player_mini_tool__comments" onClick="return cb(event);" href="https://promodj.com/great/radioshows/7637907/Great_Elements_946x_946#comments"><span class="cc20795381">&nbsp;</span>&nbsp;</a>
      

      

      

      

      

      

      
    </div>

    
      

      
        

      

      
      <div class="player_mini_tools player_mini_tools__2">
        
        

        

        
        <div class="player_mini_tool player_mini_tool__styles ">
          
            Progressive House
          
        </div>
        
      </div>
      


    


  </div>

    <script type="text/javascript">
      var file_id = 'tps7';

      
      CORE.Players.push({
        isPlayerr: true,
        isPlayerr: true,
        base: $(file_id),

        PlayerReceive: function() {},
        perform: function(action) {
          if (action != 'play') return
          this.base.onclick()
        },
      })
    </script>

   <div class="htv"></div>
  </div>

 </div><div class="h5c h5b"><div id="b"><div id="lb"></div><div id="rb"></div></div></div>





</aside>
</div>
  <div class="content_twice_footer"></div>
 </div>






  

  

  

  

  
    

      <div class="prefooter"></div>

      
        
  
    
    
      <div class="" data-zone="en_bottomline"><!-- $zone:en_bottomline --></div>
    
  





<footer><div class="footer_whole footer_whole__flex" id="footer" style="padding-bottom: 35px;">
 <div class="footer_whole_column footer_whole_logos">

  <a class="footer_whole_logos_pdj" href="https://promodj.com/"><img src="https://cdn.promodj.com/legacy/i/logo_2x.png" width="106" height="25" /></a>
  <div style="line-height: 1.6;">
    
      <div>Music sounds better with You!</div>
    
    <div style="padding: 5px 0 0 0; color: #999;">2024 &copy; PromoDJ &mdash; <a href="https://promodj.com/info">what is it?</a></div>
    
  </div>
 </div>

 <style type="text/css">
  .footer_whole_right { position: relative; top: -1px }
  .footer_whole_logos {width: 25%}
  .footer_whole { padding-top:30px;padding-bottom:0px; }
  .footer_whole_menu { width: auto; max-width: 13%; margin-top: -9px; }
</style>

<div class="footer_whole_column footer_whole_menu footer_whole_mainmenu">
  <div class="footer_whole_mainmenu_item footer_whole_servicemenu">
    <a  style="font-weight:bold" href="https://promodj.com/cp/money/services">Premium</a><br>
    <a  style="font-weight:bold" href="https://promodj.com/cp/money/services">Promotion</a><br>
    <a  style="font-weight:bold" href="https://promodj.com/info/faq">Help</a><br>
    <a  style="font-weight:bold" href="https://promodj.com/info/agreement">Agreement</a><br>
    <noindex><a style="font-weight:bold" href="https://promodj.com/info/abuse?abuseurl=https%3A%2F%2Fmikegorohov.promodj.com%2Fmikegorohov" onClick="this.href += '&right=1'; return true;">Complain</a></noindex>
  </div>

  <div class="footer_whole_mainmenu_item footer_whole_black">
    <a  href="https://promodj.com/featured">Featured</a><br>
    <a  href="https://promodj.com/music">Music</a><br>
    <a  href="https://promodj.com/contests">Contests</a><br>
    <a  href="https://promodj.com/djs">People</a><br>
    <a  href="https://promodj.com/top100">TOP&nbsp;100</a><br>
  </div>

  <div class="footer_whole_mainmenu_item footer_whole_black">
    
    
    <a  href="https://promodj.com/radio">Radio</a><br>
    <a  href="https://promodj.com/beta">Beta</a><br>
    <a  href="https://promodj.com/info">Info</a><br>
    
  </div>
</div>


 <div class="footer_whole_right">
   <form action="https://promodj.com/search" method="GET"><input type="text" name="searchinfor" class="search" style="width: 100%;" placeholder="search with me" /></form>

    <div class="footer_whole_right_items">
      <div class="footer_whole_right_blocks">
        
          <a class="footer_whole_right_item topline_user_item topline_user_item__login" onClick="return CORE.PleaseLogin();" href="https://promodj.com/login">Sign in</a>
          <a class="footer_whole_right_item topline_user_item topline_user_item__register" onClick="return CORE.PleaseRegister();" href="https://promodj.com/register">registration</a>
        
      </div>

      <div class="footer_whole_right_blocks">
        <div style="display: inline-block" class="footer_whole_pdjfm_app">
          <a class="icon" href="https://pdj.cc/mfm"><img src="https://cdn.promodj.com/legacy/i/fm_icon_70.png?2" width="35" height="35" /></a>
          <span class="text">
            <a href="https://pdj.cc/mfm" class="invert" style="font-weight: bold; display: inline-block; padding-top: 0.15em;">PromoDJ FM</a><br />
            <span style="font-size: 0.85em;">for <a class="invert" href="https://pdj.cc/mfma">Android</a> and <a class="invert" href="https://pdj.cc/mfmi">iOS</a></span>
          </span>
        </div>

        <div style="display: inline-block;margin-left: 35px;" class="footer_whole_top100_app">
         <a class="icon" href="https://pdj.cc/m100"><img src="https://cdn.promodj.com/legacy/i/top100_icon_70.png" width="35" height="35" /></a>
         <span class="text">
           <a href="https://pdj.cc/m100" class="invert" style="font-weight: bold; display: inline-block; padding-top: 0.15em;">TOP 100</a><br />
           <span style="font-size: 0.85em;">for <a class="invert" href="https://pdj.cc/m100a">Android</a> and <a class="invert" href="https://pdj.cc/m100i">iOS</a></span>
         </span>
        </div>
      </div>
    </div>

    

  <div style="width: 1px; height: 1px; overflow: hidden;"></div>
 </div>
 <div class="footer_whole_done"></div>
</div></footer>


        
      

      
        </div> <!-- body_container -->
        
      

      

    <!-- Yandex.Metrika counter --> <script type="text/javascript" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(146977, "init", { clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true }); </script> <noscript><div><img src="https://mc.yandex.ru/watch/146977" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
    <script type="text/javascript">
      setTimeout(function(){ ym(146977, 'reachGoal', 'pageload') },250)
    </script>

    


       <div id="bottomspot"></div> 

      </div> <!-- header_pre_whole -->

      
      

    

    

    <div style="position: absolute; left: 0px; bottom: 0px; width: 1px;">
      
      
      <img src="https://cnt.promodj.com/wut:-branding_zone_en_dj,branding1230" width="1" height="1" border="0" />
    </div>

    </div> <!-- topbrandingspot -->

    
  

  
  
  
  
  
  <div id="fb-root"></div>
  
</body>
</html>
