<!DOCTYPE html>
<html lang="bg-bg">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="robots" content="index, follow">
  <meta name="verify-v1" content="T9uForlUvqVx7VEkH3sLdKtSPEuO/8QL+QT66otfeQo=">
  <meta name="keywords" content="мъжко списание,men.bg,менбг,мен бг,menbg,онлайн списание,списание за мъже,мъжко списание,men.bg,menbg, men bg,мъже,онлайн списание,мъж,менбг, мъжко списание,мен бг, онлайн списание, мъже, мъжко списание,men.bg">
  <meta name="description" content="Списание за мъже. Мъжко списание. Онлайн списание за мъже. Какво мислят жените за мъжете в онлайн списанието MenBG">
  <title>ENJOY - Mъжко списание, онлайн - MenBG.com - Списание за мъже!</title>
  <link rel="shortcut icon" href="/images/favicon.ico">
  <link href="/enjoy?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0">
  <link href="/enjoy?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0">
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap" rel="stylesheet">
  
  <style>
    /* Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      line-height: 1.6;
      color: #2d3436;
      background: #f5f6fa;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    ul {
      list-style: none;
    }

    /* Container */
    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* Header */
    .site-header {
      background: linear-gradient(135deg, #1a1a1a 0%, #2d3436 100%);
      padding: 24px 0;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    .site-header .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .logo {
      font-size: 32px;
      font-weight: 900;
      color: #fff;
      letter-spacing: -1px;
    }

    .logo:hover {
      transform: scale(1.05);
      color: #ffa502;
    }

    /* Main Navigation */
    .main-nav {
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      position: sticky;
      top: 76px;
      z-index: 999;
      border-bottom: 2px solid #e1e8ed;
    }

    .nav-menu {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      padding: 12px 0;
      justify-content: center;
    }

    .nav-menu li a {
      display: block;
      padding: 12px 20px;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .nav-menu li a:hover,
    .nav-menu li.active a {
      background: #ff4757;
      color: #fff;
    }

    /* Sub Navigation */
    .sub-nav {
      background: #f8f9fa;
      border-bottom: 1px solid #e1e8ed;
      padding: 12px 0;
    }

    .sub-menu {
      display: flex;
      gap: 8px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .sub-menu li a {
      display: block;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: 600;
      color: #2d3436;
      border-radius: 20px;
      background: #fff;
      border: 2px solid transparent;
      transition: all 0.3s ease;
    }

    .sub-menu li a:hover {
      background: #ff4757;
      color: #fff;
      border-color: #ff4757;
      transform: translateY(-2px);
    }

    /* Breadcrumbs */
    .breadcrumbs-section {
      background: #fff;
      padding: 16px 0;
      border-bottom: 1px solid #e1e8ed;
    }

    .breadcrumbs {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #636e72;
    }

    .breadcrumbs a {
      color: #ff4757;
      font-weight: 600;
    }

    .breadcrumbs .current {
      color: #2d3436;
      font-weight: 600;
    }

    /* Main Content */
    .main-content {
      padding: 48px 0;
    }

    .content-wrapper {
      display: grid;
      grid-template-columns: 180px 1fr 340px;
      gap: 40px;
      align-items: start;
    }

    /* Category Header */
    .category-header {
      background: linear-gradient(135deg, #ff4757 0%, #ffa502 100%);
      padding: 48px;
      border-radius: 16px;
      margin-bottom: 40px;
      color: #fff;
      box-shadow: 0 8px 32px rgba(255,71,87,0.3);
    }

    .page-title {
      font-size: 48px;
      font-weight: 900;
      margin-bottom: 12px;
      letter-spacing: -1px;
    }

    .category-description {
      font-size: 18px;
      opacity: 0.95;
    }

    /* Featured Article */
    .featured-article {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0,0,0,0.12);
      margin-bottom: 40px;
      transition: all 0.3s ease;
    }

    .featured-article:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(0,0,0,0.16);
    }

    .featured-content {
      padding: 32px;
    }

    .featured-cat {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #ff4757;
      margin-bottom: 12px;
    }

    .featured-title {
      font-size: 32px;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 16px;
      color: #1a1a1a;
    }

    .featured-title:hover {
      color: #ff4757;
    }

    .featured-excerpt {
      font-size: 16px;
      color: #636e72;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .featured-thumb {
      width: 120px;
      height: 80px;
      float: left;
      margin-right: 16px;
      border-radius: 8px;
      overflow: hidden;
    }

    .featured-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Articles List */
    .articles-list {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .article-item {
      display: flex;
      gap: 24px;
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      padding: 20px;
    }

    .article-item:hover {
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      transform: translateY(-4px);
    }

    .article-thumb {
      flex-shrink: 0;
      width: 120px;
      height: 80px;
      border-radius: 8px;
      overflow: hidden;
      background: #f8f9fa;
    }

    .article-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease;
    }

    .article-item:hover .article-thumb img {
      transform: scale(1.1);
    }

    .article-info {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .article-cat {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #ff4757;
      margin-bottom: 8px;
    }

    .article-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .article-title:hover {
      color: #ff4757;
    }

    .article-excerpt {
      font-size: 14px;
      color: #636e72;
      line-height: 1.6;
      margin-bottom: 12px;
      flex-grow: 1;
    }

    .article-footer {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .fb-like-wrapper iframe {
      border: none;
      overflow: hidden;
    }

    /* Pagination */
    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      margin-top: 48px;
      padding: 32px 0;
      flex-wrap: wrap;
    }

    .page-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      height: 44px;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 600;
      color: #2d3436;
      background: #fff;
      border: 2px solid #e1e8ed;
      border-radius: 8px;
      transition: all 0.3s ease;
    }

    .page-link:hover {
      background: #ff4757;
      color: #fff;
      border-color: #ff4757;
      transform: translateY(-2px);
    }

    .page-link.active {
      background: #ff4757;
      color: #fff;
      border-color: #ff4757;
    }

    .page-link.disabled {
      color: #b2bec3;
      cursor: not-allowed;
      opacity: 0.5;
    }

    .page-link.disabled:hover {
      background: #fff;
      color: #b2bec3;
      border-color: #e1e8ed;
      transform: none;
    }

    /* Left Sidebar */
    .left-sidebar {
      position: sticky;
      top: 140px;
    }

    .left-widget {
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .left-widget h3 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px;
      color: #1a1a1a;
    }

    .rss-info {
      line-height: 2;
    }

    /* Right Sidebar */
    .right-sidebar {
      position: sticky;
      top: 140px;
    }

    .widget {
      background: #fff;
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 24px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .widget h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 16px;
      color: #1a1a1a;
    }

    .widget-banner {
      padding: 0;
      overflow: hidden;
    }

    .widget-banner img {
      width: 100%;
      border-radius: 12px;
    }

    /* Login Form */
    .login-form fieldset {
      border: none;
    }

    .form-field {
      margin-bottom: 16px;
    }

    .form-field label {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: #2d3436;
      margin-bottom: 8px;
    }

    .form-field input {
      width: 100%;
      padding: 12px;
      font-size: 14px;
      border: 2px solid #e1e8ed;
      border-radius: 8px;
      transition: all 0.3s ease;
      font-family: inherit;
    }

    .form-field input:focus {
      outline: none;
      border-color: #ff4757;
      box-shadow: 0 0 0 3px rgba(255,71,87,0.1);
    }

    .login-links {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #e1e8ed;
    }

    .login-links li {
      margin-bottom: 8px;
    }

    .login-links a {
      font-size: 13px;
      color: #ff4757;
      font-weight: 600;
    }

    .login-links a:hover {
      text-decoration: underline;
    }

    /* Footer */
    .site-footer {
      background: #1a1a1a;
      color: #fff;
      padding: 48px 0 24px;
      margin-top: 48px;
    }

    .footer-content {
      text-align: center;
      max-width: 900px;
      margin: 0 auto;
    }

    .footer-content p {
      font-size: 14px;
      color: rgba(255,255,255,0.9);
      line-height: 1.8;
      margin-bottom: 16px;
    }

    .footer-content a {
      color: #ffa502;
      font-weight: 600;
    }

    .footer-tracking {
      text-align: center;
      margin-top: 24px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .content-wrapper {
        grid-template-columns: 1fr;
      }

      .left-sidebar,
      .right-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
      }
    }

    @media (max-width: 768px) {
      .nav-menu {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      .nav-menu::-webkit-scrollbar {
        display: none;
      }

      .nav-menu li a {
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 13px;
      }

      .sub-menu {
        justify-content: flex-start;
        overflow-x: auto;
      }

      .category-header {
        padding: 32px 24px;
      }

      .page-title {
        font-size: 36px;
      }

      .featured-title {
        font-size: 24px;
      }

      .article-item {
        flex-direction: column;
      }

      .article-thumb {
        width: 100%;
        height: 160px;
      }

      .article-title {
        font-size: 18px;
      }

      .pagination {
        gap: 4px;
      }

      .page-link {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
      }
    }

    @media (max-width: 480px) {
      .container {
        padding: 0 16px;
      }

      .site-header {
        padding: 16px 0;
      }

      .page-title {
        font-size: 28px;
      }

      .category-header {
        padding: 24px 20px;
      }

      .featured-content {
        padding: 24px 20px;
      }

      .article-item {
        padding: 16px;
      }

      .article-thumb {
        height: 140px;
      }
    }
  </style>
</head>
<body>
  <!-- Header -->
  <header class="site-header">
    <div class="container">
      <a href="/" class="logo">
        <img src="/templates/HOMEPAGE/images/blank.gif" alt="MenBG Logo" id="logo">
      </a>
      <div class="header-ad">
        <script type="text/javascript"></script>
      </div>
    </div>
  </header>

  <!-- Main Navigation -->
  <nav class="main-nav">
    <div class="container">
      <ul class="nav-menu">
        <li><a href="#">Актуално</a></li>
        <li><a href="/majki-raboti">Мъжки работи</a></li>
        <li>Секс</li>
        <li>Мацки</li>
        <li>Мъж Голям</li>
        <li>Мода и Стил</li>
        <li>Кариера и Кеш</li>
        <li>Здраво тяло</li>
        <li>Скорости</li>
        <li>От жени за мъже</li>
        <li class="active"><a href="/enjoy">ENJOY</a></li>
        <li>От читателите</li>
        <li>ИГРИ</li>
        <li>ФОРУМ</li>
        <li><a href="/" target="_blank">Съветник за мъже</a></li>
      </ul>
    </div>
  </nav>

  <!-- Sub Navigation -->
  <div class="sub-nav">
    <div class="container">
      <ul class="sub-menu">
        <li>Куриози</li>
        <li>Вицове</li>
        <li>Идеи за...</li>
        <li>Класации</li>
        <li>Отдушник</li>
        <li>Любопитно</li>
      </ul>
    </div>
  </div>

  <!-- Breadcrumbs -->
  <div class="breadcrumbs-section">
    <div class="container">
      <div class="breadcrumbs">
        <a href="/">Начална страница</a>
        <span class="separator">→</span>
        <span class="current">ENJOY</span>
      </div>
    </div>
  </div>

  <!-- Main Content -->
  <main class="main-content">
    <div class="container">
      <div class="content-wrapper">
        <!-- Left Sidebar -->
        <aside class="left-sidebar">
          <div class="left-widget">
            <h3>Абонирайте се чрез RSS:</h3>
            <div class="rss-info">
              <br><br><br><br><br><br><br><br><br><br><br><br><br>
            </div>
          </div>
        </aside>

        <!-- Main Content Area -->
        <section class="main-section">
          <!-- Category Header -->
          <div class="category-header">
            <h1 class="page-title">ENJOY</h1>
            <p class="category-description">Забавление, класации, куриози и всичко, което те кара да се усмихнеш</p>
          </div>

          <!-- Featured Article -->
          <article class="featured-article">
            <div class="featured-content">
              <div class="featured-cat">
                Класации
              </div>
              Най-гадните неща, които жените причиняват на мъжете
              <div class="featured-excerpt">
                
                  <img src="/plugins/content/imagesresizecache/146aeed8d024554b1d0713a1fa92496f.jpeg" alt="Най-гадните неща, които жените причиняват на мъжете">
                
                Въпреки че са наричани нежния пол, има жени, които с право са окичвани с нежното определение „психарки" или „манипулативни кучки". Направихме списък на най-коварните женски хитринки, с които...
              </div>
              <div class="article-footer">
                <div class="fb-like-wrapper">
                  <iframe src="%2Fenjoy%2Fklasacii%2F2274-nai-gadnite-neshta-koito-zhenite-prichinyavat-na-mazhete-&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                </div>
              </div>
            </div>
          </article>

          <!-- Articles List -->
          <div class="articles-list">
            <!-- Article 1 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/7a4c937bfd95032fe58f148c896ba368.jpeg" alt="Уникални успешни реклами">
              
              <div class="article-info">
                <div class="article-cat">
                  Любопитно
                </div>
                Уникални успешни реклами
                <p class="article-excerpt">Подготвили сме ти петъчна доза зашеметяващи реклами. Учи се от големите, ако искаш и ти да съзададеш нещо уникално и запомнящо се, което прави пари и носи слава, така както те са направили...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Flubopitno%2F2252-unikalni-uspeshni-reklami&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 2 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/b6895df4d90bda153f690adaac3b5c9e.jpeg" alt="Как да харчиш по-малко бензин?">
              
              <div class="article-info">
                <div class="article-cat">
                  Идеи за ...
                </div>
                Как да харчиш по-малко бензин?
                <p class="article-excerpt">Напоследък една от най-наболелите теми у нас е бензинът и мистерията около тенденциозно растящата му цена. Така или иначе, Бойко заключи, че нищо не може да направи по темата (освен разбир...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Fidei-za%2F2242-kak-da-harchish-po-malko-benzin-&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 3 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/46d721b6f9b53093d7249d20cf433522.jpeg" alt="Най-добрите ресторанти в света – 2011">
              
              <div class="article-info">
                <div class="article-cat">
                  Любопитно
                </div>
                Най-добрите ресторанти в света – 2011
                <p class="article-excerpt">И тази година световната класация за най-добри ресторанти в света "Сейнт Пелегрино" не пропусна да определи и оповести официално победителите. Списъкът е съставен от цели 50 класирали се, н...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Flubopitno%2F2238-nai-dobrite-restoranti-v-sveta-2011&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 4 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/5a5365ab25b59f33a6a7b1f251f82a6c.jpeg" alt="Най-горещите 10 сцени с целувки между жени в киното">
              
              <div class="article-info">
                <div class="article-cat">
                  Класации
                </div>
                Най-горещите 10 сцени с целувки между жени в киното
                <p class="article-excerpt">Няма мъж, който да не намира за убийствено секси две жени, които се целуват с език. Затова направихме списък на най-горещите сцени в киното, където актриси разменят нежни френски ласки. Ц...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Fklasacii%2F2227-nai-goreshtite-10-stzeni-s-tzeluvki-mezhdu-zheni-v-kinoto-&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 5 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/230b49c5a4b042efeaf8a90cee2cac16.jpeg" alt="Топ 10 на най-гадните убийства в животинския свят">
              
              <div class="article-info">
                <div class="article-cat">
                  Класации
                </div>
                Топ 10 на най-гадните убийства в животинския свят
                <p class="article-excerpt">Благодарение на еволюцията може да ходим прави, да разсъждаваме и да произвеждаме ракия. Заедно с позитивите си обаче, еволюцията има и една друга негативна страна – садистичната. Ловуването...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Fklasacii%2F2174-top-10-na-nai-gadnite-ubiistva-v-zhivotinskiya-svyat-&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 6 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/f80d4dd856203258e0d90d7ede2e6766.jpeg" alt="Забавни факти за Свети Валентин">
              
              <div class="article-info">
                <div class="article-cat">
                  Любопитно
                </div>
                Забавни факти за Свети Валентин
                <p class="article-excerpt">Дори и да си мечтаеш, Денят на влюбените да те подмине, и тази година това ще стане трудно. И за да си в тон с всеобщия дух, сме ти подготвили малко полезна информация за 14ти февруари. Заб...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Flubopitno%2F2172-zabavni-fakti-sveti-valentin&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 7 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/e05db1392a1086e825fef262175b34c9.jpeg" alt="Едно друго лице на войната по пътищата">
              
              <div class="article-info">
                <div class="article-cat">
                  Отдушник
                </div>
                Едно друго лице на войната по пътищата
                <p class="article-excerpt">Напоследък все си мисля за една друга страна на войната по пътищата. Не искам да неглижирам пътните изнциденти, които стават следствие некадърен шофьорлък или разни почерпили се, които мисля...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Fotdushnik%2F2164-edno-drugo-litze-na-voinata-po-patishtata-&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>

            <!-- Article 8 -->
            <article class="article-item">
              
                <img src="/plugins/content/imagesresizecache/63b9dd8a5554ca876f5b2be86f9eecba.jpeg" alt="Още нямаш идея къде ще си на Нова година?">
              
              <div class="article-info">
                <div class="article-cat">
                  Идеи за ...
                </div>
                Още нямаш идея къде ще си на Нова година?
                <p class="article-excerpt">Ако все още нямаш идея какво ще правиш на 31ви вечерта, ето нашите експресни предложения: Присъедини се към компанията, която най-малко ще ти направи проблем и ще се пазари. Дори да не може...</p>
                <div class="article-footer">
                  <div class="fb-like-wrapper">
                    <iframe src="%2Fenjoy%2Fidei-za%2F2134-oshte-nyamash-ideya-kade-shte-si-na-nova-godina&layout=button_count&show_faces=false&width=100&action=like&font=verdana&colorscheme=light&height=28" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:28px;" allowtransparency="true"></iframe>
                  </div>
                </div>
              </div>
            </article>
          </div>

          <!-- Pagination -->
          <div class="pagination">
            <span class="page-link disabled"><< Начало</span>
            <span class="page-link disabled">< Предишна</span>
            <span class="page-link active">1</span>
            2
            3
            4
            5
            6
            7
            8
            9
            10
            Следваща >
            Край >>
          </div>
        </section>

        <!-- Right Sidebar -->
        <aside class="right-sidebar">
          <!-- Banner Widget 1 -->
          <div class="widget widget-banner">
            
              <img src="/images/banners/3.jpg" alt="Банер">
            
          </div>

          <!-- Facebook Widget -->
          <div class="widget">
            <script type="text/javascript">FB.init("28768fd032e5743440a9371a31db6853");</script>
            <fan profile_id="167977075678" stream="" connections="15" width="300" height="317"></fan>
          </div>

          <!-- Banner Widget 2 -->
          <div class="widget widget-banner">
            
              <img src="/images/banners/bannn.jpg" alt="Банер">
            
          </div>

          <!-- Login Widget -->
          <div class="widget">
            <h3>Вход</h3>
            <form action="/enjoy" method="post" name="login" id="form-login" class="login-form">
              <fieldset>
                <div class="form-field">
                  <label for="modlgn_username">Потребителско име</label>
                  <input type="text" id="modlgn_username" name="username">
                </div>
                <div class="form-field">
                  <label for="modlgn_passwd">Парола</label>
                  <input type="password" id="modlgn_passwd" name="passwd">
                </div>
              </fieldset>
              <ul class="login-links">
                <li>Забравена парола?</li>
                <li>Забравено потребителско име?</li>
                <li>Регистрирайте се</li>
              </ul>
            </form>
          </div>
        </aside>
      </div>
    </div>
  </main>

  <!-- Footer -->
  <footer class="site-footer">
    <div class="container">
      <div class="footer-content">
        <p><em>Всички статии, помесетни в този сайт, са собственост на МенБГ.ком и са под защита на Закона за авторското право. При използване на информация от сайта, e необходимо да бъде упоменат източника и добавен линк към <a href="/" target="_blank">www.menbg.com</a>. <strong>MenBG.com 2007-2011</strong></em></p>
        <p><a href="http://websaitove.com/" target="_blank">Изработка на сайт: WebSaitove.com</a></p>
      </div>

      <div class="footer-tracking">
        <script type="text/javascript"></script>
        <noscript>
          <a href="http://www.tyxo.bg/?28467" target="_blank">
            <img src="http://cnt.tyxo.bg/28467" width="1" height="1" border="0" alt="Tyxo.bg counter">
          </a>
        </noscript>
      </div>
    </div>
  </footer>

  <script type="text/javascript" src="/media/system/js/mootools.js"></script>
  <script type="text/javascript" src="/media/system/js/caption.js"></script>
  <script type="text/javascript" src="/templates/HOMEPAGE/js/roksameheight.js"></script>
</body>
</html>
