Home - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../index.html" class="active">Home</a></li><li class="affix"><a href="index.html">Front</a></li><li class="affix"><a href="preface.html">Preface</a></li><li class="affix"><a href="intro.html">Introduction</a></li><li class="affix"><a href="1/index.html">1</a></li><li class="affix"><a href="2/index.html">2</a></li><li class="affix"><a href="3/index.html">3</a></li><li class="affix"><a href="4/index.html">4</a></li><li class="affix"><a href="5/index.html">5</a></li><li class="affix"><a href="6/index.html">6</a></li><li class="affix"><a href="7/index.html">7</a></li><li class="affix"><a href="8/index.html">8</a></li><li class="affix"><a href="9/index.html">9</a></li><li class="affix"><a href="10/index.html">10</a></li><li class="affix"><a href="11/index.html">11</a></li><li class="affix"><a href="12/index.html">12</a></li><li class="affix"><a href="13/index.html">13</a></li><li class="affix"><a href="14/index.html">14</a></li><li class="affix"><a href="15/index.html">15</a></li><li class="affix"><a href="16/index.html">16</a></li><li class="affix"><a href="17/index.html">17</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <!DOCTYPE HTML>
Home - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.png&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/variables.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/general.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/chrome.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; media=&quot;print&quot;&gt;

&lt;!-- Fonts --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;FontAwesome/css/font-awesome.css&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;
&lt;link href=&quot;https://fonts.googleapis.com/css?family=Source+Code+Pro:500&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;

&lt;!-- Highlight.js Stylesheets --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;highlight.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;tomorrow-night.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;ayu-highlight.css&quot;&gt;

&lt;!-- Custom theme stylesheets --&gt;

&lt;link rel=&quot;stylesheet&quot; href=&quot;custom.css&quot;&gt;

</head> <body class="rust"> <!-- Provide site root to javascript --> <script type="text/javascript"> var path_to_root = ""; var default_theme = "rust"; </script>

&lt;!-- Work around some values being stored in localStorage wrapped in quotes --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    try {
        var theme = localStorage.getItem('mdbook-theme');
        var sidebar = localStorage.getItem('mdbook-sidebar');

        if (theme.startsWith('&quot;') &amp;&amp; theme.endsWith('&quot;')) {
            localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
        }

        if (sidebar.startsWith('&quot;') &amp;&amp; sidebar.endsWith('&quot;')) {
            localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
        }
    } catch (e) { }
&lt;/script&gt;

&lt;!-- Set the theme before any content is loaded, prevents flash --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    var theme;
    try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
    if (theme === null || theme === undefined) { theme = default_theme; }
    document.body.className = theme;
    document.querySelector('html').className = theme + ' js';
&lt;/script&gt;

&lt;!-- Hide / unhide sidebar before it is displayed --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    var html = document.querySelector('html');
    var sidebar = 'hidden';
    if (document.body.clientWidth &gt;= 1080) {
        try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
        sidebar = sidebar || 'visible';
    }
    html.classList.remove('sidebar-visible');
    html.classList.add(&quot;sidebar-&quot; + sidebar);
&lt;/script&gt;

&lt;nav id=&quot;sidebar&quot; class=&quot;sidebar&quot; aria-label=&quot;Table of contents&quot;&gt;
    &lt;div class=&quot;sidebar-scrollbox&quot;&gt;
        &lt;ol class=&quot;chapter&quot;&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;../index.html&quot; class=&quot;active&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;Front&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;preface.html&quot;&gt;Preface&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;intro.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;1/index.html&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;2/index.html&quot;&gt;2&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;3/index.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;4/index.html&quot;&gt;4&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;5/index.html&quot;&gt;5&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;6/index.html&quot;&gt;6&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;7/index.html&quot;&gt;7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;8/index.html&quot;&gt;8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;9/index.html&quot;&gt;9&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;10/index.html&quot;&gt;10&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;11/index.html&quot;&gt;11&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;12/index.html&quot;&gt;12&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;13/index.html&quot;&gt;13&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;14/index.html&quot;&gt;14&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;15/index.html&quot;&gt;15&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;16/index.html&quot;&gt;16&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;17/index.html&quot;&gt;17&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;
    &lt;/div&gt;
    &lt;div id=&quot;sidebar-resize-handle&quot; class=&quot;sidebar-resize-handle&quot;&gt;&lt;/div&gt;
&lt;/nav&gt;

&lt;div id=&quot;page-wrapper&quot; class=&quot;page-wrapper&quot;&gt;

    &lt;div class=&quot;page&quot;&gt;
        
        &lt;div id=&quot;menu-bar&quot; class=&quot;menu-bar&quot;&gt;
            &lt;div id=&quot;menu-bar-sticky-container&quot;&gt;
                &lt;div class=&quot;left-buttons&quot;&gt;
                    &lt;button id=&quot;sidebar-toggle&quot; class=&quot;icon-button&quot; type=&quot;button&quot; title=&quot;Toggle Table of Contents&quot; aria-label=&quot;Toggle Table of Contents&quot; aria-controls=&quot;sidebar&quot;&gt;
                        &lt;i class=&quot;fa fa-bars&quot;&gt;&lt;/i&gt;
                    &lt;/button&gt;
                    &lt;button id=&quot;theme-toggle&quot; class=&quot;icon-button&quot; type=&quot;button&quot; title=&quot;Change theme&quot; aria-label=&quot;Change theme&quot; aria-haspopup=&quot;true&quot; aria-expanded=&quot;false&quot; aria-controls=&quot;theme-list&quot;&gt;
                        &lt;i class=&quot;fa fa-paint-brush&quot;&gt;&lt;/i&gt;
                    &lt;/button&gt;
                    &lt;ul id=&quot;theme-list&quot; class=&quot;theme-popup&quot; aria-label=&quot;Themes&quot; role=&quot;menu&quot;&gt;
                        &lt;li role=&quot;none&quot;&gt;&lt;button role=&quot;menuitem&quot; class=&quot;theme&quot; id=&quot;light&quot;&gt;Light&lt;/button&gt;&lt;/li&gt;
                        &lt;li role=&quot;none&quot;&gt;&lt;button role=&quot;menuitem&quot; class=&quot;theme&quot; id=&quot;rust&quot;&gt;Rust (default)&lt;/button&gt;&lt;/li&gt;
                        &lt;li role=&quot;none&quot;&gt;&lt;button role=&quot;menuitem&quot; class=&quot;theme&quot; id=&quot;coal&quot;&gt;Coal&lt;/button&gt;&lt;/li&gt;
                        &lt;li role=&quot;none&quot;&gt;&lt;button role=&quot;menuitem&quot; class=&quot;theme&quot; id=&quot;navy&quot;&gt;Navy&lt;/button&gt;&lt;/li&gt;
                        &lt;li role=&quot;none&quot;&gt;&lt;button role=&quot;menuitem&quot; class=&quot;theme&quot; id=&quot;ayu&quot;&gt;Ayu&lt;/button&gt;&lt;/li&gt;
                    &lt;/ul&gt;
                    
                    &lt;button id=&quot;search-toggle&quot; class=&quot;icon-button&quot; type=&quot;button&quot; title=&quot;Search. (Shortkey: s)&quot; aria-label=&quot;Toggle Searchbar&quot; aria-expanded=&quot;false&quot; aria-keyshortcuts=&quot;S&quot; aria-controls=&quot;searchbar&quot;&gt;
                        &lt;i class=&quot;fa fa-search&quot;&gt;&lt;/i&gt;
                    &lt;/button&gt;
                    
                &lt;/div&gt;

                &lt;h1 class=&quot;menu-title&quot;&gt;Caitanya-caritamrta: Adi-lila&lt;/h1&gt;

                &lt;div class=&quot;right-buttons&quot;&gt;
                    &lt;a href=&quot;print.html&quot; title=&quot;Print this book&quot; aria-label=&quot;Print this book&quot;&gt;
                        &lt;i id=&quot;print-button&quot; class=&quot;fa fa-print&quot;&gt;&lt;/i&gt;
                    &lt;/a&gt;
                    
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        
        &lt;div id=&quot;search-wrapper&quot; class=&quot;hidden&quot;&gt;
            &lt;form id=&quot;searchbar-outer&quot; class=&quot;searchbar-outer&quot;&gt;
                &lt;input type=&quot;search&quot; name=&quot;search&quot; id=&quot;searchbar&quot; name=&quot;searchbar&quot; placeholder=&quot;Search this book ...&quot; aria-controls=&quot;searchresults-outer&quot; aria-describedby=&quot;searchresults-header&quot;&gt;
            &lt;/form&gt;
            &lt;div id=&quot;searchresults-outer&quot; class=&quot;searchresults-outer hidden&quot;&gt;
                &lt;div id=&quot;searchresults-header&quot; class=&quot;searchresults-header&quot;&gt;&lt;/div&gt;
                &lt;ul id=&quot;searchresults&quot;&gt;
                &lt;/ul&gt;
            &lt;/div&gt;
        &lt;/div&gt;
        

        &lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
            document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
            document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
            Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
            });
        &lt;/script&gt;

        &lt;div id=&quot;content&quot; class=&quot;content&quot;&gt;
            &lt;main&gt;
                &lt;!DOCTYPE HTML&gt;

Home - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.png&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/variables.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/general.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/chrome.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; media=&quot;print&quot;&gt;

&lt;!-- Fonts --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;FontAwesome/css/font-awesome.css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Source+Code+Pro:500&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;

&lt;!-- Highlight.js Stylesheets --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;highlight.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;tomorrow-night.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;ayu-highlight.css&quot;&gt;

&lt;!-- Custom theme stylesheets --&gt;

&lt;link rel=&quot;stylesheet&quot; href=&quot;custom.css&quot;&gt;

</head> <body class="rust"> <!-- Provide site root to javascript --> <script type="text/javascript"> var path_to_root = ""; var default_theme = "rust"; </script>

&lt;!-- Work around some values being stored in localStorage wrapped in quotes --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    try {
        var theme = localStorage.getItem('mdbook-theme');
        var sidebar = localStorage.getItem('mdbook-sidebar');
    if (theme.startsWith('&amp;quot;') &amp;amp;&amp;amp; theme.endsWith('&amp;quot;')) {
        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
    }

    if (sidebar.startsWith('&amp;quot;') &amp;amp;&amp;amp; sidebar.endsWith('&amp;quot;')) {
        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
    }
} catch (e) { }

&lt;/script&gt;

&lt;!-- Set the theme before any content is loaded, prevents flash --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var theme; try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { } if (theme === null || theme === undefined) { theme = default_theme; } document.body.className = theme; document.querySelector('html').className = theme + ' js'; &lt;/script&gt;

&lt;!-- Hide / unhide sidebar before it is displayed --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var html = document.querySelector('html'); var sidebar = 'hidden'; if (document.body.clientWidth &gt;= 1080) { try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { } sidebar = sidebar || 'visible'; } html.classList.remove('sidebar-visible'); html.classList.add(&quot;sidebar-&quot; + sidebar); &lt;/script&gt;

&lt;nav id=&quot;sidebar&quot; class=&quot;sidebar&quot; aria-label=&quot;Table of contents&quot;&gt; &lt;div class=&quot;sidebar-scrollbox&quot;&gt; &lt;ol class=&quot;chapter&quot;&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;../index.html&quot; class=&quot;active&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;Front&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;preface.html&quot;&gt;Preface&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;intro.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;1/index.html&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;2/index.html&quot;&gt;2&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;3/index.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;4/index.html&quot;&gt;4&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;5/index.html&quot;&gt;5&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;6/index.html&quot;&gt;6&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;7/index.html&quot;&gt;7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;8/index.html&quot;&gt;8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;9/index.html&quot;&gt;9&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;10/index.html&quot;&gt;10&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;11/index.html&quot;&gt;11&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;12/index.html&quot;&gt;12&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;13/index.html&quot;&gt;13&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;14/index.html&quot;&gt;14&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;15/index.html&quot;&gt;15&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;16/index.html&quot;&gt;16&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;17/index.html&quot;&gt;17&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt; &lt;div id=&quot;sidebar-resize-handle&quot; class=&quot;sidebar-resize-handle&quot;&gt;&lt;/div&gt; &lt;/nav&gt;

&lt;div id=&quot;page-wrapper&quot; class=&quot;page-wrapper&quot;&gt;

&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;
    
    &amp;lt;div id=&amp;quot;menu-bar&amp;quot; class=&amp;quot;menu-bar&amp;quot;&amp;gt;
        &amp;lt;div id=&amp;quot;menu-bar-sticky-container&amp;quot;&amp;gt;
            &amp;lt;div class=&amp;quot;left-buttons&amp;quot;&amp;gt;
                &amp;lt;button id=&amp;quot;sidebar-toggle&amp;quot; class=&amp;quot;icon-button&amp;quot; type=&amp;quot;button&amp;quot; title=&amp;quot;Toggle Table of Contents&amp;quot; aria-label=&amp;quot;Toggle Table of Contents&amp;quot; aria-controls=&amp;quot;sidebar&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-bars&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/button&amp;gt;
                &amp;lt;button id=&amp;quot;theme-toggle&amp;quot; class=&amp;quot;icon-button&amp;quot; type=&amp;quot;button&amp;quot; title=&amp;quot;Change theme&amp;quot; aria-label=&amp;quot;Change theme&amp;quot; aria-haspopup=&amp;quot;true&amp;quot; aria-expanded=&amp;quot;false&amp;quot; aria-controls=&amp;quot;theme-list&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-paint-brush&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/button&amp;gt;
                &amp;lt;ul id=&amp;quot;theme-list&amp;quot; class=&amp;quot;theme-popup&amp;quot; aria-label=&amp;quot;Themes&amp;quot; role=&amp;quot;menu&amp;quot;&amp;gt;
                    &amp;lt;li role=&amp;quot;none&amp;quot;&amp;gt;&amp;lt;button role=&amp;quot;menuitem&amp;quot; class=&amp;quot;theme&amp;quot; id=&amp;quot;light&amp;quot;&amp;gt;Light&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
                    &amp;lt;li role=&amp;quot;none&amp;quot;&amp;gt;&amp;lt;button role=&amp;quot;menuitem&amp;quot; class=&amp;quot;theme&amp;quot; id=&amp;quot;rust&amp;quot;&amp;gt;Rust (default)&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
                    &amp;lt;li role=&amp;quot;none&amp;quot;&amp;gt;&amp;lt;button role=&amp;quot;menuitem&amp;quot; class=&amp;quot;theme&amp;quot; id=&amp;quot;coal&amp;quot;&amp;gt;Coal&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
                    &amp;lt;li role=&amp;quot;none&amp;quot;&amp;gt;&amp;lt;button role=&amp;quot;menuitem&amp;quot; class=&amp;quot;theme&amp;quot; id=&amp;quot;navy&amp;quot;&amp;gt;Navy&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
                    &amp;lt;li role=&amp;quot;none&amp;quot;&amp;gt;&amp;lt;button role=&amp;quot;menuitem&amp;quot; class=&amp;quot;theme&amp;quot; id=&amp;quot;ayu&amp;quot;&amp;gt;Ayu&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
                &amp;lt;/ul&amp;gt;
                
                &amp;lt;button id=&amp;quot;search-toggle&amp;quot; class=&amp;quot;icon-button&amp;quot; type=&amp;quot;button&amp;quot; title=&amp;quot;Search. (Shortkey: s)&amp;quot; aria-label=&amp;quot;Toggle Searchbar&amp;quot; aria-expanded=&amp;quot;false&amp;quot; aria-keyshortcuts=&amp;quot;S&amp;quot; aria-controls=&amp;quot;searchbar&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-search&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/button&amp;gt;
                
            &amp;lt;/div&amp;gt;

            &amp;lt;h1 class=&amp;quot;menu-title&amp;quot;&amp;gt;Caitanya-caritamrta: Adi-lila&amp;lt;/h1&amp;gt;

            &amp;lt;div class=&amp;quot;right-buttons&amp;quot;&amp;gt;
                &amp;lt;a href=&amp;quot;print.html&amp;quot; title=&amp;quot;Print this book&amp;quot; aria-label=&amp;quot;Print this book&amp;quot;&amp;gt;
                    &amp;lt;i id=&amp;quot;print-button&amp;quot; class=&amp;quot;fa fa-print&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/a&amp;gt;
                
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;

    
    &amp;lt;div id=&amp;quot;search-wrapper&amp;quot; class=&amp;quot;hidden&amp;quot;&amp;gt;
        &amp;lt;form id=&amp;quot;searchbar-outer&amp;quot; class=&amp;quot;searchbar-outer&amp;quot;&amp;gt;
            &amp;lt;input type=&amp;quot;search&amp;quot; name=&amp;quot;search&amp;quot; id=&amp;quot;searchbar&amp;quot; name=&amp;quot;searchbar&amp;quot; placeholder=&amp;quot;Search this book ...&amp;quot; aria-controls=&amp;quot;searchresults-outer&amp;quot; aria-describedby=&amp;quot;searchresults-header&amp;quot;&amp;gt;
        &amp;lt;/form&amp;gt;
        &amp;lt;div id=&amp;quot;searchresults-outer&amp;quot; class=&amp;quot;searchresults-outer hidden&amp;quot;&amp;gt;
            &amp;lt;div id=&amp;quot;searchresults-header&amp;quot; class=&amp;quot;searchresults-header&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
            &amp;lt;ul id=&amp;quot;searchresults&amp;quot;&amp;gt;
            &amp;lt;/ul&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    

    &amp;lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&amp;gt;
    &amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
        document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
        document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
        Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
            link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
        });
    &amp;lt;/script&amp;gt;

    &amp;lt;div id=&amp;quot;content&amp;quot; class=&amp;quot;content&amp;quot;&amp;gt;
        &amp;lt;main&amp;gt;
            &amp;lt;!DOCTYPE HTML&amp;gt;

Home - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.png&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/variables.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/general.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/chrome.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; media=&quot;print&quot;&gt;

&lt;!-- Fonts --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;FontAwesome/css/font-awesome.css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Source+Code+Pro:500&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;

&lt;!-- Highlight.js Stylesheets --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;highlight.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;tomorrow-night.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;ayu-highlight.css&quot;&gt;

&lt;!-- Custom theme stylesheets --&gt;

&lt;link rel=&quot;stylesheet&quot; href=&quot;custom.css&quot;&gt;

</head> <body class="rust"> <!-- Provide site root to javascript --> <script type="text/javascript"> var path_to_root = ""; var default_theme = "rust"; </script>

&lt;!-- Work around some values being stored in localStorage wrapped in quotes --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    try {
        var theme = localStorage.getItem('mdbook-theme');
        var sidebar = localStorage.getItem('mdbook-sidebar');
    if (theme.startsWith('&amp;quot;') &amp;amp;&amp;amp; theme.endsWith('&amp;quot;')) {
        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
    }
if (sidebar.startsWith('&amp;amp;quot;') &amp;amp;amp;&amp;amp;amp; sidebar.endsWith('&amp;amp;quot;')) {
    localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}

} catch (e) { }

&lt;/script&gt;

&lt;!-- Set the theme before any content is loaded, prevents flash --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var theme; try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { } if (theme === null || theme === undefined) { theme = default_theme; } document.body.className = theme; document.querySelector('html').className = theme + ' js'; &lt;/script&gt;

&lt;!-- Hide / unhide sidebar before it is displayed --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var html = document.querySelector('html'); var sidebar = 'hidden'; if (document.body.clientWidth &gt;= 1080) { try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { } sidebar = sidebar || 'visible'; } html.classList.remove('sidebar-visible'); html.classList.add(&quot;sidebar-&quot; + sidebar); &lt;/script&gt;

&lt;nav id=&quot;sidebar&quot; class=&quot;sidebar&quot; aria-label=&quot;Table of contents&quot;&gt; &lt;div class=&quot;sidebar-scrollbox&quot;&gt; &lt;ol class=&quot;chapter&quot;&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;../index.html&quot; class=&quot;active&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;preface/index.html&quot;&gt;Preface&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;intro/index.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;1/index.html&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;2/index.html&quot;&gt;2&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;3/index.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;4/index.html&quot;&gt;4&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;5/index.html&quot;&gt;5&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;6/index.html&quot;&gt;6&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;7/index.html&quot;&gt;7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;8/index.html&quot;&gt;8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;9/index.html&quot;&gt;9&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;10/index.html&quot;&gt;10&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;11/index.html&quot;&gt;11&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;12/index.html&quot;&gt;12&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;13/index.html&quot;&gt;13&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;14/index.html&quot;&gt;14&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;15/index.html&quot;&gt;15&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;16/index.html&quot;&gt;16&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;17/index.html&quot;&gt;17&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt; &lt;div id=&quot;sidebar-resize-handle&quot; class=&quot;sidebar-resize-handle&quot;&gt;&lt;/div&gt; &lt;/nav&gt;

&lt;div id=&quot;page-wrapper&quot; class=&quot;page-wrapper&quot;&gt;

&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;
&amp;amp;lt;div id=&amp;amp;quot;menu-bar&amp;amp;quot; class=&amp;amp;quot;menu-bar&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;div id=&amp;amp;quot;menu-bar-sticky-container&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;div class=&amp;amp;quot;left-buttons&amp;amp;quot;&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;sidebar-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-label=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-controls=&amp;amp;quot;sidebar&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-bars&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;theme-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Change theme&amp;amp;quot; aria-label=&amp;amp;quot;Change theme&amp;amp;quot; aria-haspopup=&amp;amp;quot;true&amp;amp;quot; aria-expanded=&amp;amp;quot;false&amp;amp;quot; aria-controls=&amp;amp;quot;theme-list&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-paint-brush&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;ul id=&amp;amp;quot;theme-list&amp;amp;quot; class=&amp;amp;quot;theme-popup&amp;amp;quot; aria-label=&amp;amp;quot;Themes&amp;amp;quot; role=&amp;amp;quot;menu&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;light&amp;amp;quot;&amp;amp;gt;Light&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;rust&amp;amp;quot;&amp;amp;gt;Rust (default)&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;coal&amp;amp;quot;&amp;amp;gt;Coal&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;navy&amp;amp;quot;&amp;amp;gt;Navy&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;ayu&amp;amp;quot;&amp;amp;gt;Ayu&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
            &amp;amp;lt;/ul&amp;amp;gt;
            
            &amp;amp;lt;button id=&amp;amp;quot;search-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Search. (Shortkey: s)&amp;amp;quot; aria-label=&amp;amp;quot;Toggle Searchbar&amp;amp;quot; aria-expanded=&amp;amp;quot;false&amp;amp;quot; aria-keyshortcuts=&amp;amp;quot;S&amp;amp;quot; aria-controls=&amp;amp;quot;searchbar&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-search&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            
        &amp;amp;lt;/div&amp;amp;gt;

        &amp;amp;lt;h1 class=&amp;amp;quot;menu-title&amp;amp;quot;&amp;amp;gt;Caitanya-caritamrta: Adi-lila&amp;amp;lt;/h1&amp;amp;gt;

        &amp;amp;lt;div class=&amp;amp;quot;right-buttons&amp;amp;quot;&amp;amp;gt;
            &amp;amp;lt;a href=&amp;amp;quot;print.html&amp;amp;quot; title=&amp;amp;quot;Print this book&amp;amp;quot; aria-label=&amp;amp;quot;Print this book&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i id=&amp;amp;quot;print-button&amp;amp;quot; class=&amp;amp;quot;fa fa-print&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/a&amp;amp;gt;
            
        &amp;amp;lt;/div&amp;amp;gt;
    &amp;amp;lt;/div&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;


&amp;amp;lt;div id=&amp;amp;quot;search-wrapper&amp;amp;quot; class=&amp;amp;quot;hidden&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;form id=&amp;amp;quot;searchbar-outer&amp;amp;quot; class=&amp;amp;quot;searchbar-outer&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;input type=&amp;amp;quot;search&amp;amp;quot; name=&amp;amp;quot;search&amp;amp;quot; id=&amp;amp;quot;searchbar&amp;amp;quot; name=&amp;amp;quot;searchbar&amp;amp;quot; placeholder=&amp;amp;quot;Search this book ...&amp;amp;quot; aria-controls=&amp;amp;quot;searchresults-outer&amp;amp;quot; aria-describedby=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;/form&amp;amp;gt;
    &amp;amp;lt;div id=&amp;amp;quot;searchresults-outer&amp;amp;quot; class=&amp;amp;quot;searchresults-outer hidden&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;div id=&amp;amp;quot;searchresults-header&amp;amp;quot; class=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;
        &amp;amp;lt;ul id=&amp;amp;quot;searchresults&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;/ul&amp;amp;gt;
    &amp;amp;lt;/div&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;


&amp;amp;lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&amp;amp;gt;
&amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&amp;amp;gt;
    document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
    document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
    Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
        link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
    });
&amp;amp;lt;/script&amp;amp;gt;

&amp;amp;lt;div id=&amp;amp;quot;content&amp;amp;quot; class=&amp;amp;quot;content&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;main&amp;amp;gt;
        &amp;amp;lt;!DOCTYPE HTML&amp;amp;gt;

Home - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.png&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/variables.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/general.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/chrome.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; media=&quot;print&quot;&gt;

&lt;!-- Fonts --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;FontAwesome/css/font-awesome.css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Source+Code+Pro:500&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;

&lt;!-- Highlight.js Stylesheets --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;highlight.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;tomorrow-night.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;ayu-highlight.css&quot;&gt;

&lt;!-- Custom theme stylesheets --&gt;

&lt;link rel=&quot;stylesheet&quot; href=&quot;custom.css&quot;&gt;

</head> <body class="rust"> <!-- Provide site root to javascript --> <script type="text/javascript"> var path_to_root = ""; var default_theme = "rust"; </script>

&lt;!-- Work around some values being stored in localStorage wrapped in quotes --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    try {
        var theme = localStorage.getItem('mdbook-theme');
        var sidebar = localStorage.getItem('mdbook-sidebar');
    if (theme.startsWith('&amp;quot;') &amp;amp;&amp;amp; theme.endsWith('&amp;quot;')) {
        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
    }
if (sidebar.startsWith('&amp;amp;quot;') &amp;amp;amp;&amp;amp;amp; sidebar.endsWith('&amp;amp;quot;')) {
    localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}

} catch (e) { }

&lt;/script&gt;

&lt;!-- Set the theme before any content is loaded, prevents flash --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var theme; try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { } if (theme === null || theme === undefined) { theme = default_theme; } document.body.className = theme; document.querySelector('html').className = theme + ' js'; &lt;/script&gt;

&lt;!-- Hide / unhide sidebar before it is displayed --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var html = document.querySelector('html'); var sidebar = 'hidden'; if (document.body.clientWidth &gt;= 1080) { try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { } sidebar = sidebar || 'visible'; } html.classList.remove('sidebar-visible'); html.classList.add(&quot;sidebar-&quot; + sidebar); &lt;/script&gt;

&lt;nav id=&quot;sidebar&quot; class=&quot;sidebar&quot; aria-label=&quot;Table of contents&quot;&gt; &lt;div class=&quot;sidebar-scrollbox&quot;&gt; &lt;ol class=&quot;chapter&quot;&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;../index.html&quot; class=&quot;active&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;preface/index.html&quot;&gt;Preface&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;intro/index.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;1/index.html&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;2/index.html&quot;&gt;2&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;3/index.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;4/index.html&quot;&gt;4&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;5/index.html&quot;&gt;5&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;6/index.html&quot;&gt;6&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;7/index.html&quot;&gt;7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;8/index.html&quot;&gt;8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;9/index.html&quot;&gt;9&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;10/index.html&quot;&gt;10&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;11/index.html&quot;&gt;11&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;12/index.html&quot;&gt;12&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;13/index.html&quot;&gt;13&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;14/index.html&quot;&gt;14&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;15/index.html&quot;&gt;15&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;16/index.html&quot;&gt;16&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;17/index.html&quot;&gt;17&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt; &lt;div id=&quot;sidebar-resize-handle&quot; class=&quot;sidebar-resize-handle&quot;&gt;&lt;/div&gt; &lt;/nav&gt;

&lt;div id=&quot;page-wrapper&quot; class=&quot;page-wrapper&quot;&gt;

&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;
&amp;amp;lt;div id=&amp;amp;quot;menu-bar&amp;amp;quot; class=&amp;amp;quot;menu-bar&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;div id=&amp;amp;quot;menu-bar-sticky-container&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;div class=&amp;amp;quot;left-buttons&amp;amp;quot;&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;sidebar-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-label=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-controls=&amp;amp;quot;sidebar&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-bars&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;theme-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Change theme&amp;amp;quot; aria-label=&amp;amp;quot;Change theme&amp;amp;quot; aria-haspopup=&amp;amp;quot;true&amp;amp;quot; aria-expanded=&amp;amp;quot;false&amp;amp;quot; aria-controls=&amp;amp;quot;theme-list&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-paint-brush&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;ul id=&amp;amp;quot;theme-list&amp;amp;quot; class=&amp;amp;quot;theme-popup&amp;amp;quot; aria-label=&amp;amp;quot;Themes&amp;amp;quot; role=&amp;amp;quot;menu&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;light&amp;amp;quot;&amp;amp;gt;Light&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;rust&amp;amp;quot;&amp;amp;gt;Rust (default)&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;coal&amp;amp;quot;&amp;amp;gt;Coal&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;navy&amp;amp;quot;&amp;amp;gt;Navy&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;ayu&amp;amp;quot;&amp;amp;gt;Ayu&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
            &amp;amp;lt;/ul&amp;amp;gt;
        &amp;amp;amp;lt;button id=&amp;amp;amp;quot;search-toggle&amp;amp;amp;quot; class=&amp;amp;amp;quot;icon-button&amp;amp;amp;quot; type=&amp;amp;amp;quot;button&amp;amp;amp;quot; title=&amp;amp;amp;quot;Search. (Shortkey: s)&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Toggle Searchbar&amp;amp;amp;quot; aria-expanded=&amp;amp;amp;quot;false&amp;amp;amp;quot; aria-keyshortcuts=&amp;amp;amp;quot;S&amp;amp;amp;quot; aria-controls=&amp;amp;amp;quot;searchbar&amp;amp;amp;quot;&amp;amp;amp;gt;
            &amp;amp;amp;lt;i class=&amp;amp;amp;quot;fa fa-search&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
        &amp;amp;amp;lt;/button&amp;amp;amp;gt;
        
    &amp;amp;amp;lt;/div&amp;amp;amp;gt;

    &amp;amp;amp;lt;h1 class=&amp;amp;amp;quot;menu-title&amp;amp;amp;quot;&amp;amp;amp;gt;Caitanya-caritamrta: Adi-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;

    &amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
        &amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
            &amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
        &amp;amp;amp;lt;/a&amp;amp;amp;gt;
        
    &amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;

&amp;amp;lt;/div&amp;amp;gt;

&amp;amp;lt;div id=&amp;amp;quot;search-wrapper&amp;amp;quot; class=&amp;amp;quot;hidden&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;form id=&amp;amp;quot;searchbar-outer&amp;amp;quot; class=&amp;amp;quot;searchbar-outer&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;input type=&amp;amp;quot;search&amp;amp;quot; name=&amp;amp;quot;search&amp;amp;quot; id=&amp;amp;quot;searchbar&amp;amp;quot; name=&amp;amp;quot;searchbar&amp;amp;quot; placeholder=&amp;amp;quot;Search this book ...&amp;amp;quot; aria-controls=&amp;amp;quot;searchresults-outer&amp;amp;quot; aria-describedby=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;/form&amp;amp;gt; &amp;amp;lt;div id=&amp;amp;quot;searchresults-outer&amp;amp;quot; class=&amp;amp;quot;searchresults-outer hidden&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;div id=&amp;amp;quot;searchresults-header&amp;amp;quot; class=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt; &amp;amp;lt;ul id=&amp;amp;quot;searchresults&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;/ul&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;

&amp;amp;lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&amp;amp;gt; &amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&amp;amp;gt; document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible'); document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible'); Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) { link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1); }); &amp;amp;lt;/script&amp;amp;gt;

&amp;amp;lt;div id=&amp;amp;quot;content&amp;amp;quot; class=&amp;amp;quot;content&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;main&amp;amp;gt; &amp;amp;lt;!DOCTYPE HTML&amp;amp;gt;

Home -
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />
&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.png&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/variables.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/general.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/chrome.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/print.css&quot; media=&quot;print&quot;&gt;

&lt;!-- Fonts --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;FontAwesome/css/font-awesome.css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt; &lt;link href=&quot;https://fonts.googleapis.com/css?family=Source+Code+Pro:500&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;

&lt;!-- Highlight.js Stylesheets --&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;highlight.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;tomorrow-night.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;ayu-highlight.css&quot;&gt;

&lt;!-- Custom theme stylesheets --&gt;

</head> <body class="light"> <!-- Provide site root to javascript --> <script type="text/javascript"> var path_to_root = ""; var default_theme = "light"; </script>

&lt;!-- Work around some values being stored in localStorage wrapped in quotes --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    try {
        var theme = localStorage.getItem('mdbook-theme');
        var sidebar = localStorage.getItem('mdbook-sidebar');
    if (theme.startsWith('&amp;quot;') &amp;amp;&amp;amp; theme.endsWith('&amp;quot;')) {
        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
    }
if (sidebar.startsWith('&amp;amp;quot;') &amp;amp;amp;&amp;amp;amp; sidebar.endsWith('&amp;amp;quot;')) {
    localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}

} catch (e) { }

&lt;/script&gt;

&lt;!-- Set the theme before any content is loaded, prevents flash --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var theme; try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { } if (theme === null || theme === undefined) { theme = default_theme; } document.body.className = theme; document.querySelector('html').className = theme + ' js'; &lt;/script&gt;

&lt;!-- Hide / unhide sidebar before it is displayed --&gt; &lt;script type=&quot;text/javascript&quot;&gt; var html = document.querySelector('html'); var sidebar = 'hidden'; if (document.body.clientWidth &gt;= 1080) { try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { } sidebar = sidebar || 'visible'; } html.classList.remove('sidebar-visible'); html.classList.add(&quot;sidebar-&quot; + sidebar); &lt;/script&gt;

&lt;nav id=&quot;sidebar&quot; class=&quot;sidebar&quot; aria-label=&quot;Table of contents&quot;&gt; &lt;div class=&quot;sidebar-scrollbox&quot;&gt; &lt;ol class=&quot;chapter&quot;&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;../index.html&quot; class=&quot;active&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;preface/index.html&quot;&gt;Preface&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;intro/index.html&quot;&gt;Introduction&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;1/index.html&quot;&gt;1&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;2/index.html&quot;&gt;2&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;3/index.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;4/index.html&quot;&gt;4&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;5/index.html&quot;&gt;5&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;6/index.html&quot;&gt;6&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;7/index.html&quot;&gt;7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;8/index.html&quot;&gt;8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;9/index.html&quot;&gt;9&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;10/index.html&quot;&gt;10&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;11/index.html&quot;&gt;11&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;12/index.html&quot;&gt;12&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;13/index.html&quot;&gt;13&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;14/index.html&quot;&gt;14&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;15/index.html&quot;&gt;15&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;16/index.html&quot;&gt;16&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;affix&quot;&gt;&lt;a href=&quot;17/index.html&quot;&gt;17&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt; &lt;div id=&quot;sidebar-resize-handle&quot; class=&quot;sidebar-resize-handle&quot;&gt;&lt;/div&gt; &lt;/nav&gt;

&lt;div id=&quot;page-wrapper&quot; class=&quot;page-wrapper&quot;&gt;

&amp;lt;div class=&amp;quot;page&amp;quot;&amp;gt;
&amp;amp;lt;div id=&amp;amp;quot;menu-bar&amp;amp;quot; class=&amp;amp;quot;menu-bar&amp;amp;quot;&amp;amp;gt;
    &amp;amp;lt;div id=&amp;amp;quot;menu-bar-sticky-container&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;div class=&amp;amp;quot;left-buttons&amp;amp;quot;&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;sidebar-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-label=&amp;amp;quot;Toggle Table of Contents&amp;amp;quot; aria-controls=&amp;amp;quot;sidebar&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-bars&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;button id=&amp;amp;quot;theme-toggle&amp;amp;quot; class=&amp;amp;quot;icon-button&amp;amp;quot; type=&amp;amp;quot;button&amp;amp;quot; title=&amp;amp;quot;Change theme&amp;amp;quot; aria-label=&amp;amp;quot;Change theme&amp;amp;quot; aria-haspopup=&amp;amp;quot;true&amp;amp;quot; aria-expanded=&amp;amp;quot;false&amp;amp;quot; aria-controls=&amp;amp;quot;theme-list&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;i class=&amp;amp;quot;fa fa-paint-brush&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
            &amp;amp;lt;/button&amp;amp;gt;
            &amp;amp;lt;ul id=&amp;amp;quot;theme-list&amp;amp;quot; class=&amp;amp;quot;theme-popup&amp;amp;quot; aria-label=&amp;amp;quot;Themes&amp;amp;quot; role=&amp;amp;quot;menu&amp;amp;quot;&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;light&amp;amp;quot;&amp;amp;gt;Light (default)&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;rust&amp;amp;quot;&amp;amp;gt;Rust&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;coal&amp;amp;quot;&amp;amp;gt;Coal&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;navy&amp;amp;quot;&amp;amp;gt;Navy&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
                &amp;amp;lt;li role=&amp;amp;quot;none&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;button role=&amp;amp;quot;menuitem&amp;amp;quot; class=&amp;amp;quot;theme&amp;amp;quot; id=&amp;amp;quot;ayu&amp;amp;quot;&amp;amp;gt;Ayu&amp;amp;lt;/button&amp;amp;gt;&amp;amp;lt;/li&amp;amp;gt;
            &amp;amp;lt;/ul&amp;amp;gt;
        &amp;amp;amp;lt;button id=&amp;amp;amp;quot;search-toggle&amp;amp;amp;quot; class=&amp;amp;amp;quot;icon-button&amp;amp;amp;quot; type=&amp;amp;amp;quot;button&amp;amp;amp;quot; title=&amp;amp;amp;quot;Search. (Shortkey: s)&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Toggle Searchbar&amp;amp;amp;quot; aria-expanded=&amp;amp;amp;quot;false&amp;amp;amp;quot; aria-keyshortcuts=&amp;amp;amp;quot;S&amp;amp;amp;quot; aria-controls=&amp;amp;amp;quot;searchbar&amp;amp;amp;quot;&amp;amp;amp;gt;
            &amp;amp;amp;lt;i class=&amp;amp;amp;quot;fa fa-search&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
        &amp;amp;amp;lt;/button&amp;amp;amp;gt;
&amp;amp;amp;amp;lt;/div&amp;amp;amp;amp;gt;

&amp;amp;amp;amp;lt;h1 class=&amp;amp;amp;amp;quot;menu-title&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;/h1&amp;amp;amp;amp;gt;

&amp;amp;amp;amp;lt;div class=&amp;amp;amp;amp;quot;right-buttons&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;
    &amp;amp;amp;amp;lt;a href=&amp;amp;amp;amp;quot;print.html&amp;amp;amp;amp;quot; title=&amp;amp;amp;amp;quot;Print this book&amp;amp;amp;amp;quot; aria-label=&amp;amp;amp;amp;quot;Print this book&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;
        &amp;amp;amp;amp;lt;i id=&amp;amp;amp;amp;quot;print-button&amp;amp;amp;amp;quot; class=&amp;amp;amp;amp;quot;fa fa-print&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;/i&amp;amp;amp;amp;gt;
    &amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;gt;
    
&amp;amp;amp;amp;lt;/div&amp;amp;amp;amp;gt;

&amp;amp;amp;lt;/div&amp;amp;amp;gt;

&amp;amp;lt;/div&amp;amp;gt;

&amp;amp;lt;div id=&amp;amp;quot;search-wrapper&amp;amp;quot; class=&amp;amp;quot;hidden&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;form id=&amp;amp;quot;searchbar-outer&amp;amp;quot; class=&amp;amp;quot;searchbar-outer&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;input type=&amp;amp;quot;search&amp;amp;quot; name=&amp;amp;quot;search&amp;amp;quot; id=&amp;amp;quot;searchbar&amp;amp;quot; name=&amp;amp;quot;searchbar&amp;amp;quot; placeholder=&amp;amp;quot;Search this book ...&amp;amp;quot; aria-controls=&amp;amp;quot;searchresults-outer&amp;amp;quot; aria-describedby=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;/form&amp;amp;gt; &amp;amp;lt;div id=&amp;amp;quot;searchresults-outer&amp;amp;quot; class=&amp;amp;quot;searchresults-outer hidden&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;div id=&amp;amp;quot;searchresults-header&amp;amp;quot; class=&amp;amp;quot;searchresults-header&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt; &amp;amp;lt;ul id=&amp;amp;quot;searchresults&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;/ul&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt; &amp;amp;lt;/div&amp;amp;gt;

&amp;amp;lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&amp;amp;gt; &amp;amp;lt;script type=&amp;amp;quot;text/javascript&amp;amp;quot;&amp;amp;gt; document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible'); document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible'); Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) { link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1); }); &amp;amp;lt;/script&amp;amp;gt;

&amp;amp;lt;div id=&amp;amp;quot;content&amp;amp;quot; class=&amp;amp;quot;content&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;main&amp;amp;gt; &amp;amp;lt;h1&amp;amp;gt;&amp;amp;lt;a class=&amp;amp;quot;header&amp;amp;quot; href=&amp;amp;quot;#home&amp;amp;quot; id=&amp;amp;quot;home&amp;amp;quot;&amp;amp;gt;Home&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/h1&amp;amp;gt;

&amp;amp;amp;lt;/main&amp;amp;amp;gt;

&amp;amp;amp;lt;nav class=&amp;amp;amp;quot;nav-wrapper&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Page navigation&amp;amp;amp;quot;&amp;amp;amp;gt; &amp;amp;amp;lt;!-- Mobile navigation buttons --&amp;amp;amp;gt;

    &amp;amp;amp;amp;lt;a rel=&amp;amp;amp;amp;quot;next&amp;amp;amp;amp;quot; href=&amp;amp;amp;amp;quot;preface/index.html&amp;amp;amp;amp;quot; class=&amp;amp;amp;amp;quot;mobile-nav-chapters next&amp;amp;amp;amp;quot; title=&amp;amp;amp;amp;quot;Next chapter&amp;amp;amp;amp;quot; aria-label=&amp;amp;amp;amp;quot;Next chapter&amp;amp;amp;amp;quot; aria-keyshortcuts=&amp;amp;amp;amp;quot;Right&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;
        &amp;amp;amp;amp;lt;i class=&amp;amp;amp;amp;quot;fa fa-angle-right&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;/i&amp;amp;amp;amp;gt;
    &amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;gt;


&amp;amp;amp;amp;lt;div style=&amp;amp;amp;amp;quot;clear: both&amp;amp;amp;amp;quot;&amp;amp;amp;amp;gt;&amp;amp;amp;amp;lt;/div&amp;amp;amp;amp;gt;

&amp;amp;amp;lt;/nav&amp;amp;amp;gt;

&amp;amp;lt;/div&amp;amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;nav class=&amp;quot;nav-wide-wrapper&amp;quot; aria-label=&amp;quot;Page navigation&amp;quot;&amp;gt;

    &amp;amp;lt;a href=&amp;amp;quot;preface/index.html&amp;amp;quot; class=&amp;amp;quot;nav-chapters next&amp;amp;quot; title=&amp;amp;quot;Next chapter&amp;amp;quot; aria-label=&amp;amp;quot;Next chapter&amp;amp;quot; aria-keyshortcuts=&amp;amp;quot;Right&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;i class=&amp;amp;quot;fa fa-angle-right&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
    &amp;amp;lt;/a&amp;amp;gt;

&amp;lt;/nav&amp;gt;

&lt;/div&gt;

&lt;script src=&quot;elasticlunr.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;mark.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;searcher.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;script src=&quot;clipboard.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;highlight.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;book.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;!-- Custom JS scripts --&gt;

</body>

                </main>
            &lt;nav class=&quot;nav-wrapper&quot; aria-label=&quot;Page navigation&quot;&gt;
                &lt;!-- Mobile navigation buttons --&gt;
                &amp;lt;a rel=&amp;quot;next&amp;quot; href=&amp;quot;preface/index.html&amp;quot; class=&amp;quot;mobile-nav-chapters next&amp;quot; title=&amp;quot;Next chapter&amp;quot; aria-label=&amp;quot;Next chapter&amp;quot; aria-keyshortcuts=&amp;quot;Right&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-angle-right&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/a&amp;gt;
        &amp;amp;lt;div style=&amp;amp;quot;clear: both&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;
    &amp;amp;lt;/nav&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;nav class=&amp;quot;nav-wide-wrapper&amp;quot; aria-label=&amp;quot;Page navigation&amp;quot;&amp;gt;

    &amp;amp;lt;a href=&amp;amp;quot;preface/index.html&amp;amp;quot; class=&amp;amp;quot;nav-chapters next&amp;amp;quot; title=&amp;amp;quot;Next chapter&amp;amp;quot; aria-label=&amp;amp;quot;Next chapter&amp;amp;quot; aria-keyshortcuts=&amp;amp;quot;Right&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;i class=&amp;amp;quot;fa fa-angle-right&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
    &amp;amp;lt;/a&amp;amp;gt;

&amp;lt;/nav&amp;gt;

&lt;/div&gt;

&lt;script src=&quot;elasticlunr.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;mark.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;searcher.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;script src=&quot;clipboard.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;highlight.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;book.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;!-- Custom JS scripts --&gt;

</body>

                </main>
            &lt;nav class=&quot;nav-wrapper&quot; aria-label=&quot;Page navigation&quot;&gt;
                &lt;!-- Mobile navigation buttons --&gt;
                &amp;lt;a rel=&amp;quot;next&amp;quot; href=&amp;quot;preface/index.html&amp;quot; class=&amp;quot;mobile-nav-chapters next&amp;quot; title=&amp;quot;Next chapter&amp;quot; aria-label=&amp;quot;Next chapter&amp;quot; aria-keyshortcuts=&amp;quot;Right&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-angle-right&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/a&amp;gt;
        &amp;amp;lt;div style=&amp;amp;quot;clear: both&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;
    &amp;amp;lt;/nav&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;

&amp;lt;/div&amp;gt;

&amp;lt;nav class=&amp;quot;nav-wide-wrapper&amp;quot; aria-label=&amp;quot;Page navigation&amp;quot;&amp;gt;

    &amp;amp;lt;a href=&amp;amp;quot;preface/index.html&amp;amp;quot; class=&amp;amp;quot;nav-chapters next&amp;amp;quot; title=&amp;amp;quot;Next chapter&amp;amp;quot; aria-label=&amp;amp;quot;Next chapter&amp;amp;quot; aria-keyshortcuts=&amp;amp;quot;Right&amp;amp;quot;&amp;amp;gt;
        &amp;amp;lt;i class=&amp;amp;quot;fa fa-angle-right&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
    &amp;amp;lt;/a&amp;amp;gt;

&amp;lt;/nav&amp;gt;

&lt;/div&gt;

&lt;script src=&quot;elasticlunr.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;mark.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;searcher.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;script src=&quot;clipboard.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;highlight.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;book.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;!-- Custom JS scripts --&gt;

</body>

                </main>
            &lt;nav class=&quot;nav-wrapper&quot; aria-label=&quot;Page navigation&quot;&gt;
                &lt;!-- Mobile navigation buttons --&gt;
                &amp;lt;a rel=&amp;quot;next&amp;quot; href=&amp;quot;index.html&amp;quot; class=&amp;quot;mobile-nav-chapters next&amp;quot; title=&amp;quot;Next chapter&amp;quot; aria-label=&amp;quot;Next chapter&amp;quot; aria-keyshortcuts=&amp;quot;Right&amp;quot;&amp;gt;
                    &amp;lt;i class=&amp;quot;fa fa-angle-right&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
                &amp;lt;/a&amp;gt;
            

            &amp;lt;div style=&amp;quot;clear: both&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
        &amp;lt;/nav&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;nav class=&amp;quot;nav-wide-wrapper&amp;quot; aria-label=&amp;quot;Page navigation&amp;quot;&amp;gt;
    

    
        &amp;lt;a href=&amp;quot;index.html&amp;quot; class=&amp;quot;nav-chapters next&amp;quot; title=&amp;quot;Next chapter&amp;quot; aria-label=&amp;quot;Next chapter&amp;quot; aria-keyshortcuts=&amp;quot;Right&amp;quot;&amp;gt;
            &amp;lt;i class=&amp;quot;fa fa-angle-right&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
        &amp;lt;/a&amp;gt;
    
&amp;lt;/nav&amp;gt;

&lt;/div&gt;

&lt;script src=&quot;elasticlunr.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;mark.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;searcher.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;script src=&quot;clipboard.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;highlight.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt; &lt;script src=&quot;book.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;!-- Custom JS scripts --&gt;

</body>

                </main>
            &lt;nav class=&quot;nav-wrapper&quot; aria-label=&quot;Page navigation&quot;&gt;
                &lt;!-- Mobile navigation buttons --&gt;
                

                
                    &lt;a rel=&quot;next&quot; href=&quot;index.html&quot; class=&quot;mobile-nav-chapters next&quot; title=&quot;Next chapter&quot; aria-label=&quot;Next chapter&quot; aria-keyshortcuts=&quot;Right&quot;&gt;
                        &lt;i class=&quot;fa fa-angle-right&quot;&gt;&lt;/i&gt;
                    &lt;/a&gt;
                

                &lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
            &lt;/nav&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&gt;
        

        
            &lt;a href=&quot;index.html&quot; class=&quot;nav-chapters next&quot; title=&quot;Next chapter&quot; aria-label=&quot;Next chapter&quot; aria-keyshortcuts=&quot;Right&quot;&gt;
                &lt;i class=&quot;fa fa-angle-right&quot;&gt;&lt;/i&gt;
            &lt;/a&gt;
        
    &lt;/nav&gt;

&lt;/div&gt;








&lt;script src=&quot;elasticlunr.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;mark.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;searcher.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;


&lt;script src=&quot;clipboard.min.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;highlight.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;book.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;

&lt;!-- Custom JS scripts --&gt;

</body>

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    

                    
                        <a rel="next" href="index.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            

            
                <a href="index.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>

The Spiritual Masters

Sri Caitanya Mahaprabhu is none other than the combined form of Sri Radha and Krsna.

He is the life of those devotees who strictly follow in the footsteps of Srila Rupa Gosvami.

Srila Rupa Gosvami and Srila Sanatana Gosvami are the two principal followers of Srila Svarupa Damodara Gosvami, who acted as the most confidential servitor of Lord Sri Krsna Caitanya Mahaprabhu, known as Visvambhara in His early life.

A direct disciple of Srila Rupa Gosvami was Srila Raghunatha dasa Gosvami.

The author of Sri Caitanya-caritamrta, Srila Krsnadasa Kaviraja Gosvami, stands as the direct disciple of Srila Rupa Gosvami and Srila Raghunatha dasa Gosvami.

The direct disciple of Srila Krsnadasa Kaviraja Gosvami was Srila Narottama dasa Thakura, who accepted Srila Visvanatha Cakravarti as his servitor.

Srila Visvanatha Cakravarti Thakura accepted Srila Jagannatha dasa Babaji, who initiated Srila Bhaktivinoda Thakura, who in turn initiated Srila Gaurakisora dasa Babaji, the spiritual master of Om Visnupada Srila Bhaktisiddhanta Sarasvati Gosvami Maharaja, the divine master of our humble self.

Since we belong to this chain of disciplic succession from Sri Caitanya Mahaprabhu, this edition of Sri Caitanya-caritamrta will contain nothing newly manufactured by our tiny brains, but only remnants of food originally eaten by the Lord Himself.

Lord Sri Caitanya Mahaprabhu does not belong to the mundane plane of the three qualitative modes.

He belongs to the transcendental plane beyond the reach of the imperfect sense perception of a living being.

Even the most erudite mundane scholar cannot approach the transcendental plane unless he submits himself to transcendental sound with a receptive mood, for in that mood only can one realize the message of Sri Caitanya Mahaprabhu.

What will be described herein, therefore, has nothing to do with the experimental thoughts created by the speculative habits of inert minds.

The subject matter of this book is not a mental concoction but a factual spiritual experience that one can realize only by accepting the line of disciplic succession described above.

Any deviation from that line will bewilder the reader’s understanding of the mystery of Sri Caitanya-caritamrta, which is a transcendental literature meant for the postgraduate study of one who has realized all the Vedic scriptures such as the Upanisads and Vedanta-sutra and their natural commentaries such as Srimad-Bhagavatam and the Bhagavad-gita.

This edition of Sri Caitanya-caritamrta is presented for the study of sincere scholars who are really seeking the Absolute Truth.

It is not the arrogant scholarship of a mental speculator but a sincere effort to serve the order of a superior authority whose service is the life and soul of this humble effort.

It does not deviate even slightly from the revealed scriptures, and therefore anyone who follows in the disciplic line will be able to realize the essence of this book simply by the method of aural reception.

The First Chapter of Sri Caitanya-caritamrta begins with fourteen Sanskrit verses that describe the Absolute Truth.

Then the next three Sanskrit verses describe the principal Deities of Vrndavana, namely, Sri Radha-Madana-mohana, Sri Radha-Govindadeva and Sri Radha-Gopinathaji.

The first of the fourteen verses is a symbolic representation of the Supreme Truth, and the entire First Chapter is in actuality devoted to this single verse, which describes Lord Caitanya in His six different transcendental expansions.

The first manifestation described is the spiritual master, who appears in two plenary parts called the initiating spiritual master and instructing spiritual master.

They are identical because both of them are phenomenal manifestations of the Supreme Truth.

Next described are the devotees, who are divided into two classes, namely, the apprentices and the graduates.

Next are the incarnations (avataras) of the Lord, who are explained to be nondifferent from the Lord.

These incarnations are considered in three divisions-incarnations of the potency of the Lord, incarnations of His qualities, and incarnations of His authority.

In this connection, Lord Sri Krsna’s direct manifestations and His manifestations for transcendental pastimes are discussed.

Next considered are the potencies of the Lord, of which three principal manifestations are described: the consorts in the kingdom of God (Vaikuntha), the queens of Dvaraka-dhama and, highest of all, the damsels of Vrajadhama.

Finally, there is the Supreme Lord Himself, who is the fountainhead of all these manifestations.

Lord Sri Krsna and His plenary expansions are all in the category of the Lord Himself, the energetic Absolute Truth, whereas His devotees, His eternal associates, are His energies.

The energy and energetic are fundamentally one, but since their functions are differently exhibited, they are simultaneously different also.

Thus the Absolute Truth is manifested in diversity in one unit.

This philosophical truth, which is pursuant to the Vedanta-sutra, is called acintya-bhedabheda-tattva, or the conception of simultaneous oneness and difference.

In the latter portion of this chapter, the transcendental position of Sri Caitanya Mahaprabhu and that of Srila Nityananda Prabhu are described with reference to the above theistic facts.

Preface

There is no difference between the teachings of Lord Caitanya presented here and the teachings of Lord Krsna in the Bhagavad-gita.

The teachings of Lord Caitanya are practical demonstrations of Lord Krsna’s teachings.

Lord Krsna’s ultimate instruction in the Bhagavad-gita is that everyone should surrender unto Him, Lord Krsna.

Krsna promises to take immediate charge of such a surrendered soul.

The Lord, the Supreme Personality of Godhead, is already in charge of the maintenance of this creation by virtue of His plenary expansion, Ksirodakasayi Visnu, but this maintenance is not direct.

However, when the Lord says that He takes charge of His pure devotee, He actually takes direct charge.

A pure devotee is a soul who is forever surrendered to the Lord, just as a child is surrendered to his parents or an animal to its master.

In the surrendering process, one should: (1) accept things favorable for discharging devotional service, (2) reject things unfavorable, (3) believe firmly in the Lord’s protection, (4) feel exclusively dependent on the mercy of the Lord, (5) have no interest separate from the interest of the Lord, and (6) always feel oneself meek and humble.

The Lord demands that one surrender unto Him by following these six guidelines, but the unintelligent so-called scholars of the world misunderstand these demands and urge the general mass of people to reject them.

At the conclusion of the Ninth Chapter of the Bhagavad-gita, Lord Krsna directly says, “Engage your mind always in thinking of Me, become My devotee, offer obeisances to Me, and worship Me.

Being completely absorbed in Me, surely you will come to Me.” (Bg.9.34) However, the scholarly demons misguide the masses of people by directing them to the impersonal, unmanifest, eternal, unborn truth rather than the Personality of Godhead.

The impersonalist Mayavadi philosophers do not accept that the ultimate aspect of the Absolute Truth is the Supreme Personality of Godhead.

If one desires to understand the sun as it is, one must first face the sunshine and then the sun globe, and after entering into that globe, one may come face to face with the predominating deity of the sun.

Due to a poor fund of knowledge, the Mayavadi philosophers cannot go beyond the Brahman effulgence, which may be compared to the sunshine.

The Upanisads confirm that one has to penetrate the dazzling effulgence of Brahman before one can see the real face of the Personality of Godhead.

Lord Caitanya therefore teaches direct worship of Lord Krsna, who appeared as the foster child of the King of Vraja.

He also suggests that the place known as Vrndavana is as good as Lord Krsna because there is no difference between the name, quality, form, pastimes, entourage and paraphernalia of Lord Krsna and Lord Krsna Himself.

That is the absolute nature of the Absolute Truth.

Lord Caitanya also recommended that the highest mode of worship in the highest perfectional stage is the method practiced by the damsels of Vraja.

These damsels (gopis, or cowherd girls) simply loved Krsna without a motive for material or spiritual gain.

Lord Caitanya also recommended Srimad-Bhagavatam as the spotless narration of transcendental knowledge, and He pointed out that the highest goal in human life is to develop unalloyed love for Krsna, the Supreme Personality of Godhead.

Lord Caitanya’s teachings are identical to those given by Lord Kapila, the original propounder of sankhya-yoga, the sankhya system of philosophy.

This authorized system of yoga recommends meditation on the transcendental form of the Lord.

There is no question of meditating on something void or impersonal.

One can meditate on the transcendental form of Lord Visnu even without practicing involved sitting postures.

Such meditation is called perfect samadhi.

This perfect samadhi is verified at the end of the Sixth Chapter of the Bhagavad-gita, where Lord Krsna says, “And of all yogis, the one with great faith who always abides in Me, thinks of Me within himself, and renders transcendental loving service to Me-he is the most intimately united with Me in yoga and is the highest of all.

That is My opinion.” (Bg.6.47) Lord Caitanya instructed the mass of people in the sankhya philosophy of acintya-bhedabheda-tattva, which maintains that the Supreme Lord is simultaneously one with and different from His creation.

Lord Caitanya taught this philosophy through the chanting of the holy name of the Lord.

He taught that the holy name of the Lord is the sound incarnation of the Lord and that since the Lord is the absolute whole, there is no difference between His holy name and His transcendental form.

Thus by chanting the holy name of the Lord one can directly associate with the Supreme Lord by sound vibration.

As one practices this sound vibration, one passes through three stages of development: the offensive stage, the clearing stage and the transcendental stage.

In the offensive stage one may desire all kinds of material happiness, but in the second stage one becomes clear of all material contamination.

When one is situated on the transcendental stage, one attains the most coveted position-the stage of loving God.

Lord Caitanya taught that this is the highest stage of perfection for human beings.

Yoga practice is essentially meant for controlling the senses.

The central controlling factor of all the senses is the mind; therefore one first has to practice controlling the mind by engaging it in Krsna consciousness.

The gross activities of the mind are expressed through the external senses, either for the acquiring of knowledge or for the functioning of the senses in accordance with the will.

The subtle activities of the mind are thinking, feeling and willing.

Depending on one’s consciousness, the individual is either polluted or clear.

If one’s mind is fixed on Krsna (His name, quality, form, pastimes, entourage and paraphernalia), all one’s activities-both subtle and gross-become favorable.

The Bhagavad-gita’s process of purifying consciousness is the process of fixing one’s mind on Krsna by talking of His transcendental activities, cleansing His temple, going to His temple, seeing the beautiful transcendental form of the Lord nicely decorated, hearing His transcendental glories, tasting food offered to Him, associating with His devotees, smelling the flowers and Tulasi leaves offered Him, engaging in activities for the Lord’s interest, etc.

No one can bring the activities of the mind and senses to a stop, but one can purify these activities through a change in consciousness.

This change is indicated in the Bhagavad-gita when Krsna tells Arjuna of the knowledge of yoga whereby one can work without fruitive results: “O son of Prtha, when you act in such knowledge you can free yourself from the bondage of works.” (Bg.2.39) A human being is sometimes restricted in sense gratification due to certain circumstances, such as disease, but this is not the prescription for giving up sense gratification.

Without knowing the actual process by which the mind and senses can be controlled, less intelligent men either try to stop the mind and senses by force, or they give in to them and are carried away by the waves of sense gratification.

The regulative principles and rules of yoga-the various sitting postures and breathing exercises performed in an attempt to withdraw one’s senses from the sense objects-are methods meant for those who are too much engrossed in the bodily conception of life.

The intelligent man who is situated in Krsna consciousness does not try to forcibly stop his senses from acting.

Rather, he engages his senses in the service of Krsna.

No one can stop a child from playing by leaving him inactive.

A child can be stopped from engaging in nonsense by being engaged in superior activities.

The forceful restraint of sense activities by the eight principles of yoga is recommended for inferior men.

Being engaged in the superior activities of Krsna consciousness, superior men naturally retire from the inferior activities of material existence.

In this way Lord Caitanya teaches the science of Krsna consciousness.

That science is absolute.

Dry mental speculators try to restrain themselves from material attachment, but it is generally found that the mind is too strong to be controlled and that it drags them down to sensual activities.

A person in Krsna consciousness does not run this risk.

One has to engage one’s mind and senses in Krsna conscious activities, and Lord Caitanya teaches one how to do this in practice.

Before accepting sannyasa (the renounced order), Lord Caitanya was known as Visvambhara.

The word visvambhara refers to one who maintains the entire universe and who leads all living entities.

This maintainer and leader appeared as Lord Sri Krsna Caitanya to give humanity these sublime teachings.

Lord Caitanya is the ideal teacher of life’s prime necessities.

He is the most munificent bestower of love of Krsna.

He is the complete reservoir of all mercies and good fortune.

As confirmed in Srimad-Bhagavatam, the Bhagavad-gita, the Mahabharata, and the Upanisads, Krsna is the Supreme Personality of Godhead Himself and is worshipable by everyone in this age of disagreement.

Everyone can join in His sankirtana movement.

No previous qualification is necessary.

Just by following His teachings, anyone can become a perfect human being.

If a person is fortunate enough to be attracted by Lord Caitanya’s features, he is sure to be successful in his life’s mission.

In other words, those who are interested in attaining spiritual existence can easily be released from the clutches of maya by the grace of Lord Caitanya.

The teachings presented in this book are nondifferent from the Lord.

Engrossed in the material body, the conditioned soul increases the pages of history by all kinds of material activities.

The teachings of Lord Caitanya can help human society stop such unnecessary and temporary activities.

By these teachings, humanity can be elevated to the topmost platform of spiritual activity.

These spiritual activities actually begin after liberation from material bondage.

Such liberated activities in Krsna consciousness constitute the goal of human perfection.

The false prestige one acquires by attempting to dominate material nature is illusory.

Illuminating knowledge can be acquired from the teachings of Lord Caitanya, and by such knowledge one can advance in spiritual existence.

Everyone has to suffer or enjoy the fruits of his activity; no one can check the laws of material nature that govern such things.

As long as one is engaged in fruitive activity, one is sure to be baffled in the attempt to attain the ultimate goal of life.

I sincerely hope that by understanding the teachings of Lord Caitanya, human society will experience a new light of spiritual life, which will open the field of activity for the pure soul

om tat sat

A.C.

Bhaktivedanta Swami

March 14, 1968

The Birthday of Lord Caitanya

Sri Sri Radha-Krsna Temple

New York, N.Y.

Introduction

(Originally delivered as five morning lectures on the Caitanya-caritamrta-the authoritative biography of Lord Caitanya Mahaprabhu by Krsnadasa Kaviraja Gosvami-before the International Society for Krishna Consciousness, New York City, April 10-14, 1967.) The word caitanya means “living force.” As living entities, we can move, but a table cannot because it does not possess living force.

Movement and activity may be considered signs or symptoms of the living force.

Indeed, it may be said that there can be no activity without the living force.

Although the living force is present in the material condition, it is not amrta, immortal.

The words caitanya-caritamrta, then, may be translated as “the character of the living force in immortality.” But how is this living force displayed immortally? It is not displayed by man or any other creature in this material universe, for none of us are immortal in these bodies.

We possess the living force, we perform activities, and we are immortal by our nature and constitution, but the material condition into which we have been put does not allow our immortality to be displayed.

It is stated in the Katha Upanisad that eternality and the living force belong both to ourselves and God.

Although this is true in that both God and ourselves are immortal, there is a difference.

As living entities, we perform many activities, but we have a tendency to fall down into material nature.

God has no such tendency.

Being all-powerful, He never comes under the control of material nature.

Indeed, material nature is but one display of His inconceivable energies.

From the ground we may see only clouds in the sky, but if we fly above the clouds we can see the sun shining.

From the sky, skyscrapers and cities seem very tiny; similarly, from God’s position this entire material creation is insignificant.

The tendency of the conditioned living entity is to come down from the heights, where everything can be seen in perspective.

God, however, does not have this tendency.

The Supreme Lord is not subject to fall down into illusion (maya), any more than the sun is subject to fall beneath the clouds.

Because the Supreme Lord is not subject to illusion, He is unconditioned; because we, as finite living entities, are prone to fall into illusion, we are called conditioned.

Impersonalist philosophers (Mayavadis) maintain that both the living entity and God Himself are under the control of maya when they come into this material world.

This may be true of the living entity, but it is not true of God, for in all instances the material energy is working under His direction.

Those who think the Supreme Lord is subject to material conditioning are called fools by Krsna Himself in the Bhagavad-gita (9.11): avajananti mam mudha

manusim tanum asritam

param bhavam ajananto

mama bhuta-mahesvaram “Fools deride Me when I descend in the human form.

They do not know My transcendental nature as the Supreme Lord of all that be.” (Bg.9.11) Lord Caitanya Mahaprabhu should not be considered one of us.

He is Krsna Himself, the supreme living entity, and as such He never comes under the cloud of maya.

Krsna, His expansions and even His higher devotees never fall into the clutches of illusion.

Lord Caitanya came to earth simply to preach krsna-bhakti, love of Krsna.

In other words, He is Lord Krsna Himself teaching the living entities the proper way to approach Krsna.

He is like a teacher who, seeing a student doing poorly, takes up a pencil and writes, saying, “Do it like this: A, B, C.” From this one would not foolishly think that the teacher is learning his ABC’s.

Similarly, although Lord Caitanya appears in the guise of a devotee, we should not foolishly think He is an ordinary human being; we should always remember that Lord Caitanya is Krsna (God) Himself teaching us how to become Krsna conscious, and we must study Him in that light.

In the Bhagavad-gita (18.66) Lord Krsna sets forth the highest religious principle in this way: sarva-dharman parityajya

mam ekam saranam vraja

aham tvam sarva-papebhyo

moksayisyami ma sucah “Abandon all varieties of religion and just surrender unto Me.

I shall deliver you from all sinful reactions.

Do not fear.” This may seem to be a simple instruction to follow, but invariably our reaction is, “Oh, surrender? Give up? But I have so many responsibilities.” And maya, illusion, says to us, “Don’t do it, or you’ll be out of my clutches.

Just stay in my clutches, and I’ll kick you.” It is a fact that we are constantly being kicked by maya, just as the male ass is kicked in the face by the she-ass when he comes for sex.

Similarly, cats and dogs are always fighting and whining when they have sex.

These are the tricks of nature.

Even an elephant in the jungle is caught by the use of a trained she-elephant who leads him into a pit.

Maya has many activities, and in the material world her strongest shackle is the female.

Of course, in actuality we are neither male nor female, for these designations refer only to the outer dress, the body.

We are all actually Krsna’s servants.

In conditioned life, however, we are shackled by iron chains in the form of beautiful women.

Thus every male is bound by sex life, and therefore when one attempts to gain liberation from the material clutches, one must first learn to control the sex urge.

Unrestricted sex puts one fully in the clutches of illusion.

Lord Caitanya Mahaprabhu officially renounced this illusion at the age of twenty-four, although His wife was sixteen and His mother seventy and He was the only male member of the family.

Although He was a brahmana and was not rich, He took sannyasa, the renounced order of life, and thus extricated Himself from family entanglement.

If we wish to become fully Krsna conscious, we have to give up the shackles of maya.

Or, if we remain with Maya, we should live in such a way that we will not be subject to illusion.

It is not necessary for a man to abandon his family, for there were many householders among Lord Caitanya’s closest devotees.

What must be renounced is the propensity for material enjoyment.

Although Lord Caitanya approved of a householder having regulated sex in marriage, He was very strict with those in the renounced order, and He even banished Junior Haridasa for glancing lustfully at a woman.

The point is that one must take up a particular path and stick to it, obeying all the rules and regulations necessary for success in spiritual life.

Lord Caitanya’s mission was to teach the path of Krsna consciousness to all men and thereby enable them to partake of the immortality of spiritual life.

From the Caitanya-caritamrta we learn how Lord Caitanya taught people to become immortal, and thus the title may be properly translated as “the immortal character of the living force.” The supreme living force is the Supreme Personality of Godhead.

He is also the supreme entity.

There are innumerable living entities, and all of them are individuals.

This is very easy to understand: We are all individual in thought and desires, and the Supreme Lord is also an individual person.

He is different, though, in that He is the leader, the one whom no one can excel.

Among the minute living entities, one being can excel another in one capacity or another.

Like each of these living entities, the Lord is an individual, but He is different in that He is the supreme individual.

God is also infallible, and in the Bhagavad-gita He is addressed as Acyuta, which means “He who never falls down.” This name is indicated because in the Bhagavad-gita Arjuna had fallen into delusion but Krsna had not.

We often hear it said that God is infallible, and in the Bhagavad-gita (14.19) Krsna states, nanyam gunebhyah kartaram

yada drastanupasyati

gunebhyas ca param vetti

mad-bhavam so ’dhigacchati “When a person properly sees that in all activities no other performer is at work than these modes of nature and he knows the Supreme Lord, who is transcendental to all these modes, he attains My spiritual nature.” (Bg.14.19) Thus we should not think that Krsna is overpowered by the material potency when He is in the material world.

Krsna and His incarnations are not under the control of material nature.

They are totally free.

Indeed, in Srimad-Bhagavatam one who has a godly nature is actually defined as one who is not affected by the modes of material nature, although in material nature.

If even a devotee can attain this freedom, then what to speak of the Supreme? The real question is, How can we remain unpolluted by material contamination while in the material world? It was Rupa Gosvami who explained that we can remain uncontaminated while in the world if we simply make it our ambition to serve Krsna.

One may then justifiably ask, “How can I serve?” Obviously this is not simply a matter of meditation, which is just an activity of the mind, but of practical work.

Love of Krsna’s service can be attained only by working for Krsna.

In such work, we should leave no resource unused.

Whatever is there, whatever we have, should be used for Krsna.

We can use everything: typewriters, automobiles, airplanes, missiles-anything.

If we simply speak to people about Krsna consciousness, we are also rendering service.

If our minds, senses, speech, money and energies are thus engaged in the service of Krsna, we cannot be considered to exist in material nature.

By virtue of spiritual consciousness, or Krsna consciousness, we transcend the platform of material nature.

It is a fact that Krsna, His expansions and His devotees-that is, those who work for Him-are not in material nature, although people with a poor fund of knowledge think that they are.

The Caitanya-caritamrta teaches that the spirit soul is immortal and that our activities in the spiritual world are also immortal.

The Mayavadis, who hold to the view that the Absolute is impersonal and formless, contend that a realized soul has no need to talk.

However, the Vaisnavas, who are devotees of Krsna, contend that when one reaches the stage of realization, he really begins to talk “Previously we only talked of nonsense,” the Vaisnava says “Now let us begin our real talks, talks of Krsna.” The Mayavadis are also fond of using the example of the waterpot, maintaining that when a pot is not filled with water it makes a sound, but that when it is filled it makes no sound.

But are we waterpots? How can we be compared to them? A good analogy utilizes as many similarities between two objects as possible.

A waterpot is not an active living force, but we are.

Ever-silent meditation may be adequate for a waterpot, but not for us.

Indeed, when a devotee realizes how much he has to say about Krsna, twenty-four hours in a day are not sufficient.

It is the fool who is celebrated as long as he does not speak, for when he breaks his silence his lack of knowledge is exposed.

The Caitanya-caritamrta shows that there are many wonderful things to discover by glorifying the Supreme.

In the beginning of the Caitanya-caritamrta, Krsnadasa Kaviraja Gosvami writes, “I offer my respects to my spiritual masters.” He uses the plural here to indicate the disciplic succession.

It is not that he offers obeisances to his spiritual master alone but to the whole parampara, the chain of disciplic succession beginning with Lord Krsna Himself.

Thus the guru is addressed in the plural to show the author’s highest respect for all the Vaisnavas.

After offering obeisances to the disciplic succession, the author pays obeisances to all other devotees, Godbrothers, the expansions of Godhead and the first manifestation of Krsna’s energy.

Lord Caitanya Mahaprabhu (sometimes called Krsna Caitanya) is the embodiment of all of these; He is God, guru, devotee and the expansion of God.

As His associate Nityananda, He is the first manifestation of energy; as Advaita, He is an incarnation; as Gadadhara, He is the internal potency; and as Srivasa, He is the marginal living entity.

Thus Krsna should not be thought of as being alone but should be considered as eternally existing with all His manifestations, as described by Ramanujacarya.

In the Visistadvaita philosophy, God’s energies, expansions and incarnations are considered to be oneness in diversity.

In other words, God is not separate from all of these; everything together is God.

Actually, the Caitanya-caritamrta is not intended for the novice, for it is the postgraduate study of spiritual knowledge.

Ideally, one begins with the Bhagavad-gita and advances through Srimad-Bhagavatam to the Caitanya-caritamrta.

Although all these great scriptures are on the same absolute level, for the sake of comparative study the Caitanya-caritamrta is considered to be on the highest platform.

Every verse in it is perfectly composed.

Indeed, Lord Caitanya and Lord Nityananda are compared to the sun and the moon in that They dissipate the darkness of the material world.

In this instance both the sun and the moon have risen together, and it is proper to offer obeisances directly to Lord Caitanya and Lord Nityananda.

In the Western world, where the glories of Lord Caitanya are relatively unknown, one may inquire, “Who is Krsna Caitanya?” The scriptural conclusion in answer to that question is that He is the Supreme Personality of Godhead.

Generally, in the Upanisads the Supreme Absolute Truth is described in an impersonal way, but the personal aspect of the Absolute Truth is mentioned in the Isopanisad, where, after a description of the all-pervading, we find the following verse: hiranmayena patrena

satyasyapihitam mukham

tat tvam pusann apavrnu

satya-dharmaya drstaye “O my Lord, sustainer of all that lives, Your real face is covered by Your dazzling effulgence.

Kindly remove that covering and exhibit Yourself to Your pure devotee.” (Sri Isopanisad 15) The impersonalists do not have the power to go beyond the effulgence of God and arrive at the personality from whom this effulgence is emanating.

At the end of the Isopanisad, however, there is a hymn to the Personality of Godhead.

It is not that the impersonal Brahman is denied; it is also described, but that Brahman is considered to be the glaring effulgence of the body of Lord Caitanya.

In other words, Sri Krsna Caitanya is the basis of the impersonal Brahman.

It is also stated by Krsna in the Bhagavad-gita (14.27) that the impersonal Brahman rests on Him: brahmano hi pratisthaham.

The Paramatma, or Supersoul, who is present within the heart of every living entity and within every atom of the universe, is but the partial representation of Lord Caitanya.

Sri Krsna Caitanya is therefore the basis of Brahman and the Supreme Personality of Godhead as well.

As the Supreme He is full in six opulences: wealth, fame, strength, beauty, knowledge and renunciation.

In short, we should know that He is Krsna, God, and that nothing is equal to or greater than Him.

There is nothing superior to be conceived.

He is the Supreme Person.

It was Rupa Gosvami, a confidential devotee taught for more than ten days continuously by Lord Caitanya, who wrote: namo maha-vadanyaya

krsna-prema-pradaya te

krsnaya krsna-caitanya-

namne gaura-tvise namah “I offer my respectful obeisances unto the Supreme Lord Sri Krsna Caitanya, who is more magnanimous than any other avatara, even Krsna Himself, because He is bestowing freely what no one else has ever given-pure love of Krsna.” It is not that Lord Caitanya teaches a long and elaborate path to God realization.

He is completely spiritual, and He begins from the point of surrender to Krsna.

He does not pursue the paths of karma-yoga or jnana-yoga or hatha-yoga but begins at the end of material existence, at the point where one gives up all material attachment.

In the Bhagavad-gita Krsna begins His teachings by distinguishing the soul from matter, and in the Eighteenth Chapter He concludes at the point where the soul surrenders to Him in devotion.

The Mayavadis would have all talk cease there, but at that point the real discussion only begins.

It is the Vedanta-sutra which begins, athato brahma-jijnasa: “Now let us begin to inquire about the Supreme Absolute Truth.” Rupa Gosvami thus praises Lord Caitanya as the most munificent incarnation of all, for He gives the greatest gift by indicating the highest form of devotional service.

In other words, He answers the most important inquiries that anyone can make.

There are different stages of devotional service and God realization.

Strictly speaking, anyone who accepts the existence of God is situated in devotional service.

To acknowledge that God is great is something, but not much.

Lord Caitanya, preaching as an acarya, a great teacher, taught that we can enter into a relationship with God and actually become God’s friend.

In the Bhagavad-gita Krsna showed Arjuna His universal form because Arjuna was His “very dear friend.” Upon seeing Krsna as the Lord of the universes, however, Arjuna actually asked Krsna to forgive the familiarity of his friendship.

Lord Caitanya goes beyond this point.

Through Lord Caitanya we can become friends with Krsna, and there is no limit to this friendship.

We can become friends of Krsna not in awe or adoration but in complete freedom.

We can even relate to God as His father.

This is not only the philosophy of the Caitanya-caritamrta but of Srimad-Bhagavatam as well.

There are no other scriptures in the world in which God is treated as the son of a devotee.

Usually God is seen as the almighty father who supplies the demands of His sons.

The great devotees, however, sometimes treat God as a son in their execution of devotional service.

The son demands, and the father supplies, and in supplying Krsna the devotee becomes like a father.

Instead of taking from God, we give to God.

It was in this relationship that Krsna’s mother, Yasoda, told the Lord, “Here, eat this or You’ll die.

Eat nicely.” In this way Krsna, although the proprietor of everything, depends on the mercy of His devotee.

This is a uniquely high level of friendship, in which the devotee actually believes himself to be the father of Krsna.

However, Lord Caitanya’s greatest gift was His teaching that Krsna can be actually treated as one’s lover.

In this relationship the Lord is so much attached that He expresses His inability to reciprocate.

Krsna was so obliged to the gopis, the cowherd girls of Vrndavana, that He felt unable to return their love “I cannot repay your love,” He told them “I have no more assets to return.” Thus devotional service is performed on this excellent platform, and knowledge of the devotee’s relationship to Krsna as lover and beloved was given by Caitanya Mahaprabhu.

Therefore Rupa Gosvami wrote of Lord Caitanya: “Devotional service in the relationship of lover and beloved is the highest platform, the glorious platform Lord Caitanya has contributed, and it was never given by any previous incarnation or acarya.

Lord Caitanya is Krsna in a yellow complexion, and He is Sacinandana, the son of mother Saci.

May you always keep Him in your hearts.

It will be easy to understand Krsna through Him.” Thus Caitanya Mahaprabhu came to deliver Krsna.

His method of deliverance was not meditation, fruitive activities or scriptural study, but love.

We have often heard the phrase “love of Godhead.” How far this love of Godhead can actually be developed can be learned from the Vaisnava philosophy.

Theoretical knowledge of love of God can be found in many places and in many scriptures, but what that love of Godhead actually is and how it is developed can be found in Vaisnava literature.

It is the unique and highest development of love of God that is given by Caitanya Mahaprabhu.

Even in this material world we can have a little sense of love.

How is this possible? It is due to the love which is found in the Godhead.

Whatever we find within our experience within this conditioned life is situated in the Supreme Lord, who is the ultimate source of everything.

In our original relationship with the Supreme Lord there is real love, and that love is reflected pervertedly through material conditions.

Our real love is continuous and unending, but because that love is reflected pervertedly in this material world, it lacks continuity and is inebriating.

If we want real, transcendental love, we have to transfer our love to the supreme lovable object-the Supreme Personality of Godhead.

This is the basic principle of Krsna consciousness.

In material consciousness we are trying to love that which is not at all lovable.

We give our love to dogs and cats, running the risk that at the time of death we may think of them and consequently take birth in a family of cats or dogs.

Thus love that does not have Krsna as its object leads downward.

It is not that Krsna, or God, is something obscure or something that only a few chosen people can attain.

Caitanya Mahaprabhu informs us that in every country and in every scripture there is some hint of love of Godhead.

Unfortunately, no one knows what love of Godhead actually is.

The Vedic scriptures, however, are different in that they can direct the individual in the proper way to love God.

Other scriptures do not give information on how one can love God, nor do they actually define or describe what or who the Godhead actually is.

Although they officially promote love of Godhead, they have no idea how to execute it.

But Caitanya Mahaprabhu gives a practical demonstration of how to love God in a conjugal relationship.

Taking the part of Srimati Radharani, Caitanya Mahaprabhu tried to love Krsna as Radharani loved Him.

Krsna was always amazed by Radharani’s love “How does Radharani give Me such pleasure?” He would ask.

In order to study Radharani, Krsna lived in Her role and tried to understand Himself.

This is the secret of Lord Caitanya’s incarnation.

Caitanya Mahaprabhu is Krsna, but He has taken the mood and role of Radharani to show us how to love Krsna.

Thus He is addressed, “I offer my respectful obeisances unto the Supreme Lord, who is absorbed in Radharani’s thoughts.” This brings up the question of who Srimati Radharani is and what Radha-Krsna is.

Actually Radha-Krsna is the exchange of love.

This is not ordinary love; Krsna has immense potencies, of which three are principal: the internal, the external and the marginal potencies.

In the internal potency there are three divisions: samvit, hladini and sandhini.

The hladini potency is the pleasure potency.

All living entities have this pleasure-seeking potency, for all beings are trying to have pleasure.

This is the very nature of the living entity.

At present we are trying to enjoy our pleasure potency by means of the body in this material condition.

By bodily contact we are attempting to derive pleasure from material sense objects.

We should not think, however, that Krsna, who is always spiritual, tries to seek pleasure on this material plane like us.

In the Bhagavad-gita Krsna describes the material universe as a nonpermanent place full of miseries.

Why, then, would He seek pleasure in the material form? He is the Supersoul, the supreme spirit, and His pleasure is beyond the material conception.

In order to learn how Krsna’s pleasure can be obtained, we must read the Tenth Canto of Srimad-Bhagavatam, in which Krsna’s pleasure potency is displayed in His pastimes with Radharani and the damsels of Vraja.

Unfortunately, unintelligent people turn at once to the sports of Krsna in the Dasama-skandha, the Tenth Canto.

Krsna’s embracing Radharani or His dancing with the cowherd girls in the rasa dance are generally not understood by ordinary men because they consider these pastimes in the light of mundane lust.

They incorrectly think that Krsna is like themselves and that He embraces the gopis just as an ordinary man embraces a young girl.

Some people thus become interested in Krsna because they think that His religion allows indulgence in sex.

This is not krsna-bhakti, love of Krsna, but prakrta-sahajiya-materialistic lust.

In order to avoid such errors, we should understand what Radha-Krsna actually is.

Radha and Krsna display Their pastimes through Krsna’s internal energy.

The pleasure potency of Krsna’s internal energy is a most difficult subject matter, and unless one understands what Krsna is, one cannot understand it.

Krsna does not take any pleasure in this material world, but He has a pleasure potency.

Because we are part and parcel of Krsna, the pleasure potency is within us also, but we are trying to exhibit that pleasure potency in matter.

Krsna, however, does not make such a vain attempt.

The object of Krsna’s pleasure potency is Radharani; Krsna exhibits His potency, or energy as Radharani and then engages in loving affairs with Her.

In other words, Krsna does not take pleasure in this external energy but exhibits His internal energy, His pleasure potency, as Radharani.

Thus Krsna manifests Himself as Radharani in order to exhibit His internal pleasure potency.

Of the many extensions, expansions and incarnations of the Lord, this pleasure potency is the foremost and chief.

It is not that Radharani is separate from Krsna.

Radharani is also Krsna, for there is no difference between the energy and the energetic.

Without energy, there is no meaning to the energetic, and without the energetic, there is no energy.

Similarly, without Radha there is no meaning to Krsna, and without Krsna there is no meaning to Radha.

Because of this, the Vaisnava philosophy first of all pays obeisances to and worships the internal pleasure potency of the Supreme Lord.

Thus the Lord and His potency are always referred to as Radha-Krsna.

Similarly, those who worship the name of Narayana first of all utter the name of Laksmi, as Laksmi-Narayana.

Similarly, those who worship Lord Rama first of all utter the name of Sita.

In any case-Sita-Rama, Radha-Krsna, Laksmi-Narayana-the potency always comes first.

Radha and Krsna are one, and when Krsna desires to enjoy pleasure, He manifests Himself as Radharani.

The spiritual exchange of love between Radha and Krsna is the actual display of the internal pleasure potency of Krsna.

Although we speak of “when” Krsna desires, just when He did desire we cannot say.

We only speak in this way because in conditioned life we take it that everything has a beginning; however, in the absolute, or spiritual, life there is neither beginning nor end.

Yet in order to understand that Radha and Krsna are one and that They also become divided, the question “When?” automatically comes to mind.

When Krsna desired to enjoy His pleasure potency, He manifested Himself in the separate form of Radharani, and when He wanted to understand Himself through the agency of Radha, He united with Radharani, and that unification is called Lord Caitanya.

Why did Krsna assume the form of Caitanya Mahaprabhu? It is explained that Krsna desired to know the glory of Radha’s love “Why is She so much in love with Me?” Krsna asked “What is My special qualification that attracts Her so? And what is the actual way in which She loves Me?” It seems strange that Krsna, as the Supreme, should be attracted by anyone’s love.

We search after the love of a woman or a man because we are imperfect and lack something.

The love of a woman, that potency and pleasure, is absent in man, and therefore a man wants a woman, but this is not the case with Krsna, who is full in Himself.

Thus Krsna expressed surprise: “Why am I attracted by Radharani? And when Radharani feels My love, what is She actually feeling?” In order to taste the essence of that loving affair, Krsna appeared just as the moon appears on the horizon of the sea.

Just as the moon was produced by the churning of the sea, by the churning of spiritual love affairs the moon of Caitanya Mahaprabhu appeared.

Indeed, Lord Caitanya’s complexion was golden, just like the moon.

Although this is figurative language, it conveys the meaning behind the appearance of Caitanya Mahaprabhu.

The full significance of His appearance will be explained in later chapters.

The manifestations of the Supreme are also explained in the Caitanya-caritamrta.

After offering respects to Lord Caitanya, Krsnadasa Kaviraja next offers them to Lord Nityananda.

He explains that Lord Nityananda is a manifestation of Sankarsana, who is the origin of Maha-Visnu.

Krsna’s first manifestation is as Balarama, then He is manifest as Sankarsana, and after Sankarsana He is manifest as Pradyumna.

In this way so many expansions take place.

Although there are many expansions, Lord Sri Krsna is the origin, as confirmed in the Brahma-samhita.

He is like the original candle from which many thousands and millions of candles are lit.

Although any number of candles can be lighted, the original candle still retains its identity as the origin.

In this way Krsna expands Himself into so many lights, and all these expansions are called visnu-tattva.

Visnu is a large light, and we are small lights, but all are expansions of Krsna.

When it is necessary to create the material universes, Visnu expands Himself as Maha-Visnu.

Maha-Visnu lies down in the Causal Ocean and breathes all the universes from His nostrils.

Thus from Maha-Visnu and the Causal Ocean all the universes spring, and all these universes float in the Causal Ocean.

In this regard there is the story of Vamana, who, when He took three steps, stuck His foot through the covering of the universe.

Water from the Causal Ocean flowed through the hole that His foot made, and it is said that that flow of water became the river Ganges.

Therefore the Ganges is accepted as the most sacred water of Visnu and is worshiped by all Hindus from the Himalayas down to the Bay of Bengal.

Maha-Visnu is actually an expansion of Balarama, who is Krsna’s first expansion and, in the Vrndavana pastimes, His brother.

In the maha-mantra-Hare Krsna, Hare Krsna, Krsna Krsna, Hare Hare Hare Rama, Hare Rama, Rama Rama, Hare Hare-the word Rama refers to Balarama.

Since Lord Nityananda is an expansion of Balarama, Rama also refers to Lord Nityananda.

Thus Hare Krsna, Hare Rama addresses not only Krsna and Balarama but Lord Caitanya and Lord Nityananda as well.

The subject matter of the Caitanya-caritamrta primarily deals with what is beyond this material creation.

The cosmic material expansion is called maya, illusion, because it has no eternal existence.

Because it is sometimes manifested and sometimes not manifested, it is regarded as illusory.

But beyond this temporary manifestation there is a higher nature, as indicated in the Bhagavad-gita (8.20): paras tasmat tu bhavo ’nyo

’vyakto ’vyaktat sanatanah

yah sa sarvesu bhutesu

nasyatsu na vinasyati “Yet there is another unmanifest nature, which is eternal and is transcendental to this manifested and unmanifested matter.

It is supreme and is never annihilated.

When all in this world is annihilated, that part remains as it is.” That supreme nature is beyond the manifested (vyakta) and unmanifested (avyakta).

This superior nature beyond both creation and annihilation is the living force, which is manifest in the bodies of all living entities.

The body itself is composed of inferior nature, matter, but it is the superior nature that is moving the body.

The symptom of that superior nature is consciousness.

Thus in the spiritual world, where everything is composed of the superior nature, everything is conscious.

In the material world inanimate objects are not conscious, but in the spiritual world this is not so.

There a table is conscious, the land is conscious, the trees are conscious-everything is conscious.

It is not possible to imagine how far this material manifestation extends.

In the material world everything is calculated by imagination or by some imperfect method, but the Vedic literature gives information of what lies beyond the material universe.

Those who believe in experimental knowledge may doubt the Vedic conclusions, for they cannot even calculate how far this universe extends, nor can they reach far into the universe itself.

It is not possible to obtain information of anything beyond this material nature by experimental means.

That which is beyond our power of conception is called acintya, inconceivable.

It is useless to argue or speculate about what is inconceivable.

If it is truly inconceivable, it is not subject to speculation or experimentation.

Our energy is limited, and our sense perception is limited; therefore we must rely on the Vedic conclusions regarding that subject matter which is inconceivable.

Knowledge of the superior nature must simply be accepted without argument.

How is it possible to argue about something to which we have no access? The method for understanding transcendental subject matter is given by Lord Krsna Himself in the Bhagavad-gita, where Krsna tells Arjuna at the beginning of the Fourth Chapter: imam vivasvate yogam

proktavan aham avyayam

vivasvan manave praha

manur iksvakave ’bravit “I instructed this imperishable science of yoga to the sun-god, Vivasvan, and Vivasvan instructed it to Manu, the father of mankind, and Manu in turn instructed it to Iksvaku.” (Bg.4.1) This is the method of parampara, or disciplic succession.

Similarly, Srimad-Bhagavatam explains that Krsna imparted knowledge into the heart of Brahma, the first created creature within the universe.

Brahma imparted those lessons to his disciple Narada, and Narada imparted that knowledge to his disciple Vyasadeva.

Vyasadeva imparted it to Madhvacarya, and from Madhvacarya the knowledge has come down to Madhavendra Puri, to Isvara Puri, and from him to Caitanya Mahaprabhu.

One may ask that if Caitanya Mahaprabhu is Krsna Himself, then why did He need a spiritual master? Of course He did not need a spiritual master, but because He was playing the role of an acarya (one who teaches by example), He accepted a spiritual master.

Even Krsna Himself accepted a spiritual master, for that is the system.

In this way the Lord sets the example for men.

We should not think, however, that the Lord takes a spiritual master because He is in want of knowledge.

He is simply stressing the importance of accepting the disciplic succession.

The knowledge of that disciplic succession actually comes from the Lord Himself, and if the knowledge descends unbroken, it is perfect.

Although we may not be in touch with the original personality who first imparted the knowledge, we may receive the same knowledge through this process of transmission.

In Srimad-Bhagavatam it is stated that Krsna, the Absolute Truth, the Personality of Godhead, transmitted transcendental knowledge into the heart of Brahma.

This, then, is one way knowledge is received-through the heart.

Thus there are two processes by which one may receive knowledge: One depends upon the Supreme Personality of Godhead, who is situated as the Supersoul within the heart of all living entities, and the other depends upon the guru, or spiritual master, who is an expansion of Krsna.

Thus Krsna transmits information both from within and from without.

We simply have to receive it.

If knowledge is received in this way, it doesn’t matter whether it is inconceivable or not.

In Srimad-Bhagavatam there is a great deal of information given about the Vaikuntha planetary systems, which are beyond the material universe.

Similarly, a great deal of inconceivable information is given in the Caitanya-caritamrta.

Any attempt to arrive at this information through experimental knowledge will fail.

The knowledge simply has to be accepted.

According to the Vedic method, sabda, or transcendental sound, is regarded as evidence.

Sound is very important in Vedic understanding, for, if it is pure, it is accepted as authoritative.

Even in the material world we accept a great deal of information which is sent thousands of miles by telephone or radio.

In this way we also accept sound as evidence in our daily lives.

Although we cannot see the informant, we accept his information as valid on the basis of sound.

Sound vibration, then, is very important in the transmission of Vedic knowledge.

The Vedas inform us that beyond this cosmic manifestation there are extensive planets and the spiritual sky.

This material manifestation is regarded as only a small portion of the total creation.

The material manifestation includes not only this universe but innumerable others as well, but all the material universes combined comprise only one fraction of the total creation.

The majority of the creation is situated in the spiritual sky.

In that sky innumerable planets float, and these are called Vaikunthalokas.

In every Vaikunthaloka Narayana presides in the form of His four-armed expansions: Sankarsana, Pradyumna, Aniruddha and Vasudeva.

As stated before, the material universes are manifested by the Lord in the form of Maha-Visnu.

Just as a husband and wife combine to beget offspring, Maha-Visnu combines with His wife maya, or material nature.

This is confirmed in the Bhagavad-gita (14.4), where Krsna states: sarva-yonisu kaunteya

murtayah sambhavanti yah

tasam brahma mahad yonir

aham bija-pradah pita “It should be understood that all species of life, O son of Kunti, are made possible by birth in this material nature, and that I am the seed-giving father.” Visnu impregnated Maya, the material nature, simply by glancing at her.

This is the spiritual method.

Materially we are limited to impregnating by only one particular part of our body, but the Supreme Lord, Krsna or Maha-Visnu, can impregnate any part by any part.

Simply by glancing the Lord can conceive countless living entities in the womb of the material nature.

The Brahma-samhita confirms that the spiritual body of the Supreme Lord is so powerful that any part of His body can perform the functions of any other part.

We can touch only with our hands or skin, but Krsna can touch just by glancing.

We can only see with our eyes; we cannot touch or smell with them.

Krsna, however, can smell and also eat with His eyes.

When foods are offered to Krsna, we don’t see Him eating, but He eats simply by glancing at the food.

We cannot imagine how things work in the spiritual world, where everything is spiritual.

It is not that Krsna does not eat or that we imagine that He eats; He actually eats, but His eating is different from ours.

Our eating process will be similar to His when we are completely on the spiritual platform.

On that platform every part of the body can act on behalf of any other part.

Visnu does not require anything in order to create.

He does not require the goddess Laksmi in order to give birth to Brahma, for Brahma is born from a lotus flower that grows from the navel of Visnu.

The goddess Laksmi sits at the feet of Visnu and serves Him.

In this material world sex is required to produce children, but in the spiritual world a man can produce as many children as he likes without having to take help from his wife.

Because we have no experience with spiritual energy, we think that Brahma’s birth from the navel of Visnu is simply a fictional story.

We are not aware that spiritual energy is so powerful that it can do anything and everything.

Material energy is dependent on certain laws, but spiritual energy is fully independent.

Brahma is born from the navel of Garbhodakasayi Visnu, who is but a partial manifestation of Maha-Visnu.

Countless universes reside like seeds within the skin pores of Maha-Visnu, and when He exhales, they are all manifest.

In the material world we have no experience of such a thing, but we do experience a perverted reflection in the phenomenon of perspiration.

We cannot imagine, however, the duration of one breath of Maha-Visnu, for within one breath all the universes are created and annihilated.

Lord Brahma lives only for the duration of one breath, and according to our time scale 4,320,000,000 years constitute only twelve hours of Brahma, and Brahma lives one hundred of his years.

Yet the whole life of Brahma is contained within one breath of Maha-Visnu.

Thus it is not possible for us to imagine the breathing power of the Supreme Lord, Krsna, of whom Maha-Visnu is but a partial manifestation.

Thus Krsnadasa Kaviraja Gosvami discusses Lord Caitanya Mahaprabhu as Sri Krsna Himself, the Supreme Personality of Godhead, and Lord Nityananda as Balarama, the first expansion of Krsna.

Advaitacarya, another principal disciple of Lord Caitanya Mahaprabhu’s, is accepted as an expansion of Maha-Visnu.

Thus Advaitacarya is also the Lord, or, more precisely, an expansion of the Lord.

The word advaita means “nondual,” and His name is such because He is nondifferent from the Supreme Lord.

He is also called acarya, teacher, because He disseminated Krsna consciousness.

In this way He is just like Caitanya Mahaprabhu.

Although Lord Caitanya is Sri Krsna Himself, He appeared as a devotee to teach people in general how to love Krsna.

Similarly, Advaitacarya appeared just to distribute the knowledge of Krsna consciousness.

Thus He is also the Lord incarnated as a devotee.

In the pastimes of Lord Caitanya, Krsna is manifested in five different features, and He and His associates appear as devotees of the Supreme Lord in the form of Sri Krsna Caitanya, Lord Nityananda, Advaitacarya, Sri Gadadhara, and Sri Srivasa.

In all cases, Caitanya Mahaprabhu is the source of energy for all His devotees.

Since this is the case, if we take shelter of Caitanya Mahaprabhu for the successful execution of Krsna consciousness, we are sure to make progress.

One devotional song by Narottama dasa Thakura states, “My dear Lord Caitanya, please have mercy upon me.

There is no one who is as merciful as You.

My plea is most urgent because Your mission is to deliver fallen souls, and no one is more fallen than I.

I beg priority.” The author of the Caitanya-caritamrta, Krsnadasa Kaviraja Gosvami, was an inhabitant of Vrndavana and a great devotee.

He had been living with his family in Katwa, a small town in the district of Burdwan in Bengal.

His family also worshiped Radha-Krsna, and once when there was some misunderstanding among his family about devotional service, Krsnadasa Kaviraja was advised by Nityananda Prabhu in a dream to leave home and go to Vrndavana.

Although he was very old, he started out that very night and went to live in Vrndavana.

While he was there, he met some of the Gosvamis, principal disciples of Lord Caitanya Mahaprabhu.

He was requested to write the Caitanya-caritamrta by the devotees of Vrndavana.

Although he began this work at a very old age, by the grace of Lord Caitanya he finished it.

Today it remains the most authoritative book on Caitanya Mahaprabhu’s philosophy and life.

When Krsnadasa Kaviraja Gosvami was living in Vrndavana, there were not very many temples.

At that time Madana-mohana, Govindaji and Gopinatha were the three principal temples.

As a resident of Vrndavana, he offered his respects to the Deities in these temples and requested God’s favor: “My progress in spiritual life is very slow, so I’m asking Your help.” In the Caitanya-caritamrta, Krsnadasa first offers his obeisances to Madana-mohana vigraha, the Deity who can help us progress in Krsna consciousness.

In the execution of Krsna consciousness, our first business is to know Krsna and our relationship with Him.

To know Krsna is to know one’s self, and to know one’s self is to know one’s relationship with Krsna.

Since this relationship can be learned by worshiping Madana-mohana vigraha, Krsnadasa Kaviraja Gosvami first establishes his relationship with Him.

When this is established, Krsnadasa begins to worship the functional Deity, Govinda.

Govinda resides eternally in Vrndavana.

In the spiritual world of Vrndavana the buildings are made of touchstone, the cows are known as surabhi cows, givers of abundant milk, and the trees are known as wish-fulfilling trees, for they yield whatever one desires.

In Vrndavana Krsna herds the surabhi cows, and He is worshiped by hundreds and thousands of gopis, cowherd girls, who are all goddesses of fortune.

When Krsna descends to the material world, this same Vrndavana descends, just as an entourage accompanies an important personage.

Because when Krsna comes His land also comes, Vrndavana is not considered to exist in the material world.

Therefore devotees take shelter of the Vrndavana in India, for it is considered to be a replica of the original Vrndavana.

Although one may complain that no kalpa-vrksa, wish-fulfilling trees, exist there, when the Gosvamis were there, kalpa-vrksa were present.

It is not that one can simply go to such a tree and make demands; one must first become a devotee.

The Gosvamis would live under a tree for one night only, and the trees would satisfy all their desires.

For the common man this may all seem very wonderful, but as one makes progress in devotional service, all this can be realized.

Vrndavana is actually experienced as it is by persons who have stopped trying to derive pleasure from material enjoyment “When will my mind become cleansed of all hankering for material enjoyment so I will be able to see Vrndavana?” one great devotee asks.

The more Krsna conscious we become and the more we advance, the more everything is revealed as spiritual.

Thus Krsnadasa Kaviraja Gosvami considered Vrndavana in India to be as good as the Vrndavana in the spiritual sky, and in the Caitanya-caritamrta he describes Radharani and Krsna as seated beneath a wish-fulfilling tree in Vrndavana, on a throne decorated with valuable jewels.

There Krsna’s dear friends, the cowherd boys and the gopis, serve Radha and Krsna by singing, dancing, offering betel nuts and refreshments, and decorating Their Lordships with flowers.

Even today in India people decorate thrones and recreate this scene during the month of July.

Generally at that time people go to Vrndavana to offer their respects to the Deities there.

Krsnadasa Kaviraja Gosvami maintains that the Govinda Deity shows us how to serve Radha and Krsna.

The Madana-mohana Deity simply establishes that “I am Your eternal servant.” With Govinda, however, there is actual acceptance of service, and therefore He is called the functional Deity.

The Gopinatha Deity is Krsna as master and proprietor of the gopis.

He attracted all the gopis, or cowherd girls, by the sound of His flute, and when they came, He danced with them.

These activities are all described in the Tenth Canto of Srimad-Bhagavatam.

These gopis were childhood friends of Krsna, and they were all married, for in India the girls are married by the age of twelve.

The boys, however, are not married before eighteen, so Krsna, who was fifteen or sixteen at the time, was not married.

Nonetheless, He called these girls from their homes and invited them to dance with Him.

That dance is called the rasa-lila dance, and it is the most elevated of all the Vrndavana pastimes.

Krsna is therefore called Gopinatha because He is the beloved master of the gopis.

Krsnadasa Kaviraja Gosvami petitions the blessings of Lord Gopinatha: “May that Gopinatha, the master of the gopis, Krsna, bless you.

May you become blessed by Gopinatha.” The author of the Caitanya-caritamrta prays that just as Krsna attracted the gopis by the sweet sound of His flute, He will also attract the reader’s mind by His transcendental vibration.

1.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">1.1</a></li><li class="affix"><a href="1.2.html">1.2</a></li><li class="affix"><a href="1.3.html">1.3</a></li><li class="affix"><a href="1.4.html">1.4</a></li><li class="affix"><a href="1.5.html">1.5</a></li><li class="affix"><a href="1.6.html">1.6</a></li><li class="affix"><a href="1.7.html">1.7</a></li><li class="affix"><a href="1.8.html">1.8</a></li><li class="affix"><a href="1.9.html">1.9</a></li><li class="affix"><a href="1.10.html">1.10</a></li><li class="affix"><a href="1.11.html">1.11</a></li><li class="affix"><a href="1.12.html">1.12</a></li><li class="affix"><a href="1.13.html">1.13</a></li><li class="affix"><a href="1.14.html">1.14</a></li><li class="affix"><a href="1.15.html">1.15</a></li><li class="affix"><a href="1.16.html">1.16</a></li><li class="affix"><a href="1.17.html">1.17</a></li><li class="affix"><a href="1.18.html">1.18</a></li><li class="affix"><a href="1.19.html">1.19</a></li><li class="affix"><a href="1.20.html">1.20</a></li><li class="affix"><a href="1.21.html">1.21</a></li><li class="affix"><a href="1.22.html">1.22</a></li><li class="affix"><a href="1.23.html">1.23</a></li><li class="affix"><a href="1.24.html">1.24</a></li><li class="affix"><a href="1.25.html">1.25</a></li><li class="affix"><a href="1.26.html">1.26</a></li><li class="affix"><a href="1.27.html">1.27</a></li><li class="affix"><a href="1.28.html">1.28</a></li><li class="affix"><a href="1.29.html">1.29</a></li><li class="affix"><a href="1.30.html">1.30</a></li><li class="affix"><a href="1.31.html">1.31</a></li><li class="affix"><a href="1.32.html">1.32</a></li><li class="affix"><a href="1.33.html">1.33</a></li><li class="affix"><a href="1.34.html">1.34</a></li><li class="affix"><a href="1.35.html">1.35</a></li><li class="affix"><a href="1.36.html">1.36</a></li><li class="affix"><a href="1.37.html">1.37</a></li><li class="affix"><a href="1.38.html">1.38</a></li><li class="affix"><a href="1.39.html">1.39</a></li><li class="affix"><a href="1.40.html">1.40</a></li><li class="affix"><a href="1.41.html">1.41</a></li><li class="affix"><a href="1.42.html">1.42</a></li><li class="affix"><a href="1.43.html">1.43</a></li><li class="affix"><a href="1.44.html">1.44</a></li><li class="affix"><a href="1.45.html">1.45</a></li><li class="affix"><a href="1.46.html">1.46</a></li><li class="affix"><a href="1.47.html">1.47</a></li><li class="affix"><a href="1.48.html">1.48</a></li><li class="affix"><a href="1.49.html">1.49</a></li><li class="affix"><a href="1.50.html">1.50</a></li><li class="affix"><a href="1.51.html">1.51</a></li><li class="affix"><a href="1.52.html">1.52</a></li><li class="affix"><a href="1.53.html">1.53</a></li><li class="affix"><a href="1.54.html">1.54</a></li><li class="affix"><a href="1.55.html">1.55</a></li><li class="affix"><a href="1.56.html">1.56</a></li><li class="affix"><a href="1.57.html">1.57</a></li><li class="affix"><a href="1.58.html">1.58</a></li><li class="affix"><a href="1.59.html">1.59</a></li><li class="affix"><a href="1.60.html">1.60</a></li><li class="affix"><a href="1.61.html">1.61</a></li><li class="affix"><a href="1.62.html">1.62</a></li><li class="affix"><a href="1.63.html">1.63</a></li><li class="affix"><a href="1.64.html">1.64</a></li><li class="affix"><a href="1.65-66.html">1.65-66</a></li><li class="affix"><a href="1.67.html">1.67</a></li><li class="affix"><a href="1.68.html">1.68</a></li><li class="affix"><a href="1.69-70.html">1.69-70</a></li><li class="affix"><a href="1.71.html">1.71</a></li><li class="affix"><a href="1.72.html">1.72</a></li><li class="affix"><a href="1.73-74.html">1.73-74</a></li><li class="affix"><a href="1.75.html">1.75</a></li><li class="affix"><a href="1.76.html">1.76</a></li><li class="affix"><a href="1.77.html">1.77</a></li><li class="affix"><a href="1.78.html">1.78</a></li><li class="affix"><a href="1.79-80.html">1.79-80</a></li><li class="affix"><a href="1.81.html">1.81</a></li><li class="affix"><a href="1.82.html">1.82</a></li><li class="affix"><a href="1.83.html">1.83</a></li><li class="affix"><a href="1.84.html">1.84</a></li><li class="affix"><a href="1.85-86.html">1.85-86</a></li><li class="affix"><a href="1.87.html">1.87</a></li><li class="affix"><a href="1.88-89.html">1.88-89</a></li><li class="affix"><a href="1.90.html">1.90</a></li><li class="affix"><a href="1.91.html">1.91</a></li><li class="affix"><a href="1.92.html">1.92</a></li><li class="affix"><a href="1.93.html">1.93</a></li><li class="affix"><a href="1.94.html">1.94</a></li><li class="affix"><a href="1.95.html">1.95</a></li><li class="affix"><a href="1.96.html">1.96</a></li><li class="affix"><a href="1.97.html">1.97</a></li><li class="affix"><a href="1.98.html">1.98</a></li><li class="affix"><a href="1.99.html">1.99</a></li><li class="affix"><a href="1.100.html">1.100</a></li><li class="affix"><a href="1.101.html">1.101</a></li><li class="affix"><a href="1.102.html">1.102</a></li><li class="affix"><a href="1.103.html">1.103</a></li><li class="affix"><a href="1.104.html">1.104</a></li><li class="affix"><a href="1.105.html">1.105</a></li><li class="affix"><a href="1.106.html">1.106</a></li><li class="affix"><a href="1.107.html">1.107</a></li><li class="affix"><a href="1.108-109.html">1.108-109</a></li><li class="affix"><a href="1.110.html">1.110</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#11" id="11">1.1</a></h3>

vande gurun isa-bhaktan

isam isavatarakan

tat-prakasams ca tac-chaktih

krsna-caitanya-samjnakam

SYNONYMS

vande—I offer respectful obeisances; gurun—unto the spiritual masters; isa-bhaktan—unto the devotees of the Supreme Lord; isam—unto the Supreme Lord; isa-avatarakan—unto the incarnations of the Supreme Lord; tat—of the Supreme Lord; prakasan—unto the manifestations; ca—and; tat—of the Supreme Lord; saktih—unto the potencies; krsna-caitanya—Sri Krsna Caitanya; samjnakam—named.

I offer my respectful obeisances unto the spiritual masters, the devotees of the Lord, the Lord’s incarnations, His plenary portions, His energies, and the primeval Lord Himself, Sri Krsna Caitanya.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="1.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="1.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
2.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">2.1</a></li><li class="affix"><a href="2.2.html">2.2</a></li><li class="affix"><a href="2.3.html">2.3</a></li><li class="affix"><a href="2.4.html">2.4</a></li><li class="affix"><a href="2.5.html">2.5</a></li><li class="affix"><a href="2.6.html">2.6</a></li><li class="affix"><a href="2.7.html">2.7</a></li><li class="affix"><a href="2.8.html">2.8</a></li><li class="affix"><a href="2.9.html">2.9</a></li><li class="affix"><a href="2.10.html">2.10</a></li><li class="affix"><a href="2.11.html">2.11</a></li><li class="affix"><a href="2.12.html">2.12</a></li><li class="affix"><a href="2.13.html">2.13</a></li><li class="affix"><a href="2.14.html">2.14</a></li><li class="affix"><a href="2.15.html">2.15</a></li><li class="affix"><a href="2.16.html">2.16</a></li><li class="affix"><a href="2.17.html">2.17</a></li><li class="affix"><a href="2.18.html">2.18</a></li><li class="affix"><a href="2.19.html">2.19</a></li><li class="affix"><a href="2.20.html">2.20</a></li><li class="affix"><a href="2.21.html">2.21</a></li><li class="affix"><a href="2.22.html">2.22</a></li><li class="affix"><a href="2.23.html">2.23</a></li><li class="affix"><a href="2.24.html">2.24</a></li><li class="affix"><a href="2.25.html">2.25</a></li><li class="affix"><a href="2.26.html">2.26</a></li><li class="affix"><a href="2.27.html">2.27</a></li><li class="affix"><a href="2.28.html">2.28</a></li><li class="affix"><a href="2.29.html">2.29</a></li><li class="affix"><a href="2.30.html">2.30</a></li><li class="affix"><a href="2.31.html">2.31</a></li><li class="affix"><a href="2.32.html">2.32</a></li><li class="affix"><a href="2.33.html">2.33</a></li><li class="affix"><a href="2.34.html">2.34</a></li><li class="affix"><a href="2.35.html">2.35</a></li><li class="affix"><a href="2.36.html">2.36</a></li><li class="affix"><a href="2.37.html">2.37</a></li><li class="affix"><a href="2.38.html">2.38</a></li><li class="affix"><a href="2.39.html">2.39</a></li><li class="affix"><a href="2.40.html">2.40</a></li><li class="affix"><a href="2.41.html">2.41</a></li><li class="affix"><a href="2.42.html">2.42</a></li><li class="affix"><a href="2.43.html">2.43</a></li><li class="affix"><a href="2.44.html">2.44</a></li><li class="affix"><a href="2.45.html">2.45</a></li><li class="affix"><a href="2.46.html">2.46</a></li><li class="affix"><a href="2.47.html">2.47</a></li><li class="affix"><a href="2.48.html">2.48</a></li><li class="affix"><a href="2.49.html">2.49</a></li><li class="affix"><a href="2.50.html">2.50</a></li><li class="affix"><a href="2.51.html">2.51</a></li><li class="affix"><a href="2.52.html">2.52</a></li><li class="affix"><a href="2.53.html">2.53</a></li><li class="affix"><a href="2.54.html">2.54</a></li><li class="affix"><a href="2.55.html">2.55</a></li><li class="affix"><a href="2.56.html">2.56</a></li><li class="affix"><a href="2.57.html">2.57</a></li><li class="affix"><a href="2.58.html">2.58</a></li><li class="affix"><a href="2.59.html">2.59</a></li><li class="affix"><a href="2.60.html">2.60</a></li><li class="affix"><a href="2.61.html">2.61</a></li><li class="affix"><a href="2.62.html">2.62</a></li><li class="affix"><a href="2.63.html">2.63</a></li><li class="affix"><a href="2.64.html">2.64</a></li><li class="affix"><a href="2.65.html">2.65</a></li><li class="affix"><a href="2.66.html">2.66</a></li><li class="affix"><a href="2.67.html">2.67</a></li><li class="affix"><a href="2.68.html">2.68</a></li><li class="affix"><a href="2.69.html">2.69</a></li><li class="affix"><a href="2.70.html">2.70</a></li><li class="affix"><a href="2.71.html">2.71</a></li><li class="affix"><a href="2.72.html">2.72</a></li><li class="affix"><a href="2.73.html">2.73</a></li><li class="affix"><a href="2.74.html">2.74</a></li><li class="affix"><a href="2.75.html">2.75</a></li><li class="affix"><a href="2.76.html">2.76</a></li><li class="affix"><a href="2.77.html">2.77</a></li><li class="affix"><a href="2.78.html">2.78</a></li><li class="affix"><a href="2.79.html">2.79</a></li><li class="affix"><a href="2.80.html">2.80</a></li><li class="affix"><a href="2.81.html">2.81</a></li><li class="affix"><a href="2.82.html">2.82</a></li><li class="affix"><a href="2.83.html">2.83</a></li><li class="affix"><a href="2.84.html">2.84</a></li><li class="affix"><a href="2.85.html">2.85</a></li><li class="affix"><a href="2.86.html">2.86</a></li><li class="affix"><a href="2.87.html">2.87</a></li><li class="affix"><a href="2.88.html">2.88</a></li><li class="affix"><a href="2.89.html">2.89</a></li><li class="affix"><a href="2.90.html">2.90</a></li><li class="affix"><a href="2.91-92.html">2.91-92</a></li><li class="affix"><a href="2.93.html">2.93</a></li><li class="affix"><a href="2.94.html">2.94</a></li><li class="affix"><a href="2.95.html">2.95</a></li><li class="affix"><a href="2.96.html">2.96</a></li><li class="affix"><a href="2.97.html">2.97</a></li><li class="affix"><a href="2.98.html">2.98</a></li><li class="affix"><a href="2.99.html">2.99</a></li><li class="affix"><a href="2.100.html">2.100</a></li><li class="affix"><a href="2.101.html">2.101</a></li><li class="affix"><a href="2.102.html">2.102</a></li><li class="affix"><a href="2.103.html">2.103</a></li><li class="affix"><a href="2.104.html">2.104</a></li><li class="affix"><a href="2.105.html">2.105</a></li><li class="affix"><a href="2.106.html">2.106</a></li><li class="affix"><a href="2.107.html">2.107</a></li><li class="affix"><a href="2.108.html">2.108</a></li><li class="affix"><a href="2.109.html">2.109</a></li><li class="affix"><a href="2.110.html">2.110</a></li><li class="affix"><a href="2.111.html">2.111</a></li><li class="affix"><a href="2.112.html">2.112</a></li><li class="affix"><a href="2.113.html">2.113</a></li><li class="affix"><a href="2.114.html">2.114</a></li><li class="affix"><a href="2.115.html">2.115</a></li><li class="affix"><a href="2.116.html">2.116</a></li><li class="affix"><a href="2.117.html">2.117</a></li><li class="affix"><a href="2.118.html">2.118</a></li><li class="affix"><a href="2.119.html">2.119</a></li><li class="affix"><a href="2.120.html">2.120</a></li><li class="affix"><a href="2.121.html">2.121</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#21" id="21">2.1</a></h3>

sri-caitanya-prabhum vande

balo ’pi yad-anugrahat

taren nana-mata-graha-

vyaptam siddhanta-sagaram

SYNONYMS

sri-caitanya-prabhum—to Lord Sri Caitanya Mahaprabhu; vande—I offer obeisances; balah—an ignorant child; api—even; yat—of whom; anugrahat—by the mercy; taret—may cross over; nana—various; mata—of theories; graha—the crocodiles; vyaptam—filled with; siddhanta—of conclusions; sagaram—the ocean.

I offer my obeisances to Sri Caitanya Mahaprabhu, by whose mercy even an ignorant child can swim across the ocean of conclusive truth, which is full of the crocodiles of various theories.

PURPORT

By the mercy of the Supreme Personality of Godhead Sri Caitanya Mahaprabhu, even an inexperienced boy with no educational culture can be saved from the ocean of nescience, which is full of various types of philosophical doctrines that are like dangerous aquatic animals.

The philosophy of the Buddha, the argumentative presentations of the jnanis, the yoga systems of Patanjali and Gautama, and the systems of philosophers like Kanada, Kapila and Dattatreya are dangerous creatures in the ocean of nescience.

By the grace of Sri Caitanya Mahaprabhu one can have real understanding of the essence of knowledge by avoiding these sectarian views and accepting the lotus feet of Krsna as the ultimate goal of life.

Let us all worship Lord Sri Caitanya Mahaprabhu for His gracious mercy to the conditioned souls.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="2.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="2.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
3.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">3.1</a></li><li class="affix"><a href="3.2.html">3.2</a></li><li class="affix"><a href="3.3.html">3.3</a></li><li class="affix"><a href="3.4.html">3.4</a></li><li class="affix"><a href="3.5.html">3.5</a></li><li class="affix"><a href="3.6.html">3.6</a></li><li class="affix"><a href="3.7.html">3.7</a></li><li class="affix"><a href="3.8.html">3.8</a></li><li class="affix"><a href="3.9.html">3.9</a></li><li class="affix"><a href="3.10.html">3.10</a></li><li class="affix"><a href="3.11.html">3.11</a></li><li class="affix"><a href="3.12.html">3.12</a></li><li class="affix"><a href="3.13.html">3.13</a></li><li class="affix"><a href="3.14.html">3.14</a></li><li class="affix"><a href="3.15.html">3.15</a></li><li class="affix"><a href="3.16.html">3.16</a></li><li class="affix"><a href="3.17.html">3.17</a></li><li class="affix"><a href="3.18.html">3.18</a></li><li class="affix"><a href="3.19.html">3.19</a></li><li class="affix"><a href="3.20.html">3.20</a></li><li class="affix"><a href="3.21.html">3.21</a></li><li class="affix"><a href="3.22.html">3.22</a></li><li class="affix"><a href="3.23.html">3.23</a></li><li class="affix"><a href="3.24.html">3.24</a></li><li class="affix"><a href="3.25.html">3.25</a></li><li class="affix"><a href="3.26.html">3.26</a></li><li class="affix"><a href="3.27.html">3.27</a></li><li class="affix"><a href="3.28.html">3.28</a></li><li class="affix"><a href="3.29.html">3.29</a></li><li class="affix"><a href="3.30.html">3.30</a></li><li class="affix"><a href="3.31.html">3.31</a></li><li class="affix"><a href="3.32.html">3.32</a></li><li class="affix"><a href="3.33.html">3.33</a></li><li class="affix"><a href="3.34.html">3.34</a></li><li class="affix"><a href="3.35.html">3.35</a></li><li class="affix"><a href="3.36.html">3.36</a></li><li class="affix"><a href="3.37.html">3.37</a></li><li class="affix"><a href="3.38.html">3.38</a></li><li class="affix"><a href="3.39.html">3.39</a></li><li class="affix"><a href="3.40.html">3.40</a></li><li class="affix"><a href="3.41.html">3.41</a></li><li class="affix"><a href="3.42.html">3.42</a></li><li class="affix"><a href="3.43.html">3.43</a></li><li class="affix"><a href="3.44.html">3.44</a></li><li class="affix"><a href="3.45.html">3.45</a></li><li class="affix"><a href="3.46.html">3.46</a></li><li class="affix"><a href="3.47.html">3.47</a></li><li class="affix"><a href="3.48.html">3.48</a></li><li class="affix"><a href="3.49.html">3.49</a></li><li class="affix"><a href="3.50.html">3.50</a></li><li class="affix"><a href="3.51.html">3.51</a></li><li class="affix"><a href="3.52.html">3.52</a></li><li class="affix"><a href="3.53.html">3.53</a></li><li class="affix"><a href="3.54.html">3.54</a></li><li class="affix"><a href="3.55.html">3.55</a></li><li class="affix"><a href="3.56.html">3.56</a></li><li class="affix"><a href="3.57.html">3.57</a></li><li class="affix"><a href="3.58.html">3.58</a></li><li class="affix"><a href="3.59.html">3.59</a></li><li class="affix"><a href="3.60.html">3.60</a></li><li class="affix"><a href="3.61.html">3.61</a></li><li class="affix"><a href="3.62.html">3.62</a></li><li class="affix"><a href="3.63.html">3.63</a></li><li class="affix"><a href="3.64.html">3.64</a></li><li class="affix"><a href="3.65.html">3.65</a></li><li class="affix"><a href="3.66.html">3.66</a></li><li class="affix"><a href="3.67.html">3.67</a></li><li class="affix"><a href="3.68.html">3.68</a></li><li class="affix"><a href="3.69.html">3.69</a></li><li class="affix"><a href="3.70.html">3.70</a></li><li class="affix"><a href="3.71.html">3.71</a></li><li class="affix"><a href="3.72.html">3.72</a></li><li class="affix"><a href="3.73.html">3.73</a></li><li class="affix"><a href="3.74.html">3.74</a></li><li class="affix"><a href="3.75.html">3.75</a></li><li class="affix"><a href="3.76.html">3.76</a></li><li class="affix"><a href="3.77.html">3.77</a></li><li class="affix"><a href="3.78.html">3.78</a></li><li class="affix"><a href="3.79.html">3.79</a></li><li class="affix"><a href="3.80.html">3.80</a></li><li class="affix"><a href="3.81.html">3.81</a></li><li class="affix"><a href="3.82.html">3.82</a></li><li class="affix"><a href="3.83.html">3.83</a></li><li class="affix"><a href="3.84.html">3.84</a></li><li class="affix"><a href="3.85.html">3.85</a></li><li class="affix"><a href="3.86.html">3.86</a></li><li class="affix"><a href="3.87.html">3.87</a></li><li class="affix"><a href="3.88.html">3.88</a></li><li class="affix"><a href="3.89.html">3.89</a></li><li class="affix"><a href="3.90.html">3.90</a></li><li class="affix"><a href="3.91.html">3.91</a></li><li class="affix"><a href="3.92.html">3.92</a></li><li class="affix"><a href="3.93.html">3.93</a></li><li class="affix"><a href="3.94.html">3.94</a></li><li class="affix"><a href="3.95.html">3.95</a></li><li class="affix"><a href="3.96.html">3.96</a></li><li class="affix"><a href="3.97.html">3.97</a></li><li class="affix"><a href="3.98.html">3.98</a></li><li class="affix"><a href="3.99.html">3.99</a></li><li class="affix"><a href="3.100.html">3.100</a></li><li class="affix"><a href="3.101.html">3.101</a></li><li class="affix"><a href="3.102.html">3.102</a></li><li class="affix"><a href="3.103.html">3.103</a></li><li class="affix"><a href="3.104.html">3.104</a></li><li class="affix"><a href="3.105-106.html">3.105-106</a></li><li class="affix"><a href="3.107.html">3.107</a></li><li class="affix"><a href="3.108.html">3.108</a></li><li class="affix"><a href="3.109.html">3.109</a></li><li class="affix"><a href="3.110.html">3.110</a></li><li class="affix"><a href="3.111.html">3.111</a></li><li class="affix"><a href="3.112.html">3.112</a></li><li class="affix"><a href="3.113.html">3.113</a></li><li class="affix"><a href="3.114.html">3.114</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#31" id="31">3.1</a></h3>

sri-caitanya-prabhum vande

yat-padasraya-viryatah

sangrhnaty akara-vratad

ajnah siddhanta-san-manin

SYNONYMS

sri-caitanya-prabhum—to Lord Caitanya Mahaprabhu; vande—I offer my respectful obeisances; yat—of whom; pada-asraya—of the shelter of the lotus feet; viryatah—from the power; sangrhnati—collects; akara-vratat—from the multitude of mines in the form of scriptures; ajnah—a fool; siddhanta—of conclusion; sat-manin—the best jewels.

I offer my respectful obeisances to Sri Caitanya Mahaprabhu.

By the potency of the shelter of His lotus feet, even a fool can collect the valuable jewels of conclusive truth from the mines of the revealed scriptures.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="3.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="3.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
4.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">4.1</a></li><li class="affix"><a href="4.2.html">4.2</a></li><li class="affix"><a href="4.3.html">4.3</a></li><li class="affix"><a href="4.4.html">4.4</a></li><li class="affix"><a href="4.5.html">4.5</a></li><li class="affix"><a href="4.6.html">4.6</a></li><li class="affix"><a href="4.7.html">4.7</a></li><li class="affix"><a href="4.8.html">4.8</a></li><li class="affix"><a href="4.9.html">4.9</a></li><li class="affix"><a href="4.10.html">4.10</a></li><li class="affix"><a href="4.11-12.html">4.11-12</a></li><li class="affix"><a href="4.13.html">4.13</a></li><li class="affix"><a href="4.14.html">4.14</a></li><li class="affix"><a href="4.15-16.html">4.15-16</a></li><li class="affix"><a href="4.17.html">4.17</a></li><li class="affix"><a href="4.18.html">4.18</a></li><li class="affix"><a href="4.19.html">4.19</a></li><li class="affix"><a href="4.20.html">4.20</a></li><li class="affix"><a href="4.21-22.html">4.21-22</a></li><li class="affix"><a href="4.23.html">4.23</a></li><li class="affix"><a href="4.24.html">4.24</a></li><li class="affix"><a href="4.25.html">4.25</a></li><li class="affix"><a href="4.26.html">4.26</a></li><li class="affix"><a href="4.27-28.html">4.27-28</a></li><li class="affix"><a href="4.29.html">4.29</a></li><li class="affix"><a href="4.30.html">4.30</a></li><li class="affix"><a href="4.31.html">4.31</a></li><li class="affix"><a href="4.32.html">4.32</a></li><li class="affix"><a href="4.33.html">4.33</a></li><li class="affix"><a href="4.34.html">4.34</a></li><li class="affix"><a href="4.35.html">4.35</a></li><li class="affix"><a href="4.36-37.html">4.36-37</a></li><li class="affix"><a href="4.38.html">4.38</a></li><li class="affix"><a href="4.39.html">4.39</a></li><li class="affix"><a href="4.40.html">4.40</a></li><li class="affix"><a href="4.41.html">4.41</a></li><li class="affix"><a href="4.42.html">4.42</a></li><li class="affix"><a href="4.43.html">4.43</a></li><li class="affix"><a href="4.44.html">4.44</a></li><li class="affix"><a href="4.45.html">4.45</a></li><li class="affix"><a href="4.46.html">4.46</a></li><li class="affix"><a href="4.47.html">4.47</a></li><li class="affix"><a href="4.48.html">4.48</a></li><li class="affix"><a href="4.49.html">4.49</a></li><li class="affix"><a href="4.50.html">4.50</a></li><li class="affix"><a href="4.51.html">4.51</a></li><li class="affix"><a href="4.52.html">4.52</a></li><li class="affix"><a href="4.53.html">4.53</a></li><li class="affix"><a href="4.54.html">4.54</a></li><li class="affix"><a href="4.55.html">4.55</a></li><li class="affix"><a href="4.56.html">4.56</a></li><li class="affix"><a href="4.57.html">4.57</a></li><li class="affix"><a href="4.58.html">4.58</a></li><li class="affix"><a href="4.59.html">4.59</a></li><li class="affix"><a href="4.60.html">4.60</a></li><li class="affix"><a href="4.61.html">4.61</a></li><li class="affix"><a href="4.62.html">4.62</a></li><li class="affix"><a href="4.63.html">4.63</a></li><li class="affix"><a href="4.64.html">4.64</a></li><li class="affix"><a href="4.65.html">4.65</a></li><li class="affix"><a href="4.66.html">4.66</a></li><li class="affix"><a href="4.67.html">4.67</a></li><li class="affix"><a href="4.68.html">4.68</a></li><li class="affix"><a href="4.69.html">4.69</a></li><li class="affix"><a href="4.70.html">4.70</a></li><li class="affix"><a href="4.71.html">4.71</a></li><li class="affix"><a href="4.72.html">4.72</a></li><li class="affix"><a href="4.73.html">4.73</a></li><li class="affix"><a href="4.74-75.html">4.74-75</a></li><li class="affix"><a href="4.76.html">4.76</a></li><li class="affix"><a href="4.77.html">4.77</a></li><li class="affix"><a href="4.78.html">4.78</a></li><li class="affix"><a href="4.79.html">4.79</a></li><li class="affix"><a href="4.80.html">4.80</a></li><li class="affix"><a href="4.81.html">4.81</a></li><li class="affix"><a href="4.82.html">4.82</a></li><li class="affix"><a href="4.83.html">4.83</a></li><li class="affix"><a href="4.84.html">4.84</a></li><li class="affix"><a href="4.85.html">4.85</a></li><li class="affix"><a href="4.86.html">4.86</a></li><li class="affix"><a href="4.87.html">4.87</a></li><li class="affix"><a href="4.88.html">4.88</a></li><li class="affix"><a href="4.89.html">4.89</a></li><li class="affix"><a href="4.90.html">4.90</a></li><li class="affix"><a href="4.91.html">4.91</a></li><li class="affix"><a href="4.92.html">4.92</a></li><li class="affix"><a href="4.93.html">4.93</a></li><li class="affix"><a href="4.94.html">4.94</a></li><li class="affix"><a href="4.95.html">4.95</a></li><li class="affix"><a href="4.96.html">4.96</a></li><li class="affix"><a href="4.97.html">4.97</a></li><li class="affix"><a href="4.98.html">4.98</a></li><li class="affix"><a href="4.99-100.html">4.99-100</a></li><li class="affix"><a href="4.101.html">4.101</a></li><li class="affix"><a href="4.102.html">4.102</a></li><li class="affix"><a href="4.103.html">4.103</a></li><li class="affix"><a href="4.104.html">4.104</a></li><li class="affix"><a href="4.105.html">4.105</a></li><li class="affix"><a href="4.106.html">4.106</a></li><li class="affix"><a href="4.107.html">4.107</a></li><li class="affix"><a href="4.108.html">4.108</a></li><li class="affix"><a href="4.109.html">4.109</a></li><li class="affix"><a href="4.110.html">4.110</a></li><li class="affix"><a href="4.111.html">4.111</a></li><li class="affix"><a href="4.112.html">4.112</a></li><li class="affix"><a href="4.113.html">4.113</a></li><li class="affix"><a href="4.114.html">4.114</a></li><li class="affix"><a href="4.115.html">4.115</a></li><li class="affix"><a href="4.116.html">4.116</a></li><li class="affix"><a href="4.117.html">4.117</a></li><li class="affix"><a href="4.118.html">4.118</a></li><li class="affix"><a href="4.119-120.html">4.119-120</a></li><li class="affix"><a href="4.121.html">4.121</a></li><li class="affix"><a href="4.122.html">4.122</a></li><li class="affix"><a href="4.123.html">4.123</a></li><li class="affix"><a href="4.124.html">4.124</a></li><li class="affix"><a href="4.125.html">4.125</a></li><li class="affix"><a href="4.126.html">4.126</a></li><li class="affix"><a href="4.127.html">4.127</a></li><li class="affix"><a href="4.128.html">4.128</a></li><li class="affix"><a href="4.129.html">4.129</a></li><li class="affix"><a href="4.130.html">4.130</a></li><li class="affix"><a href="4.131.html">4.131</a></li><li class="affix"><a href="4.132.html">4.132</a></li><li class="affix"><a href="4.133.html">4.133</a></li><li class="affix"><a href="4.134.html">4.134</a></li><li class="affix"><a href="4.135.html">4.135</a></li><li class="affix"><a href="4.136.html">4.136</a></li><li class="affix"><a href="4.137.html">4.137</a></li><li class="affix"><a href="4.138.html">4.138</a></li><li class="affix"><a href="4.139.html">4.139</a></li><li class="affix"><a href="4.140.html">4.140</a></li><li class="affix"><a href="4.141.html">4.141</a></li><li class="affix"><a href="4.142.html">4.142</a></li><li class="affix"><a href="4.143.html">4.143</a></li><li class="affix"><a href="4.144.html">4.144</a></li><li class="affix"><a href="4.145.html">4.145</a></li><li class="affix"><a href="4.146.html">4.146</a></li><li class="affix"><a href="4.147.html">4.147</a></li><li class="affix"><a href="4.148.html">4.148</a></li><li class="affix"><a href="4.149.html">4.149</a></li><li class="affix"><a href="4.150.html">4.150</a></li><li class="affix"><a href="4.151.html">4.151</a></li><li class="affix"><a href="4.152.html">4.152</a></li><li class="affix"><a href="4.153.html">4.153</a></li><li class="affix"><a href="4.154.html">4.154</a></li><li class="affix"><a href="4.155.html">4.155</a></li><li class="affix"><a href="4.156.html">4.156</a></li><li class="affix"><a href="4.157.html">4.157</a></li><li class="affix"><a href="4.158.html">4.158</a></li><li class="affix"><a href="4.159.html">4.159</a></li><li class="affix"><a href="4.160.html">4.160</a></li><li class="affix"><a href="4.161.html">4.161</a></li><li class="affix"><a href="4.162.html">4.162</a></li><li class="affix"><a href="4.163.html">4.163</a></li><li class="affix"><a href="4.164.html">4.164</a></li><li class="affix"><a href="4.165.html">4.165</a></li><li class="affix"><a href="4.166.html">4.166</a></li><li class="affix"><a href="4.167-169.html">4.167-169</a></li><li class="affix"><a href="4.170.html">4.170</a></li><li class="affix"><a href="4.171.html">4.171</a></li><li class="affix"><a href="4.172.html">4.172</a></li><li class="affix"><a href="4.173.html">4.173</a></li><li class="affix"><a href="4.174.html">4.174</a></li><li class="affix"><a href="4.175.html">4.175</a></li><li class="affix"><a href="4.176.html">4.176</a></li><li class="affix"><a href="4.177.html">4.177</a></li><li class="affix"><a href="4.178.html">4.178</a></li><li class="affix"><a href="4.179.html">4.179</a></li><li class="affix"><a href="4.180.html">4.180</a></li><li class="affix"><a href="4.181.html">4.181</a></li><li class="affix"><a href="4.182.html">4.182</a></li><li class="affix"><a href="4.183.html">4.183</a></li><li class="affix"><a href="4.184.html">4.184</a></li><li class="affix"><a href="4.185.html">4.185</a></li><li class="affix"><a href="4.186.html">4.186</a></li><li class="affix"><a href="4.187.html">4.187</a></li><li class="affix"><a href="4.188.html">4.188</a></li><li class="affix"><a href="4.189.html">4.189</a></li><li class="affix"><a href="4.190.html">4.190</a></li><li class="affix"><a href="4.191.html">4.191</a></li><li class="affix"><a href="4.192.html">4.192</a></li><li class="affix"><a href="4.193.html">4.193</a></li><li class="affix"><a href="4.194.html">4.194</a></li><li class="affix"><a href="4.195.html">4.195</a></li><li class="affix"><a href="4.196.html">4.196</a></li><li class="affix"><a href="4.197.html">4.197</a></li><li class="affix"><a href="4.198.html">4.198</a></li><li class="affix"><a href="4.199.html">4.199</a></li><li class="affix"><a href="4.200-201.html">4.200-201</a></li><li class="affix"><a href="4.202.html">4.202</a></li><li class="affix"><a href="4.203.html">4.203</a></li><li class="affix"><a href="4.204.html">4.204</a></li><li class="affix"><a href="4.205.html">4.205</a></li><li class="affix"><a href="4.206.html">4.206</a></li><li class="affix"><a href="4.207.html">4.207</a></li><li class="affix"><a href="4.208.html">4.208</a></li><li class="affix"><a href="4.209.html">4.209</a></li><li class="affix"><a href="4.210.html">4.210</a></li><li class="affix"><a href="4.211.html">4.211</a></li><li class="affix"><a href="4.212.html">4.212</a></li><li class="affix"><a href="4.213.html">4.213</a></li><li class="affix"><a href="4.214.html">4.214</a></li><li class="affix"><a href="4.215.html">4.215</a></li><li class="affix"><a href="4.216.html">4.216</a></li><li class="affix"><a href="4.217.html">4.217</a></li><li class="affix"><a href="4.218.html">4.218</a></li><li class="affix"><a href="4.219.html">4.219</a></li><li class="affix"><a href="4.220.html">4.220</a></li><li class="affix"><a href="4.221.html">4.221</a></li><li class="affix"><a href="4.222.html">4.222</a></li><li class="affix"><a href="4.223.html">4.223</a></li><li class="affix"><a href="4.224.html">4.224</a></li><li class="affix"><a href="4.225.html">4.225</a></li><li class="affix"><a href="4.226.html">4.226</a></li><li class="affix"><a href="4.227-228.html">4.227-228</a></li><li class="affix"><a href="4.229.html">4.229</a></li><li class="affix"><a href="4.230.html">4.230</a></li><li class="affix"><a href="4.231.html">4.231</a></li><li class="affix"><a href="4.232.html">4.232</a></li><li class="affix"><a href="4.233.html">4.233</a></li><li class="affix"><a href="4.234.html">4.234</a></li><li class="affix"><a href="4.235.html">4.235</a></li><li class="affix"><a href="4.236.html">4.236</a></li><li class="affix"><a href="4.237.html">4.237</a></li><li class="affix"><a href="4.238.html">4.238</a></li><li class="affix"><a href="4.239.html">4.239</a></li><li class="affix"><a href="4.240.html">4.240</a></li><li class="affix"><a href="4.241.html">4.241</a></li><li class="affix"><a href="4.253.html">4.253</a></li><li class="affix"><a href="4.254.html">4.254</a></li><li class="affix"><a href="4.255.html">4.255</a></li><li class="affix"><a href="4.256.html">4.256</a></li><li class="affix"><a href="4.257.html">4.257</a></li><li class="affix"><a href="4.258.html">4.258</a></li><li class="affix"><a href="4.259.html">4.259</a></li><li class="affix"><a href="4.260.html">4.260</a></li><li class="affix"><a href="4.261.html">4.261</a></li><li class="affix"><a href="4.262.html">4.262</a></li><li class="affix"><a href="4.242-243.html">4.242-243</a></li><li class="affix"><a href="4.244.html">4.244</a></li><li class="affix"><a href="4.245.html">4.245</a></li><li class="affix"><a href="4.246.html">4.246</a></li><li class="affix"><a href="4.247.html">4.247</a></li><li class="affix"><a href="4.248.html">4.248</a></li><li class="affix"><a href="4.249.html">4.249</a></li><li class="affix"><a href="4.250.html">4.250</a></li><li class="affix"><a href="4.251.html">4.251</a></li><li class="affix"><a href="4.252.html">4.252</a></li><li class="affix"><a href="4.263.html">4.263</a></li><li class="affix"><a href="4.264.html">4.264</a></li><li class="affix"><a href="4.265.html">4.265</a></li><li class="affix"><a href="4.266.html">4.266</a></li><li class="affix"><a href="4.267.html">4.267</a></li><li class="affix"><a href="4.268.html">4.268</a></li><li class="affix"><a href="4.269.html">4.269</a></li><li class="affix"><a href="4.270.html">4.270</a></li><li class="affix"><a href="4.271-272.html">4.271-272</a></li><li class="affix"><a href="4.273.html">4.273</a></li><li class="affix"><a href="4.274.html">4.274</a></li><li class="affix"><a href="4.275.html">4.275</a></li><li class="affix"><a href="4.276.html">4.276</a></li><li class="affix"><a href="4.277.html">4.277</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#41" id="41">4.1</a></h3>

sri-caitanya-prasadena

tad-rupasya vinirnayam

balo ’pi kurute sastram

drstva vraja-vilasinah

SYNONYMS

sri-caitanya-prasadena—by the mercy of Lord Caitanya Mahaprabhu; tat—of Him; rupasya—of the form; vinirnayam—complete determination; balah—a child; api—even; kurute—makes; sastram—the revealed scriptures; drstva—having seen; vraja-vilasinah—who enjoys the pastimes of Vraja.

By the mercy of Lord Caitanya Mahaprabhu, even a foolish child can fully describe the real nature of Lord Krsna, the enjoyer of the pastimes of Vraja, according to the vision of the revealed scriptures.

PURPORT

One can ascertain the meaning of this Sanskrit sloka only when one is endowed with the causeless mercy of Lord Caitanya.

Lord Sri Krsna, being the absolute Personality of Godhead, cannot be exposed to the mundane instruments of vision.

He reserves the right not to be exposed by the intellectual feats of nondevotees.

Notwithstanding this truth, even a small child can easily understand Lord Sri Krsna and His transcendental pastimes in the land of Vrndavana by the grace of Lord Caitanya Mahaprabhu.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="4.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="4.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
5.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">5.1</a></li><li class="affix"><a href="5.2.html">5.2</a></li><li class="affix"><a href="5.3.html">5.3</a></li><li class="affix"><a href="5.4.html">5.4</a></li><li class="affix"><a href="5.5.html">5.5</a></li><li class="affix"><a href="5.6.html">5.6</a></li><li class="affix"><a href="5.7.html">5.7</a></li><li class="affix"><a href="5.8.html">5.8</a></li><li class="affix"><a href="5.9.html">5.9</a></li><li class="affix"><a href="5.10.html">5.10</a></li><li class="affix"><a href="5.11.html">5.11</a></li><li class="affix"><a href="5.12.html">5.12</a></li><li class="affix"><a href="5.13.html">5.13</a></li><li class="affix"><a href="5.14.html">5.14</a></li><li class="affix"><a href="5.15.html">5.15</a></li><li class="affix"><a href="5.16.html">5.16</a></li><li class="affix"><a href="5.17.html">5.17</a></li><li class="affix"><a href="5.18.html">5.18</a></li><li class="affix"><a href="5.19.html">5.19</a></li><li class="affix"><a href="5.20.html">5.20</a></li><li class="affix"><a href="5.21.html">5.21</a></li><li class="affix"><a href="5.22.html">5.22</a></li><li class="affix"><a href="5.23.html">5.23</a></li><li class="affix"><a href="5.24.html">5.24</a></li><li class="affix"><a href="5.25.html">5.25</a></li><li class="affix"><a href="5.26.html">5.26</a></li><li class="affix"><a href="5.27-28.html">5.27-28</a></li><li class="affix"><a href="5.29.html">5.29</a></li><li class="affix"><a href="5.30.html">5.30</a></li><li class="affix"><a href="5.31.html">5.31</a></li><li class="affix"><a href="5.32.html">5.32</a></li><li class="affix"><a href="5.33.html">5.33</a></li><li class="affix"><a href="5.34.html">5.34</a></li><li class="affix"><a href="5.35.html">5.35</a></li><li class="affix"><a href="5.36.html">5.36</a></li><li class="affix"><a href="5.37.html">5.37</a></li><li class="affix"><a href="5.38.html">5.38</a></li><li class="affix"><a href="5.39.html">5.39</a></li><li class="affix"><a href="5.40.html">5.40</a></li><li class="affix"><a href="5.41.html">5.41</a></li><li class="affix"><a href="5.42.html">5.42</a></li><li class="affix"><a href="5.43.html">5.43</a></li><li class="affix"><a href="5.44.html">5.44</a></li><li class="affix"><a href="5.45.html">5.45</a></li><li class="affix"><a href="5.46.html">5.46</a></li><li class="affix"><a href="5.47.html">5.47</a></li><li class="affix"><a href="5.48.html">5.48</a></li><li class="affix"><a href="5.49.html">5.49</a></li><li class="affix"><a href="5.50.html">5.50</a></li><li class="affix"><a href="5.51.html">5.51</a></li><li class="affix"><a href="5.52.html">5.52</a></li><li class="affix"><a href="5.53.html">5.53</a></li><li class="affix"><a href="5.54.html">5.54</a></li><li class="affix"><a href="5.55.html">5.55</a></li><li class="affix"><a href="5.56.html">5.56</a></li><li class="affix"><a href="5.57.html">5.57</a></li><li class="affix"><a href="5.58.html">5.58</a></li><li class="affix"><a href="5.59.html">5.59</a></li><li class="affix"><a href="5.60.html">5.60</a></li><li class="affix"><a href="5.61.html">5.61</a></li><li class="affix"><a href="5.62.html">5.62</a></li><li class="affix"><a href="5.63.html">5.63</a></li><li class="affix"><a href="5.64.html">5.64</a></li><li class="affix"><a href="5.65.html">5.65</a></li><li class="affix"><a href="5.66.html">5.66</a></li><li class="affix"><a href="5.67.html">5.67</a></li><li class="affix"><a href="5.68.html">5.68</a></li><li class="affix"><a href="5.69.html">5.69</a></li><li class="affix"><a href="5.70.html">5.70</a></li><li class="affix"><a href="5.71.html">5.71</a></li><li class="affix"><a href="5.72.html">5.72</a></li><li class="affix"><a href="5.73.html">5.73</a></li><li class="affix"><a href="5.74.html">5.74</a></li><li class="affix"><a href="5.75.html">5.75</a></li><li class="affix"><a href="5.76.html">5.76</a></li><li class="affix"><a href="5.77.html">5.77</a></li><li class="affix"><a href="5.78.html">5.78</a></li><li class="affix"><a href="5.79.html">5.79</a></li><li class="affix"><a href="5.80.html">5.80</a></li><li class="affix"><a href="5.81.html">5.81</a></li><li class="affix"><a href="5.82.html">5.82</a></li><li class="affix"><a href="5.83.html">5.83</a></li><li class="affix"><a href="5.84.html">5.84</a></li><li class="affix"><a href="5.85.html">5.85</a></li><li class="affix"><a href="5.86.html">5.86</a></li><li class="affix"><a href="5.87.html">5.87</a></li><li class="affix"><a href="5.88.html">5.88</a></li><li class="affix"><a href="5.89.html">5.89</a></li><li class="affix"><a href="5.90.html">5.90</a></li><li class="affix"><a href="5.91.html">5.91</a></li><li class="affix"><a href="5.92.html">5.92</a></li><li class="affix"><a href="5.93.html">5.93</a></li><li class="affix"><a href="5.94.html">5.94</a></li><li class="affix"><a href="5.95.html">5.95</a></li><li class="affix"><a href="5.96.html">5.96</a></li><li class="affix"><a href="5.97.html">5.97</a></li><li class="affix"><a href="5.98.html">5.98</a></li><li class="affix"><a href="5.99.html">5.99</a></li><li class="affix"><a href="5.100-101.html">5.100-101</a></li><li class="affix"><a href="5.102.html">5.102</a></li><li class="affix"><a href="5.103.html">5.103</a></li><li class="affix"><a href="5.104.html">5.104</a></li><li class="affix"><a href="5.105.html">5.105</a></li><li class="affix"><a href="5.106.html">5.106</a></li><li class="affix"><a href="5.107.html">5.107</a></li><li class="affix"><a href="5.108.html">5.108</a></li><li class="affix"><a href="5.109.html">5.109</a></li><li class="affix"><a href="5.110.html">5.110</a></li><li class="affix"><a href="5.111.html">5.111</a></li><li class="affix"><a href="5.112.html">5.112</a></li><li class="affix"><a href="5.113.html">5.113</a></li><li class="affix"><a href="5.114.html">5.114</a></li><li class="affix"><a href="5.115.html">5.115</a></li><li class="affix"><a href="5.116.html">5.116</a></li><li class="affix"><a href="5.117.html">5.117</a></li><li class="affix"><a href="5.118.html">5.118</a></li><li class="affix"><a href="5.119.html">5.119</a></li><li class="affix"><a href="5.120.html">5.120</a></li><li class="affix"><a href="5.121.html">5.121</a></li><li class="affix"><a href="5.122.html">5.122</a></li><li class="affix"><a href="5.123.html">5.123</a></li><li class="affix"><a href="5.124.html">5.124</a></li><li class="affix"><a href="5.125.html">5.125</a></li><li class="affix"><a href="5.126.html">5.126</a></li><li class="affix"><a href="5.127.html">5.127</a></li><li class="affix"><a href="5.128.html">5.128</a></li><li class="affix"><a href="5.129.html">5.129</a></li><li class="affix"><a href="5.130.html">5.130</a></li><li class="affix"><a href="5.131.html">5.131</a></li><li class="affix"><a href="5.132.html">5.132</a></li><li class="affix"><a href="5.133.html">5.133</a></li><li class="affix"><a href="5.134.html">5.134</a></li><li class="affix"><a href="5.135.html">5.135</a></li><li class="affix"><a href="5.136.html">5.136</a></li><li class="affix"><a href="5.137.html">5.137</a></li><li class="affix"><a href="5.138.html">5.138</a></li><li class="affix"><a href="5.139.html">5.139</a></li><li class="affix"><a href="5.140.html">5.140</a></li><li class="affix"><a href="5.141.html">5.141</a></li><li class="affix"><a href="5.142.html">5.142</a></li><li class="affix"><a href="5.143.html">5.143</a></li><li class="affix"><a href="5.144-145.html">5.144-145</a></li><li class="affix"><a href="5.146.html">5.146</a></li><li class="affix"><a href="5.147.html">5.147</a></li><li class="affix"><a href="5.148.html">5.148</a></li><li class="affix"><a href="5.149.html">5.149</a></li><li class="affix"><a href="5.150.html">5.150</a></li><li class="affix"><a href="5.151.html">5.151</a></li><li class="affix"><a href="5.152.html">5.152</a></li><li class="affix"><a href="5.153.html">5.153</a></li><li class="affix"><a href="5.154.html">5.154</a></li><li class="affix"><a href="5.155.html">5.155</a></li><li class="affix"><a href="5.156.html">5.156</a></li><li class="affix"><a href="5.157.html">5.157</a></li><li class="affix"><a href="5.158.html">5.158</a></li><li class="affix"><a href="5.159.html">5.159</a></li><li class="affix"><a href="5.160.html">5.160</a></li><li class="affix"><a href="5.161.html">5.161</a></li><li class="affix"><a href="5.162.html">5.162</a></li><li class="affix"><a href="5.163.html">5.163</a></li><li class="affix"><a href="5.164.html">5.164</a></li><li class="affix"><a href="5.165.html">5.165</a></li><li class="affix"><a href="5.166.html">5.166</a></li><li class="affix"><a href="5.167.html">5.167</a></li><li class="affix"><a href="5.168.html">5.168</a></li><li class="affix"><a href="5.169.html">5.169</a></li><li class="affix"><a href="5.170.html">5.170</a></li><li class="affix"><a href="5.171.html">5.171</a></li><li class="affix"><a href="5.172.html">5.172</a></li><li class="affix"><a href="5.173.html">5.173</a></li><li class="affix"><a href="5.174.html">5.174</a></li><li class="affix"><a href="5.175.html">5.175</a></li><li class="affix"><a href="5.176.html">5.176</a></li><li class="affix"><a href="5.177.html">5.177</a></li><li class="affix"><a href="5.178.html">5.178</a></li><li class="affix"><a href="5.179.html">5.179</a></li><li class="affix"><a href="5.180.html">5.180</a></li><li class="affix"><a href="5.181.html">5.181</a></li><li class="affix"><a href="5.182.html">5.182</a></li><li class="affix"><a href="5.183.html">5.183</a></li><li class="affix"><a href="5.184.html">5.184</a></li><li class="affix"><a href="5.185.html">5.185</a></li><li class="affix"><a href="5.186.html">5.186</a></li><li class="affix"><a href="5.187.html">5.187</a></li><li class="affix"><a href="5.188.html">5.188</a></li><li class="affix"><a href="5.189.html">5.189</a></li><li class="affix"><a href="5.190.html">5.190</a></li><li class="affix"><a href="5.191.html">5.191</a></li><li class="affix"><a href="5.192.html">5.192</a></li><li class="affix"><a href="5.193.html">5.193</a></li><li class="affix"><a href="5.194.html">5.194</a></li><li class="affix"><a href="5.195.html">5.195</a></li><li class="affix"><a href="5.196.html">5.196</a></li><li class="affix"><a href="5.197.html">5.197</a></li><li class="affix"><a href="5.198.html">5.198</a></li><li class="affix"><a href="5.199.html">5.199</a></li><li class="affix"><a href="5.200.html">5.200</a></li><li class="affix"><a href="5.201.html">5.201</a></li><li class="affix"><a href="5.202.html">5.202</a></li><li class="affix"><a href="5.203.html">5.203</a></li><li class="affix"><a href="5.204.html">5.204</a></li><li class="affix"><a href="5.205.html">5.205</a></li><li class="affix"><a href="5.206.html">5.206</a></li><li class="affix"><a href="5.207.html">5.207</a></li><li class="affix"><a href="5.208.html">5.208</a></li><li class="affix"><a href="5.209.html">5.209</a></li><li class="affix"><a href="5.210.html">5.210</a></li><li class="affix"><a href="5.211.html">5.211</a></li><li class="affix"><a href="5.212.html">5.212</a></li><li class="affix"><a href="5.213.html">5.213</a></li><li class="affix"><a href="5.214.html">5.214</a></li><li class="affix"><a href="5.215.html">5.215</a></li><li class="affix"><a href="5.216.html">5.216</a></li><li class="affix"><a href="5.217.html">5.217</a></li><li class="affix"><a href="5.218-219.html">5.218-219</a></li><li class="affix"><a href="5.220.html">5.220</a></li><li class="affix"><a href="5.221.html">5.221</a></li><li class="affix"><a href="5.222.html">5.222</a></li><li class="affix"><a href="5.223.html">5.223</a></li><li class="affix"><a href="5.224.html">5.224</a></li><li class="affix"><a href="5.225.html">5.225</a></li><li class="affix"><a href="5.226.html">5.226</a></li><li class="affix"><a href="5.227.html">5.227</a></li><li class="affix"><a href="5.228.html">5.228</a></li><li class="affix"><a href="5.229.html">5.229</a></li><li class="affix"><a href="5.230.html">5.230</a></li><li class="affix"><a href="5.231.html">5.231</a></li><li class="affix"><a href="5.232.html">5.232</a></li><li class="affix"><a href="5.233.html">5.233</a></li><li class="affix"><a href="5.234.html">5.234</a></li><li class="affix"><a href="5.235.html">5.235</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#51" id="51">5.1</a></h3>

vande ’nantadbhutaisvaryam

sri-nityanandam isvaram

yasyecchaya tat-svarupam

ajnenapi nirupyate

SYNONYMS

vande—let me offer my obeisances; ananta—unlimited; adbhuta—and wonderful; aisvaryam—whose opulence; sri-nityanandam—unto Lord Nityananda; isvaram—the Supreme Personality of Godhead; yasya—whose; icchaya—by the will; tat-svarupam—His identity; ajnena—by the ignorant; api—even; nirupyate—can be ascertained.

Let me offer my obeisances to Lord Sri Nityananda, the Supreme Personality of Godhead, whose opulence is wonderful and unlimited.

By His will, even a fool can understand His identity.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="5.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="5.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
6.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">6.1</a></li><li class="affix"><a href="6.2.html">6.2</a></li><li class="affix"><a href="6.3.html">6.3</a></li><li class="affix"><a href="6.4.html">6.4</a></li><li class="affix"><a href="6.5.html">6.5</a></li><li class="affix"><a href="6.6.html">6.6</a></li><li class="affix"><a href="6.7.html">6.7</a></li><li class="affix"><a href="6.8.html">6.8</a></li><li class="affix"><a href="6.9.html">6.9</a></li><li class="affix"><a href="6.10.html">6.10</a></li><li class="affix"><a href="6.11.html">6.11</a></li><li class="affix"><a href="6.12.html">6.12</a></li><li class="affix"><a href="6.13.html">6.13</a></li><li class="affix"><a href="6.14-15.html">6.14-15</a></li><li class="affix"><a href="6.16.html">6.16</a></li><li class="affix"><a href="6.17.html">6.17</a></li><li class="affix"><a href="6.18.html">6.18</a></li><li class="affix"><a href="6.19.html">6.19</a></li><li class="affix"><a href="6.20.html">6.20</a></li><li class="affix"><a href="6.21.html">6.21</a></li><li class="affix"><a href="6.22.html">6.22</a></li><li class="affix"><a href="6.23.html">6.23</a></li><li class="affix"><a href="6.24.html">6.24</a></li><li class="affix"><a href="6.25.html">6.25</a></li><li class="affix"><a href="6.26.html">6.26</a></li><li class="affix"><a href="6.27.html">6.27</a></li><li class="affix"><a href="6.28.html">6.28</a></li><li class="affix"><a href="6.29.html">6.29</a></li><li class="affix"><a href="6.30.html">6.30</a></li><li class="affix"><a href="6.31.html">6.31</a></li><li class="affix"><a href="6.32.html">6.32</a></li><li class="affix"><a href="6.33.html">6.33</a></li><li class="affix"><a href="6.34.html">6.34</a></li><li class="affix"><a href="6.35.html">6.35</a></li><li class="affix"><a href="6.36.html">6.36</a></li><li class="affix"><a href="6.37.html">6.37</a></li><li class="affix"><a href="6.38.html">6.38</a></li><li class="affix"><a href="6.39.html">6.39</a></li><li class="affix"><a href="6.40.html">6.40</a></li><li class="affix"><a href="6.41.html">6.41</a></li><li class="affix"><a href="6.42.html">6.42</a></li><li class="affix"><a href="6.43.html">6.43</a></li><li class="affix"><a href="6.44.html">6.44</a></li><li class="affix"><a href="6.45.html">6.45</a></li><li class="affix"><a href="6.46.html">6.46</a></li><li class="affix"><a href="6.47.html">6.47</a></li><li class="affix"><a href="6.48.html">6.48</a></li><li class="affix"><a href="6.49-50.html">6.49-50</a></li><li class="affix"><a href="6.51.html">6.51</a></li><li class="affix"><a href="6.52.html">6.52</a></li><li class="affix"><a href="6.53.html">6.53</a></li><li class="affix"><a href="6.54.html">6.54</a></li><li class="affix"><a href="6.55-56.html">6.55-56</a></li><li class="affix"><a href="6.57.html">6.57</a></li><li class="affix"><a href="6.58-59.html">6.58-59</a></li><li class="affix"><a href="6.60.html">6.60</a></li><li class="affix"><a href="6.61.html">6.61</a></li><li class="affix"><a href="6.62.html">6.62</a></li><li class="affix"><a href="6.63.html">6.63</a></li><li class="affix"><a href="6.64.html">6.64</a></li><li class="affix"><a href="6.65-66.html">6.65-66</a></li><li class="affix"><a href="6.67.html">6.67</a></li><li class="affix"><a href="6.68.html">6.68</a></li><li class="affix"><a href="6.69-70.html">6.69-70</a></li><li class="affix"><a href="6.71.html">6.71</a></li><li class="affix"><a href="6.72.html">6.72</a></li><li class="affix"><a href="6.73.html">6.73</a></li><li class="affix"><a href="6.74.html">6.74</a></li><li class="affix"><a href="6.75.html">6.75</a></li><li class="affix"><a href="6.76.html">6.76</a></li><li class="affix"><a href="6.77.html">6.77</a></li><li class="affix"><a href="6.78.html">6.78</a></li><li class="affix"><a href="6.79.html">6.79</a></li><li class="affix"><a href="6.80.html">6.80</a></li><li class="affix"><a href="6.81.html">6.81</a></li><li class="affix"><a href="6.82.html">6.82</a></li><li class="affix"><a href="6.83.html">6.83</a></li><li class="affix"><a href="6.84.html">6.84</a></li><li class="affix"><a href="6.85.html">6.85</a></li><li class="affix"><a href="6.86.html">6.86</a></li><li class="affix"><a href="6.87.html">6.87</a></li><li class="affix"><a href="6.88.html">6.88</a></li><li class="affix"><a href="6.89.html">6.89</a></li><li class="affix"><a href="6.90.html">6.90</a></li><li class="affix"><a href="6.91.html">6.91</a></li><li class="affix"><a href="6.92.html">6.92</a></li><li class="affix"><a href="6.93.html">6.93</a></li><li class="affix"><a href="6.94.html">6.94</a></li><li class="affix"><a href="6.95.html">6.95</a></li><li class="affix"><a href="6.96.html">6.96</a></li><li class="affix"><a href="6.97.html">6.97</a></li><li class="affix"><a href="6.98.html">6.98</a></li><li class="affix"><a href="6.99.html">6.99</a></li><li class="affix"><a href="6.100.html">6.100</a></li><li class="affix"><a href="6.101.html">6.101</a></li><li class="affix"><a href="6.102.html">6.102</a></li><li class="affix"><a href="6.103.html">6.103</a></li><li class="affix"><a href="6.104.html">6.104</a></li><li class="affix"><a href="6.105-106.html">6.105-106</a></li><li class="affix"><a href="6.107.html">6.107</a></li><li class="affix"><a href="6.108.html">6.108</a></li><li class="affix"><a href="6.109.html">6.109</a></li><li class="affix"><a href="6.110.html">6.110</a></li><li class="affix"><a href="6.111.html">6.111</a></li><li class="affix"><a href="6.112.html">6.112</a></li><li class="affix"><a href="6.113.html">6.113</a></li><li class="affix"><a href="6.114.html">6.114</a></li><li class="affix"><a href="6.115.html">6.115</a></li><li class="affix"><a href="6.116.html">6.116</a></li><li class="affix"><a href="6.117.html">6.117</a></li><li class="affix"><a href="6.118.html">6.118</a></li><li class="affix"><a href="6.119.html">6.119</a></li><li class="affix"><a href="6.120.html">6.120</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#61" id="61">6.1</a></h3>

vande tam srimad-advaita-

caryam adbhuta-cestitam

yasya prasadad ajno ’pi

tat-svarupam nirupayet

SYNONYMS

vande—I offer my respectful obeisances; tam—unto Him; srimat—with all opulences; advaita-acaryam—Sri Advaita Acarya; adbhuta-cestitam—whose activities are wonderful; yasya—of whom; prasadat—by the mercy; ajnah api—even a foolish person; tat-svarupam—His characteristics; nirupayet—may describe.

I offer my respectful obeisances to Sri Advaita Acarya, whose activities are all wonderful.

By His mercy, even a foolish person can describe His characteristics.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="6.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="6.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
7.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">7.1</a></li><li class="affix"><a href="7.2.html">7.2</a></li><li class="affix"><a href="7.3.html">7.3</a></li><li class="affix"><a href="7.4.html">7.4</a></li><li class="affix"><a href="7.5.html">7.5</a></li><li class="affix"><a href="7.6.html">7.6</a></li><li class="affix"><a href="7.7.html">7.7</a></li><li class="affix"><a href="7.8.html">7.8</a></li><li class="affix"><a href="7.9.html">7.9</a></li><li class="affix"><a href="7.10.html">7.10</a></li><li class="affix"><a href="7.11.html">7.11</a></li><li class="affix"><a href="7.12.html">7.12</a></li><li class="affix"><a href="7.13.html">7.13</a></li><li class="affix"><a href="7.14.html">7.14</a></li><li class="affix"><a href="7.15.html">7.15</a></li><li class="affix"><a href="7.16.html">7.16</a></li><li class="affix"><a href="7.17.html">7.17</a></li><li class="affix"><a href="7.18-19.html">7.18-19</a></li><li class="affix"><a href="7.20-21.html">7.20-21</a></li><li class="affix"><a href="7.22.html">7.22</a></li><li class="affix"><a href="7.23.html">7.23</a></li><li class="affix"><a href="7.24.html">7.24</a></li><li class="affix"><a href="7.25.html">7.25</a></li><li class="affix"><a href="7.26.html">7.26</a></li><li class="affix"><a href="7.27.html">7.27</a></li><li class="affix"><a href="7.28.html">7.28</a></li><li class="affix"><a href="7.29-30.html">7.29-30</a></li><li class="affix"><a href="7.31-32.html">7.31-32</a></li><li class="affix"><a href="7.33.html">7.33</a></li><li class="affix"><a href="7.34.html">7.34</a></li><li class="affix"><a href="7.35.html">7.35</a></li><li class="affix"><a href="7.36.html">7.36</a></li><li class="affix"><a href="7.37.html">7.37</a></li><li class="affix"><a href="7.38.html">7.38</a></li><li class="affix"><a href="7.39.html">7.39</a></li><li class="affix"><a href="7.40.html">7.40</a></li><li class="affix"><a href="7.41.html">7.41</a></li><li class="affix"><a href="7.42.html">7.42</a></li><li class="affix"><a href="7.43.html">7.43</a></li><li class="affix"><a href="7.44.html">7.44</a></li><li class="affix"><a href="7.45.html">7.45</a></li><li class="affix"><a href="7.46.html">7.46</a></li><li class="affix"><a href="7.47.html">7.47</a></li><li class="affix"><a href="7.48.html">7.48</a></li><li class="affix"><a href="7.49.html">7.49</a></li><li class="affix"><a href="7.50.html">7.50</a></li><li class="affix"><a href="7.51.html">7.51</a></li><li class="affix"><a href="7.52.html">7.52</a></li><li class="affix"><a href="7.53.html">7.53</a></li><li class="affix"><a href="7.54.html">7.54</a></li><li class="affix"><a href="7.55.html">7.55</a></li><li class="affix"><a href="7.56.html">7.56</a></li><li class="affix"><a href="7.58.html">7.58</a></li><li class="affix"><a href="7.59.html">7.59</a></li><li class="affix"><a href="7.60.html">7.60</a></li><li class="affix"><a href="7.61.html">7.61</a></li><li class="affix"><a href="7.62.html">7.62</a></li><li class="affix"><a href="7.63.html">7.63</a></li><li class="affix"><a href="7.64.html">7.64</a></li><li class="affix"><a href="7.65.html">7.65</a></li><li class="affix"><a href="7.66.html">7.66</a></li><li class="affix"><a href="7.67.html">7.67</a></li><li class="affix"><a href="7.68.html">7.68</a></li><li class="affix"><a href="7.69.html">7.69</a></li><li class="affix"><a href="7.70.html">7.70</a></li><li class="affix"><a href="7.71.html">7.71</a></li><li class="affix"><a href="7.72.html">7.72</a></li><li class="affix"><a href="7.73.html">7.73</a></li><li class="affix"><a href="7.74.html">7.74</a></li><li class="affix"><a href="7.75.html">7.75</a></li><li class="affix"><a href="7.76.html">7.76</a></li><li class="affix"><a href="7.77.html">7.77</a></li><li class="affix"><a href="7.78.html">7.78</a></li><li class="affix"><a href="7.79.html">7.79</a></li><li class="affix"><a href="7.80.html">7.80</a></li><li class="affix"><a href="7.81.html">7.81</a></li><li class="affix"><a href="7.82.html">7.82</a></li><li class="affix"><a href="7.83.html">7.83</a></li><li class="affix"><a href="7.84.html">7.84</a></li><li class="affix"><a href="7.85.html">7.85</a></li><li class="affix"><a href="7.86.html">7.86</a></li><li class="affix"><a href="7.87.html">7.87</a></li><li class="affix"><a href="7.88.html">7.88</a></li><li class="affix"><a href="7.89-90.html">7.89-90</a></li><li class="affix"><a href="7.91.html">7.91</a></li><li class="affix"><a href="7.92.html">7.92</a></li><li class="affix"><a href="7.93.html">7.93</a></li><li class="affix"><a href="7.94.html">7.94</a></li><li class="affix"><a href="7.95-96.html">7.95-96</a></li><li class="affix"><a href="7.97.html">7.97</a></li><li class="affix"><a href="7.98.html">7.98</a></li><li class="affix"><a href="7.99.html">7.99</a></li><li class="affix"><a href="7.100.html">7.100</a></li><li class="affix"><a href="7.101.html">7.101</a></li><li class="affix"><a href="7.102.html">7.102</a></li><li class="affix"><a href="7.103.html">7.103</a></li><li class="affix"><a href="7.104.html">7.104</a></li><li class="affix"><a href="7.105.html">7.105</a></li><li class="affix"><a href="7.106.html">7.106</a></li><li class="affix"><a href="7.107.html">7.107</a></li><li class="affix"><a href="7.108.html">7.108</a></li><li class="affix"><a href="7.109.html">7.109</a></li><li class="affix"><a href="7.110.html">7.110</a></li><li class="affix"><a href="7.111.html">7.111</a></li><li class="affix"><a href="7.112.html">7.112</a></li><li class="affix"><a href="7.113.html">7.113</a></li><li class="affix"><a href="7.114.html">7.114</a></li><li class="affix"><a href="7.115.html">7.115</a></li><li class="affix"><a href="7.116.html">7.116</a></li><li class="affix"><a href="7.117.html">7.117</a></li><li class="affix"><a href="7.118.html">7.118</a></li><li class="affix"><a href="7.119.html">7.119</a></li><li class="affix"><a href="7.120.html">7.120</a></li><li class="affix"><a href="7.121.html">7.121</a></li><li class="affix"><a href="7.122.html">7.122</a></li><li class="affix"><a href="7.123.html">7.123</a></li><li class="affix"><a href="7.124.html">7.124</a></li><li class="affix"><a href="7.125.html">7.125</a></li><li class="affix"><a href="7.126.html">7.126</a></li><li class="affix"><a href="7.127.html">7.127</a></li><li class="affix"><a href="7.128.html">7.128</a></li><li class="affix"><a href="7.129.html">7.129</a></li><li class="affix"><a href="7.130.html">7.130</a></li><li class="affix"><a href="7.131.html">7.131</a></li><li class="affix"><a href="7.132.html">7.132</a></li><li class="affix"><a href="7.133.html">7.133</a></li><li class="affix"><a href="7.134.html">7.134</a></li><li class="affix"><a href="7.135.html">7.135</a></li><li class="affix"><a href="7.136.html">7.136</a></li><li class="affix"><a href="7.137.html">7.137</a></li><li class="affix"><a href="7.138.html">7.138</a></li><li class="affix"><a href="7.139.html">7.139</a></li><li class="affix"><a href="7.140.html">7.140</a></li><li class="affix"><a href="7.141.html">7.141</a></li><li class="affix"><a href="7.142.html">7.142</a></li><li class="affix"><a href="7.143.html">7.143</a></li><li class="affix"><a href="7.144.html">7.144</a></li><li class="affix"><a href="7.145.html">7.145</a></li><li class="affix"><a href="7.146.html">7.146</a></li><li class="affix"><a href="7.147.html">7.147</a></li><li class="affix"><a href="7.148.html">7.148</a></li><li class="affix"><a href="7.149.html">7.149</a></li><li class="affix"><a href="7.150.html">7.150</a></li><li class="affix"><a href="7.151.html">7.151</a></li><li class="affix"><a href="7.152.html">7.152</a></li><li class="affix"><a href="7.153.html">7.153</a></li><li class="affix"><a href="7.154.html">7.154</a></li><li class="affix"><a href="7.155.html">7.155</a></li><li class="affix"><a href="7.156.html">7.156</a></li><li class="affix"><a href="7.157.html">7.157</a></li><li class="affix"><a href="7.158.html">7.158</a></li><li class="affix"><a href="7.159.html">7.159</a></li><li class="affix"><a href="7.160.html">7.160</a></li><li class="affix"><a href="7.161.html">7.161</a></li><li class="affix"><a href="7.162.html">7.162</a></li><li class="affix"><a href="7.163.html">7.163</a></li><li class="affix"><a href="7.164.html">7.164</a></li><li class="affix"><a href="7.165.html">7.165</a></li><li class="affix"><a href="7.166.html">7.166</a></li><li class="affix"><a href="7.167.html">7.167</a></li><li class="affix"><a href="7.168.html">7.168</a></li><li class="affix"><a href="7.169.html">7.169</a></li><li class="affix"><a href="7.170.html">7.170</a></li><li class="affix"><a href="7.171.html">7.171</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#71" id="71">7.1</a></h3>

agaty-eka-gatim natva

hinarthadhika-sadhakam

sri-caitanyam likhyate ’sya

prema-bhakti-vadanyata

SYNONYMS

agati—of the most fallen; eka—the only one; gatim—destination; natva—after offering obeisances; hina—inferior; artha—interest; adhika—greater than that; sadhakam—who can render; sri-caitanyam—unto Lord Sri Caitanya; likhyate—is being written; asya—of the Lord, Sri Caitanya Mahaprabhu; prema—love; bhakti—devotional service; vadanyata—magnanimity.

Let me first offer my respectful obeisances unto Lord Caitanya Mahaprabhu, who is the ultimate goal of life for one bereft of all possessions in this material world and is the only meaning for one advancing in spiritual life.

Thus let me write about His magnanimous contribution of devotional service in love of God.

PURPORT

A person in the conditioned stage of material existence is in an atmosphere of helplessness, but the conditioned soul, under the illusion of maya, or the external energy, thinks that he is completely protected by his country, society, friendship and love, not knowing that at the time of death none of these can save him.

The laws of material nature are so strong that none of our material possessions can save us from the cruel hands of death.

In the Bhagavad-gita (13.9) it is stated, janma-mrtyu-jara-vyadhi-duhkha-dosanudarsanam: one who is actually advancing must always consider the four principles of miserable life, namely, birth, death, old age and disease.

One cannot be saved from all these miseries unless he takes shelter of the lotus feet of the Lord.

Sri Caitanya Mahaprabhu is therefore the only shelter for all conditioned souls.

An intelligent person, therefore, does not put his faith in any material possessions, but completely takes shelter of the lotus feet of the Lord.

Such a person is called akincana, or one who does not possess anything in this material world.

The Supreme Personality of Godhead is also known as Akincana-gocara, for He can be achieved by a person who does not put his faith in material possessions.

Therefore, for the fully surrendered soul who has no material possessions on which to depend, Lord Sri Caitanya Mahaprabhu is the only shelter.

Everyone depends upon dharma (religiosity), artha (economic development), kama (sense gratification) and ultimately moksa (salvation), but Sri Caitanya Mahaprabhu, due to His magnanimous character, can give more than salvation.

Therefore in this verse the words hinarthadhika-sadhakam indicate that although by material estimation salvation is of a quality superior to the inferior interests of religiosity, economic development and sense gratification, above salvation there is the position of devotional service and transcendental love for the Supreme Personality of Godhead.

Sri Caitanya Mahaprabhu is the bestower of this great benediction.

Sri Caitanya Mahaprabhu said, prema pum-artho mahan: “Love of Godhead is the ultimate benediction for all human beings.” Srila Krsnadasa Kaviraja Gosvami, the author of Caitanya-caritamrta, therefore first offers his respectful obeisances unto Lord Caitanya Mahaprabhu before describing His magnanimity in bestowing love of Godhead.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="7.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="7.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
8.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">8.1</a></li><li class="affix"><a href="8.2.html">8.2</a></li><li class="affix"><a href="8.3.html">8.3</a></li><li class="affix"><a href="8.4.html">8.4</a></li><li class="affix"><a href="8.5.html">8.5</a></li><li class="affix"><a href="8.6.html">8.6</a></li><li class="affix"><a href="8.7.html">8.7</a></li><li class="affix"><a href="8.8.html">8.8</a></li><li class="affix"><a href="8.9.html">8.9</a></li><li class="affix"><a href="8.10.html">8.10</a></li><li class="affix"><a href="8.11.html">8.11</a></li><li class="affix"><a href="8.12.html">8.12</a></li><li class="affix"><a href="8.13.html">8.13</a></li><li class="affix"><a href="8.14.html">8.14</a></li><li class="affix"><a href="8.15.html">8.15</a></li><li class="affix"><a href="8.16.html">8.16</a></li><li class="affix"><a href="8.17.html">8.17</a></li><li class="affix"><a href="8.18.html">8.18</a></li><li class="affix"><a href="8.19.html">8.19</a></li><li class="affix"><a href="8.20.html">8.20</a></li><li class="affix"><a href="8.21.html">8.21</a></li><li class="affix"><a href="8.22.html">8.22</a></li><li class="affix"><a href="8.23.html">8.23</a></li><li class="affix"><a href="8.24.html">8.24</a></li><li class="affix"><a href="8.25.html">8.25</a></li><li class="affix"><a href="8.26.html">8.26</a></li><li class="affix"><a href="8.27.html">8.27</a></li><li class="affix"><a href="8.28.html">8.28</a></li><li class="affix"><a href="8.29-30.html">8.29-30</a></li><li class="affix"><a href="8.31.html">8.31</a></li><li class="affix"><a href="8.32.html">8.32</a></li><li class="affix"><a href="8.33.html">8.33</a></li><li class="affix"><a href="8.34.html">8.34</a></li><li class="affix"><a href="8.35.html">8.35</a></li><li class="affix"><a href="8.36.html">8.36</a></li><li class="affix"><a href="8.37.html">8.37</a></li><li class="affix"><a href="8.38.html">8.38</a></li><li class="affix"><a href="8.39.html">8.39</a></li><li class="affix"><a href="8.40.html">8.40</a></li><li class="affix"><a href="8.41.html">8.41</a></li><li class="affix"><a href="8.42.html">8.42</a></li><li class="affix"><a href="8.43.html">8.43</a></li><li class="affix"><a href="8.44.html">8.44</a></li><li class="affix"><a href="8.45.html">8.45</a></li><li class="affix"><a href="8.46.html">8.46</a></li><li class="affix"><a href="8.47.html">8.47</a></li><li class="affix"><a href="8.48.html">8.48</a></li><li class="affix"><a href="8.49.html">8.49</a></li><li class="affix"><a href="8.50.html">8.50</a></li><li class="affix"><a href="8.51.html">8.51</a></li><li class="affix"><a href="8.52.html">8.52</a></li><li class="affix"><a href="8.53.html">8.53</a></li><li class="affix"><a href="8.54.html">8.54</a></li><li class="affix"><a href="8.55.html">8.55</a></li><li class="affix"><a href="8.56.html">8.56</a></li><li class="affix"><a href="8.57.html">8.57</a></li><li class="affix"><a href="8.58.html">8.58</a></li><li class="affix"><a href="8.59.html">8.59</a></li><li class="affix"><a href="8.60.html">8.60</a></li><li class="affix"><a href="8.61.html">8.61</a></li><li class="affix"><a href="8.62.html">8.62</a></li><li class="affix"><a href="8.63.html">8.63</a></li><li class="affix"><a href="8.64.html">8.64</a></li><li class="affix"><a href="8.65.html">8.65</a></li><li class="affix"><a href="8.66.html">8.66</a></li><li class="affix"><a href="8.67.html">8.67</a></li><li class="affix"><a href="8.68.html">8.68</a></li><li class="affix"><a href="8.69.html">8.69</a></li><li class="affix"><a href="8.70.html">8.70</a></li><li class="affix"><a href="8.71.html">8.71</a></li><li class="affix"><a href="8.72.html">8.72</a></li><li class="affix"><a href="8.73.html">8.73</a></li><li class="affix"><a href="8.74.html">8.74</a></li><li class="affix"><a href="8.75.html">8.75</a></li><li class="affix"><a href="8.76.html">8.76</a></li><li class="affix"><a href="8.77.html">8.77</a></li><li class="affix"><a href="8.78.html">8.78</a></li><li class="affix"><a href="8.79.html">8.79</a></li><li class="affix"><a href="8.80.html">8.80</a></li><li class="affix"><a href="8.81.html">8.81</a></li><li class="affix"><a href="8.82.html">8.82</a></li><li class="affix"><a href="8.83.html">8.83</a></li><li class="affix"><a href="8.84.html">8.84</a></li><li class="affix"><a href="8.85.html">8.85</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#81" id="81">8.1</a></h3>

vande caitanya-devam tam

bhagavantam yad-icchaya

prasabham nartyate citram

lekha-range jado ’py ayam

SYNONYMS

vande—I offer my respectful obeisances; caitanya-devam—unto Lord Sri Caitanya Mahaprabhu; tam—Him; bhagavantam—the Personality of Godhead; yat-icchaya—by whose desires; prasabham—all of a sudden; nartyate—dancing; citram—wonderfully; lekha-range—in the matter of writing; jadah—dull fool; api—although; ayam—this.

I offer my respects to the Supreme Personality of Godhead, Sri Caitanya Mahaprabhu, by whose desire I have become like a dancing dog and, although I am a fool, I have suddenly taken to the writing of Sri Caitanya-caritamrta.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="8.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="8.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
9.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">9.1</a></li><li class="affix"><a href="9.2.html">9.2</a></li><li class="affix"><a href="9.3.html">9.3</a></li><li class="affix"><a href="9.4.html">9.4</a></li><li class="affix"><a href="9.5.html">9.5</a></li><li class="affix"><a href="9.6.html">9.6</a></li><li class="affix"><a href="9.7.html">9.7</a></li><li class="affix"><a href="9.8.html">9.8</a></li><li class="affix"><a href="9.9.html">9.9</a></li><li class="affix"><a href="9.10.html">9.10</a></li><li class="affix"><a href="9.11.html">9.11</a></li><li class="affix"><a href="9.12.html">9.12</a></li><li class="affix"><a href="9.13-15.html">9.13-15</a></li><li class="affix"><a href="9.16.html">9.16</a></li><li class="affix"><a href="9.17.html">9.17</a></li><li class="affix"><a href="9.18.html">9.18</a></li><li class="affix"><a href="9.19.html">9.19</a></li><li class="affix"><a href="9.20.html">9.20</a></li><li class="affix"><a href="9.21.html">9.21</a></li><li class="affix"><a href="9.22.html">9.22</a></li><li class="affix"><a href="9.23.html">9.23</a></li><li class="affix"><a href="9.24.html">9.24</a></li><li class="affix"><a href="9.25.html">9.25</a></li><li class="affix"><a href="9.26.html">9.26</a></li><li class="affix"><a href="9.27.html">9.27</a></li><li class="affix"><a href="9.28.html">9.28</a></li><li class="affix"><a href="9.29.html">9.29</a></li><li class="affix"><a href="9.30.html">9.30</a></li><li class="affix"><a href="9.31.html">9.31</a></li><li class="affix"><a href="9.32.html">9.32</a></li><li class="affix"><a href="9.33.html">9.33</a></li><li class="affix"><a href="9.34.html">9.34</a></li><li class="affix"><a href="9.35.html">9.35</a></li><li class="affix"><a href="9.36.html">9.36</a></li><li class="affix"><a href="9.37.html">9.37</a></li><li class="affix"><a href="9.38.html">9.38</a></li><li class="affix"><a href="9.39.html">9.39</a></li><li class="affix"><a href="9.40.html">9.40</a></li><li class="affix"><a href="9.41.html">9.41</a></li><li class="affix"><a href="9.42.html">9.42</a></li><li class="affix"><a href="9.43.html">9.43</a></li><li class="affix"><a href="9.44.html">9.44</a></li><li class="affix"><a href="9.45.html">9.45</a></li><li class="affix"><a href="9.46.html">9.46</a></li><li class="affix"><a href="9.47.html">9.47</a></li><li class="affix"><a href="9.48.html">9.48</a></li><li class="affix"><a href="9.49.html">9.49</a></li><li class="affix"><a href="9.50.html">9.50</a></li><li class="affix"><a href="9.51.html">9.51</a></li><li class="affix"><a href="9.52.html">9.52</a></li><li class="affix"><a href="9.53.html">9.53</a></li><li class="affix"><a href="9.54.html">9.54</a></li><li class="affix"><a href="9.55.html">9.55</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#91" id="91">9.1</a></h3>

tam srimat-krsna-caitanya-

devam vande jagad-gurum

yasyanukampaya svapi

mahabdhim santaret sukham

SYNONYMS

tam—unto Him; srimat—with all opulence; krsna-caitanya-devam—unto Lord Krsna Caitanyadeva; vande—I offer obeisances; jagat-gurum—spiritual master of the world; yasya—whose; anukampaya—by the mercy of; sva api—even a dog; maha-abdhim—great ocean; santaret—can swim; sukham—without difficulty.

Let me offer my respectful obeisances unto the spiritual master of the entire world, Lord Sri Krsna Caitanya Mahaprabhu, by whose mercy even a dog can swim across a great ocean.

PURPORT

Sometimes it is to be seen that a dog can swim in the water for a few yards and then come back to the shore.

Here, however, it is stated that if a dog is blessed by Sri Caitanya Mahaprabhu, he can swim across an ocean.

Similarly, the author of Sri Caitanya-caritamrta, Krsnadasa Kaviraja Gosvami, placing himself in a helpless condition, states that he has no personal power, but by the desire of Lord Caitanya, expressed through the Vaisnavas and Madana-mohana vigraha, it is possible for him to cross a transcendental ocean to present Sri Caitanya-caritamrta.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="9.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="9.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
10.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">10.1</a></li><li class="affix"><a href="10.2.html">10.2</a></li><li class="affix"><a href="10.3.html">10.3</a></li><li class="affix"><a href="10.4.html">10.4</a></li><li class="affix"><a href="10.5.html">10.5</a></li><li class="affix"><a href="10.6.html">10.6</a></li><li class="affix"><a href="10.7.html">10.7</a></li><li class="affix"><a href="10.8.html">10.8</a></li><li class="affix"><a href="10.9.html">10.9</a></li><li class="affix"><a href="10.10.html">10.10</a></li><li class="affix"><a href="10.11.html">10.11</a></li><li class="affix"><a href="10.12.html">10.12</a></li><li class="affix"><a href="10.13.html">10.13</a></li><li class="affix"><a href="10.14.html">10.14</a></li><li class="affix"><a href="10.15.html">10.15</a></li><li class="affix"><a href="10.16.html">10.16</a></li><li class="affix"><a href="10.17.html">10.17</a></li><li class="affix"><a href="10.18.html">10.18</a></li><li class="affix"><a href="10.19.html">10.19</a></li><li class="affix"><a href="10.20.html">10.20</a></li><li class="affix"><a href="10.21.html">10.21</a></li><li class="affix"><a href="10.22.html">10.22</a></li><li class="affix"><a href="10.23.html">10.23</a></li><li class="affix"><a href="10.24.html">10.24</a></li><li class="affix"><a href="10.25.html">10.25</a></li><li class="affix"><a href="10.26.html">10.26</a></li><li class="affix"><a href="10.27.html">10.27</a></li><li class="affix"><a href="10.28.html">10.28</a></li><li class="affix"><a href="10.29.html">10.29</a></li><li class="affix"><a href="10.30.html">10.30</a></li><li class="affix"><a href="10.31.html">10.31</a></li><li class="affix"><a href="10.32.html">10.32</a></li><li class="affix"><a href="10.33.html">10.33</a></li><li class="affix"><a href="10.34.html">10.34</a></li><li class="affix"><a href="10.35.html">10.35</a></li><li class="affix"><a href="10.36.html">10.36</a></li><li class="affix"><a href="10.37.html">10.37</a></li><li class="affix"><a href="10.38.html">10.38</a></li><li class="affix"><a href="10.39.html">10.39</a></li><li class="affix"><a href="10.40.html">10.40</a></li><li class="affix"><a href="10.41.html">10.41</a></li><li class="affix"><a href="10.42.html">10.42</a></li><li class="affix"><a href="10.43.html">10.43</a></li><li class="affix"><a href="10.44.html">10.44</a></li><li class="affix"><a href="10.45.html">10.45</a></li><li class="affix"><a href="10.46.html">10.46</a></li><li class="affix"><a href="10.47.html">10.47</a></li><li class="affix"><a href="10.48.html">10.48</a></li><li class="affix"><a href="10.49.html">10.49</a></li><li class="affix"><a href="10.50.html">10.50</a></li><li class="affix"><a href="10.51.html">10.51</a></li><li class="affix"><a href="10.52.html">10.52</a></li><li class="affix"><a href="10.53.html">10.53</a></li><li class="affix"><a href="10.54.html">10.54</a></li><li class="affix"><a href="10.55.html">10.55</a></li><li class="affix"><a href="10.56.html">10.56</a></li><li class="affix"><a href="10.57.html">10.57</a></li><li class="affix"><a href="10.58.html">10.58</a></li><li class="affix"><a href="10.59.html">10.59</a></li><li class="affix"><a href="10.60.html">10.60</a></li><li class="affix"><a href="10.61.html">10.61</a></li><li class="affix"><a href="10.62.html">10.62</a></li><li class="affix"><a href="10.63.html">10.63</a></li><li class="affix"><a href="10.64.html">10.64</a></li><li class="affix"><a href="10.65.html">10.65</a></li><li class="affix"><a href="10.66.html">10.66</a></li><li class="affix"><a href="10.67.html">10.67</a></li><li class="affix"><a href="10.68.html">10.68</a></li><li class="affix"><a href="10.69.html">10.69</a></li><li class="affix"><a href="10.70.html">10.70</a></li><li class="affix"><a href="10.71.html">10.71</a></li><li class="affix"><a href="10.72.html">10.72</a></li><li class="affix"><a href="10.73.html">10.73</a></li><li class="affix"><a href="10.74.html">10.74</a></li><li class="affix"><a href="10.75.html">10.75</a></li><li class="affix"><a href="10.76.html">10.76</a></li><li class="affix"><a href="10.77.html">10.77</a></li><li class="affix"><a href="10.78-79.html">10.78-79</a></li><li class="affix"><a href="10.80.html">10.80</a></li><li class="affix"><a href="10.81.html">10.81</a></li><li class="affix"><a href="10.82.html">10.82</a></li><li class="affix"><a href="10.83.html">10.83</a></li><li class="affix"><a href="10.84.html">10.84</a></li><li class="affix"><a href="10.85.html">10.85</a></li><li class="affix"><a href="10.86.html">10.86</a></li><li class="affix"><a href="10.87.html">10.87</a></li><li class="affix"><a href="10.88.html">10.88</a></li><li class="affix"><a href="10.89.html">10.89</a></li><li class="affix"><a href="10.90.html">10.90</a></li><li class="affix"><a href="10.91.html">10.91</a></li><li class="affix"><a href="10.92.html">10.92</a></li><li class="affix"><a href="10.93.html">10.93</a></li><li class="affix"><a href="10.94.html">10.94</a></li><li class="affix"><a href="10.95.html">10.95</a></li><li class="affix"><a href="10.96.html">10.96</a></li><li class="affix"><a href="10.97.html">10.97</a></li><li class="affix"><a href="10.98.html">10.98</a></li><li class="affix"><a href="10.99.html">10.99</a></li><li class="affix"><a href="10.100.html">10.100</a></li><li class="affix"><a href="10.101.html">10.101</a></li><li class="affix"><a href="10.102.html">10.102</a></li><li class="affix"><a href="10.103.html">10.103</a></li><li class="affix"><a href="10.104.html">10.104</a></li><li class="affix"><a href="10.105.html">10.105</a></li><li class="affix"><a href="10.106.html">10.106</a></li><li class="affix"><a href="10.107.html">10.107</a></li><li class="affix"><a href="10.108.html">10.108</a></li><li class="affix"><a href="10.109.html">10.109</a></li><li class="affix"><a href="10.110.html">10.110</a></li><li class="affix"><a href="10.111.html">10.111</a></li><li class="affix"><a href="10.112.html">10.112</a></li><li class="affix"><a href="10.113.html">10.113</a></li><li class="affix"><a href="10.114.html">10.114</a></li><li class="affix"><a href="10.115.html">10.115</a></li><li class="affix"><a href="10.116.html">10.116</a></li><li class="affix"><a href="10.117.html">10.117</a></li><li class="affix"><a href="10.118.html">10.118</a></li><li class="affix"><a href="10.119.html">10.119</a></li><li class="affix"><a href="10.120.html">10.120</a></li><li class="affix"><a href="10.121.html">10.121</a></li><li class="affix"><a href="10.122.html">10.122</a></li><li class="affix"><a href="10.123.html">10.123</a></li><li class="affix"><a href="10.124-126.html">10.124-126</a></li><li class="affix"><a href="10.127.html">10.127</a></li><li class="affix"><a href="10.128.html">10.128</a></li><li class="affix"><a href="10.129.html">10.129</a></li><li class="affix"><a href="10.130.html">10.130</a></li><li class="affix"><a href="10.131.html">10.131</a></li><li class="affix"><a href="10.132.html">10.132</a></li><li class="affix"><a href="10.133.html">10.133</a></li><li class="affix"><a href="10.134.html">10.134</a></li><li class="affix"><a href="10.135-136.html">10.135-136</a></li><li class="affix"><a href="10.137.html">10.137</a></li><li class="affix"><a href="10.138.html">10.138</a></li><li class="affix"><a href="10.139.html">10.139</a></li><li class="affix"><a href="10.140.html">10.140</a></li><li class="affix"><a href="10.141.html">10.141</a></li><li class="affix"><a href="10.142.html">10.142</a></li><li class="affix"><a href="10.143.html">10.143</a></li><li class="affix"><a href="10.144.html">10.144</a></li><li class="affix"><a href="10.145.html">10.145</a></li><li class="affix"><a href="10.146.html">10.146</a></li><li class="affix"><a href="10.147.html">10.147</a></li><li class="affix"><a href="10.148.html">10.148</a></li><li class="affix"><a href="10.149.html">10.149</a></li><li class="affix"><a href="10.150.html">10.150</a></li><li class="affix"><a href="10.151.html">10.151</a></li><li class="affix"><a href="10.152-154.html">10.152-154</a></li><li class="affix"><a href="10.155.html">10.155</a></li><li class="affix"><a href="10.156.html">10.156</a></li><li class="affix"><a href="10.157.html">10.157</a></li><li class="affix"><a href="10.158.html">10.158</a></li><li class="affix"><a href="10.159.html">10.159</a></li><li class="affix"><a href="10.160.html">10.160</a></li><li class="affix"><a href="10.161.html">10.161</a></li><li class="affix"><a href="10.162.html">10.162</a></li><li class="affix"><a href="10.163.html">10.163</a></li><li class="affix"><a href="10.164.html">10.164</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#101" id="101">10.1</a></h3>

sri-caitanya-padambhoja-

madhupebhyo namo namah

kathancid asrayad yesam

svapi tad-gandha-bhag bhavet

SYNONYMS

sri-caitanya—Lord Sri Caitanya Mahaprabhu; pada-ambhoja—the lotus feet; madhu—honey; pebhyah—unto those who drink; namah—respectful obeisances; namah—respectful obeisances; kathancit—a little of it; asrayat—taking shelter of; yesam—of whom; sva—dog; api—also; tat-gandha—the aroma of the lotus flower; bhak—shareholder; bhavet—may become.

Let me repeatedly offer my respectful obeisances unto the beelike devotees who always taste the honey of the lotus feet of Lord Caitanya Mahaprabhu.

If even a doggish nondevotee somehow takes shelter of such devotees, he enjoys the aroma of the lotus flower.

PURPORT

The example of a dog is very significant in this connection.

A dog naturally does not become a devotee at any time, but still it is sometimes found that a dog of a devotee gradually becomes a devotee also.

We have actually seen that a dog has no respect even for the tulasi plant.

Indeed, a dog is especially inclined to pass urine on the tulasi plant.

Therefore the dog is the number one nondevotee.

But Sri Caitanya Mahaprabhu’s sankirtana movement is so strong that even a doglike nondevotee can gradually become a devotee by the association of a devotee of Lord Caitanya.

Srila Sivananda Sena, a great householder devotee of Lord Caitanya Mahaprabhu, attracted a dog on the street while going to Jagannatha Puri.

The dog began to follow him and ultimately went to see Caitanya Mahaprabhu and was liberated.

Similarly, cats and dogs in the household of Srivasa Thakura were also liberated.

Cats and dogs and other animals are not expected to become devotees, but in the association of a pure devotee they are also delivered.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="10.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="10.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
11.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">11.1</a></li><li class="affix"><a href="11.2.html">11.2</a></li><li class="affix"><a href="11.3.html">11.3</a></li><li class="affix"><a href="11.4.html">11.4</a></li><li class="affix"><a href="11.5.html">11.5</a></li><li class="affix"><a href="11.6.html">11.6</a></li><li class="affix"><a href="11.7.html">11.7</a></li><li class="affix"><a href="11.8.html">11.8</a></li><li class="affix"><a href="11.9.html">11.9</a></li><li class="affix"><a href="11.10.html">11.10</a></li><li class="affix"><a href="11.11.html">11.11</a></li><li class="affix"><a href="11.12.html">11.12</a></li><li class="affix"><a href="11.13.html">11.13</a></li><li class="affix"><a href="11.14-15.html">11.14-15</a></li><li class="affix"><a href="11.16.html">11.16</a></li><li class="affix"><a href="11.17.html">11.17</a></li><li class="affix"><a href="11.18.html">11.18</a></li><li class="affix"><a href="11.19.html">11.19</a></li><li class="affix"><a href="11.20.html">11.20</a></li><li class="affix"><a href="11.21.html">11.21</a></li><li class="affix"><a href="11.22.html">11.22</a></li><li class="affix"><a href="11.23.html">11.23</a></li><li class="affix"><a href="11.24.html">11.24</a></li><li class="affix"><a href="11.25.html">11.25</a></li><li class="affix"><a href="11.26.html">11.26</a></li><li class="affix"><a href="11.27.html">11.27</a></li><li class="affix"><a href="11.28.html">11.28</a></li><li class="affix"><a href="11.29.html">11.29</a></li><li class="affix"><a href="11.30.html">11.30</a></li><li class="affix"><a href="11.31.html">11.31</a></li><li class="affix"><a href="11.32.html">11.32</a></li><li class="affix"><a href="11.33.html">11.33</a></li><li class="affix"><a href="11.34.html">11.34</a></li><li class="affix"><a href="11.35.html">11.35</a></li><li class="affix"><a href="11.36.html">11.36</a></li><li class="affix"><a href="11.37.html">11.37</a></li><li class="affix"><a href="11.38.html">11.38</a></li><li class="affix"><a href="11.39.html">11.39</a></li><li class="affix"><a href="11.40.html">11.40</a></li><li class="affix"><a href="11.41.html">11.41</a></li><li class="affix"><a href="11.42.html">11.42</a></li><li class="affix"><a href="11.43.html">11.43</a></li><li class="affix"><a href="11.44.html">11.44</a></li><li class="affix"><a href="11.45.html">11.45</a></li><li class="affix"><a href="11.46.html">11.46</a></li><li class="affix"><a href="11.47.html">11.47</a></li><li class="affix"><a href="11.48.html">11.48</a></li><li class="affix"><a href="11.49.html">11.49</a></li><li class="affix"><a href="11.50.html">11.50</a></li><li class="affix"><a href="11.51.html">11.51</a></li><li class="affix"><a href="11.52.html">11.52</a></li><li class="affix"><a href="11.53.html">11.53</a></li><li class="affix"><a href="11.54.html">11.54</a></li><li class="affix"><a href="11.55.html">11.55</a></li><li class="affix"><a href="11.56.html">11.56</a></li><li class="affix"><a href="11.57.html">11.57</a></li><li class="affix"><a href="11.58.html">11.58</a></li><li class="affix"><a href="11.59.html">11.59</a></li><li class="affix"><a href="11.60.html">11.60</a></li><li class="affix"><a href="11.61.html">11.61</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#111" id="111">11.1</a></h3>

nityananda-padambhoja-

bhrngan prema-madhunmadan

natvakhilan tesu mukhya

likhyante katicin maya

SYNONYMS

nityananda—of Lord Sri Nityananda; pada-ambhoja—lotus feet; bhrngan—the bumblebees; prema—of love of Godhead; madhu—by the honey; unmadan—maddened; natva—offering obeisances; akhilan—to all of them; tesu—out of them; mukhyah—the chief; likhyante—being described; katicit—a few of them; maya—by me.

After offering my obeisances unto all of the devotees of Sri Nityananda Prabhu, who are like bumblebees collecting honey from His lotus feet, I shall try to describe those who are the most prominent.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="11.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="11.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
12.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">12.1</a></li><li class="affix"><a href="12.2.html">12.2</a></li><li class="affix"><a href="12.3.html">12.3</a></li><li class="affix"><a href="12.4.html">12.4</a></li><li class="affix"><a href="12.5.html">12.5</a></li><li class="affix"><a href="12.6.html">12.6</a></li><li class="affix"><a href="12.7.html">12.7</a></li><li class="affix"><a href="12.8.html">12.8</a></li><li class="affix"><a href="12.9.html">12.9</a></li><li class="affix"><a href="12.10.html">12.10</a></li><li class="affix"><a href="12.11.html">12.11</a></li><li class="affix"><a href="12.12.html">12.12</a></li><li class="affix"><a href="12.13.html">12.13</a></li><li class="affix"><a href="12.14.html">12.14</a></li><li class="affix"><a href="12.15.html">12.15</a></li><li class="affix"><a href="12.16.html">12.16</a></li><li class="affix"><a href="12.17.html">12.17</a></li><li class="affix"><a href="12.18.html">12.18</a></li><li class="affix"><a href="12.19.html">12.19</a></li><li class="affix"><a href="12.20.html">12.20</a></li><li class="affix"><a href="12.21.html">12.21</a></li><li class="affix"><a href="12.22.html">12.22</a></li><li class="affix"><a href="12.23.html">12.23</a></li><li class="affix"><a href="12.24.html">12.24</a></li><li class="affix"><a href="12.25.html">12.25</a></li><li class="affix"><a href="12.26.html">12.26</a></li><li class="affix"><a href="12.27.html">12.27</a></li><li class="affix"><a href="12.28.html">12.28</a></li><li class="affix"><a href="12.29.html">12.29</a></li><li class="affix"><a href="12.30.html">12.30</a></li><li class="affix"><a href="12.31.html">12.31</a></li><li class="affix"><a href="12.32.html">12.32</a></li><li class="affix"><a href="12.33.html">12.33</a></li><li class="affix"><a href="12.34.html">12.34</a></li><li class="affix"><a href="12.35.html">12.35</a></li><li class="affix"><a href="12.36.html">12.36</a></li><li class="affix"><a href="12.37.html">12.37</a></li><li class="affix"><a href="12.38.html">12.38</a></li><li class="affix"><a href="12.39.html">12.39</a></li><li class="affix"><a href="12.40.html">12.40</a></li><li class="affix"><a href="12.41.html">12.41</a></li><li class="affix"><a href="12.42.html">12.42</a></li><li class="affix"><a href="12.43.html">12.43</a></li><li class="affix"><a href="12.44.html">12.44</a></li><li class="affix"><a href="12.45.html">12.45</a></li><li class="affix"><a href="12.46.html">12.46</a></li><li class="affix"><a href="12.47.html">12.47</a></li><li class="affix"><a href="12.48.html">12.48</a></li><li class="affix"><a href="12.49.html">12.49</a></li><li class="affix"><a href="12.50.html">12.50</a></li><li class="affix"><a href="12.51.html">12.51</a></li><li class="affix"><a href="12.52.html">12.52</a></li><li class="affix"><a href="12.53.html">12.53</a></li><li class="affix"><a href="12.54.html">12.54</a></li><li class="affix"><a href="12.55.html">12.55</a></li><li class="affix"><a href="12.56.html">12.56</a></li><li class="affix"><a href="12.57.html">12.57</a></li><li class="affix"><a href="12.58.html">12.58</a></li><li class="affix"><a href="12.59.html">12.59</a></li><li class="affix"><a href="12.60.html">12.60</a></li><li class="affix"><a href="12.61.html">12.61</a></li><li class="affix"><a href="12.62.html">12.62</a></li><li class="affix"><a href="12.63.html">12.63</a></li><li class="affix"><a href="12.64.html">12.64</a></li><li class="affix"><a href="12.65.html">12.65</a></li><li class="affix"><a href="12.66.html">12.66</a></li><li class="affix"><a href="12.67.html">12.67</a></li><li class="affix"><a href="12.68.html">12.68</a></li><li class="affix"><a href="12.69.html">12.69</a></li><li class="affix"><a href="12.70.html">12.70</a></li><li class="affix"><a href="12.71.html">12.71</a></li><li class="affix"><a href="12.72.html">12.72</a></li><li class="affix"><a href="12.73.html">12.73</a></li><li class="affix"><a href="12.74.html">12.74</a></li><li class="affix"><a href="12.75.html">12.75</a></li><li class="affix"><a href="12.76.html">12.76</a></li><li class="affix"><a href="12.77.html">12.77</a></li><li class="affix"><a href="12.78.html">12.78</a></li><li class="affix"><a href="12.79.html">12.79</a></li><li class="affix"><a href="12.80.html">12.80</a></li><li class="affix"><a href="12.81.html">12.81</a></li><li class="affix"><a href="12.82.html">12.82</a></li><li class="affix"><a href="12.83.html">12.83</a></li><li class="affix"><a href="12.84.html">12.84</a></li><li class="affix"><a href="12.85.html">12.85</a></li><li class="affix"><a href="12.86.html">12.86</a></li><li class="affix"><a href="12.87.html">12.87</a></li><li class="affix"><a href="12.88.html">12.88</a></li><li class="affix"><a href="12.89.html">12.89</a></li><li class="affix"><a href="12.90.html">12.90</a></li><li class="affix"><a href="12.91.html">12.91</a></li><li class="affix"><a href="12.92.html">12.92</a></li><li class="affix"><a href="12.93.html">12.93</a></li><li class="affix"><a href="12.94.html">12.94</a></li><li class="affix"><a href="12.95.html">12.95</a></li><li class="affix"><a href="12.96.html">12.96</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#121" id="121">12.1</a></h3>

advaitanghry-abja-bhrngams tan

sarasara-bhrto ’khilan

hitvasaran sara-bhrto

naumi caitanya-jivanan

SYNONYMS

advaita-anghri—the lotus feet of Advaita Acarya; abja—lotus flower; bhrngan—bumblebees; tan—all of them; sara-asara—real and not real; bhrtah—accepting; akhilan—all of them; hitva—giving up; asaran—not real; sara-bhrtah—those who are real; naumi—offer my obeisances; caitanya-jivanan—whose life and soul was Lord Caitanya Mahaprabhu.

The followers of Sri Advaita Prabhu were of two kinds.

Some were real followers, and the others were false.

Rejecting the false followers, I offer my respectful obeisances to Sri Advaita Acarya’s real followers, whose life and soul was Sri Caitanya Mahaprabhu.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="12.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="12.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
13.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">13.1</a></li><li class="affix"><a href="13.2.html">13.2</a></li><li class="affix"><a href="13.3.html">13.3</a></li><li class="affix"><a href="13.4.html">13.4</a></li><li class="affix"><a href="13.5.html">13.5</a></li><li class="affix"><a href="13.6.html">13.6</a></li><li class="affix"><a href="13.7.html">13.7</a></li><li class="affix"><a href="13.8.html">13.8</a></li><li class="affix"><a href="13.9.html">13.9</a></li><li class="affix"><a href="13.10.html">13.10</a></li><li class="affix"><a href="13.11.html">13.11</a></li><li class="affix"><a href="13.12.html">13.12</a></li><li class="affix"><a href="13.13.html">13.13</a></li><li class="affix"><a href="13.14.html">13.14</a></li><li class="affix"><a href="13.15.html">13.15</a></li><li class="affix"><a href="13.16.html">13.16</a></li><li class="affix"><a href="13.17.html">13.17</a></li><li class="affix"><a href="13.18.html">13.18</a></li><li class="affix"><a href="13.19.html">13.19</a></li><li class="affix"><a href="13.20.html">13.20</a></li><li class="affix"><a href="13.21.html">13.21</a></li><li class="affix"><a href="13.22.html">13.22</a></li><li class="affix"><a href="13.23.html">13.23</a></li><li class="affix"><a href="13.24.html">13.24</a></li><li class="affix"><a href="13.25.html">13.25</a></li><li class="affix"><a href="13.26.html">13.26</a></li><li class="affix"><a href="13.27.html">13.27</a></li><li class="affix"><a href="13.28.html">13.28</a></li><li class="affix"><a href="13.29.html">13.29</a></li><li class="affix"><a href="13.30.html">13.30</a></li><li class="affix"><a href="13.31.html">13.31</a></li><li class="affix"><a href="13.32.html">13.32</a></li><li class="affix"><a href="13.33.html">13.33</a></li><li class="affix"><a href="13.34.html">13.34</a></li><li class="affix"><a href="13.35.html">13.35</a></li><li class="affix"><a href="13.36.html">13.36</a></li><li class="affix"><a href="13.37.html">13.37</a></li><li class="affix"><a href="13.38.html">13.38</a></li><li class="affix"><a href="13.39.html">13.39</a></li><li class="affix"><a href="13.40.html">13.40</a></li><li class="affix"><a href="13.41.html">13.41</a></li><li class="affix"><a href="13.42.html">13.42</a></li><li class="affix"><a href="13.43.html">13.43</a></li><li class="affix"><a href="13.44.html">13.44</a></li><li class="affix"><a href="13.45.html">13.45</a></li><li class="affix"><a href="13.46.html">13.46</a></li><li class="affix"><a href="13.47.html">13.47</a></li><li class="affix"><a href="13.48.html">13.48</a></li><li class="affix"><a href="13.49.html">13.49</a></li><li class="affix"><a href="13.50.html">13.50</a></li><li class="affix"><a href="13.51.html">13.51</a></li><li class="affix"><a href="13.52.html">13.52</a></li><li class="affix"><a href="13.53.html">13.53</a></li><li class="affix"><a href="13.54-55.html">13.54-55</a></li><li class="affix"><a href="13.56.html">13.56</a></li><li class="affix"><a href="13.57-58.html">13.57-58</a></li><li class="affix"><a href="13.59.html">13.59</a></li><li class="affix"><a href="13.60.html">13.60</a></li><li class="affix"><a href="13.61.html">13.61</a></li><li class="affix"><a href="13.62.html">13.62</a></li><li class="affix"><a href="13.63.html">13.63</a></li><li class="affix"><a href="13.64.html">13.64</a></li><li class="affix"><a href="13.65.html">13.65</a></li><li class="affix"><a href="13.66.html">13.66</a></li><li class="affix"><a href="13.67.html">13.67</a></li><li class="affix"><a href="13.68.html">13.68</a></li><li class="affix"><a href="13.69.html">13.69</a></li><li class="affix"><a href="13.70.html">13.70</a></li><li class="affix"><a href="13.71.html">13.71</a></li><li class="affix"><a href="13.72.html">13.72</a></li><li class="affix"><a href="13.73.html">13.73</a></li><li class="affix"><a href="13.74.html">13.74</a></li><li class="affix"><a href="13.75.html">13.75</a></li><li class="affix"><a href="13.76.html">13.76</a></li><li class="affix"><a href="13.77.html">13.77</a></li><li class="affix"><a href="13.78.html">13.78</a></li><li class="affix"><a href="13.79.html">13.79</a></li><li class="affix"><a href="13.80.html">13.80</a></li><li class="affix"><a href="13.81.html">13.81</a></li><li class="affix"><a href="13.82.html">13.82</a></li><li class="affix"><a href="13.83.html">13.83</a></li><li class="affix"><a href="13.84.html">13.84</a></li><li class="affix"><a href="13.85.html">13.85</a></li><li class="affix"><a href="13.86.html">13.86</a></li><li class="affix"><a href="13.87.html">13.87</a></li><li class="affix"><a href="13.88.html">13.88</a></li><li class="affix"><a href="13.89.html">13.89</a></li><li class="affix"><a href="13.90.html">13.90</a></li><li class="affix"><a href="13.91.html">13.91</a></li><li class="affix"><a href="13.92.html">13.92</a></li><li class="affix"><a href="13.93.html">13.93</a></li><li class="affix"><a href="13.94.html">13.94</a></li><li class="affix"><a href="13.95.html">13.95</a></li><li class="affix"><a href="13.96.html">13.96</a></li><li class="affix"><a href="13.97.html">13.97</a></li><li class="affix"><a href="13.98.html">13.98</a></li><li class="affix"><a href="13.99.html">13.99</a></li><li class="affix"><a href="13.100.html">13.100</a></li><li class="affix"><a href="13.101.html">13.101</a></li><li class="affix"><a href="13.102.html">13.102</a></li><li class="affix"><a href="13.103.html">13.103</a></li><li class="affix"><a href="13.104.html">13.104</a></li><li class="affix"><a href="13.105.html">13.105</a></li><li class="affix"><a href="13.106.html">13.106</a></li><li class="affix"><a href="13.107.html">13.107</a></li><li class="affix"><a href="13.108.html">13.108</a></li><li class="affix"><a href="13.109.html">13.109</a></li><li class="affix"><a href="13.110.html">13.110</a></li><li class="affix"><a href="13.111.html">13.111</a></li><li class="affix"><a href="13.112.html">13.112</a></li><li class="affix"><a href="13.113.html">13.113</a></li><li class="affix"><a href="13.114.html">13.114</a></li><li class="affix"><a href="13.115.html">13.115</a></li><li class="affix"><a href="13.116.html">13.116</a></li><li class="affix"><a href="13.117.html">13.117</a></li><li class="affix"><a href="13.118.html">13.118</a></li><li class="affix"><a href="13.119.html">13.119</a></li><li class="affix"><a href="13.120.html">13.120</a></li><li class="affix"><a href="13.121.html">13.121</a></li><li class="affix"><a href="13.122.html">13.122</a></li><li class="affix"><a href="13.123.html">13.123</a></li><li class="affix"><a href="13.124.html">13.124</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#131" id="131">13.1</a></h3>

sa prasidatu caitanya-

devo yasya prasadatah

tal-lila-varnane yogyah

sadyah syad adhamo ’py ayam

SYNONYMS

sah—He; prasidatu—may bestow His blessings; caitanya-devah—Lord Sri Caitanya Mahaprabhu; yasya—of whom; prasadatah—by the grace; tat-lila—His pastimes; varnane—in the description; yogyah—able; sadyah—immediately; syat—becomes possible; adhamah—the most fallen; api—although; ayam—I am.

I wish the grace of Lord Caitanya Mahaprabhu, by whose mercy even one who is fallen can describe the pastimes of the Lord.

PURPORT

To describe Sri Caitanya Mahaprabhu or Lord Sri Krsna, one needs supernatural power, which is the grace and mercy of the Lord.

Without this grace and mercy, one cannot compose transcendental literature.

By dint of the grace of the Lord, however, even one who is unfit for a literary career can describe wonderful transcendental topics.

Description of Krsna is possible for one who is empowered.

Krsna-sakti vina nahe tara pravartana (Cc.Antya 7.11).

Unless endowed with the mercy of the Lord, one cannot preach of the Lord’s name, fame, quality, form, entourage and so on.

It should be concluded, therefore, that the description of Caitanya-caritamrta by Krsnadasa Kaviraja Gosvami manifests specific mercy bestowed upon the author, although he thought of himself as the most fallen.

We should not consider him fallen because he describes himself as such.

Rather, anyone who is able to compose such transcendental literature is our esteemed master.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="13.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="13.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
14.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">14.1</a></li><li class="affix"><a href="14.2.html">14.2</a></li><li class="affix"><a href="14.3.html">14.3</a></li><li class="affix"><a href="14.4.html">14.4</a></li><li class="affix"><a href="14.5.html">14.5</a></li><li class="affix"><a href="14.6.html">14.6</a></li><li class="affix"><a href="14.7.html">14.7</a></li><li class="affix"><a href="14.8.html">14.8</a></li><li class="affix"><a href="14.9.html">14.9</a></li><li class="affix"><a href="14.10.html">14.10</a></li><li class="affix"><a href="14.11.html">14.11</a></li><li class="affix"><a href="14.12.html">14.12</a></li><li class="affix"><a href="14.13.html">14.13</a></li><li class="affix"><a href="14.14.html">14.14</a></li><li class="affix"><a href="14.15.html">14.15</a></li><li class="affix"><a href="14.16.html">14.16</a></li><li class="affix"><a href="14.17.html">14.17</a></li><li class="affix"><a href="14.18.html">14.18</a></li><li class="affix"><a href="14.19.html">14.19</a></li><li class="affix"><a href="14.20.html">14.20</a></li><li class="affix"><a href="14.21.html">14.21</a></li><li class="affix"><a href="14.22.html">14.22</a></li><li class="affix"><a href="14.23.html">14.23</a></li><li class="affix"><a href="14.24.html">14.24</a></li><li class="affix"><a href="14.25.html">14.25</a></li><li class="affix"><a href="14.26.html">14.26</a></li><li class="affix"><a href="14.27.html">14.27</a></li><li class="affix"><a href="14.28.html">14.28</a></li><li class="affix"><a href="14.29.html">14.29</a></li><li class="affix"><a href="14.30.html">14.30</a></li><li class="affix"><a href="14.31.html">14.31</a></li><li class="affix"><a href="14.32.html">14.32</a></li><li class="affix"><a href="14.33.html">14.33</a></li><li class="affix"><a href="14.34.html">14.34</a></li><li class="affix"><a href="14.35.html">14.35</a></li><li class="affix"><a href="14.36.html">14.36</a></li><li class="affix"><a href="14.37.html">14.37</a></li><li class="affix"><a href="14.38.html">14.38</a></li><li class="affix"><a href="14.39.html">14.39</a></li><li class="affix"><a href="14.40.html">14.40</a></li><li class="affix"><a href="14.41.html">14.41</a></li><li class="affix"><a href="14.42.html">14.42</a></li><li class="affix"><a href="14.43.html">14.43</a></li><li class="affix"><a href="14.44.html">14.44</a></li><li class="affix"><a href="14.45.html">14.45</a></li><li class="affix"><a href="14.46.html">14.46</a></li><li class="affix"><a href="14.47.html">14.47</a></li><li class="affix"><a href="14.48.html">14.48</a></li><li class="affix"><a href="14.49.html">14.49</a></li><li class="affix"><a href="14.50.html">14.50</a></li><li class="affix"><a href="14.51.html">14.51</a></li><li class="affix"><a href="14.52.html">14.52</a></li><li class="affix"><a href="14.53.html">14.53</a></li><li class="affix"><a href="14.54.html">14.54</a></li><li class="affix"><a href="14.55.html">14.55</a></li><li class="affix"><a href="14.56.html">14.56</a></li><li class="affix"><a href="14.57.html">14.57</a></li><li class="affix"><a href="14.58.html">14.58</a></li><li class="affix"><a href="14.59.html">14.59</a></li><li class="affix"><a href="14.60.html">14.60</a></li><li class="affix"><a href="14.61.html">14.61</a></li><li class="affix"><a href="14.62.html">14.62</a></li><li class="affix"><a href="14.63.html">14.63</a></li><li class="affix"><a href="14.64.html">14.64</a></li><li class="affix"><a href="14.65.html">14.65</a></li><li class="affix"><a href="14.66.html">14.66</a></li><li class="affix"><a href="14.67.html">14.67</a></li><li class="affix"><a href="14.68.html">14.68</a></li><li class="affix"><a href="14.69.html">14.69</a></li><li class="affix"><a href="14.70.html">14.70</a></li><li class="affix"><a href="14.71.html">14.71</a></li><li class="affix"><a href="14.72.html">14.72</a></li><li class="affix"><a href="14.73.html">14.73</a></li><li class="affix"><a href="14.74.html">14.74</a></li><li class="affix"><a href="14.75.html">14.75</a></li><li class="affix"><a href="14.76.html">14.76</a></li><li class="affix"><a href="14.77.html">14.77</a></li><li class="affix"><a href="14.78.html">14.78</a></li><li class="affix"><a href="14.79.html">14.79</a></li><li class="affix"><a href="14.80.html">14.80</a></li><li class="affix"><a href="14.81.html">14.81</a></li><li class="affix"><a href="14.82.html">14.82</a></li><li class="affix"><a href="14.83.html">14.83</a></li><li class="affix"><a href="14.84.html">14.84</a></li><li class="affix"><a href="14.85.html">14.85</a></li><li class="affix"><a href="14.86.html">14.86</a></li><li class="affix"><a href="14.87.html">14.87</a></li><li class="affix"><a href="14.88.html">14.88</a></li><li class="affix"><a href="14.89.html">14.89</a></li><li class="affix"><a href="14.90.html">14.90</a></li><li class="affix"><a href="14.91.html">14.91</a></li><li class="affix"><a href="14.92.html">14.92</a></li><li class="affix"><a href="14.93.html">14.93</a></li><li class="affix"><a href="14.94.html">14.94</a></li><li class="affix"><a href="14.95.html">14.95</a></li><li class="affix"><a href="14.96.html">14.96</a></li><li class="affix"><a href="14.97.html">14.97</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#141" id="141">14.1</a></h3>

kathancana smrte yasmin

duskaram sukaram bhavet

vismrte viparitam syat

sri-caitanyam namami tam

SYNONYMS

kathancana—somehow or other; smrte—by remembering; yasmin—whom; duskaram—difficult things; sukaram—easy; bhavet—become; vismrte—by forgetting Him; viparitam—just the opposite; syat—become; sri-caitanyam—Lord Sri Caitanya Mahaprabhu; namami—I offer my respectful obeisances; tam—unto Him.

PURPORT

In his book Caitanya-candramrta Srila Prabodhananda Sarasvati says: “One who receives a little favor from the Lord becomes so exalted that he does not care even for liberation, which is sought after by many great scholars and philosophers.

Similarly, a devotee of Lord Caitanya considers residence in the heavenly planets a will-o’-the-wisp.

He surpasses the perfection of mystic yoga power because for him the senses are like snakes with broken fangs.” A snake is a very fearful and dangerous animal because of his poison fangs, but if these fangs are broken the appearance of a snake is no cause for fear.

The yoga principles are meant to control the senses, but there is no scope for the senses of one engaged in the service of the Lord to be dangerous like snakes.

These are the gifts of Sri Caitanya Mahaprabhu.

The Hari-bhakti-vilasa confirms that difficult things become easy to understand if one remembers Sri Caitanya Mahaprabhu and easy things become very difficult to understand if one forgets Him.

We actually see that even those who are very great scientists in the eyes of the general public cannot understand the very simple idea that life comes from life because they do not have the mercy of Caitanya Mahaprabhu.

They defend the false understanding that life comes from matter, although they cannot prove that this is a fact.

Modern civilization, therefore, progressing on the basis of this false scientific theory, is simply creating problems to be solved by the so-called scientists.

The author of Caitanya-caritamrta takes shelter of Lord Caitanya Mahaprabhu to describe the pastimes of His appearance as a child because one cannot write such transcendental literature by mental speculation.

One who writes about the Supreme Personality of Godhead must be especially favored by the Lord.

Simply by academic qualifications it is not possible to write such literature.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="14.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="14.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
15.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">15.1</a></li><li class="affix"><a href="15.2.html">15.2</a></li><li class="affix"><a href="15.3.html">15.3</a></li><li class="affix"><a href="15.4.html">15.4</a></li><li class="affix"><a href="15.5.html">15.5</a></li><li class="affix"><a href="15.6.html">15.6</a></li><li class="affix"><a href="15.7.html">15.7</a></li><li class="affix"><a href="15.8.html">15.8</a></li><li class="affix"><a href="15.9.html">15.9</a></li><li class="affix"><a href="15.10.html">15.10</a></li><li class="affix"><a href="15.11.html">15.11</a></li><li class="affix"><a href="15.12.html">15.12</a></li><li class="affix"><a href="15.13.html">15.13</a></li><li class="affix"><a href="15.14.html">15.14</a></li><li class="affix"><a href="15.15.html">15.15</a></li><li class="affix"><a href="15.16.html">15.16</a></li><li class="affix"><a href="15.17.html">15.17</a></li><li class="affix"><a href="15.18.html">15.18</a></li><li class="affix"><a href="15.19.html">15.19</a></li><li class="affix"><a href="15.20.html">15.20</a></li><li class="affix"><a href="15.21.html">15.21</a></li><li class="affix"><a href="15.22.html">15.22</a></li><li class="affix"><a href="15.23.html">15.23</a></li><li class="affix"><a href="15.24.html">15.24</a></li><li class="affix"><a href="15.25.html">15.25</a></li><li class="affix"><a href="15.26.html">15.26</a></li><li class="affix"><a href="15.27.html">15.27</a></li><li class="affix"><a href="15.28.html">15.28</a></li><li class="affix"><a href="15.29.html">15.29</a></li><li class="affix"><a href="15.30.html">15.30</a></li><li class="affix"><a href="15.31.html">15.31</a></li><li class="affix"><a href="15.32.html">15.32</a></li><li class="affix"><a href="15.33.html">15.33</a></li><li class="affix"><a href="15.34.html">15.34</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#151" id="151">15.1</a></h3>

ku-manah su-manastvam hi

yati yasya padabjayoh

su-mano-’rpana-matrena

tam caitanya-prabhum bhaje

SYNONYMS

ku-manah—a person interested in activities of material sense enjoyment; su-manastvam—the position of a devotee without material desires; hi—certainly; yati—gets; yasya—whose; pada-abjayoh—at the lotus feet; su-manah—the flower of the name sumanas; arpana—offering; matrena—simply by doing so; tam—Him; caitanya-prabhum—Lord Caitanya Mahaprabhu; bhaje—I worship.

I offer my respectful obeisances unto the lotus feet of Lord Caitanya because simply by offering a sumanas flower at His lotus feet even the most ardent materialist becomes a devotee.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="15.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="15.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
16.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">16.1</a></li><li class="affix"><a href="16.2.html">16.2</a></li><li class="affix"><a href="16.3.html">16.3</a></li><li class="affix"><a href="16.4.html">16.4</a></li><li class="affix"><a href="16.5.html">16.5</a></li><li class="affix"><a href="16.6.html">16.6</a></li><li class="affix"><a href="16.7.html">16.7</a></li><li class="affix"><a href="16.8.html">16.8</a></li><li class="affix"><a href="16.9.html">16.9</a></li><li class="affix"><a href="16.10.html">16.10</a></li><li class="affix"><a href="16.11.html">16.11</a></li><li class="affix"><a href="16.12.html">16.12</a></li><li class="affix"><a href="16.13.html">16.13</a></li><li class="affix"><a href="16.14.html">16.14</a></li><li class="affix"><a href="16.15.html">16.15</a></li><li class="affix"><a href="16.16.html">16.16</a></li><li class="affix"><a href="16.17.html">16.17</a></li><li class="affix"><a href="16.18.html">16.18</a></li><li class="affix"><a href="16.19.html">16.19</a></li><li class="affix"><a href="16.20.html">16.20</a></li><li class="affix"><a href="16.21.html">16.21</a></li><li class="affix"><a href="16.22.html">16.22</a></li><li class="affix"><a href="16.23.html">16.23</a></li><li class="affix"><a href="16.24.html">16.24</a></li><li class="affix"><a href="16.25.html">16.25</a></li><li class="affix"><a href="16.26.html">16.26</a></li><li class="affix"><a href="16.27.html">16.27</a></li><li class="affix"><a href="16.28.html">16.28</a></li><li class="affix"><a href="16.29.html">16.29</a></li><li class="affix"><a href="16.30.html">16.30</a></li><li class="affix"><a href="16.31.html">16.31</a></li><li class="affix"><a href="16.32.html">16.32</a></li><li class="affix"><a href="16.33.html">16.33</a></li><li class="affix"><a href="16.34.html">16.34</a></li><li class="affix"><a href="16.35.html">16.35</a></li><li class="affix"><a href="16.36.html">16.36</a></li><li class="affix"><a href="16.37.html">16.37</a></li><li class="affix"><a href="16.38.html">16.38</a></li><li class="affix"><a href="16.39.html">16.39</a></li><li class="affix"><a href="16.40.html">16.40</a></li><li class="affix"><a href="16.41.html">16.41</a></li><li class="affix"><a href="16.42.html">16.42</a></li><li class="affix"><a href="16.43.html">16.43</a></li><li class="affix"><a href="16.44.html">16.44</a></li><li class="affix"><a href="16.45.html">16.45</a></li><li class="affix"><a href="16.46.html">16.46</a></li><li class="affix"><a href="16.47.html">16.47</a></li><li class="affix"><a href="16.48.html">16.48</a></li><li class="affix"><a href="16.49.html">16.49</a></li><li class="affix"><a href="16.50.html">16.50</a></li><li class="affix"><a href="16.51.html">16.51</a></li><li class="affix"><a href="16.52.html">16.52</a></li><li class="affix"><a href="16.53.html">16.53</a></li><li class="affix"><a href="16.54.html">16.54</a></li><li class="affix"><a href="16.55.html">16.55</a></li><li class="affix"><a href="16.56.html">16.56</a></li><li class="affix"><a href="16.57.html">16.57</a></li><li class="affix"><a href="16.58.html">16.58</a></li><li class="affix"><a href="16.59.html">16.59</a></li><li class="affix"><a href="16.60.html">16.60</a></li><li class="affix"><a href="16.61.html">16.61</a></li><li class="affix"><a href="16.62.html">16.62</a></li><li class="affix"><a href="16.63.html">16.63</a></li><li class="affix"><a href="16.64.html">16.64</a></li><li class="affix"><a href="16.65.html">16.65</a></li><li class="affix"><a href="16.66.html">16.66</a></li><li class="affix"><a href="16.67.html">16.67</a></li><li class="affix"><a href="16.68.html">16.68</a></li><li class="affix"><a href="16.69.html">16.69</a></li><li class="affix"><a href="16.70.html">16.70</a></li><li class="affix"><a href="16.71.html">16.71</a></li><li class="affix"><a href="16.72.html">16.72</a></li><li class="affix"><a href="16.73.html">16.73</a></li><li class="affix"><a href="16.74.html">16.74</a></li><li class="affix"><a href="16.75.html">16.75</a></li><li class="affix"><a href="16.76.html">16.76</a></li><li class="affix"><a href="16.77.html">16.77</a></li><li class="affix"><a href="16.78.html">16.78</a></li><li class="affix"><a href="16.79.html">16.79</a></li><li class="affix"><a href="16.80.html">16.80</a></li><li class="affix"><a href="16.81.html">16.81</a></li><li class="affix"><a href="16.82.html">16.82</a></li><li class="affix"><a href="16.83.html">16.83</a></li><li class="affix"><a href="16.84.html">16.84</a></li><li class="affix"><a href="16.85.html">16.85</a></li><li class="affix"><a href="16.86.html">16.86</a></li><li class="affix"><a href="16.87.html">16.87</a></li><li class="affix"><a href="16.88.html">16.88</a></li><li class="affix"><a href="16.89.html">16.89</a></li><li class="affix"><a href="16.90.html">16.90</a></li><li class="affix"><a href="16.91.html">16.91</a></li><li class="affix"><a href="16.92.html">16.92</a></li><li class="affix"><a href="16.93.html">16.93</a></li><li class="affix"><a href="16.94.html">16.94</a></li><li class="affix"><a href="16.95.html">16.95</a></li><li class="affix"><a href="16.96.html">16.96</a></li><li class="affix"><a href="16.97.html">16.97</a></li><li class="affix"><a href="16.98.html">16.98</a></li><li class="affix"><a href="16.99.html">16.99</a></li><li class="affix"><a href="16.100.html">16.100</a></li><li class="affix"><a href="16.101.html">16.101</a></li><li class="affix"><a href="16.102.html">16.102</a></li><li class="affix"><a href="16.103.html">16.103</a></li><li class="affix"><a href="16.104.html">16.104</a></li><li class="affix"><a href="16.105.html">16.105</a></li><li class="affix"><a href="16.106.html">16.106</a></li><li class="affix"><a href="16.107.html">16.107</a></li><li class="affix"><a href="16.108.html">16.108</a></li><li class="affix"><a href="16.109.html">16.109</a></li><li class="affix"><a href="16.110.html">16.110</a></li><li class="affix"><a href="16.111.html">16.111</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#161" id="161">16.1</a></h3>

krpa-sudha-sarid yasya

visvam aplavayanty api

nica-gaiva sada bhati

tam caitanya-prabhum bhaje

SYNONYMS

krpa-sudha—of the nectar of the mercy; sarit—river; yasya—whose; visvam—the whole universe; aplavayanti—inundating; api—although; nica-ga eva—more inclined to the poor and fallen; sada—always; bhati—is manifest; tam—Him; caitanya-prabhum—Lord Sri Caitanya Mahaprabhu; bhaje—I worship.

I worship Lord Sri Caitanya Mahaprabhu, whose nectarean mercy flows like a great river, inundating the entire universe.

Just as a river flows downstream, Lord Caitanya especially extends Himself to the fallen.

PURPORT

Narottama dasa Thakura has sung, sri-krsna-caitanya prabhu daya kara more.

He prays for Lord Caitanya’s mercy because He is the mercy incarnation, having appeared especially to claim the fallen souls.

The more fallen one is, the greater one’s claim to the favor of Lord Sri Caitanya Mahaprabhu.

One must only be very sincere and serious.

Despite being contaminated by all the bad qualities of this Kali-yuga, if one surrenders unto the lotus feet of Sri Caitanya Mahaprabhu, the Lord will surely and certainly deliver him.

The best example is Jagai and Madhai.

In this Age of Kali practically everyone is like Jagai and Madhai, but the sankirtana movement inaugurated by Lord Caitanya Mahaprabhu is still flowing like a great river, inundating the entire world, and thus the International Society for Krishna Consciousness is successfully claiming all fallen souls to free them from contamination.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="16.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="16.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>
17.1 - Caitanya-caritamrta: Adi-lila
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff" />

    <link rel="shortcut icon" href="favicon.png">
    <link rel="stylesheet" href="css/variables.css">
    <link rel="stylesheet" href="css/general.css">
    <link rel="stylesheet" href="css/chrome.css">
    <link rel="stylesheet" href="css/print.css" media="print">

    <!-- Fonts -->
    <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500" rel="stylesheet" type="text/css">

    <!-- Highlight.js Stylesheets -->
    <link rel="stylesheet" href="highlight.css">
    <link rel="stylesheet" href="tomorrow-night.css">
    <link rel="stylesheet" href="ayu-highlight.css">

    <!-- Custom theme stylesheets -->
    
    <link rel="stylesheet" href="custom.css">
    

    
</head>
<body class="rust">
    <!-- Provide site root to javascript -->
    <script type="text/javascript">
        var path_to_root = "";
        var default_theme = "rust";
    </script>

    <!-- Work around some values being stored in localStorage wrapped in quotes -->
    <script type="text/javascript">
        try {
            var theme = localStorage.getItem('mdbook-theme');
            var sidebar = localStorage.getItem('mdbook-sidebar');

            if (theme.startsWith('"') && theme.endsWith('"')) {
                localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
            }

            if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
            }
        } catch (e) { }
    </script>

    <!-- Set the theme before any content is loaded, prevents flash -->
    <script type="text/javascript">
        var theme;
        try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
        if (theme === null || theme === undefined) { theme = default_theme; }
        document.body.className = theme;
        document.querySelector('html').className = theme + ' js';
    </script>

    <!-- Hide / unhide sidebar before it is displayed -->
    <script type="text/javascript">
        var html = document.querySelector('html');
        var sidebar = 'hidden';
        if (document.body.clientWidth >= 1080) {
            try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
            sidebar = sidebar || 'visible';
        }
        html.classList.remove('sidebar-visible');
        html.classList.add("sidebar-" + sidebar);
    </script>

    <nav id="sidebar" class="sidebar" aria-label="Table of contents">
        <div class="sidebar-scrollbox">
            <ol class="chapter"><li class="affix"><a href="../../index.html">Home</a></li><li class="affix"><a href="../index.html">Table of Contents</a></li><li class="affix"><a href="index.html" class="active">17.1</a></li><li class="affix"><a href="17.2.html">17.2</a></li><li class="affix"><a href="17.3.html">17.3</a></li><li class="affix"><a href="17.4.html">17.4</a></li><li class="affix"><a href="17.5.html">17.5</a></li><li class="affix"><a href="17.6.html">17.6</a></li><li class="affix"><a href="17.7.html">17.7</a></li><li class="affix"><a href="17.8.html">17.8</a></li><li class="affix"><a href="17.9.html">17.9</a></li><li class="affix"><a href="17.10.html">17.10</a></li><li class="affix"><a href="17.11.html">17.11</a></li><li class="affix"><a href="17.12.html">17.12</a></li><li class="affix"><a href="17.13.html">17.13</a></li><li class="affix"><a href="17.14.html">17.14</a></li><li class="affix"><a href="17.15.html">17.15</a></li><li class="affix"><a href="17.16.html">17.16</a></li><li class="affix"><a href="17.17.html">17.17</a></li><li class="affix"><a href="17.18.html">17.18</a></li><li class="affix"><a href="17.19.html">17.19</a></li><li class="affix"><a href="17.20.html">17.20</a></li><li class="affix"><a href="17.21.html">17.21</a></li><li class="affix"><a href="17.22.html">17.22</a></li><li class="affix"><a href="17.23.html">17.23</a></li><li class="affix"><a href="17.24.html">17.24</a></li><li class="affix"><a href="17.25.html">17.25</a></li><li class="affix"><a href="17.26.html">17.26</a></li><li class="affix"><a href="17.27.html">17.27</a></li><li class="affix"><a href="17.28.html">17.28</a></li><li class="affix"><a href="17.29.html">17.29</a></li><li class="affix"><a href="17.30.html">17.30</a></li><li class="affix"><a href="17.31.html">17.31</a></li><li class="affix"><a href="17.32.html">17.32</a></li><li class="affix"><a href="17.33.html">17.33</a></li><li class="affix"><a href="17.34.html">17.34</a></li><li class="affix"><a href="17.35.html">17.35</a></li><li class="affix"><a href="17.36.html">17.36</a></li><li class="affix"><a href="17.37-38.html">17.37-38</a></li><li class="affix"><a href="17.39.html">17.39</a></li><li class="affix"><a href="17.40.html">17.40</a></li><li class="affix"><a href="17.41.html">17.41</a></li><li class="affix"><a href="17.42.html">17.42</a></li><li class="affix"><a href="17.43.html">17.43</a></li><li class="affix"><a href="17.44.html">17.44</a></li><li class="affix"><a href="17.45.html">17.45</a></li><li class="affix"><a href="17.46.html">17.46</a></li><li class="affix"><a href="17.47.html">17.47</a></li><li class="affix"><a href="17.48.html">17.48</a></li><li class="affix"><a href="17.49.html">17.49</a></li><li class="affix"><a href="17.50.html">17.50</a></li><li class="affix"><a href="17.51.html">17.51</a></li><li class="affix"><a href="17.52.html">17.52</a></li><li class="affix"><a href="17.53.html">17.53</a></li><li class="affix"><a href="17.54.html">17.54</a></li><li class="affix"><a href="17.55-56.html">17.55-56</a></li><li class="affix"><a href="17.57-58.html">17.57-58</a></li><li class="affix"><a href="17.59.html">17.59</a></li><li class="affix"><a href="17.60.html">17.60</a></li><li class="affix"><a href="17.61.html">17.61</a></li><li class="affix"><a href="17.62.html">17.62</a></li><li class="affix"><a href="17.63.html">17.63</a></li><li class="affix"><a href="17.64.html">17.64</a></li><li class="affix"><a href="17.65.html">17.65</a></li><li class="affix"><a href="17.66.html">17.66</a></li><li class="affix"><a href="17.67.html">17.67</a></li><li class="affix"><a href="17.68.html">17.68</a></li><li class="affix"><a href="17.69.html">17.69</a></li><li class="affix"><a href="17.70.html">17.70</a></li><li class="affix"><a href="17.71.html">17.71</a></li><li class="affix"><a href="17.72.html">17.72</a></li><li class="affix"><a href="17.73.html">17.73</a></li><li class="affix"><a href="17.74.html">17.74</a></li><li class="affix"><a href="17.75.html">17.75</a></li><li class="affix"><a href="17.76.html">17.76</a></li><li class="affix"><a href="17.77.html">17.77</a></li><li class="affix"><a href="17.78.html">17.78</a></li><li class="affix"><a href="17.79.html">17.79</a></li><li class="affix"><a href="17.80.html">17.80</a></li><li class="affix"><a href="17.81.html">17.81</a></li><li class="affix"><a href="17.82.html">17.82</a></li><li class="affix"><a href="17.83.html">17.83</a></li><li class="affix"><a href="17.84.html">17.84</a></li><li class="affix"><a href="17.85.html">17.85</a></li><li class="affix"><a href="17.86.html">17.86</a></li><li class="affix"><a href="17.87.html">17.87</a></li><li class="affix"><a href="17.88.html">17.88</a></li><li class="affix"><a href="17.89.html">17.89</a></li><li class="affix"><a href="17.90.html">17.90</a></li><li class="affix"><a href="17.91.html">17.91</a></li><li class="affix"><a href="17.92.html">17.92</a></li><li class="affix"><a href="17.93.html">17.93</a></li><li class="affix"><a href="17.94.html">17.94</a></li><li class="affix"><a href="17.95.html">17.95</a></li><li class="affix"><a href="17.96.html">17.96</a></li><li class="affix"><a href="17.97.html">17.97</a></li><li class="affix"><a href="17.98.html">17.98</a></li><li class="affix"><a href="17.99.html">17.99</a></li><li class="affix"><a href="17.100.html">17.100</a></li><li class="affix"><a href="17.101.html">17.101</a></li><li class="affix"><a href="17.102.html">17.102</a></li><li class="affix"><a href="17.103.html">17.103</a></li><li class="affix"><a href="17.104.html">17.104</a></li><li class="affix"><a href="17.105.html">17.105</a></li><li class="affix"><a href="17.106.html">17.106</a></li><li class="affix"><a href="17.107.html">17.107</a></li><li class="affix"><a href="17.108.html">17.108</a></li><li class="affix"><a href="17.109.html">17.109</a></li><li class="affix"><a href="17.110.html">17.110</a></li><li class="affix"><a href="17.111.html">17.111</a></li><li class="affix"><a href="17.112.html">17.112</a></li><li class="affix"><a href="17.113.html">17.113</a></li><li class="affix"><a href="17.114.html">17.114</a></li><li class="affix"><a href="17.115.html">17.115</a></li><li class="affix"><a href="17.116.html">17.116</a></li><li class="affix"><a href="17.117.html">17.117</a></li><li class="affix"><a href="17.118.html">17.118</a></li><li class="affix"><a href="17.119.html">17.119</a></li><li class="affix"><a href="17.120.html">17.120</a></li><li class="affix"><a href="17.121.html">17.121</a></li><li class="affix"><a href="17.122.html">17.122</a></li><li class="affix"><a href="17.123.html">17.123</a></li><li class="affix"><a href="17.124.html">17.124</a></li><li class="affix"><a href="17.125.html">17.125</a></li><li class="affix"><a href="17.126.html">17.126</a></li><li class="affix"><a href="17.127.html">17.127</a></li><li class="affix"><a href="17.128.html">17.128</a></li><li class="affix"><a href="17.129.html">17.129</a></li><li class="affix"><a href="17.130.html">17.130</a></li><li class="affix"><a href="17.131.html">17.131</a></li><li class="affix"><a href="17.132.html">17.132</a></li><li class="affix"><a href="17.133.html">17.133</a></li><li class="affix"><a href="17.134.html">17.134</a></li><li class="affix"><a href="17.135.html">17.135</a></li><li class="affix"><a href="17.136.html">17.136</a></li><li class="affix"><a href="17.137.html">17.137</a></li><li class="affix"><a href="17.138.html">17.138</a></li><li class="affix"><a href="17.139.html">17.139</a></li><li class="affix"><a href="17.140.html">17.140</a></li><li class="affix"><a href="17.141.html">17.141</a></li><li class="affix"><a href="17.142.html">17.142</a></li><li class="affix"><a href="17.143.html">17.143</a></li><li class="affix"><a href="17.144.html">17.144</a></li><li class="affix"><a href="17.145.html">17.145</a></li><li class="affix"><a href="17.146.html">17.146</a></li><li class="affix"><a href="17.147.html">17.147</a></li><li class="affix"><a href="17.148.html">17.148</a></li><li class="affix"><a href="17.149.html">17.149</a></li><li class="affix"><a href="17.150.html">17.150</a></li><li class="affix"><a href="17.151.html">17.151</a></li><li class="affix"><a href="17.152.html">17.152</a></li><li class="affix"><a href="17.153.html">17.153</a></li><li class="affix"><a href="17.154.html">17.154</a></li><li class="affix"><a href="17.155.html">17.155</a></li><li class="affix"><a href="17.156.html">17.156</a></li><li class="affix"><a href="17.157.html">17.157</a></li><li class="affix"><a href="17.158.html">17.158</a></li><li class="affix"><a href="17.159.html">17.159</a></li><li class="affix"><a href="17.160.html">17.160</a></li><li class="affix"><a href="17.161.html">17.161</a></li><li class="affix"><a href="17.162.html">17.162</a></li><li class="affix"><a href="17.163.html">17.163</a></li><li class="affix"><a href="17.164.html">17.164</a></li><li class="affix"><a href="17.165.html">17.165</a></li><li class="affix"><a href="17.166.html">17.166</a></li><li class="affix"><a href="17.167.html">17.167</a></li><li class="affix"><a href="17.168.html">17.168</a></li><li class="affix"><a href="17.169.html">17.169</a></li><li class="affix"><a href="17.170.html">17.170</a></li><li class="affix"><a href="17.171.html">17.171</a></li><li class="affix"><a href="17.172.html">17.172</a></li><li class="affix"><a href="17.173.html">17.173</a></li><li class="affix"><a href="17.174.html">17.174</a></li><li class="affix"><a href="17.175.html">17.175</a></li><li class="affix"><a href="17.176.html">17.176</a></li><li class="affix"><a href="17.177.html">17.177</a></li><li class="affix"><a href="17.178-179.html">17.178-179</a></li><li class="affix"><a href="17.180.html">17.180</a></li><li class="affix"><a href="17.181.html">17.181</a></li><li class="affix"><a href="17.182.html">17.182</a></li><li class="affix"><a href="17.183.html">17.183</a></li><li class="affix"><a href="17.184.html">17.184</a></li><li class="affix"><a href="17.185.html">17.185</a></li><li class="affix"><a href="17.186.html">17.186</a></li><li class="affix"><a href="17.187.html">17.187</a></li><li class="affix"><a href="17.188.html">17.188</a></li><li class="affix"><a href="17.189.html">17.189</a></li><li class="affix"><a href="17.190.html">17.190</a></li><li class="affix"><a href="17.191.html">17.191</a></li><li class="affix"><a href="17.192.html">17.192</a></li><li class="affix"><a href="17.193.html">17.193</a></li><li class="affix"><a href="17.194.html">17.194</a></li><li class="affix"><a href="17.195.html">17.195</a></li><li class="affix"><a href="17.196.html">17.196</a></li><li class="affix"><a href="17.197.html">17.197</a></li><li class="affix"><a href="17.198.html">17.198</a></li><li class="affix"><a href="17.199.html">17.199</a></li><li class="affix"><a href="17.200.html">17.200</a></li><li class="affix"><a href="17.201-202.html">17.201-202</a></li><li class="affix"><a href="17.203.html">17.203</a></li><li class="affix"><a href="17.204.html">17.204</a></li><li class="affix"><a href="17.205.html">17.205</a></li><li class="affix"><a href="17.206.html">17.206</a></li><li class="affix"><a href="17.207.html">17.207</a></li><li class="affix"><a href="17.208.html">17.208</a></li><li class="affix"><a href="17.209.html">17.209</a></li><li class="affix"><a href="17.210.html">17.210</a></li><li class="affix"><a href="17.211.html">17.211</a></li><li class="affix"><a href="17.212.html">17.212</a></li></ol>
        </div>
        <div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
    </nav>

    <div id="page-wrapper" class="page-wrapper">

        <div class="page">
            
            <div id="menu-bar" class="menu-bar">
                <div id="menu-bar-sticky-container">
                    <div class="left-buttons">
                        <button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
                            <i class="fa fa-bars"></i>
                        </button>
                        <button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
                            <i class="fa fa-paint-brush"></i>
                        </button>
                        <ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
                            <li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
                            <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
                        </ul>
                        
                        <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
                            <i class="fa fa-search"></i>
                        </button>
                        
                    </div>

                    <h1 class="menu-title">Caitanya-caritamrta: Adi-lila</h1>

                    <div class="right-buttons">
                        <a href="print.html" title="Print this book" aria-label="Print this book">
                            <i id="print-button" class="fa fa-print"></i>
                        </a>
                        
                    </div>
                </div>
            </div>

            
            <div id="search-wrapper" class="hidden">
                <form id="searchbar-outer" class="searchbar-outer">
                    <input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
                </form>
                <div id="searchresults-outer" class="searchresults-outer hidden">
                    <div id="searchresults-header" class="searchresults-header"></div>
                    <ul id="searchresults">
                    </ul>
                </div>
            </div>
            

            <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
            <script type="text/javascript">
                document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
                document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
                Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
                    link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
                });
            </script>

            <div id="content" class="content">
                <main>
                    <h3><a class="header" href="#171" id="171">17.1</a></h3>

vande svairadbhuteham tam

caitanyam yat-prasadatah

yavanah sumanayante

krsna-nama-prajalpakah

SYNONYMS

vande—let me offer my obeisances; svaira—completely independent; adbhuta—and uncommon; iham—whose activities; tam—unto Him; caitanyam—Sri Caitanya Mahaprabhu; yat—of whom; prasadatah—by the mercy; yavanah—even the unclean; sumanayante—are transformed into gentlemen; krsna-nama—of the holy name of Lord Krsna; prajalpakah—taking to the chanting.

Let me offer my respectful obeisances to Sri Caitanya Mahaprabhu, by whose mercy even unclean yavanas become perfectly well-bred gentlemen by chanting the holy name of the Lord.

Such is the power of Lord Sri Caitanya Mahaprabhu.

PURPORT

There is a persistent misunderstanding between caste brahmanas and advanced Vaisnavas, or gosvamis, because caste brahmanas, or smartas, are of the opinion that one cannot become a brahmana unless he changes his body.

As we have discussed several times, it is to be understood that by the supremely powerful potency of the Lord, as described by Krsnadasa Kaviraja Gosvami, everything is possible.

Caitanya Mahaprabhu is as fully independent as Krsna.

Therefore no one can interfere with His activities.

If He wants, by His mercy He can convert even a yavana, an unclean follower of non-Vedic principles, into a perfectly well-behaved gentleman.

This is actually happening in our propagation of the Krsna consciousness movement.

The members of the present Krsna consciousness movement were not born in India, nor do they belong to the Vedic culture, but within the short time of four or five years they have become such wonderful devotees, simply by chanting the Hare Krsna mantra, that even in India they are well received as perfectly well-behaved Vaisnavas wherever they go.

Although less intelligent men cannot understand it, this is the special power of Lord Caitanya Mahaprabhu.

Actually, the body of a Krsna conscious person changes in many ways.

Even in the United States, when our devotees chant on the street, American ladies and gentlemen inquire from them whether they are actually Americans because no one could expect Americans to become such nice devotees all of a sudden.

Even Christian priests are greatly surprised that all these boys from Jewish and Christian families have joined this Krsna consciousness movement; before joining, they never regarded any principles of religion seriously, but now they have become sincere devotees of the Lord.

Everywhere people express this astonishment, and we take great pride in the transcendental behavior of our students.

Such wonders are possible, however, only by the mercy of Sri Caitanya Mahaprabhu.

They are not ordinary or mundane.

                </main>

                <nav class="nav-wrapper" aria-label="Page navigation">
                    <!-- Mobile navigation buttons -->
                    
                        <a rel="prev" href="../index.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                            <i class="fa fa-angle-left"></i>
                        </a>
                    

                    
                        <a rel="next" href="17.2.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                            <i class="fa fa-angle-right"></i>
                        </a>
                    

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

        <nav class="nav-wide-wrapper" aria-label="Page navigation">
            
                <a href="../index.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
                    <i class="fa fa-angle-left"></i>
                </a>
            

            
                <a href="17.2.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
                    <i class="fa fa-angle-right"></i>
                </a>
            
        </nav>

    </div>

    

    

    

    
    <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="mark.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="searcher.js" type="text/javascript" charset="utf-8"></script>
    

    <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="highlight.js" type="text/javascript" charset="utf-8"></script>
    <script src="book.js" type="text/javascript" charset="utf-8"></script>

    <!-- Custom JS scripts -->
    

    

</body>