Showing source for: https://www.e-cep.org/
Duration: 2.051679s
Server: Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--[if IE 7]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie7"><![endif]-->
<!--[if IE 8]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie8"><![endif]-->
<!--[if IE 9]><html xmlns="http://www.w3.org/1999/xhtml" lang="eng" xml:lang="eng" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="eng" xml:lang="eng" xmlns="http://www.w3.org/1999/xhtml">
    <!--<![endif]-->
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
        <meta content="telephone=no" name="format-detection">
        <title>
   Clinical and Experimental Pediatrics
        </title>
        <meta content="H_oOSiqZC6Vvbmy5nJ8SRy04LxsVZwmG5hdsaVD-Q8o" name="google-site-verification">
        <meta content="IE=Edge,Chrome=1" http-equiv="X-UA-Compatible">
        <meta content="Clinical and Experimental Pediatrics" name="Title">
        <meta content="Clinical and Experimental Pediatrics" name="Subject">
        <meta content="Clinical and Experimental Pediatrics is a peer-reviewed medical journal of Pediatrics. Clinical and Experimental Pediatrics covers clinical and research work relevant to all aspects of child healthcare" name="Description">
        <meta content="Clinical and Experimental Pediatrics, Clin Exp Pediatr, CEP, Korean Journal of Pediatric, Korean J Pediatr, Korean Pediatric Society" name="Keywords">
        <link href="/image/icon/favicon.ico" rel="shortcut icon">
        <link href="/css/common_v1.1.css" rel="stylesheet" type="text/css">
        <link href="/css/style.css?1714984231" rel="stylesheet" type="text/css">
        <script src="/script/jquery.js" type="text/javascript">
        </script>
        <script src="/script/jquery.placeholder.js" type="text/javascript">
        </script>
        <script src="/script/jquery.bxslider.min.js" type="text/javascript">
        </script>
        <script src="/script/user.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            function journal_download(type, sid, filename) {
                var increase_column;
                if (type == "pdf") {
                    var openWindow = window.open("about:blank");
                    openWindow.location.href = '/upload/pdf/' + filename;
                    increase_column = "pdf_down";
                } else if (type == "epub") {
                    location.href = '/func/download.php?' + filename;
                    increase_column = "epub_down";
                }
                $.ajax({
                    type: 'POST',
                    data: {
                        table: 'journal_tbl',
                        column: increase_column,
                        count: 1,
                        condition_column: 'sid',
                        condition_value: sid
                    },
                    url: '/func/count_increase.php'
                });
            }
            var acIdx = -1;
            function autoCompleteHead(v) {
                if (event.keyCode >= 37 && event.keyCode <= 40) {
                    if (event.keyCode % 2) return;
                    var max = $(".autoKeywords").size();
                    if (event.keyCode == 38) acIdx--; else if (event.keyCode == 40) acIdx++;
                    if (acIdx < 0) acIdx = max - 1;
                    if (acIdx > max - 1) acIdx = 0;
                    $(".autoKeywords").css("background", "#ffffff");
                    $(".autoKeywords").eq(acIdx).css("background", "#e9e9e9");
                    $("input[name='term_all']").val($(".autoKeywords").eq(acIdx).text());
                    return;
                }
                acIdx = -1;
                $.post("/func/autoComplete.php", "value=" + v, function(d, s) {
                    if (s == "success") {
                        if (d != "" && v.length > 1) {
                            $("#autoCompleteLayerHead").attr("class", "");
                            $("#autoCompleteLayerHead").html(d);
                        } else {
                            $("#autoCompleteLayerHead").attr("class", "none");
                            $("#autoCompleteLayerHead").html("");
                        }
                    }
                });
            }
            var autoComplete_ck = 0;
            function term_all_onblur() {
                if (autoComplete_ck == 0) {
                    $("#autoCompleteLayerHead").html("");
                    $("#autoCompleteLayerHead").attr("class", "none");
                }
            }
            function transText(f) {
                if (!f.term_all.value) return false;
            }
        </script>
        <!-- Google tag (gtag.js) -->
        <script async="" src="https://www.googletagmanager.com/gtag/js?id=G-NBLHS45QXN">
        </script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());
            gtag('config', 'G-NBLHS45QXN');
        </script>
    </head>
    <body>
        <div class="wrapper">
            <div class="headerWrap">
                <div class="header">
                    <div class="header_logo">
                        <h1>
                            <a href="/" title="Home">
                                <img alt="Clinical and Experimental Pediatrics" src="/image/new/top_logo.svg" style="width:420px;padding:23px 0px;">
                            </a>
                        </h1>
                        <div class="util_navi">
                            <ul class="utilMenu">
                                <li>
                                    <a href="/index.php" title="Home">
                                        Home
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/sitemap.php" title="Sitemap">
                                        Sitemap
                                    </a>
                                </li>
                                <li>
                                    <a href="/about/contact.php" title="Contact Us">
                                        Contact Us
                                    </a>
                                </li>
                                <li>
                                    <div id="google_translate_element" style="padding-top:0;height:20px;">
                                    </div>
                                    <script type="text/javascript">
                                        function googleTranslateElementInit() {
                                            new google.translate.TranslateElement({
                                                pageLanguage: '',
                                                layout: google.translate.TranslateElement.InlineLayout.SIMPLE
                                            }, 'google_translate_element');
                                        }
                                    </script>
                                    <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript">
                                    </script>
                                </li>
                            </ul>
                        </div>
                        <div class="top_right" style="position: relative;float:right;top:30px;padding-right:2px;">
                            <img alt="Clinical and Experimental Pediatrics" src="/image/new/top_img.gif">
                        </div>
                        <div style="clear: both;">
                        </div>
                    </div>
                    <div class="gnbWrap">
                        <div class="gnb_menu">
                            <ul id="gnb">
                                <li>
                                    <a href="/articles/topics.php" title="ARTICLE CATEGORY">
                                        TOPICS&nbsp;
                                    </a>
                                    <div class="subMenu m" style="width:300px">
                                        <dl>
                                            <dd>
                                                <ul>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Adolescence Medicine" title="Adolescence Medicine">
                                                            Adolescence Medicine
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Allergy" title="Allergy">
                                                            Allergy
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Cardiology" title="Cardiology">
                                                            Cardiology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Critical Care Medicine" title="Critical Care Medicine">
                                                            Critical Care Medicine
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Developmental and Behavioral Medicine" title="Developmental and Behavioral Medicine">
                                                            Developmental and Behavioral Medicine
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Emergency Medicine" title="Emergency Medicine">
                                                            Emergency Medicine
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Endocrinology" title="Endocrinology">
                                                            Endocrinology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Gastroenterology" title="Gastroenterology">
                                                            Gastroenterology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=General Pediatrics" title="General Pediatrics">
                                                            General Pediatrics
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Genetics and Metabolism" title="Genetics and Metabolism">
                                                            Genetics and Metabolism
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Hematology" title="Hematology">
                                                            Hematology
                                                        </a>
                                                    </li>
                                                </ul>
                                                <p>
                                                    <a href="/articles/topics.php" title="Browse all articles">
                                                        Browse all articles &gt;
                                                    </a>
                                                </p>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dd>
                                                <ul>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Infection" title="Infection">
                                                            Infection
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Neonatology (Perinatology)" title="Neonatology (Perinatology)">
                                                            Neonatology (Perinatology)
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Nephrology (Genitourinary)" title="Nephrology (Genitourinary)">
                                                            Nephrology (Genitourinary)
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Neurology" title="Neurology">
                                                            Neurology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Nutrition" title="Nutrition">
                                                            Nutrition
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Oncology" title="Oncology">
                                                            Oncology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Neurobehavior" title="Neurobehavior">
                                                            Neurobehavior
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Pulmonology" title="Pulmonology">
                                                            Pulmonology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Rheumatology" title="Rheumatology">
                                                            Rheumatology
                                                        </a>
                                                    </li>
                                                    <li style="padding-bottom:3px;">
                                                        <a href="/articles/topics.php?topic=Other" title="Other">
                                                            Other
                                                        </a>
                                                    </li>
                                                </ul>
                                            </dd>
                                        </dl>
                                    </div>
                                </li>
                                <li>
                                    <a href="/articles/category.php" title="ARTICLE CATEGORY">
                                        ARTICLE CATEGORY&nbsp;
                                    </a>
                                    <dl class="subMenu m1">
                                        <dd>
                                            <ul>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Perspective" title="Perspective">
                                                        Perspective
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Review article" title="Review article">
                                                        Review article
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Systematic review and meta-analysis" title="Systematic review and meta-analysis">
                                                        Systematic review and meta-analysis
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                                        Editorial
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Present Perspective on the Past Research" title="Present Perspective on the Past Research">
                                                        Present Perspective on the Past Research
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Original article" title="Original article">
                                                        Original article
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Letters to the editor" title="Letters to the editor">
                                                        Letters to the editor
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Clinical note" title="Clinical note">
                                                        Clinical note
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Case report" title="Case report">
                                                        Case report
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/category.php?article_category=Others" title="Others">
                                                        Others
                                                    </a>
                                                </li>
                                            </ul>
                                            <p>
                                                <a href="/articles/category.php" title="Browse all articles">
                                                    Browse all articles &gt;
                                                </a>
                                            </p>
                                        </dd>
                                    </dl>
                                </li>
                                <li>
                                    <a href="/articles/archive.php" title="BROWSE ARTICLES">
                                        BROWSE ARTICLES&nbsp;
                                    </a>
                                    <dl class="subMenu m2">
                                        <dd>
                                            <ul>
                                                <li>
                                                    <a href="/current/" title="Current issue">
                                                        Current issue
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/archive.php" title="All issues">
                                                        All issues
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/accept.php" title="Accepted articles">
                                                        Accepted articles
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/print.php" title="Ahead-of print">
                                                        Ahead-of print
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostread.php" title="Most viewed">
                                                        Most viewed
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostdownload.php" title="Most downloaded">
                                                        Most downloaded
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/mostcited.php" title="Most cited">
                                                        Most cited
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/funded.php" title="Funded articles">
                                                        Funded articles
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/search.php" title="Search">
                                                        Search
                                                    </a>
                                                </li>
                                                <li>
                                                    <a href="/articles/author_index.php" title="Author index">
                                                        Author index
                                                    </a>
                                                </li>
                                            </ul>
                                        </dd>
                                    </dl>
                                </li>
                                <li>
                                    <a href="/authors/authors.php" title="FOR CONTRIBUTORS">
                                        FOR CONTRIBUTORS&nbsp;
                                    </a>
                                    <ul class="subMenu m3" style="width:180px;">
                                        <li>
                                            <a href="/authors/authors.php" title="Instructions for authors">
                                                Instructions for authors
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/ethics.php" title="Research and publication ethics">
                                                Research and publication ethics
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/review.php" title="Instructions for peer reviewers">
                                                Instructions for peer reviewers
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/checklist.php" title="Author&acirc;€™s checklist">
                                                Author&acirc;€™s checklist
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/best_award.php" title="Best article award">
                                                Best article award
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/best_reviewer.php" title="Best reviewer award">
                                                Best reviewer award
                                            </a>
                                        </li>
                                        <li>
                                            <a href="http://submit.e-cep.org/" target="_blank" title="E-submission">
                                                E-submission
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/authors/copyright_transfer_agreement.php" title="Copyright transfer agreement">
                                                Copyright transfer agreement
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                                <li>
                                    <a href="/about/" title="About">
                                        ABOUT
                                    </a>
                                    <ul class="subMenu m4">
                                        <li>
                                            <a href="/about/index.php" title="Aims and scope">
                                                Aims and scope
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/about.php" title="About the journal">
                                                About the journal
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/editorial.php" title="Editorial board">
                                                Editorial board
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/best_practice.php" title="Best practice">
                                                Best practice
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/open_access.php" title="Open access">
                                                Open access
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/subscription.php" title="Subscription information">
                                                Subscription information
                                            </a>
                                        </li>
                                        <li>
                                            <a href="/about/contact.php" title="Contact us">
                                                Contact us
                                            </a>
                                        </li>
                                    </ul>
                                </li>
                            </ul>
                            <ul class="btn">
                                <li>
                                    <div class="globalSearch">
                                        <script>
                                            function get_search() {
                                                document.searformform.action = "/articles/search_result.php?term_all=" + document.getElementById("term_all").value;
                                                frm.submit();
                                            }
                                        </script>
                                        <form method="post" name="searformform" onsubmit="return transText(this);">
                                            <fieldset>
                                                <legend>
                                                    Search
                                                </legend>
                                                <input autocomplete="off" class="_placeholder" id="term_all" name="term_all" onblur="term_all_onblur();" onfocus="autoCompleteHead(this.value);" onkeyup="autoCompleteHead(this.value);" placeholder="Search" type="text" value="">
                                                <span class="btn btnBg">
                                                    <input onclick="get_search();" style="opacity:0;" type="submit" value="Search">
                                                </span>
                                            </fieldset>
                                        </form>
                                        <div class="none" id="autoCompleteLayerHead">
                                        </div>
                                    </div>
                                </li>
                                <li>
                                    <a href="/articles/search.php" title="Advanced Search">
                                        <img alt="Advanced Search" src="/image/headerBtn_search.png">
                                    </a>
                                </li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
            <!-- //headerWrap -->
            <hr>
            <script>
                function getCookie(name) {
                    var nameOfCookie = name + "=";
                    var x = 0;
                    while (x <= document.cookie.length) {
                        var y = (x + nameOfCookie.length);
                        if (document.cookie.substring(x, y) == nameOfCookie) {
                            if ((endOfCookie = document.cookie.indexOf(";", y)) == -1) endOfCookie = document.cookie.length;
                            return unescape(document.cookie.substring(y, endOfCookie));
                        }
                        x = document.cookie.indexOf(" ", x) + 1;
                        if (x == 0) break;
                    }
                    return "";
                }
                $(function() {
                
                });
                function setCookie(name, value, expiredays) {
                    var todayDate = new Date();
                    todayDate.setDate(todayDate.getDate() + expiredays);
                    document.cookie = name + "=" + escape(value) + "; path=/; expires=" + todayDate.toGMTString() + ";";
                }
                function closeLayout(val) {
                    if ($("input:checkbox[name='" + val + "']").is(":checked")) {
                        setCookie(val, "done", 1);
                        $("#" + val).hide();
                    } else {
                        $("#" + val).hide();
                    }
                }
                function journal_download(type, sid, filename) {
                    var increase_column;
                    if (type == "pdf") {
                        var openWindow = window.open("about:blank");
                        openWindow.location.href = '/upload/pdf/' + filename;
                        increase_column = "pdf_down";
                    } else if (type == "epub") {
                        location.href = '/func/download.php?' + filename;
                        increase_column = "epub_down";
                    }
                    $.ajax({
                        type: 'POST',
                        data: {
                            table: 'journal_tbl',
                            column: increase_column,
                            count: 1,
                            condition_column: 'sid',
                            condition_value: sid
                        },
                        url: '/func/count_increase.php'
                    });
                }
            </script>
            <div id="container" style="border-bottom:none;">
                <div class="contents">
                    <div style="border-bottom:1px solid #A0A0A0;padding-bottom:20px;padding-top:40px;margin-top:-25px;width:740px; position:fixed;background:#fff; z-index:1;" width="100%">
                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
                            <tbody>
                                <tr>
                                    <td width="25%">
                                        <a href="/index.php?vol=67&amp;no=4">
                                            <img src="/image/button/b_previous.gif">
                                        </a>
                                    </td>
                                    <td align="center" style="font-size:1.6em;" width="50%">
                                        Article 67(5); May 2024
                                    </td>
                                    <td align="right" width="25%">
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                    <div class="main_contents" style="margin-top:40px;padding-top:50px;">
                        <div class="articleList_ori">
                            <div class="sub_journal">
                                <dl>
                                    <dt class="type">
                                        Review Article
                                    </dt>
                                </dl>
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Neonatology (Perinatology)
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555651">
                                            <span class="list_title">
                                                Influence of infant microbiome on health and development
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Noelle Younge
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):224-231. &nbsp;&nbsp;Published online August 21, 2023
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                            <img class="thumb" onclick="openPhotoView(this,'cep-2023-00598.xml','cep-2023-00598f1.jpg')" src="/upload/thumbnails/cep-2023-00598f1.jpg" style="padding:2px;width:320px;cursor:pointer;">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            &Acirc;&middot; The infant gut microbiome is highly dynamic and individualized.
                                                            <br>
                                                            &Acirc;&middot; Microbes are vertically transmitted from mother to infant during delivery and throughout infancy.
                                                            <br>
                                                            &Acirc;&middot; Delivery mode, gestational age, diet, and antibiotic use influence infant microbiome composition and function.
                                                            <br>
                                                            &Acirc;&middot; In animal studies, the microbiome played critical roles in the structural and functional development of the infant gastrointestinal and immune systems.
                                                            <br>
                                                            &Acirc;&middot; Microbiome-targeted therapies have great potential to reduce infant morbidity and mortality.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.00598">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.00598
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555651" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555651&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555651", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDA1OTguZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDA1OTguZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555651", "cep-2023-00598.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                            <div class="sub_journal">
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Other
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555652">
                                            <span class="list_title">
                                                Children&acirc;€™s health affected by parent&acirc;€™s behavioral characteristics: a review
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Sung Eun Kim, Jongin Lee
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):232-239. &nbsp;&nbsp;Published online August 21, 2023
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                            <img class="thumb" onclick="openPhotoView(this,'cep-2023-00115.xml','cep-2023-00115f2.jpg')" src="/upload/thumbnails/cep-2023-00115f2.jpg" style="padding:2px;width:320px;cursor:pointer;">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            &Acirc;&middot; Parents&acirc;€™ occupational hazards, long working hours, and smoking behaviors should be modified adequately to minimize adverse health effects on their children.
                                                            <br>
                                                            &Acirc;&middot; As of 2023, several diseases from fetal exposure to occupational hazards can be compensated with Industrial Accident Compensation Insurance in South Korea.
                                                            <br>
                                                            &Acirc;&middot; A directed acyclic graph is recommended for medical research to control the effects of parents&acirc;€™ behaviors on children&acirc;€™s health.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.00115">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.00115
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555652" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555652&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555652", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDAxMTUuZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDAxMTUuZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555652", "cep-2023-00115.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                            <div class="sub_journal">
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Neonatology (Perinatology)
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555647">
                                            <span class="list_title">
                                                Updates in neonatal resuscitation: routine use of laryngeal masks as an alternative to face masks
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Eun Song Song, Ga Won Jeon
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):240-246. &nbsp;&nbsp;Published online July 11, 2023
                                        <div style="position: absolute; top: 0; right: 20px;">
                                            <a href="/journal/CitedBy.php?number=20125555647" onclick="window.open(this.href, 'CrossRef Citedby', 'width=756,height=800,scrollbars=yes');return false;" style="color:#DD434F;font-size:9pt;">
                                                <font class="CitedTitle">
                                                    &nbsp;&nbsp;Crossref 1
                                                </font>
                                            </a>
                                        </div>
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                            <img class="thumb" onclick="openPhotoView(this,'cep-2023-00619.xml','cep-2023-00619f2.jpg')" src="/upload/thumbnails/cep-2023-00619f2.jpg" style="padding:2px;width:320px;cursor:pointer;">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            In neonatal resuscitation:
                                                            <br>
                                                            &Acirc;&middot; Laryngeal masks are recommended when endotracheal intubation or positive-pressure ventilation fails.
                                                            <br>
                                                            &Acirc;&middot; Laryngeal masks are useful even during chest compressions.
                                                            <br>
                                                            &Acirc;&middot; Laryngeal masks aid neonates &gt;34 weeks&acirc;€™ gestation and/or with a birth weight &gt;2 kg.
                                                            <br>
                                                            &Acirc;&middot; Main usage barriers include limited experience (81%), preference for endotracheal tubes (57%), and lack of awareness (56%).
                                                            <br>
                                                            &Acirc;&middot; Second-generation laryngeal masks have a built-in esophageal drainage tube that prevents regurgitation into the glottis, and an orogastric tube can be inserted within the esophageal drainage tube to protect against gastric inflation.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.00619">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.00619
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555647" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555647&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555647", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDA2MTkuZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDA2MTkuZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555647", "cep-2023-00619.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                            <div class="sub_journal">
                                <dl>
                                    <dt class="type">
                                        Editorial
                                    </dt>
                                </dl>
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Neonatology (Perinatology)
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555673">
                                            <span class="list_title">
                                                Exploring the role of laryngeal masks in neonatal resuscitation
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Euiseok Jung
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):247-248. &nbsp;&nbsp;Published online December 28, 2023
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            &Acirc;&middot; Laryngeal masks (LMs) offer stable airway access and skill retention advantages, making them promising alternatives to positive-pressure ventilation in neonatal care.
                                                            <br>
                                                            &Acirc;&middot; The ease of teaching LM insertion techniques to less experienced providers addresses the need for swift intervention and skill retention.
                                                            <br>
                                                            &Acirc;&middot; Careful consideration of the benefits and challenges of LMs is essential in determining their effective integration into enhanced neonatal resuscitation protocols.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.01200">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.01200
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555673" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555673&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555673", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDEyMDAuZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDEyMDAuZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555673", "cep-2023-01200.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                            <div class="sub_journal">
                                <dl>
                                    <dt class="type">
                                        Original Article
                                    </dt>
                                </dl>
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Neonatology (Perinatology)
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555686">
                                            <span class="list_title">
                                                Effect of vitamin E supplementation on bilirubin levels in infants with hyperbilirubinemia: a double-blind randomized clinical trial
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Mojtaba Cheraghi, Maziar Nikouei, Majid Mansouri, Siros Hemmatpour, Yousef Moradi
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):249-256. &nbsp;&nbsp;Published online March 26, 2024
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                            <img class="thumb" onclick="openPhotoView(this,'cep-2023-01312.xml','cep-2023-01312f2.jpg')" src="/upload/thumbnails/cep-2023-01312f2.jpg" style="padding:2px;width:320px;cursor:pointer;">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            <b>
                                                                Question:
                                                            </b>
                                                            Is vitamin E a viable therapeutic option for managing neonatal hyperbilirubinemia?
                                                            <br>
                                                            <b>
                                                                Finding:
                                                            </b>
                                                            This randomized clinical trial examined the effects of oral vitamin E supplementation on bilirubin reduction (primary outcome), phototherapy duration, and length of hospital stay (secondary outcome) in 138 infants.
                                                            <br>
                                                            <b>
                                                                Meaning:
                                                            </b>
                                                            Infants administered vitamin E versus placebo demonstrated similar reductions in bilirubin levels and length of hospital stay.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.01312">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.01312
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555686" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555686&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555686", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDEzMTIuZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDEzMTIuZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555686", "cep-2023-01312.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                            <div class="sub_journal">
                                <dl class="article" style="padding-left:3px;overflow: hidden;">
                                    <dd style="color:#083B80;font-weight:500;padding-bottom:10px;">
                                        Pulmonology
                                    </dd>
                                    <dd style="margin-bottom:7px;">
                                        <a href="/journal/view.php?number=20125555688">
                                            <span class="list_title">
                                                Oligohydramnios affects pulmonary functional/structural abnormalities in school-aged children with bronchopulmonary dysplasia
                                            </span>
                                        </a>
                                    </dd>
                                    <dd style="color: #6f6f6f;">
                                        Jeong Eun Shin, Soon Min Lee, Mi-Jung Lee, Jungho Han, Joohee Lim, Haerin Jang, Ho Seon Eun, Min Soo Park, Soo Yeon Kim, Myung Hyun Sohn, Ji Ye Jung, Kyung Won Kim
                                    </dd>
                                    <dd style="font-size:14px;color:#6f6f6f;position: relative;">
                                        <em>
                                            Clin Exp Pediatr.
                                        </em>
                                        2024;67(5):257-266. &nbsp;&nbsp;Published online April 16, 2024
                                    </dd>
                                    <dd style="padding:10px 0px;">
                                        <div style="position:relative;border-left:6px solid #eee;padding-left:8px;">
                                            <table cellpadding="0" cellspacing="0" width="100%">
                                                <tbody>
                                                    <tr>
                                                        <td valign="top">
                                                            <img class="thumb" onclick="openPhotoView(this,'cep-2023-01053.xml','cep-2023-01053f4.jpg')" src="/upload/thumbnails/cep-2023-01053f4.jpg" style="padding:2px;width:320px;cursor:pointer;">
                                                        </td>
                                                        <td style="padding:0px 15px;" valign="top">
                                                            <b>
                                                                Question:
                                                            </b>
                                                            Is bronchopulmonary dysplasia (BPD) associated with functional/structural abnormalities later in life?
                                                            <br>
                                                            <b>
                                                                Finding:
                                                            </b>
                                                            School-aged children with severe BPD had abnormalities on pulmonary function tests and lung computed tomography despite no subjective respiratory symptoms; however, only prenatal oligohydramnios and prolonged ventilator use were associated with abnormal lung function.
                                                            <br>
                                                            <b>
                                                                Meaning:
                                                            </b>
                                                            Long-term monitoring of preterm infants&acirc;€™ lung health is essential, especially for those with prenatal oligohydramnios or prolonged ventilator use.
                                                        </td>
                                                    </tr>
                                                </tbody>
                                            </table>
                                        </div>
                                    </dd>
                                    <dd>
                                        <div style="position: relative;">
                                            DOI:
                                            <a href="https://doi.org/10.3345/cep.2023.01053">
                                                <font class="doi">
                                                    https://doi.org/10.3345/cep.2023.01053
                                                </font>
                                            </a>
                                            &nbsp;&nbsp;&nbsp;
                                        </div>
                                    </dd>
                                    <dd>
                                        <ul class="relBtn">
                                            <li>
                                                <a href="/journal/view.php?number=20125555688" style="color:#6f6f6f;">
                                                    Full text
                                                </a>
                                            </li>
                                            <li>
                                                <a href="/journal/view.php?number=20125555688&amp;viewtype=pubreader" style="color:#6f6f6f;">
                                                    PubReader
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("epub", "20125555688", "path=L2hvbWUvdmlydHVhbC9wZWRpYXRyaWNzL2pvdXJuYWwvdXBsb2FkL2VwdWIvY2VwLTIwMjMtMDEwNTMuZXB1Yg==&amp;filename=Y2VwLTIwMjMtMDEwNTMuZXB1Yg==")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    ePub
                                                </a>
                                            </li>
                                            <li>
                                                <a onclick='journal_download("pdf", "20125555688", "cep-2023-01053.pdf")' style="cursor: pointer;font-size:12px;color:#6f6f6f;">
                                                    PDF
                                                </a>
                                            </li>
                                        </ul>
                                    </dd>
                                </dl>
                            </div>
                        </div>
                    </div>
                </div>
                <!--contents-->
                <div class="aside">
                    <ul class="moreInfo">
                        <li>
                            <a href="http://submit.e-cep.org/" target="_blank">
                                <img src="/image/new/e_submission.gif" title="E-Submission">
                            </a>
                        </li>
                        <!--
            <li>
                <a href="/articles/author_index.php">
                    <img src="/image/new/authorindex_b.gif" title="Author Index">
                </a>
            </li>

			-->
                        <li style="padding-top:25px;">
                            <style>
                                div.aside li section {
                                    display             : none;
                                    padding             : 0px 0 0;
                                    border-top          : 1px solid #ddd;
                                }
                                div.aside li input {
                                    display             : none !important;
                                }
                                div.aside li label {
                                    display             : inline-block;
                                    margin              : 0 0 -1px;
                                    padding             : 10px 0px;
                                    font-weight         : 600;
                                    text-align          : center;
                                    color               : #999;
                                    width               : 147px;
                                    font-size           : 1.1em;
                                }
                                div.aside li label:hover {
                                    color               : #253f8e;
                                    cursor              : pointer;
                                }
                                /*input 클릭시, label 스타일*/
                                div.aside li input:checked + label {
                                    color               : #555;
                                    border              : 1px solid #ddd;
                                    border-top          : 4px solid #253f8e;
                                    border-bottom       : 1px solid #ffffff;
                                }
                                div.aside li #tab1:checked ~ #content1,
                                					div.aside li #tab2:checked ~ #content2 {
                                    display             : block;
                                }
                            </style>
                            <input checked="" id="tab1" name="tabs" type="radio">
                            <!--디폴트 메뉴-->
                            <label for="tab1">
        MOST CITED
                            </label>
                            <input id="tab2" name="tabs" type="radio">
                            <label for="tab2">
                                ACCEPTED ARTICLES
                            </label>
                            <section id="content1">
                                <dl>
                                    <dd>
                                        <table style="border-left:1px solid #eee;border-right:1px solid #eee;">
                                            <tbody>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        22
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555471" style="font-weight:bold;">
                                                            Retinopathy of prematurity: a review of epidemiology and current treatment strategies
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        20
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555474" style="font-weight:bold;">
                                                            Genetic factors in precocious puberty
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        18
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555428" style="font-weight:bold;">
                                                            Global relationship between parent and child obesity: a systematic review and meta-analysis
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        14
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555449" style="font-weight:bold;">
                                                            Gross motor dysfunction and balance impairments in children and adolescents with Down syndrome: a systematic review
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td align="center" style="width:65px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;" valign="top">
                                                        Cited By
                                                        <br>
                                                        13
                                                    </td>
                                                    <td style="width:233px;padding-left:10px;margin-bottom:10px;border-bottom:1px solid #ddd;padding-bottom:10px;padding-top:10px;padding-right:5px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555481" style="font-weight:bold;">
                                                            Etiological and pathophysiological enigmas of severe coronavirus disease 2019, multisystem inflammatory syndrome in children, and Kawasaki disease
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </dd>
                                </dl>
                                <p align="right" style="font-size:1.2em;padding-right:5px;">
                                    <a href="/articles/mostcited.php">
                                        +more
                                    </a>
                                </p>
                            </section>
                            <section id="content2">
                                <dl>
                                    <dd>
                                        <table style="border-left:1px solid #eee;border-right:1px solid #eee;">
                                        </table>
                                    </dd>
                                </dl>
                                <dl>
                                    <dd>
                                        <table style="border-left:1px solid #eee;border-right:1px solid #eee;">
                                            <tbody>
                                                <tr>
                                                    <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555690" style="font-weight:bold;">
                                                            Preventing bloodstream infections in children after liver transplantation
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555689" style="font-weight:bold;">
                                                            Utility of eosinophil granule proteins in management of pediatric chronic cough
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555687" style="font-weight:bold;">
                                                            Incidence, causative organisms, and risk factors of bloodstream infections in pediatric liver transplant patients: a systematic review
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555685" style="font-weight:bold;">
                                                            Impact of COVID-19 pandemic on clinical features of benign convulsions with mild gastroenteritis
                                                        </a>
                                                    </td>
                                                </tr>
                                                <tr>
                                                    <td style="width:248px;margin-bottom:10px;border-bottom:1px solid #ddd;padding:10px 5px 10px 10px;" valign="top">
                                                        <a href="/journal/view.php?number=20125555679" style="font-weight:bold;">
                                                            Is it possible to provide palliative care to pediatric patients with neurological diseases?
                                                        </a>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </dd>
                                </dl>
                                <p align="right" style="font-size:1.2em;padding-right:5px;">
                                    <a href="/articles/accept.php">
                                        +more
                                    </a>
                                </p>
                            </section>
                        </li>
                        <li>
                            <a href="/about/TOCAlerts.php">
                                <img src="/image/new/b_Email.jpg" title="E-mail Alert">
                            </a>
                        </li>
                        <li>
                            <a href="/metrics/metrics_total_down_ref.php" onclick="window.open(this.href, 'Metrics_Total_View', 'width=720, height=845,scrollbars=yes');return false;" style="cursor:pointer;">
                                <img src="/image/new/b_Metrics.jpg" title="More information">
                            </a>
                        </li>
                        <li>
                            <a href="https://mjl.clarivate.com/cgi-bin/jrnlst/jlresults.cgi?PC=MASTER&amp;ISSN=2713-4148" target="_blank">
                                <div style="position: relative;background-size:cover;background-image:url('/image/300_impact_factor_2022.gif');width:301px;height:89px;font-family: 'Roboto', 'Noto Sans KR', sans-serif">
                                    <div style="position:absolute;left:150px;top:24px;font-weight:600;font-size:12pt;">
                                        Impact Factor
                                    </div>
                                    <div style="position:absolute;left:185px;top:45px;color:#6817FF;font-weight:bold;font-size:15pt;">
                                        4.2
                                    </div>
                                </div>
                            </a>
                        </li>
                        <li>
                            <a href="https://www.scopus.com/sourceid/21101041552?dgcid=sc_widget_citescore" style="text-decoration:none;color:#505050" target="_blank">
                                <div style="height:100px;width:300px;font-family:Arial, Verdana, helvetica, sans-serif;background-color:#ffffff;display:inline-block;border:1px solid #007398;">
                                    <div style="padding: 0px 16px;">
                                        <div style="padding-top:3px;line-height:1;">
                                            <div style="float:left;font-size:28px">
                                                <span id="citescoreVal" style="letter-spacing: -2px;display: inline-block;padding-top: 7px;line-height: .75;">
                                                    6.5
                                                </span>
                                            </div>
                                            <div style="float:right;font-size:14px;padding-top:3px;text-align: right;">
                                                <span id="citescoreYearVal" style="display:block;">
                                                    2022
                                                </span>
                                                CiteScore
                                            </div>
                                        </div>
                                        <div style="clear:both;">
                                        </div>
                                        <div style="padding-top:3px;">
                                            <div style="height:4px;background-color:#DCDCDC;">
                                                <div id="percentActBar" style="height: 4px; background-color: rgb(0, 115, 152); width: 92%;">
                                                    &nbsp;
                                                </div>
                                            </div>
                                            <div style="font-size:11px;">
                                                <span id="citescorePerVal">
                                                    92nd percentile
                                                </span>
                                            </div>
                                        </div>
                                        <div style="font-size:12px;text-align:right;">
                                            Powered by &nbsp;
                                            <span>
                                                <img alt="Scopus" src="https://www.scopus.com/static/images/scopusLogoOrange.svg" style="width:50px;height:15px;">
                                            </span>
                                        </div>
                                    </div>
                                </div>
                            </a>
                            <!-- <div style="height:100px;width:300px;font-family:Arial, Verdana, helvetica, sans-serif;background-color:#ffffff;display:inline-block;border:1px solid #007398;">
            <div style="padding: 0px 16px;">
            <div style="padding-top:3px;line-height:1;">
            <div style="float:left;font-size:28px"><span id="citescoreVal" style="letter-spacing: -2px;display: inline-block;padding-top: 7px;line-height: .75;">4.9</span></div>
            <div style="float:right;font-size:14px;padding-top:3px;text-align: right;"><span id="citescoreYearVal" style="display:block;">2021</span>CiteScore</div>
            </div>
            <div style="clear:both;"></div>
            <div style="padding-top:3px;">
            <div style="height:4px;background-color:#DCDCDC;">
            <div style="height:4px;background-color:#007398;" id="percentActBar">&nbsp;</div>
            </div>
            <div style="font-size:11px;"><span id="citescorePerVal">97th percentile</span></div>
            </div>
            <div style="font-size:12px;text-align:right;">Powered by &nbsp;<span><img alt="Scopus" style="width:50px;height:15px;" src="https://www.scopus.com/static/images/scopusLogoOrange.svg"></span></div>
            </div>
            </div>
            </a> -->
                        </li>
                        <!-- <li style="margin-top:15px;background-color:#F0F0F0;padding-top:15px;padding-bottom:15px;">
                <center>
                <a href="https://www.scimagojr.com/journalsearch.php?q=21101041552&tip=sid&exact=no" title="SCImago Journal &amp; Country Rank" target='_blank'><img border="0" src="https://www.scimagojr.com/journal_img.php?id=21101041552" alt="SCImago Journal &amp; Country Rank" width='250px'/></a>
                </center>
            </li> -->
                        <!--<li>
                <a href="https://www.takeda.com/" target="_blank">
                    <img src="/image/banner/takeda.jpg" title="Takeda" width='300px' style='border:1px solid #C1C1C1'/>
                </a>
            </li> -->
                        <!--li>
                <a href="http://www.pediatrics.or.kr/" target="_blank">
                    <img src="/image/new/logo_kps.gif" title="Korean Pediatric Society"/>
                </a>
            </li-->
                    </ul>
                    <ul class="moreInfo">
                        <li style="float: left;margin:3px 3px 3px 3px;padding:3px 3px 3px 0px;">
                            <a href="https://www.ncbi.nlm.nih.gov/pmc/journals/3791/" target="_blank">
                                <img alt="PubMed Central" src="/image/banner/pmc.gif" style="width:141px;" title="PubMed Central">
                            </a>
                        </li>
                        <li style="float: left;margin:3px 3px 3px 3px;padding:3px 3px 3px 0px;">
                            <a href="https://pubmed.ncbi.nlm.nih.gov/?term=Korean+J+Pediatr%5BJournal%5D+or+Clin+Exp+Pediatr%5BJournal%5D" target="_blank">
                                <img alt="PubMed" src="/image/banner/pubmed2.gif" style="width:141px;" title="PubMed">
                            </a>
                        </li>
                        <li style="float: left;margin:3px 3px 3px 3px;padding:3px 3px 3px 0px;">
                            <a href="https://www.scopus.com/sourceid/21101041552" target="_blank">
                                <img alt="Scopus" src="/image/banner/scopus.gif" style="width:141px;" title="Scopus">
                            </a>
                        </li>
                        <li style="float: left;margin:3px 3px 3px 3px;padding:3px 3px 3px 0px;">
                            <a href="https://doaj.org/toc/2713-4148" target="_blank">
                                <img alt="Directory of Open Access Journals (DOAJ)" src="/image/banner/DOAJ_174_45.gif" style="width:141px;" title="Directory of Open Access Journals (DOAJ)">
                            </a>
                        </li>
                    </ul>
                </div>
                <!--  //aside -->
            </div>
            <!-- //container -->
            <hr>
            <!-- right banner area begin -->
            <div class="siteMap">
                <dl class="wide" style="width:342px">
                    <dt>
                        <a href="/articles/topics.php" title="SUBSPECIALTY">
       TOPICS
                        </a>
                    </dt>
                    <dd style="width:330x;">
                        <dl style="width:140px;">
                            <dd>
                                <ul>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=1" title="Adolescence Medicine">
                                            Adolescence Medicine
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=2" title="Allergy">
                                            Allergy
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=3" title="Cardiology">
                                            Cardiology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=4" title="Critical Care Medicine">
                                            Critical Care Medicine
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=5" title="Developmental and Behavioral Medicine">
                                            Developmental and Behavioral Medicine
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=6" title="Emergency Medicine">
                                            Emergency Medicine
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=7" title="Endocrinology">
                                            Endocrinology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=8" title="Gastroenterology">
                                            Gastroenterology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=9" title="General Pediatrics">
                                            General Pediatrics
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=10" title="Genetics and Metabolism">
                                            Genetics and Metabolism
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=11" title="Hematology">
                                            Hematology
                                        </a>
                                    </li>
                                </ul>
                                <p>
                                    <a href="/articles/topics.php" title="Browse all articles">
                                        Browse all articles &gt;
                                    </a>
                                </p>
                            </dd>
                        </dl>
                        <dl style="width:145px;">
                            <dd>
                                <ul>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=13" title="Infection">
                                            Infection
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=14" title="Neonatology (Perinatology)">
                                            Neonatology (Perinatology)
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=15" title="Nephrology (Genitourinary)">
                                            Nephrology (Genitourinary)
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=16" title="Neurology">
                                            Neurology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=17" title="Nutrition">
                                            Nutrition
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=18" title="Oncology">
                                            Oncology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=19" title="Neurobehavior">
                                            Neurobehavior
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=20" title="Pulmonology">
                                            Pulmonology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=21" title="Rheumatology">
                                            Rheumatology
                                        </a>
                                    </li>
                                    <li style="padding-bottom:2px;">
                                        <a href="/articles/topics.php?topics=22" title="Other">
                                            Other
                                        </a>
                                    </li>
                                </ul>
                            </dd>
                        </dl>
                    </dd>
                </dl>
                <dl style="width:220px">
                    <dt>
                        <a href="/articles/category.php" title="ARTICLES">
                            ARTICLE CATEGORY
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/articles/category.php?article_category=Perspective" title="Perspective">
                                    Perspective
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Review article" title="Review article">
                                    Review article
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Systematic review and meta-analysis" title="Systematic review and meta-analysis">
                                    Systematic review and meta-analysis
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Editorial" title="Editorial">
                                    Editorial
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Present Perspective on the Past Research" title="Present Perspective on the Past Research">
                                    Present Perspective on the Past Research
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Original article" title="Original article">
                                    Original article
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Letters to the editor" title="Letters to the editor">
                                    Letters to the editor
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Clinical note" title="Clinical note">
                                    Clinical note
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Case report" title="Case report">
                                    Case report
                                </a>
                            </li>
                            <li>
                                <a href="/articles/category.php?article_category=Others" title="Others">
                                    Others
                                </a>
                            </li>
                        </ul>
                        <p>
                            <a href="/articles/category.php" title="Browse all articles">
                                Browse all articles &gt;
                            </a>
                        </p>
                    </dd>
                </dl>
                <dl style="width:200px">
                    <dt>
                        <a href="/articles/archive.php" title="ISSUES">
                            BROWSE ARTICLES
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/current/" title="Current issue">
                                    Current issue
                                </a>
                            </li>
                            <li>
                                <a href="/articles/archive.php" title="All issues">
                                    All issues
                                </a>
                            </li>
                            <li>
                                <a href="/articles/accept.php" title="Accepted articles">
                                    Accepted articles
                                </a>
                            </li>
                            <li>
                                <a href="/articles/print.php" title="Ahead-of print">
                                    Ahead-of print
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostread.php" title="Most viewed">
                                    Most viewed
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostdownload.php" title="Most downloaded">
                                    Most downloaded
                                </a>
                            </li>
                            <li>
                                <a href="/articles/mostcited.php" title="Most cited">
                                    Most cited
                                </a>
                            </li>
                            <li>
                                <a href="/articles/funded.php" title="Funded articles">
                                    Funded articles
                                </a>
                            </li>
                            <li>
                                <a href="/articles/search.php" title="Search">
                                    Search
                                </a>
                            </li>
                            <li>
                                <a href="/articles/author_index.php" title="Author index">
                                    Author index
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
                <dl style="width:190px">
                    <dt>
                        <a href="/authors/authors.php" title="AUTHOR INFORMATION">
                            FOR CONTRIBUTORS
                        </a>
                    </dt>
                    <dd>
                        <ul>
                            <li>
                                <a href="/authors/authors.php" title="Instructions for authors">
                                    Instructions for authors
                                </a>
                            </li>
                            <li>
                                <a href="/authors/ethics.php" title="Research and publication ethics">
                                    Research and publication ethics
                                </a>
                            </li>
                            <li>
                                <a href="/authors/review.php" title="Instructions for peer reviewers">
                                    Instructions for peer reviewers
                                </a>
                            </li>
                            <li>
                                <a href="/authors/checklist.php" title="Author&acirc;€™s checklist">
                                    Author&acirc;€™s checklist
                                </a>
                            </li>
                            <li>
                                <a href="/authors/best_award.php" title="Best article award">
                                    Best article award
                                </a>
                            </li>
                            <li>
                                <a href="/authors/best_reviewer.php" title="Best reviewer award">
                                    Best reviewer award
                                </a>
                            </li>
                            <li>
                                <a href="http://submit.e-cep.org/" target="_blank" title="E-submission">
                                    E-submission
                                </a>
                            </li>
                            <li>
                                <a href="/authors/copyright_transfer_agreement.php" title="Copyright transfer agreement">
                                    Copyright transfer agreement
                                </a>
                            </li>
                        </ul>
                    </dd>
                </dl>
                <dl class="last" style="width:125px">
                    <dt>
                        <a href="/about/" title="ABOUT">
                            ABOUT
                        </a>
                    </dt>
                    <dd>
                        <dl>
                            <dd>
                                <ul>
                                    <li>
                                        <a href="/about/index.php" title="Aims and scope">
                                            Aims and scope
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/about.php" title="About the journal">
                                            About the journal
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/editorial.php" title="Editorial board">
                                            Editorial board
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/best_practice.php" title="Best practice">
                                            Best practice
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/open_access.php" title="Open access">
                                            Open access
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/subscription.php" title="Subscription information">
                                            Subscription information
                                        </a>
                                    </li>
                                    <li>
                                        <a href="/about/contact.php" title="Contact us">
                                            Contact us
                                        </a>
                                    </li>
                                </ul>
                            </dd>
                        </dl>
                    </dd>
                </dl>
            </div>
            <!--div class="footerWrap">
        <div>
            <dl>
                <dt>Editorial Office</dt>
                <dd>
					#1606 Seocho World Officetel, 19 Seoun-ro, Seocho-ku, Seoul 06732, Korea<br/>
     Tel: +82-2-3473-7306&nbsp;&nbsp;&nbsp;&nbsp;Fax: +82-2-3473-7307&nbsp;&nbsp;&nbsp;&nbsp;E-mail: <a href="mailto:[email protected]" class="link">[email protected] </a> 			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                                    </dd>
            </dl>
			
            <p>Copyright &copy; <a href="http://www.pediatrics.or.kr/" target='_blank'>2024 by Korean Pediatric Society.</a>
            <a href="https://www.m2-pi.com" target="_blank"><img src="https://www.m2-pi.com/images/developed_m2pi_1.png" style="vertical-align:middle;margin-top:2px;" alt="Developed in M2PI" /></p>
            <p class="posTR"><img src="/image/new/ic_qrcode.png" style='padding-right:40px'/></p>
        </div>
    </div-->
            <!-- //footerWrap -->
        </div>
        <link href="/css/popup.css" rel="stylesheet" type="text/css">
        <div class="layerPopup" id="kjp_sub_20191211" style="display:none;left:30px;top:200px;">
            <div class="popupWrap">
                <!--div align="right"><button type="button" onclick="closeLayout('kjp_sub_20191211');">X</button></div-->
                <h1>
                    <b>
      The announcement of the Journal Title Change by the Editorial Board
                    </b>
                </h1>
                <div class="popupCon">
                    The editorial board decided to change the journal title from
                    <br>
                    <i>
                        Korean Journal of Pediatrics (KJP)
                    </i>
                    to
                    <br>
                    <i>
                        <b>
                            Clinical and Experimental Pediatrics (Clin Exp Pediatr, CEP)
                        </b>
                    </i>
                    .
                    <br>
                    <br>
                    The new journal title will be applied for the first issue of January, 2020.
                    <br>
                    <br>
                    The reason behind the journal title change is to be a global journal through becoming a SCIE journal in the near future.
                    <br>
                    <br>
                    Thank you !
                </div>
                <div class="popupUtil">
                    <input id="checkbox_chk" name="kjp_sub_20191211" onclick="closeLayout('kjp_sub_20191211');" type="checkbox">
                    <label for="checkbox_chk" style="cursor:pointer;">
                        Do not open this window today
                    </label>
                    &nbsp;&nbsp;&nbsp;
                    <span onclick="closeLayout('kjp_sub_20191211');" style="cursor:pointer;">
                        [Close]
                    </span>
                </div>
            </div>
        </div>
        <!--  //popupWrap -->
        <!--  //layerPopup -->
        <style>
            #overlay {
                display             : none;
                position            : absolute;
                top                 : 0px;
                left                : 0px;
                width               : 100%;
                height              : 100%;
            }
            #overlay #overlay_close {
                margin              : 25px auto 0px auto;
                height              : 20px;
                text-align          : right;
            }
            #overlay #main_image_wrap {
                margin              : 25px auto 25px auto;
                height              : 100%;
                text-align          : center;
            }
            #overlay #main_image {
                border              : solid 1px #7F7F7F;
                padding             : 10px;
            }
        </style>
        <!-- id="overlay_aa" onmouseleave="fig_hide()" -->
        <div id="overlay">
            <div id="overlay_div" style="width:950px; background-color:#FFFFFF; border: 1px solid #a0a0a0; padding-bottom: 15px; margin: auto;">
                <div id="overlay_close">
                    <img alt="Close layer" onclick="closePhotoView(); return false;" src="/image/b_close.png" style="cursor:pointer;margin-right:25px;">
                </div>
                <div id="main_image_wrap" style="background-color:#ffffff;">
                    <table style="margin: auto;">
                        <tbody>
                            <tr>
                                <!--td onclick="mImage_sliding('prev')" valign="middle" style="cursor: pointer;"><img src="/image/b_prev.png" alt="prev" border="0" /></td-->
                                <td style="width: 900px;max-height:510px;" valign="middle">
                                    <img height="510" id="main_image" src="" width="900">
                                </td>
                                <!--td onclick="mImage_sliding('next')" valign="middle" style="cursor: pointer;"><img src="/image/b_next.png" alt="next" border="0" /></td-->
                            </tr>
                            <tr>
                                <td class="main_image_txt" style="width:900px;text-align:left;padding-top:10px;">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <script>
            var thumb_array = new Array();
            var thumb_index = 0;
            function mImage_sliding(dir) {
                if (dir == 'next') {
                    thumb_index++;
                    if (thumb_index >= thumb_array.length) {
                        thumb_index--;
                        return false;
                    }
                } else {
                    thumb_index--;
                    if (thumb_index < 0) {
                        thumb_index++;
                        return false;
                    }
                }
                changeMainImage(thumb_array[thumb_index]);
            }
            function openPhotoView(obj) {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 180);
                $("#overlay").show();
                thumb_array = new Array();
                $(obj).parent().parent().find('img.thumb').each(function(index) {
                    thumb_array.push($(this).attr("src"));
                    if ($(obj).attr("src") == $(this).attr("src")) {
                        thumb_index = index;
                        changeMainImage($(this).attr("src"));
                    }
                });
            }
            function openPhotoView2() {
                var y = $(this).scrollTop();
                $("#overlay").css("margin-top", y + 100);
                $("#overlay").show();
                thumb_array = new Array();
                var src_data = $("#ss_516").html();
                console.log(src_data);
            }
            function closePhotoView() {
                $('#overlay').hide();
                $("#overlay #main_image_wrap #main_image").attr('src', '');
                $("#overlay #main_image_wrap #main_image").attr('width', 0);
                $("#overlay #main_image_wrap #main_image").attr('height', 0);
                thumb_array = new Array();
            }
            function changeMainImage(src) {
                $("<img />").attr("src", src).load(function() {
                    var ratio = 800 / this.width;
                    var width = this.width * ratio;
                    var height = this.height * ratio;
                    if (height > 448) {
                        ratio = 448 / this.height;
                        width = this.width * ratio;
                        height = this.height * ratio;
                    }
                    $("#overlay #main_image_wrap #main_image").attr('src', this.src);
                    $("#overlay #main_image_wrap #main_image").attr('width', width);
                    $("#overlay #main_image_wrap #main_image").attr('height', height);
                });
            }
            $('#overlay').click(function(e) {
                if ($(e.target).parents('#overlay_div').length < 1) {
                    closePhotoView();
                }
            });
        </script>
        <script src="https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js" type="text/javascript">
        </script>
    </body>
</html>
<!-- layerPopup -->

Latest requests

# Url Url Source Date
1 https://www.e-cep.org/ 2024-05-06 08:30:36
2 https://thebolditalic.com/?gi=e361… 2024-05-06 08:30:31
3 https://brink-sonne.technetblogger… 2024-05-06 08:30:31
4 https://hl157433.wixsite.com/mycar 2024-05-06 08:30:23
5 https://thebolditalic.com/?gi=1f1c… 2024-05-06 08:30:23
6 https://thebolditalic.com/?gi=675e… 2024-05-06 08:30:23
7 https://thebolditalic.com/?gi=ae6c… 2024-05-06 08:30:21
8 https://whoismikehealy.com/ 2024-05-06 08:30:16
9 https://thebolditalic.com/?gi=13cc… 2024-05-06 08:30:15
10 https://thebolditalic.com/?gi=c3b4… 2024-05-06 08:30:15
11 https://en.99designs.it/ 2024-05-06 08:30:12
12 https://thebolditalic.com/?gi=bb73… 2024-05-06 08:30:11
13 https://thebolditalic.com/?gi=9a16… 2024-05-06 08:30:07
14 https://mmsi-pkc.auth0.com/login?s… 2024-05-06 08:30:05
15 https://thebolditalic.com/?gi=4d46… 2024-05-06 08:30:03
16 https://thebolditalic.com/?gi=2996… 2024-05-06 08:29:59
17 https://thebolditalic.com/?gi=2a8b… 2024-05-06 08:29:56
18 https://thebolditalic.com/?gi=98e9… 2024-05-06 08:29:54
19 https://2sport.tv/league/3-europa-… 2024-05-06 08:29:52
20 https://thebolditalic.com/?gi=1d4b… 2024-05-06 08:29:51