It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://makemebi.net/user/IssacCadwallader/rss.xml

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.    <meta charset="utf-8">
  5. <title>Make Me Bi</title>
  6. <meta name="description" content="BISEXUAL AND TRANSSEXUAL ENCOURAGEMENT VIDEO CLIPS">
  7. <meta name="keywords" content="BISEXUAL ENCOURAGEMENT, TRANSSEXUALS, BI-SEXUAL, GAY, BI JOI, CUM EATING INSTRUCTION, CUCKOLDING, DIRTY TALK, FEMALE DOMINATION, FETISH, GAY JERK OFF INSTRUCTION, HUMILIATION, GENDER TRANSFORMATION, ROLE PLAY, SOLO SHEMALES MASTURBATION, TRANSSEXUAL DOMINATRIX, BBC">
  8. <meta name="generator" content="DataLife Engine (http://dle-news.ru)">
  9. <link rel="search" type="application/opensearchdescription+xml" href="https://makemebi.net/index.php?do=opensearch" title="Make Me Bi"><link rel="alternate" type="application/rss+xml" title="" href="https://makemebi.net/user//rss.xml">
  10.  
  11. <script src="/engine/classes/js/jquery.js?v=27"></script>
  12. <script src="/engine/classes/js/jqueryui.js?v=27" defer></script>
  13. <script src="/engine/classes/js/dle_js.js?v=27" defer></script>
  14.    <meta charset="utf-8">
  15.    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  16.    <meta name="v17148" content="c7e4e2eff41a58444f5cb9f6817acd85" />
  17.    <link rel="stylesheet" href="/templates/MMB/css/bootstrap.css">
  18.    <link rel="stylesheet" href="/templates/MMB/css/animate.css">
  19.    <link rel="stylesheet" href="/templates/MMB/css/engine.css">
  20.    <link rel="stylesheet" href="/templates/MMB/css/styles.css">
  21.    <link rel="stylesheet" href="/templates/MMB/css/ssg.css">
  22.    <link rel="shortcut icon" href="/templates/MMB/images/favicon.ico">
  23.    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
  24.    <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  25. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  26.    <script src = "https://k2s.cc/js/links-to-preview.js" data-cfasync="false"> </script>
  27.  </head>
  28.  <script>
  29.    ; (function($, window, document, undefined) {
  30.    var pluginName = "jqueryAccordionMenu";
  31.    var defaults = {
  32.        speed: 300,
  33.        showDelay: 0,
  34.        hideDelay: 0,
  35.        singleOpen: true,
  36.        clickEffect: true
  37.    };
  38.    function Plugin(element, options) {
  39.        this.element = element;
  40.        this.settings = $.extend({},
  41.        defaults, options);
  42.        this._defaults = defaults;
  43.        this._name = pluginName;
  44.        this.init()
  45.    };
  46.    $.extend(Plugin.prototype, {
  47.        init: function() {
  48.            this.openSubmenu();
  49.            this.submenuIndicators();
  50.            if (defaults.clickEffect) {
  51.                this.addClickEffect()
  52.            }
  53.        },
  54.        openSubmenu: function() {
  55.            $(this.element).children("ul").find("li").bind("click touchstart",
  56.            function(e) {
  57.                e.stopPropagation();
  58.                e.preventDefault();
  59.                if ($(this).children(".submenu").length > 0) {
  60.                    if ($(this).children(".submenu").css("display") == "none") {
  61.                        $(this).children(".submenu").delay(defaults.showDelay).slideDown(defaults.speed);
  62.                        $(this).children(".submenu").siblings("a").addClass("submenu-indicator-minus");
  63.                        if (defaults.singleOpen) {
  64.                            $(this).siblings().children(".submenu").slideUp(defaults.speed);
  65.                            $(this).siblings().children(".submenu").siblings("a").removeClass("submenu-indicator-minus")
  66.                        }
  67.                        return false
  68.                    } else {
  69.                        $(this).children(".submenu").delay(defaults.hideDelay).slideUp(defaults.speed)
  70.                    }
  71.                    if ($(this).children(".submenu").siblings("a").hasClass("submenu-indicator-minus")) {
  72.                        $(this).children(".submenu").siblings("a").removeClass("submenu-indicator-minus")
  73.                    }
  74.                }
  75.                window.location.href = $(this).children("a").attr("href")
  76.            })
  77.        },
  78.        submenuIndicators: function() {
  79.            if ($(this.element).find(".submenu").length > 0) {
  80.                $(this.element).find(".submenu").siblings("a").append("<span class='submenu-indicator'>+</span>")
  81.            }
  82.        },
  83.        addClickEffect: function() {
  84.            var ink, d, x, y;
  85.            $(this.element).find("a").bind("click touchstart",
  86.            function(e) {
  87.                $(".ink").remove();
  88.                if ($(this).children(".ink").length === 0) {
  89.                    $(this).prepend("<span class='ink'></span>")
  90.                }
  91.                ink = $(this).find(".ink");
  92.                ink.removeClass("animate-ink");
  93.                if (!ink.height() && !ink.width()) {
  94.                    d = Math.max($(this).outerWidth(), $(this).outerHeight());
  95.                    ink.css({
  96.                        height: d,
  97.                        width: d
  98.                    })
  99.                }
  100.                x = e.pageX - $(this).offset().left - ink.width() / 2;
  101.                y = e.pageY - $(this).offset().top - ink.height() / 2;
  102.                ink.css({
  103.                    top: y + 'px',
  104.                    left: x + 'px'
  105.                }).addClass("animate-ink")
  106.            })
  107.        }
  108.    });
  109.    $.fn[pluginName] = function(options) {
  110.        this.each(function() {
  111.            if (!$.data(this, "plugin_" + pluginName)) {
  112.                $.data(this, "plugin_" + pluginName, new Plugin(this, options))
  113.            }
  114.        });
  115.        return this
  116.    }
  117. })(jQuery, window, document);
  118.  
  119. //обработчик
  120.        jQuery(document).ready(function () {
  121.                jQuery("#jquery-accordion-menu").jqueryAccordionMenu();
  122.                
  123.        });
  124. //активный класс
  125.        $(function(){        
  126.                $("#demo-list li").click(function(){
  127.                        $("#demo-list li.active").removeClass("active")
  128.                        $(this).addClass("active");
  129.                })        
  130.        })        
  131.  
  132.  
  133. function setEqualHeight(columns)
  134. {
  135. var tallestcolumn = 0;
  136. columns.each(
  137. function()
  138. {
  139. currentHeight = $(this).height();
  140. if(currentHeight > tallestcolumn)
  141. {
  142. tallestcolumn = currentHeight;
  143. }
  144. }
  145. );
  146. columns.height(tallestcolumn);
  147. }
  148. $(document).ready(function() {
  149. setEqualHeight($(".columns > div"));
  150. });
  151.    
  152.    $(function() {
  153. var Accordion = function(el, multiple) {
  154. this.el = el || {};
  155. this.multiple = multiple || false;
  156.  
  157. // Variables privadas
  158. var links = this.el.find('.link');
  159. // Evento
  160. links.on('click', {el: this.el, multiple: this.multiple}, this.dropdown)
  161. }
  162.  
  163. Accordion.prototype.dropdown = function(e) {
  164. var $el = e.data.el;
  165. $this = $(this),
  166. $next = $this.next();
  167.  
  168. $next.slideToggle();
  169. $this.parent().toggleClass('open');
  170.  
  171. if (!e.data.multiple) {
  172. $el.find('.submenu').not($next).slideUp().parent().removeClass('open');
  173. };
  174. }
  175.  
  176. var accordion = new Accordion($('#accordion'), false);
  177. });
  178.    
  179. $(function () {
  180.  $('[data-toggle="tooltip"]').tooltip()
  181. })
  182.  
  183.  
  184. $(function () {
  185.  $('[data-toggle="popover"]').popover()
  186. })
  187.  
  188. </script>
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  <body>
  195. <div class="container cnt">
  196.     <nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top" style="margin: 0 -15px 15px -15px;    border-bottom: 1px solid #000;">
  197.  <button class="btn btn-dark navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo03" aria-controls="navbarTogglerDemo03" aria-expanded="false" aria-label="Toggle navigation">
  198.    <span class="navbar-toggler-icon"></span>
  199.  </button>
  200.  
  201.  <div class="collapse navbar-collapse" id="navbarTogglerDemo03">
  202. <a class="navbar-brand" href="/"><span style="text-transform: none;color: #256FFF;">MA<span style="text-transform: none;color: #604FFF;">KE<span style="text-transform: none;color: #9835FF;">ME<span style="text-transform: none;color: #BE27FF;">BI<span style="text-transform: none;color: #7E42FF;">.NET</span></span></span></span></span></a>
  203.  
  204.    <ul class="navbar-nav">
  205.        <li class="nav-item">
  206.  
  207.        </li>
  208.      </ul>
  209.  </div>
  210. </nav>
  211.        <div class="row my">
  212.           <div class="col-md-12 col-lg-9 my">
  213.   <div class="col-lg-12 my">
  214. <div class="alert alert-warning" role="alert" style="width: 100%;">
  215.  <h4><span class="icon-info"></span> Warning! An error was detected</h4>
  216.  
  217.  This user has not been found.
  218. </div>
  219. </div>
  220.  
  221.              
  222.            <div id='dle-content'></div>
  223.            </div>
  224.            <div class="col-md-12 col-lg-3 my">
  225.                
  226. <div id="jquery-accordion-menu" class="jquery-accordion-menu mb15">
  227. <ul id="demo-list">
  228.  
  229. <li  id="cat1"><a href="https://makemebi.net/bi-sexual-encouragement/"> BISEXUAL ENCOURAGEMENT</a>
  230. </li><li  id="cat2"><a href="https://makemebi.net/cei/"> MALE CUM SWALLOWERS</a>
  231. </li><li  id="cat3"><a href="https://makemebi.net/cuckolding/"> CUCKOLDING</a>
  232. </li><li  id="cat4"><a href="https://makemebi.net/femdom/"> FEMALE DOMINATION</a>
  233. </li><li  id="cat5"><a href="https://makemebi.net/gay-joi/"> GAY JERK OFF INSTRUCTION</a>
  234. </li><li  id="cat7"><a href="https://makemebi.net/role-play/"> ROLE PLAY</a>
  235. </li><li  id="cat8"><a href="https://makemebi.net/shemales-masturbation/"> SOLO SHEMALES MASTURBATION</a>
  236. </li><li  id="cat9"><a href="https://makemebi.net/transsexual-dominatrix/"> TRANSSEXUAL DOMINATRIX</a>
  237. </li><li  id="cat10"><a href="https://makemebi.net/gender-transformation/"> GENDER TRANSFORMATION</a>
  238. </li>
  239. </ul>
  240.  
  241. </div>
  242.  
  243. <div class="block-head"><div class="corner thide"></div>Popular</div>
  244.    <div class="seep thide"></div>
  245.    <ul class="topnews"><a href="https://makemebi.net/bi-sexual-encouragement/5881-miss-honey-barefeet-cocksucking-101-for-beginner-faggots.html"><img src="/uploads/posts/2024-06/medium/1718395191_2.jpg" width="214" height="125" id="img_block"></a>
  246. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5881-miss-honey-barefeet-cocksucking-101-for-beginner-faggots.html" title="Miss Honey Barefeet :  Cocksucking 101 for Beginner Faggots">Miss Honey Barefeet :  Cocksucking 101 for Beginner Faggots</a></li></div>&nbsp
  247. </div>
  248. <a href="https://makemebi.net/bi-sexual-encouragement/5818-lexi-snow-stepmums-goth-cuckold.html"><img src="/uploads/posts/2024-06/medium/1717607893_1.jpg" width="214" height="125" id="img_block"></a>
  249. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5818-lexi-snow-stepmums-goth-cuckold.html" title="Lexi Snow :  StepMums Goth Cuckold">Lexi Snow :  StepMums Goth Cuckold</a></li></div>&nbsp
  250. </div>
  251. <a href="https://makemebi.net/bi-sexual-encouragement/5871-freyareign-suck-your-roommates-dick-for-your-girlfriend.html"><img src="/uploads/posts/2024-06/medium/1718223118_1.jpg" width="214" height="125" id="img_block"></a>
  252. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5871-freyareign-suck-your-roommates-dick-for-your-girlfriend.html" title="FreyaReign :  Suck Your Roommates Dick For Your Girlfriend">FreyaReign :  Suck Your Roommates Dick For Your Girlfriend</a></li></div>&nbsp
  253. </div>
  254. <a href="https://makemebi.net/cei/5870-lady-onyx-sissy-cum-dump.html"><img src="/uploads/posts/2024-06/medium/1718221934_1.jpg" width="214" height="125" id="img_block"></a>
  255. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/cei/5870-lady-onyx-sissy-cum-dump.html" title="Lady Onyx :  Sissy Cum Dump">Lady Onyx :  Sissy Cum Dump</a></li></div>&nbsp
  256. </div>
  257. <a href="https://makemebi.net/bi-sexual-encouragement/5916-bambi-bluu-cucked-by-goth-gf-and-bully.html"><img src="/uploads/posts/2024-06/medium/1718923981_1.jpg" width="214" height="125" id="img_block"></a>
  258. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5916-bambi-bluu-cucked-by-goth-gf-and-bully.html" title="Bambi Bluu :  CUCKED by GOTH GF and BULLY">Bambi Bluu :  CUCKED by GOTH GF and BULLY</a></li></div>&nbsp
  259. </div>
  260. <a href="https://makemebi.net/gay-joi/5909-dotadasp-my-dick-goes-crazy-and-expels-a-geyser-of-cum.html"><img src="/uploads/posts/2024-06/medium/1718828967_1.jpg" width="214" height="125" id="img_block"></a>
  261. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/gay-joi/5909-dotadasp-my-dick-goes-crazy-and-expels-a-geyser-of-cum.html" title="Dotadasp :  My Dick Goes Crazy And Expels A Geyser Of Cum">Dotadasp :  My Dick Goes Crazy And Expels A Geyser Of Cum</a></li></div>&nbsp
  262. </div>
  263. <a href="https://makemebi.net/bi-sexual-encouragement/5882-iworshipavaonyx-pov-sissified-and-cucked.html"><img src="/uploads/posts/2024-06/medium/1718397014_1.jpg" width="214" height="125" id="img_block"></a>
  264. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5882-iworshipavaonyx-pov-sissified-and-cucked.html" title="iworshipavaonyx :  POV Sissified and Cucked">iworshipavaonyx :  POV Sissified and Cucked</a></li></div>&nbsp
  265. </div>
  266. <a href="https://makemebi.net/gay-joi/5876-kelly-nixe-my-big-fat-cock-cant-fit-in-my-boxers.html"><img src="/uploads/posts/2024-06/medium/1718312534_2.jpg" width="214" height="125" id="img_block"></a>
  267. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/gay-joi/5876-kelly-nixe-my-big-fat-cock-cant-fit-in-my-boxers.html" title="Kelly Nixe :  My big fat cock cant fit in my boxers">Kelly Nixe :  My big fat cock cant fit in my boxers</a></li></div>&nbsp
  268. </div>
  269. <a href="https://makemebi.net/gay-joi/5807-jessica-sweet-jessy-in-the-skirt-with-diamonds.html"><img src="/uploads/posts/2024-06/medium/1717456355_1.jpg" width="214" height="125" id="img_block"></a>
  270. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/gay-joi/5807-jessica-sweet-jessy-in-the-skirt-with-diamonds.html" title="Jessica Sweet :  Jessy in the Skirt with Diamonds">Jessica Sweet :  Jessy in the Skirt with Diamonds</a></li></div>&nbsp
  271. </div>
  272. <a href="https://makemebi.net/bi-sexual-encouragement/5868-princess-larkin-mesmerize-cuckold.html"><img src="/uploads/posts/2024-06/medium/1718219603_6073-makemebi_net-00030.jpg" width="214" height="125" id="img_block"></a>
  273. <div class="block_text_a"><div class="text_q"><li><a href="https://makemebi.net/bi-sexual-encouragement/5868-princess-larkin-mesmerize-cuckold.html" title="Princess Larkin : Mesmerize Cuckold">Princess Larkin : Mesmerize Cuckold</a></li></div>&nbsp
  274. </div>
  275. </ul>
  276.    <div class="seep thide"></div>
  277. <div id="arhtabs">
  278.    <div class="block-head">
  279.        <div class="corner thide"></div>Partners</div>
  280. <div class="seep thide"></div>
  281. <ul class="mnav"></ul>    
  282.    <div class="seep thide"></div>
  283. <div align="center" class="bannerblock">      
  284.    <img src="//makemebi.net/uploads/posts/2020-01/1578861848_j240x400.jpg"/>
  285. </div>
  286. <ul class="mnav"></ul>
  287. </div>    
  288.            </div>
  289.        </div>
  290. </div>
  291.      <footer class="container" style="padding: 0;margin-top: 0;">
  292.       <div class="footer">
  293. <span class="float-right ff">MakeMeBi<span style="color: #5D9CEC;">.net</span></span>
  294. © MAKEMEBI.NET | 2019 - 2020
  295. <br><br>
  296. <!--LiveInternet counter--><script type="text/javascript">
  297. document.write('<a href="//www.liveinternet.ru/click" '+
  298. 'target="_blank"><img src="//counter.yadro.ru/hit?t42.8;r'+
  299. escape(document.referrer)+((typeof(screen)=='undefined')?'':
  300. ';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?
  301. screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+
  302. ';h'+escape(document.title.substring(0,150))+';'+Math.random()+
  303. '" alt="" title="LiveInternet" '+
  304. 'border="0" width="31" height="31"><\/a>')
  305. </script><!--/LiveInternet-->
  306.  
  307. <!-- /Yandex.Metrika informer -->&emsp;&emsp;<!-- /Yandex.Metrika informer -->
  308. </div>
  309. </footer>
  310. <div class="modal fade" id="auth" tabindex="-1" role="dialog" aria-labelledby="auth" aria-hidden="true">
  311.   <div class="modal-dialog modal-dialog-centered modal-sm" role="document">
  312.     <div class="modal-content">
  313. <div class="card" style="border-color: #373f52;">
  314.   <div class="hdlg"></div>
  315.     <img src="{foto}" class="ggwp"><br>
  316.       <h4 class="text-center" style="margin: 20px 0 20px 0;">%username_login%</h4>
  317.    
  318.  
  319. <div style="margin: 12px;">
  320. <div>
  321. <form  role="form" method="post" action="">
  322. <div class="form-group">
  323. <input class="form-control" style="width: 100%;" type="text" id="inputEmail" name="login_name" placeholder="Логин" />
  324. </div>
  325. <div class="form-group">
  326. <input class="form-control" style="width: 100%;" type="password" id="inputPassword" name="login_password" placeholder="Пароль" />
  327. </div>
  328.            
  329.                        
  330. <label for="checkbox1" class="custom-control custom-checkbox">
  331.  <input id="checkbox1" type="checkbox" value="1" name="login_not_save" class="custom-control-input">
  332.  <span class="custom-control-indicator"></span>
  333.  <span class="custom-control-description">Чужой компьютер</span>
  334. </label>
  335.  
  336.                    </div>
  337.                    
  338. <button type="submit" class="btn btn-sm btn-secondary btn-block"> Войти</button>
  339. <input class="form-control" name="login" type="hidden" id="login" value="submit" />
  340. </form>
  341. <div class="btn-group" role="group" style="width:100%;margin-top:12px;margin-bottom:0px;">
  342.  <a href="https://makemebi.net/index.php?do=register" class="btn btn-sm btn-secondary" style="width:50%;">Регистрация</a>
  343.  <a href="https://makemebi.net/index.php?do=lostpassword" class="btn btn-sm btn-secondary" style="width:50%;">Забыл пароль</a>
  344. </div>
  345. </div>
  346.  
  347. <div style="text-align: center;">
  348. <p>
  349. </p>
  350. </div>
  351. </div>
  352.  
  353.  
  354.  
  355. </div>
  356.     </div>
  357.    </div>
  358. </div>
  359.  
  360. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
  361. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
  362.  
  363.  
  364. <script src="/templates/MMB/js/tilt.jquery.js"></script>
  365. <script src="/templates/MMB/js/libs.js"></script>
  366. <script src="/templates/MMB/js/jquery.magnific-popup.js"></script>
  367. <script>
  368. <!--
  369. var dle_root       = '/';
  370. var dle_admin      = '';
  371. var dle_login_hash = 'd5270c77482f4908ab70364223bbead6e548b6c9';
  372. var dle_group      = 5;
  373. var dle_skin       = 'MMB';
  374. var dle_wysiwyg    = '1';
  375. var quick_wysiwyg  = '0';
  376. var dle_min_search = '4';
  377. var dle_act_lang   = ["Yes", "No", "Enter", "Cancel", "Save", "Delete", "Loading. Please, wait..."];
  378. var menu_short     = 'Quick edit';
  379. var menu_full      = 'Full edit';
  380. var menu_profile   = 'View profile';
  381. var menu_send      = 'Send message';
  382. var menu_uedit     = 'Admin Center';
  383. var dle_info       = 'Information';
  384. var dle_confirm    = 'Confirm';
  385. var dle_prompt     = 'Enter the information';
  386. var dle_req_field  = 'Please fill in all the required fields';
  387. var dle_del_agree  = 'Are you sure you want to delete it? This action cannot be undone';
  388. var dle_spam_agree = 'Are you sure you want to mark the user as a spammer? This will remove all his comments';
  389. var dle_c_title    = 'Send a complaint';
  390. var dle_complaint  = 'Enter the text of your complaint to the Administration:';
  391. var dle_mail       = 'Your e-mail:';
  392. var dle_big_text   = 'Highlighted section of text is too large.';
  393. var dle_orfo_title = 'Enter a comment to the detected error on the page for Administration ';
  394. var dle_p_send     = 'Send';
  395. var dle_p_send_ok  = 'Notification has been sent successfully ';
  396. var dle_save_ok    = 'Changes are saved successfully. Refresh the page?';
  397. var dle_reply_title= 'Reply to the comment';
  398. var dle_tree_comm  = '0';
  399. var dle_del_news   = 'Delete article';
  400. var dle_sub_agree  = 'Do you really want to subscribe to this article’s comments?';
  401. var dle_captcha_type  = '0';
  402. var allow_dle_delete_news   = false;
  403. var dle_search_delay   = false;
  404. var dle_search_value   = '';
  405. jQuery(function($){
  406. FastSearch();
  407. });
  408. //-->
  409. </script>
  410. </body>
  411. </html>
  412. <!-- DataLife Engine Copyright SoftNews Media Group (http://dle-news.ru) -->
  413.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda