<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">Table of Contents</a></li><li class="affix"><a href="index.html">19.1</a></li><li class="affix"><a href="19.2.html">19.2</a></li><li class="affix"><a href="19.3.html">19.3</a></li><li class="affix"><a href="19.4.html">19.4</a></li><li class="affix"><a href="19.5.html">19.5</a></li><li class="affix"><a href="19.6.html">19.6</a></li><li class="affix"><a href="19.7.html">19.7</a></li><li class="affix"><a href="19.8.html">19.8</a></li><li class="affix"><a href="19.9.html">19.9</a></li><li class="affix"><a href="19.10.html">19.10</a></li><li class="affix"><a href="19.11.html">19.11</a></li><li class="affix"><a href="19.12.html">19.12</a></li><li class="affix"><a href="19.13.html">19.13</a></li><li class="affix"><a href="19.14.html">19.14</a></li><li class="affix"><a href="19.15.html">19.15</a></li><li class="affix"><a href="19.16.html">19.16</a></li><li class="affix"><a href="19.17.html">19.17</a></li><li class="affix"><a href="19.18.html">19.18</a></li><li class="affix"><a href="19.19.html">19.19</a></li><li class="affix"><a href="19.20.html">19.20</a></li><li class="affix"><a href="19.21.html">19.21</a></li><li class="affix"><a href="19.22.html">19.22</a></li><li class="affix"><a href="19.23.html">19.23</a></li><li class="affix"><a href="19.24.html">19.24</a></li><li class="affix"><a href="19.25.html">19.25</a></li><li class="affix"><a href="19.26.html">19.26</a></li><li class="affix"><a href="19.27.html">19.27</a></li><li class="affix"><a href="19.28.html">19.28</a></li><li class="affix"><a href="19.29.html">19.29</a></li><li class="affix"><a href="19.30.html">19.30</a></li><li class="affix"><a href="19.31.html">19.31</a></li><li class="affix"><a href="19.32.html">19.32</a></li><li class="affix"><a href="19.33.html">19.33</a></li><li class="affix"><a href="19.34.html">19.34</a></li><li class="affix"><a href="19.35.html">19.35</a></li><li class="affix"><a href="19.36.html">19.36</a></li><li class="affix"><a href="19.37.html">19.37</a></li><li class="affix"><a href="19.38.html">19.38</a></li><li class="affix"><a href="19.39.html">19.39</a></li><li class="affix"><a href="19.40.html">19.40</a></li><li class="affix"><a href="19.41.html">19.41</a></li><li class="affix"><a href="19.42.html">19.42</a></li><li class="affix"><a href="19.43.html">19.43</a></li><li class="affix"><a href="19.44.html">19.44</a></li><li class="affix"><a href="19.45.html">19.45</a></li><li class="affix"><a href="19.46.html">19.46</a></li><li class="affix"><a href="19.47.html">19.47</a></li><li class="affix"><a href="19.48.html">19.48</a></li><li class="affix"><a href="19.49.html">19.49</a></li><li class="affix"><a href="19.50.html">19.50</a></li><li class="affix"><a href="19.51.html">19.51</a></li><li class="affix"><a href="19.52.html">19.52</a></li><li class="affix"><a href="19.53.html">19.53</a></li><li class="affix"><a href="19.54.html">19.54</a></li><li class="affix"><a href="19.55.html">19.55</a></li><li class="affix"><a href="19.56.html">19.56</a></li><li class="affix"><a href="19.57.html">19.57</a></li><li class="affix"><a href="19.58.html">19.58</a></li><li class="affix"><a href="19.59.html">19.59</a></li><li class="affix"><a href="19.60.html">19.60</a></li><li class="affix"><a href="19.61.html">19.61</a></li><li class="affix"><a href="19.62.html">19.62</a></li><li class="affix"><a href="19.63.html">19.63</a></li><li class="affix"><a href="19.64.html">19.64</a></li><li class="affix"><a href="19.65.html">19.65</a></li><li class="affix"><a href="19.66.html">19.66</a></li><li class="affix"><a href="19.67.html">19.67</a></li><li class="affix"><a href="19.68.html">19.68</a></li><li class="affix"><a href="19.69.html">19.69</a></li><li class="affix"><a href="19.70.html">19.70</a></li><li class="affix"><a href="19.71.html">19.71</a></li><li class="affix"><a href="19.72.html">19.72</a></li><li class="affix"><a href="19.73.html">19.73</a></li><li class="affix"><a href="19.74.html">19.74</a></li><li class="affix"><a href="19.75.html">19.75</a></li><li class="affix"><a href="19.76.html">19.76</a></li><li class="affix"><a href="19.77.html">19.77</a></li><li class="affix"><a href="19.78.html">19.78</a></li><li class="affix"><a href="19.79.html">19.79</a></li><li class="affix"><a href="19.80.html">19.80</a></li><li class="affix"><a href="19.81.html">19.81</a></li><li class="affix"><a href="19.82.html">19.82</a></li><li class="affix"><a href="19.83.html">19.83</a></li><li class="affix"><a href="19.84.html">19.84</a></li><li class="affix"><a href="19.85.html">19.85</a></li><li class="affix"><a href="19.86.html">19.86</a></li><li class="affix"><a href="19.87.html">19.87</a></li><li class="affix"><a href="19.88.html">19.88</a></li><li class="affix"><a href="19.89.html">19.89</a></li><li class="affix"><a href="19.90.html">19.90</a></li><li class="affix"><a href="19.91.html">19.91</a></li><li class="affix"><a href="19.92.html">19.92</a></li><li class="affix"><a href="19.93.html">19.93</a></li><li class="affix"><a href="19.94.html">19.94</a></li><li class="affix"><a href="19.95.html">19.95</a></li><li class="affix"><a href="19.96.html">19.96</a></li><li class="affix"><a href="19.97.html">19.97</a></li><li class="affix"><a href="19.98.html">19.98</a></li><li class="affix"><a href="19.99.html">19.99</a></li><li class="affix"><a href="19.100.html">19.100</a></li><li class="affix"><a href="19.101.html">19.101</a></li><li class="affix"><a href="19.102.html">19.102</a></li><li class="affix"><a href="19.103.html">19.103</a></li><li class="affix"><a href="19.104.html">19.104</a></li><li class="affix"><a href="19.105.html">19.105</a></li><li class="affix"><a href="19.106.html">19.106</a></li><li class="affix"><a href="19.107.html">19.107</a></li><li class="affix"><a href="19.108.html">19.108</a></li><li class="affix"><a href="19.109.html">19.109</a></li><li class="affix"><a href="19.110.html">19.110</a></li><li class="affix"><a href="19.111.html">19.111</a></li><li class="affix"><a href="19.112.html">19.112</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</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>
<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">Table of Contents</a></li><li class="affix"><a href="index.html">18.1</a></li><li class="affix"><a href="18.2.html">18.2</a></li><li class="affix"><a href="18.3.html">18.3</a></li><li class="affix"><a href="18.4.html">18.4</a></li><li class="affix"><a href="18.5.html">18.5</a></li><li class="affix"><a href="18.6.html">18.6</a></li><li class="affix"><a href="18.7.html">18.7</a></li><li class="affix"><a href="18.8.html">18.8</a></li><li class="affix"><a href="18.9.html">18.9</a></li><li class="affix"><a href="18.10.html">18.10</a></li><li class="affix"><a href="18.11.html">18.11</a></li><li class="affix"><a href="18.12.html">18.12</a></li><li class="affix"><a href="18.13.html">18.13</a></li><li class="affix"><a href="18.14.html">18.14</a></li><li class="affix"><a href="18.15.html">18.15</a></li><li class="affix"><a href="18.16-17.html">18.16-17</a></li><li class="affix"><a href="18.18.html">18.18</a></li><li class="affix"><a href="18.19.html">18.19</a></li><li class="affix"><a href="18.20.html">18.20</a></li><li class="affix"><a href="18.21.html">18.21</a></li><li class="affix"><a href="18.22.html">18.22</a></li><li class="affix"><a href="18.23.html">18.23</a></li><li class="affix"><a href="18.24.html">18.24</a></li><li class="affix"><a href="18.25.html">18.25</a></li><li class="affix"><a href="18.26.html">18.26</a></li><li class="affix"><a href="18.27.html">18.27</a></li><li class="affix"><a href="18.28.html">18.28</a></li><li class="affix"><a href="18.29.html">18.29</a></li><li class="affix"><a href="18.30.html">18.30</a></li><li class="affix"><a href="18.31.html">18.31</a></li><li class="affix"><a href="18.32.html">18.32</a></li><li class="affix"><a href="18.33.html">18.33</a></li><li class="affix"><a href="18.34.html">18.34</a></li><li class="affix"><a href="18.35.html">18.35</a></li><li class="affix"><a href="18.36.html">18.36</a></li><li class="affix"><a href="18.37.html">18.37</a></li><li class="affix"><a href="18.38.html">18.38</a></li><li class="affix"><a href="18.39.html">18.39</a></li><li class="affix"><a href="18.40.html">18.40</a></li><li class="affix"><a href="18.41.html">18.41</a></li><li class="affix"><a href="18.42.html">18.42</a></li><li class="affix"><a href="18.43.html">18.43</a></li><li class="affix"><a href="18.44.html">18.44</a></li><li class="affix"><a href="18.45.html">18.45</a></li><li class="affix"><a href="18.46.html">18.46</a></li><li class="affix"><a href="18.47.html">18.47</a></li><li class="affix"><a href="18.48.html">18.48</a></li><li class="affix"><a href="18.49.html">18.49</a></li><li class="affix"><a href="18.50.html">18.50</a></li><li class="affix"><a href="18.51.html">18.51</a></li><li class="affix"><a href="18.52.html">18.52</a></li><li class="affix"><a href="18.53.html">18.53</a></li><li class="affix"><a href="18.54.html">18.54</a></li><li class="affix"><a href="18.55.html">18.55</a></li><li class="affix"><a href="18.56.html">18.56</a></li><li class="affix"><a href="18.57.html">18.57</a></li><li class="affix"><a href="18.58.html">18.58</a></li><li class="affix"><a href="18.59.html">18.59</a></li><li class="affix"><a href="18.60.html">18.60</a></li><li class="affix"><a href="18.61.html">18.61</a></li><li class="affix"><a href="18.62.html">18.62</a></li><li class="affix"><a href="18.63.html">18.63</a></li><li class="affix"><a href="18.64.html">18.64</a></li><li class="affix"><a href="18.65.html">18.65</a></li><li class="affix"><a href="18.66.html">18.66</a></li><li class="affix"><a href="18.67.html">18.67</a></li><li class="affix"><a href="18.68.html">18.68</a></li><li class="affix"><a href="18.69.html">18.69</a></li><li class="affix"><a href="18.70.html">18.70</a></li><li class="affix"><a href="18.71.html">18.71</a></li><li class="affix"><a href="18.72.html">18.72</a></li><li class="affix"><a href="18.73.html">18.73</a></li><li class="affix"><a href="18.74.html">18.74</a></li><li class="affix"><a href="18.75.html">18.75</a></li><li class="affix"><a href="18.76.html">18.76</a></li><li class="affix"><a href="18.77.html">18.77</a></li><li class="affix"><a href="18.78.html">18.78</a></li><li class="affix"><a href="18.79.html">18.79</a></li><li class="affix"><a href="18.80.html">18.80</a></li><li class="affix"><a href="18.81.html">18.81</a></li><li class="affix"><a href="18.82.html">18.82</a></li><li class="affix"><a href="18.83.html">18.83</a></li><li class="affix"><a href="18.84.html">18.84</a></li><li class="affix"><a href="18.85.html">18.85</a></li><li class="affix"><a href="18.86.html">18.86</a></li><li class="affix"><a href="18.87.html">18.87</a></li><li class="affix"><a href="18.88.html">18.88</a></li><li class="affix"><a href="18.89.html">18.89</a></li><li class="affix"><a href="18.90.html">18.90</a></li><li class="affix"><a href="18.91.html">18.91</a></li><li class="affix"><a href="18.92.html">18.92</a></li><li class="affix"><a href="18.93.html">18.93</a></li><li class="affix"><a href="18.94.html">18.94</a></li><li class="affix"><a href="18.95.html">18.95</a></li><li class="affix"><a href="18.96.html">18.96</a></li><li class="affix"><a href="18.97.html">18.97</a></li><li class="affix"><a href="18.98.html">18.98</a></li><li class="affix"><a href="18.99.html">18.99</a></li><li class="affix"><a href="18.100.html">18.100</a></li><li class="affix"><a href="18.101.html">18.101</a></li><li class="affix"><a href="18.102.html">18.102</a></li><li class="affix"><a href="18.103.html">18.103</a></li><li class="affix"><a href="18.104.html">18.104</a></li><li class="affix"><a href="18.105.html">18.105</a></li><li class="affix"><a href="18.106.html">18.106</a></li><li class="affix"><a href="18.107.html">18.107</a></li><li class="affix"><a href="18.108.html">18.108</a></li><li class="affix"><a href="18.109.html">18.109</a></li><li class="affix"><a href="18.110.html">18.110</a></li><li class="affix"><a href="18.111.html">18.111</a></li><li class="affix"><a href="18.112.html">18.112</a></li><li class="affix"><a href="18.113.html">18.113</a></li><li class="affix"><a href="18.114.html">18.114</a></li><li class="affix"><a href="18.115.html">18.115</a></li><li class="affix"><a href="18.116.html">18.116</a></li><li class="affix"><a href="18.117.html">18.117</a></li><li class="affix"><a href="18.118.html">18.118</a></li><li class="affix"><a href="18.119.html">18.119</a></li><li class="affix"><a href="18.120.html">18.120</a></li><li class="affix"><a href="18.121.html">18.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</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>
<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('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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.html">17.37</a></li><li class="affix"><a href="17.38.html">17.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.html">17.55</a></li><li class="affix"><a href="17.56.html">17.56</a></li><li class="affix"><a href="17.57.html">17.57</a></li><li class="affix"><a href="17.58.html">17.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></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&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&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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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-109.html">16.108-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><li class="affix"><a href="16.112.html">16.112</a></li><li class="affix"><a href="16.113.html">16.113</a></li><li class="affix"><a href="16.114.html">16.114</a></li><li class="affix"><a href="16.115.html">16.115</a></li><li class="affix"><a href="16.116.html">16.116</a></li><li class="affix"><a href="16.117.html">16.117</a></li><li class="affix"><a href="16.118.html">16.118</a></li><li class="affix"><a href="16.119.html">16.119</a></li><li class="affix"><a href="16.120.html">16.120</a></li><li class="affix"><a href="16.121-122.html">16.121-122</a></li><li class="affix"><a href="16.123.html">16.123</a></li><li class="affix"><a href="16.124.html">16.124</a></li><li class="affix"><a href="16.125.html">16.125</a></li><li class="affix"><a href="16.126.html">16.126</a></li><li class="affix"><a href="16.127.html">16.127</a></li><li class="affix"><a href="16.128.html">16.128</a></li><li class="affix"><a href="16.129.html">16.129</a></li><li class="affix"><a href="16.130.html">16.130</a></li><li class="affix"><a href="16.131.html">16.131</a></li><li class="affix"><a href="16.132.html">16.132</a></li><li class="affix"><a href="16.133.html">16.133</a></li><li class="affix"><a href="16.134.html">16.134</a></li><li class="affix"><a href="16.135.html">16.135</a></li><li class="affix"><a href="16.136.html">16.136</a></li><li class="affix"><a href="16.137.html">16.137</a></li><li class="affix"><a href="16.138.html">16.138</a></li><li class="affix"><a href="16.139.html">16.139</a></li><li class="affix"><a href="16.140.html">16.140</a></li><li class="affix"><a href="16.141.html">16.141</a></li><li class="affix"><a href="16.142.html">16.142</a></li><li class="affix"><a href="16.143.html">16.143</a></li><li class="affix"><a href="16.144.html">16.144</a></li><li class="affix"><a href="16.145.html">16.145</a></li><li class="affix"><a href="16.146.html">16.146</a></li><li class="affix"><a href="16.147.html">16.147</a></li><li class="affix"><a href="16.148.html">16.148</a></li><li class="affix"><a href="16.149.html">16.149</a></li><li class="affix"><a href="16.150.html">16.150</a></li><li class="affix"><a href="16.151.html">16.151</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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&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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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><li class="affix"><a href="15.35.html">15.35</a></li><li class="affix"><a href="15.36.html">15.36</a></li><li class="affix"><a href="15.37.html">15.37</a></li><li class="affix"><a href="15.38.html">15.38</a></li><li class="affix"><a href="15.39.html">15.39</a></li><li class="affix"><a href="15.40.html">15.40</a></li><li class="affix"><a href="15.41.html">15.41</a></li><li class="affix"><a href="15.42.html">15.42</a></li><li class="affix"><a href="15.43.html">15.43</a></li><li class="affix"><a href="15.44.html">15.44</a></li><li class="affix"><a href="15.45.html">15.45</a></li><li class="affix"><a href="15.46.html">15.46</a></li><li class="affix"><a href="15.47.html">15.47</a></li><li class="affix"><a href="15.48.html">15.48</a></li><li class="affix"><a href="15.49.html">15.49</a></li><li class="affix"><a href="15.50.html">15.50</a></li><li class="affix"><a href="15.51.html">15.51</a></li><li class="affix"><a href="15.52.html">15.52</a></li><li class="affix"><a href="15.53.html">15.53</a></li><li class="affix"><a href="15.54.html">15.54</a></li><li class="affix"><a href="15.55.html">15.55</a></li><li class="affix"><a href="15.56.html">15.56</a></li><li class="affix"><a href="15.57.html">15.57</a></li><li class="affix"><a href="15.58.html">15.58</a></li><li class="affix"><a href="15.59.html">15.59</a></li><li class="affix"><a href="15.60.html">15.60</a></li><li class="affix"><a href="15.61.html">15.61</a></li><li class="affix"><a href="15.62.html">15.62</a></li><li class="affix"><a href="15.63.html">15.63</a></li><li class="affix"><a href="15.64.html">15.64</a></li><li class="affix"><a href="15.65.html">15.65</a></li><li class="affix"><a href="15.66.html">15.66</a></li><li class="affix"><a href="15.67.html">15.67</a></li><li class="affix"><a href="15.68.html">15.68</a></li><li class="affix"><a href="15.69.html">15.69</a></li><li class="affix"><a href="15.70.html">15.70</a></li><li class="affix"><a href="15.71.html">15.71</a></li><li class="affix"><a href="15.72.html">15.72</a></li><li class="affix"><a href="15.73.html">15.73</a></li><li class="affix"><a href="15.74.html">15.74</a></li><li class="affix"><a href="15.75.html">15.75</a></li><li class="affix"><a href="15.76.html">15.76</a></li><li class="affix"><a href="15.77.html">15.77</a></li><li class="affix"><a href="15.78.html">15.78</a></li><li class="affix"><a href="15.79.html">15.79</a></li><li class="affix"><a href="15.80.html">15.80</a></li><li class="affix"><a href="15.81.html">15.81</a></li><li class="affix"><a href="15.82.html">15.82</a></li><li class="affix"><a href="15.83.html">15.83</a></li><li class="affix"><a href="15.84.html">15.84</a></li><li class="affix"><a href="15.85.html">15.85</a></li><li class="affix"><a href="15.86.html">15.86</a></li><li class="affix"><a href="15.87.html">15.87</a></li><li class="affix"><a href="15.88.html">15.88</a></li><li class="affix"><a href="15.89.html">15.89</a></li><li class="affix"><a href="15.90.html">15.90</a></li><li class="affix"><a href="15.91.html">15.91</a></li><li class="affix"><a href="15.92.html">15.92</a></li><li class="affix"><a href="15.93.html">15.93</a></li><li class="affix"><a href="15.94.html">15.94</a></li><li class="affix"><a href="15.95.html">15.95</a></li><li class="affix"><a href="15.96.html">15.96</a></li><li class="affix"><a href="15.97.html">15.97</a></li><li class="affix"><a href="15.98.html">15.98</a></li><li class="affix"><a href="15.99.html">15.99</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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&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;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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-66.html">14.65-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><li class="affix"><a href="14.98.html">14.98</a></li><li class="affix"><a href="14.99.html">14.99</a></li><li class="affix"><a href="14.100.html">14.100</a></li><li class="affix"><a href="14.101.html">14.101</a></li><li class="affix"><a href="14.102.html">14.102</a></li><li class="affix"><a href="14.103.html">14.103</a></li><li class="affix"><a href="14.104.html">14.104</a></li><li class="affix"><a href="14.105.html">14.105</a></li><li class="affix"><a href="14.106.html">14.106</a></li><li class="affix"><a href="14.107.html">14.107</a></li><li class="affix"><a href="14.108.html">14.108</a></li><li class="affix"><a href="14.109.html">14.109</a></li><li class="affix"><a href="14.110.html">14.110</a></li><li class="affix"><a href="14.111.html">14.111</a></li><li class="affix"><a href="14.112.html">14.112</a></li><li class="affix"><a href="14.113.html">14.113</a></li><li class="affix"><a href="14.114.html">14.114</a></li><li class="affix"><a href="14.115.html">14.115</a></li><li class="affix"><a href="14.116.html">14.116</a></li><li class="affix"><a href="14.117.html">14.117</a></li><li class="affix"><a href="14.118.html">14.118</a></li><li class="affix"><a href="14.119.html">14.119</a></li><li class="affix"><a href="14.120.html">14.120</a></li><li class="affix"><a href="14.121.html">14.121</a></li><li class="affix"><a href="14.122.html">14.122</a></li><li class="affix"><a href="14.123.html">14.123</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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.html">13.54</a></li><li class="affix"><a href="13.55.html">13.55</a></li><li class="affix"><a href="13.56.html">13.56</a></li><li class="affix"><a href="13.57.html">13.57</a></li><li class="affix"><a href="13.58.html">13.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><li class="affix"><a href="13.125.html">13.125</a></li><li class="affix"><a href="13.126.html">13.126</a></li><li class="affix"><a href="13.127.html">13.127</a></li><li class="affix"><a href="13.128.html">13.128</a></li><li class="affix"><a href="13.129.html">13.129</a></li><li class="affix"><a href="13.130.html">13.130</a></li><li class="affix"><a href="13.131.html">13.131</a></li><li class="affix"><a href="13.132.html">13.132</a></li><li class="affix"><a href="13.133.html">13.133</a></li><li class="affix"><a href="13.134.html">13.134</a></li><li class="affix"><a href="13.135.html">13.135</a></li><li class="affix"><a href="13.136-137.html">13.136-137</a></li><li class="affix"><a href="13.138.html">13.138</a></li><li class="affix"><a href="13.139.html">13.139</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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-47.html">12.46-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><li class="affix"><a href="12.97.html">12.97</a></li><li class="affix"><a href="12.98.html">12.98</a></li><li class="affix"><a href="12.99.html">12.99</a></li><li class="affix"><a href="12.100.html">12.100</a></li><li class="affix"><a href="12.101.html">12.101</a></li><li class="affix"><a href="12.102.html">12.102</a></li><li class="affix"><a href="12.103.html">12.103</a></li><li class="affix"><a href="12.104.html">12.104</a></li><li class="affix"><a href="12.105.html">12.105</a></li><li class="affix"><a href="12.106.html">12.106</a></li><li class="affix"><a href="12.107.html">12.107</a></li><li class="affix"><a href="12.108.html">12.108</a></li><li class="affix"><a href="12.109.html">12.109</a></li><li class="affix"><a href="12.110.html">12.110</a></li><li class="affix"><a href="12.111.html">12.111</a></li><li class="affix"><a href="12.112.html">12.112</a></li><li class="affix"><a href="12.113.html">12.113</a></li><li class="affix"><a href="12.114.html">12.114</a></li><li class="affix"><a href="12.115.html">12.115</a></li><li class="affix"><a href="12.116.html">12.116</a></li><li class="affix"><a href="12.117.html">12.117</a></li><li class="affix"><a href="12.118.html">12.118</a></li><li class="affix"><a href="12.119.html">12.119</a></li><li class="affix"><a href="12.120.html">12.120</a></li><li class="affix"><a href="12.121.html">12.121</a></li><li class="affix"><a href="12.122.html">12.122</a></li><li class="affix"><a href="12.123.html">12.123</a></li><li class="affix"><a href="12.124.html">12.124</a></li><li class="affix"><a href="12.125.html">12.125</a></li><li class="affix"><a href="12.126.html">12.126</a></li><li class="affix"><a href="12.127.html">12.127</a></li><li class="affix"><a href="12.128.html">12.128</a></li><li class="affix"><a href="12.129.html">12.129</a></li><li class="affix"><a href="12.130.html">12.130</a></li><li class="affix"><a href="12.131.html">12.131</a></li><li class="affix"><a href="12.132.html">12.132</a></li><li class="affix"><a href="12.133.html">12.133</a></li><li class="affix"><a href="12.134.html">12.134</a></li><li class="affix"><a href="12.135.html">12.135</a></li><li class="affix"><a href="12.136.html">12.136</a></li><li class="affix"><a href="12.137.html">12.137</a></li><li class="affix"><a href="12.138.html">12.138</a></li><li class="affix"><a href="12.139.html">12.139</a></li><li class="affix"><a href="12.140.html">12.140</a></li><li class="affix"><a href="12.141.html">12.141</a></li><li class="affix"><a href="12.142.html">12.142</a></li><li class="affix"><a href="12.143.html">12.143</a></li><li class="affix"><a href="12.144.html">12.144</a></li><li class="affix"><a href="12.145.html">12.145</a></li><li class="affix"><a href="12.146.html">12.146</a></li><li class="affix"><a href="12.147.html">12.147</a></li><li class="affix"><a href="12.148.html">12.148</a></li><li class="affix"><a href="12.149.html">12.149</a></li><li class="affix"><a href="12.150.html">12.150</a></li><li class="affix"><a href="12.151.html">12.151</a></li><li class="affix"><a href="12.152.html">12.152</a></li><li class="affix"><a href="12.153.html">12.153</a></li><li class="affix"><a href="12.154.html">12.154</a></li><li class="affix"><a href="12.155.html">12.155</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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.html">11.14</a></li><li class="affix"><a href="11.15.html">11.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><li class="affix"><a href="11.62.html">11.62</a></li><li class="affix"><a href="11.63.html">11.63</a></li><li class="affix"><a href="11.64.html">11.64</a></li><li class="affix"><a href="11.65.html">11.65</a></li><li class="affix"><a href="11.66.html">11.66</a></li><li class="affix"><a href="11.67.html">11.67</a></li><li class="affix"><a href="11.68.html">11.68</a></li><li class="affix"><a href="11.69.html">11.69</a></li><li class="affix"><a href="11.70.html">11.70</a></li><li class="affix"><a href="11.71.html">11.71</a></li><li class="affix"><a href="11.72.html">11.72</a></li><li class="affix"><a href="11.73.html">11.73</a></li><li class="affix"><a href="11.74.html">11.74</a></li><li class="affix"><a href="11.75.html">11.75</a></li><li class="affix"><a href="11.76.html">11.76</a></li><li class="affix"><a href="11.77.html">11.77</a></li><li class="affix"><a href="11.78.html">11.78</a></li><li class="affix"><a href="11.79.html">11.79</a></li><li class="affix"><a href="11.80.html">11.80</a></li><li class="affix"><a href="11.81.html">11.81</a></li><li class="affix"><a href="11.82.html">11.82</a></li><li class="affix"><a href="11.83.html">11.83</a></li><li class="affix"><a href="11.84.html">11.84</a></li><li class="affix"><a href="11.85.html">11.85</a></li><li class="affix"><a href="11.86.html">11.86</a></li><li class="affix"><a href="11.87.html">11.87</a></li><li class="affix"><a href="11.88.html">11.88</a></li><li class="affix"><a href="11.89.html">11.89</a></li><li class="affix"><a href="11.90.html">11.90</a></li><li class="affix"><a href="11.91-93.html">11.91-93</a></li><li class="affix"><a href="11.94.html">11.94</a></li><li class="affix"><a href="11.95.html">11.95</a></li><li class="affix"><a href="11.96.html">11.96</a></li><li class="affix"><a href="11.97.html">11.97</a></li><li class="affix"><a href="11.98.html">11.98</a></li><li class="affix"><a href="11.99.html">11.99</a></li><li class="affix"><a href="11.100.html">11.100</a></li><li class="affix"><a href="11.101.html">11.101</a></li><li class="affix"><a href="11.102.html">11.102</a></li><li class="affix"><a href="11.103.html">11.103</a></li><li class="affix"><a href="11.104.html">11.104</a></li><li class="affix"><a href="11.105.html">11.105</a></li><li class="affix"><a href="11.106.html">11.106</a></li><li class="affix"><a href="11.107.html">11.107</a></li><li class="affix"><a href="11.108.html">11.108</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">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-11.html">10.9-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-16.html">10.15-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-30.html">10.29-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.html">10.78</a></li><li class="affix"><a href="10.79.html">10.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-84.html">10.83-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.html">10.124</a></li><li class="affix"><a href="10.125-126.html">10.125-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-141.html">10.140-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.html">10.152</a></li><li class="affix"><a href="10.153.html">10.153</a></li><li class="affix"><a href="10.154-155.html">10.154-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></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;
<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('&quot;') &amp;&amp; theme.endsWith('&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) { }
</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">Table of Contents</a></li><li class="affix"><a href="index.html">1.1</a></li><li class="affix"><a href="1.2.html">1.2</a></li><li class="affix"><a href="1.3-4.html">1.3-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.html">1.65</a></li><li class="affix"><a href="1.66.html">1.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.html">1.69</a></li><li class="affix"><a href="1.70.html">1.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.html">1.73</a></li><li class="affix"><a href="1.74.html">1.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.html">1.79</a></li><li class="affix"><a href="1.80.html">1.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.html">1.85</a></li><li class="affix"><a href="1.86.html">1.86</a></li><li class="affix"><a href="1.87.html">1.87</a></li><li class="affix"><a href="1.88.html">1.88</a></li><li class="affix"><a href="1.89.html">1.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-104.html">1.103-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.html">1.108</a></li><li class="affix"><a href="1.109.html">1.109</a></li><li class="affix"><a href="1.110.html">1.110</a></li><li class="affix"><a href="1.111.html">1.111</a></li><li class="affix"><a href="1.112.html">1.112</a></li><li class="affix"><a href="1.113.html">1.113</a></li><li class="affix"><a href="1.114.html">1.114</a></li><li class="affix"><a href="1.115.html">1.115</a></li><li class="affix"><a href="1.116.html">1.116</a></li><li class="affix"><a href="1.117.html">1.117</a></li><li class="affix"><a href="1.118.html">1.118</a></li><li class="affix"><a href="1.119.html">1.119</a></li><li class="affix"><a href="1.120.html">1.120</a></li><li class="affix"><a href="1.121.html">1.121</a></li><li class="affix"><a href="1.122.html">1.122</a></li><li class="affix"><a href="1.123.html">1.123</a></li><li class="affix"><a href="1.124.html">1.124</a></li><li class="affix"><a href="1.125.html">1.125</a></li><li class="affix"><a href="1.126.html">1.126</a></li><li class="affix"><a href="1.127.html">1.127</a></li><li class="affix"><a href="1.128.html">1.128</a></li><li class="affix"><a href="1.129.html">1.129</a></li><li class="affix"><a href="1.130.html">1.130</a></li><li class="affix"><a href="1.131.html">1.131</a></li><li class="affix"><a href="1.132.html">1.132</a></li><li class="affix"><a href="1.133.html">1.133</a></li><li class="affix"><a href="1.134.html">1.134</a></li><li class="affix"><a href="1.135.html">1.135</a></li><li class="affix"><a href="1.136.html">1.136</a></li><li class="affix"><a href="1.137.html">1.137</a></li><li class="affix"><a href="1.138.html">1.138</a></li><li class="affix"><a href="1.139.html">1.139</a></li><li class="affix"><a href="1.140.html">1.140</a></li><li class="affix"><a href="1.141.html">1.141</a></li><li class="affix"><a href="1.142.html">1.142</a></li><li class="affix"><a href="1.143.html">1.143</a></li><li class="affix"><a href="1.144.html">1.144</a></li><li class="affix"><a href="1.145.html">1.145</a></li><li class="affix"><a href="1.146.html">1.146</a></li><li class="affix"><a href="1.147.html">1.147</a></li><li class="affix"><a href="1.148.html">1.148</a></li><li class="affix"><a href="1.149.html">1.149</a></li><li class="affix"><a href="1.150.html">1.150</a></li><li class="affix"><a href="1.151.html">1.151</a></li><li class="affix"><a href="1.152.html">1.152</a></li><li class="affix"><a href="1.153.html">1.153</a></li><li class="affix"><a href="1.154.html">1.154</a></li><li class="affix"><a href="1.155.html">1.155</a></li><li class="affix"><a href="1.156.html">1.156</a></li><li class="affix"><a href="1.157.html">1.157</a></li><li class="affix"><a href="1.158.html">1.158</a></li><li class="affix"><a href="1.159.html">1.159</a></li><li class="affix"><a href="1.160.html">1.160</a></li><li class="affix"><a href="1.161.html">1.161</a></li><li class="affix"><a href="1.162.html">1.162</a></li><li class="affix"><a href="1.163.html">1.163</a></li><li class="affix"><a href="1.164.html">1.164</a></li><li class="affix"><a href="1.165.html">1.165</a></li><li class="affix"><a href="1.166.html">1.166</a></li><li class="affix"><a href="1.167.html">1.167</a></li><li class="affix"><a href="1.168.html">1.168</a></li><li class="affix"><a href="1.169.html">1.169</a></li><li class="affix"><a href="1.170.html">1.170</a></li><li class="affix"><a href="1.171.html">1.171</a></li><li class="affix"><a href="1.172.html">1.172</a></li><li class="affix"><a href="1.173.html">1.173</a></li><li class="affix"><a href="1.174.html">1.174</a></li><li class="affix"><a href="1.175.html">1.175</a></li><li class="affix"><a href="1.176.html">1.176</a></li><li class="affix"><a href="1.177.html">1.177</a></li><li class="affix"><a href="1.178.html">1.178</a></li><li class="affix"><a href="1.179.html">1.179</a></li><li class="affix"><a href="1.180.html">1.180</a></li><li class="affix"><a href="1.181.html">1.181</a></li><li class="affix"><a href="1.182.html">1.182</a></li><li class="affix"><a href="1.183.html">1.183</a></li><li class="affix"><a href="1.184.html">1.184</a></li><li class="affix"><a href="1.185.html">1.185</a></li><li class="affix"><a href="1.186.html">1.186</a></li><li class="affix"><a href="1.187.html">1.187</a></li><li class="affix"><a href="1.188.html">1.188</a></li><li class="affix"><a href="1.189.html">1.189</a></li><li class="affix"><a href="1.190.html">1.190</a></li><li class="affix"><a href="1.191.html">1.191</a></li><li class="affix"><a href="1.192.html">1.192</a></li><li class="affix"><a href="1.193.html">1.193</a></li><li class="affix"><a href="1.194.html">1.194</a></li><li class="affix"><a href="1.195.html">1.195</a></li><li class="affix"><a href="1.196.html">1.196</a></li><li class="affix"><a href="1.197.html">1.197</a></li><li class="affix"><a href="1.198.html">1.198</a></li><li class="affix"><a href="1.199.html">1.199</a></li><li class="affix"><a href="1.200.html">1.200</a></li><li class="affix"><a href="1.201.html">1.201</a></li><li class="affix"><a href="1.202.html">1.202</a></li><li class="affix"><a href="1.203.html">1.203</a></li><li class="affix"><a href="1.204.html">1.204</a></li><li class="affix"><a href="1.205.html">1.205</a></li><li class="affix"><a href="1.206.html">1.206</a></li><li class="affix"><a href="1.207.html">1.207</a></li><li class="affix"><a href="1.208.html">1.208</a></li><li class="affix"><a href="1.209.html">1.209</a></li><li class="affix"><a href="1.210.html">1.210</a></li><li class="affix"><a href="1.211.html">1.211</a></li><li class="affix"><a href="1.212.html">1.212</a></li><li class="affix"><a href="1.213.html">1.213</a></li><li class="affix"><a href="1.214.html">1.214</a></li><li class="affix"><a href="1.215.html">1.215</a></li><li class="affix"><a href="1.216.html">1.216</a></li><li class="affix"><a href="1.217.html">1.217</a></li><li class="affix"><a href="1.218.html">1.218</a></li><li class="affix"><a href="1.219.html">1.219</a></li><li class="affix"><a href="1.220.html">1.220</a></li><li class="affix"><a href="1.221.html">1.221</a></li><li class="affix"><a href="1.222.html">1.222</a></li><li class="affix"><a href="1.223.html">1.223</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
&lt;div class=&quot;page&quot;&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;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;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&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;lt;/div&amp;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;h1&amp;gt;&amp;lt;a class=&amp;quot;header&amp;quot; href=&amp;quot;#home&amp;quot; id=&amp;quot;home&amp;quot;&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;
&amp;amp;lt;/main&amp;amp;gt;
&amp;amp;lt;nav class=&amp;amp;quot;nav-wrapper&amp;amp;quot; aria-label=&amp;amp;quot;Page navigation&amp;amp;quot;&amp;amp;gt;
&amp;amp;lt;!-- Mobile navigation buttons --&amp;amp;gt;
&amp;amp;amp;lt;a rel=&amp;amp;amp;quot;next&amp;amp;amp;quot; href=&amp;amp;amp;quot;../index.html&amp;amp;amp;quot; class=&amp;amp;amp;quot;mobile-nav-chapters next&amp;amp;amp;quot; title=&amp;amp;amp;quot;Next chapter&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Next chapter&amp;amp;amp;quot; aria-keyshortcuts=&amp;amp;amp;quot;Right&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i class=&amp;amp;amp;quot;fa fa-angle-right&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 style=&amp;amp;amp;quot;clear: both&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;lt;/nav&amp;amp;gt;
&amp;lt;/div&amp;gt;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
&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;
&lt;/div&gt;
&lt;nav class=&quot;nav-wide-wrapper&quot; aria-label=&quot;Page navigation&quot;&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;
&lt;/nav&gt;
</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>
</main>
<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
&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;
</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>
</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>
</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>
Table of Contents
2.1
vande ’ham sri-guroh sri-yuta-pada-kamalam sri-gurun vaisnavams ca
sri-rupam sagrajatam saha-gana-raghunathanvitam tam sa-jivam
sadvaitam savadhutam parijana-sahitam krsna-caitanya-devam
sri-radha-krsna-padan saha-gana-lalita-sri-visakhanvitams ca
SYNONYMS
vande—offer my respectful obeisances; aham—I; sri-guroh—of my initiating spiritual master or instructing spiritual master; sri-yuta-pada-kamalam—unto the opulent lotus feet; sri-gurun—unto the spiritual masters in the parampara system, beginning from Madhavendra Puri down to Srila Bhaktisiddhanta Sarasvati Thakura Prabhupada; vaisnavan—unto all the Vaisnavas, beginning from Lord Brahma and others coming from the very start of the creation; ca—and; sri-rupam—unto Srila Rupa Gosvami; sa-agra-jatam—with his elder brother, Sri Sanatana Gosvami; saha-gana-raghunatha-anvitam—with Raghunatha dasa Gosvami and his associates; tam—unto him; sa-jivam—with Jiva Gosvami; sa-advaitam—with Advaita Acarya; sa-avadhutam—with Nityananda Prabhu; parijana-sahitam—and with Srivasa Thakura and all the other devotees; krsna-caitanya-devam—unto Lord Sri Caitanya Mahaprabhu; sri-radha-krsna-padan—unto the lotus feet of the all-opulent Sri Krsna and Radharani; saha-gana—with associates; lalita-sri-visakha-anvitan—accompanied by Lalita and Sri Visakha; ca—also.
I offer my respectful obeisances unto the lotus feet of my spiritual master and of all the other preceptors on the path of devotional service.
I offer my respectful obeisances unto all the Vaisnavas and unto the six Gosvamis, including Srila Rupa Gosvami, Srila Sanatana Gosvami, Raghunatha dasa Gosvami, Jiva Gosvami and their associates.
I offer my respectful obeisances unto Sri Advaita Acarya Prabhu, Sri Nityananda Prabhu, Sri Caitanya Mahaprabhu, and all His devotees, headed by Srivasa Thakura.
I then offer my respectful obeisances unto the lotus feet of Lord Krsna, Srimati Radharani and all the gopis, headed by Lalita and Visakha.
2.2
jaya jaya sri-caitanya jaya nityananda
jayadvaita-candra jaya gaura-bhakta-vrnda
SYNONYMS
jaya jaya—all glories; sri-caitanya—to Sri Caitanya; jaya—all glories; nityananda—to Lord Nityananda; jaya advaita-candra—all glories to Advaita Acarya; jaya—all glories; gaura-bhakta-vrnda—to the devotees of Lord Caitanya.
All glories to Sri Caitanya Mahaprabhu! All glories to Nityananda Prabhu! All glories to Advaita Acarya! And all glories to all the devotees of Sri Caitanya Mahaprabhu!
2.3
sarva-loka uddharite gaura-avatara
nistarera hetu tara trividha prakara
SYNONYMS
sarva-loka—all the worlds; uddharite—to deliver; gaura-avatara—the incarnation of Lord Sri Caitanya Mahaprabhu; nistarera hetu—causes of the deliverance of all people; tara—His; tri-vidha prakara—three kinds.
In His incarnation as Sri Caitanya Mahaprabhu, Lord Sri Krsna descended to deliver all the living beings in the three worlds, from Brahmaloka down to Patalaloka.
He caused their deliverance in three ways.
2.4
saksat-darsana, ara yogya-bhakta-jive
’avesa’ karaye kahan, kahan ’avirbhave’
SYNONYMS
saksat-darsana—direct meeting; ara—and; yogya-bhakta—perfect devotee; jive—living beings; avesa karaye—empowers with specific spiritual potencies; kahan—somewhere; kahan—in other places; avirbhave—by appearing Himself.
The Lord delivered the fallen souls in some places by meeting them directly, in other places by empowering a pure devotee, and in still other places by appearing before someone Himself.
2.5-6
’saksat-darsane’ praya saba nistarila
nakula-brahmacarira dehe ’avista’ ha-ila
pradyumna-nrsimhananda age kaila ’avirbhava’
’loka nistariba’,--ei isvara-svabhava
SYNONYMS
saksat-darsane—by direct meeting; praya—almost; saba—all; nistarila—delivered; nakula-brahmacarira—of a brahmacari named Nakula; dehe—in the body; avista ha-ila—entered; pradyumna-nrsimhananda—Pradyumna Nrsimhananda; age—in front of; kaila—made; avirbhava—appearance; loka nistariba—I shall deliver all the fallen souls; ei—this; isvara-svabhava—the characteristic of the Supreme Personality of Godhead.
Sri Caitanya Mahaprabhu delivered almost all the fallen souls by directly meeting them.
He delivered others by entering the body of Nakula Brahmacari and by appearing before Nrsimhananda Brahmacari “I shall deliver the fallen souls.” This statement characterizes the Supreme Personality of Godhead.
PURPORT
The Lord always manifested His avirbhava appearance in the following four places: (1) the house of Srimati Sacimata, (2) wherever Nityananda Prabhu danced in ecstasy, (3) the house of Srivasa (when kirtana was performed), and (4) the house of Raghava Pandita.
Lord Caitanya Himself appeared in these four places.
2.7
saksat-darsane saba jagat tarila
eka-bara ye dekhila, se krtartha ha-ila
SYNONYMS
saksat-darsane—by direct meetings; saba—all; jagat—the universe; tarila—He delivered; eka-bara—once; ye—anyone who; dekhila—saw; se—he; krta-artha—fully satisfied; ha-ila—became.
When Sri Caitanya Mahaprabhu was personally present, anyone in the world who met Him even once was fully satisfied and became spiritually advanced.
2.8
gauda-desera bhakta-gana pratyabda asiya
punah gauda-dese yaya prabhure miliya
SYNONYMS
gauda-desera—of Bengal; bhakta-gana—devotees; prati-abda—every year; asiya—coming; punah—again; gauda-dese—to Bengal; yaya—return; prabhure—Sri Caitanya Mahaprabhu; miliya—after meeting.
Every year, devotees from Bengal would go to Jagannatha Puri to meet Sri Caitanya Mahaprabhu, and after the meeting they would return to Bengal.
2.9
ara nana-desera loka asi’ jagannatha
caitanya-carana dekhi’ ha-ila krtartha
SYNONYMS
ara—again; nana-desera—of different provinces; loka—people; asi’-coming; jagannatha—to Jagannatha Puri; caitanya-carana—the lotus feet of Sri Caitanya Mahaprabhu; dekhi’-seeing; ha-ila—became; krta-artha—fully satisfied.
Similarly, people who went to Jagannatha Puri from various provinces of India were fully satisfied after seeing the lotus feet of Sri Caitanya Mahaprabhu.
2.10
sapta-dvipera loka ara nava-khanda-vasi
deva, gandharva, kinnara manusya-vese asi’
SYNONYMS
sapta-dvipera loka—people from all of the seven islands within the universe; ara—and; nava-khanda-vasi—the in habitants of the nine khandas; deva—demigods; gandharva—the inhabitants of Gandharvaloka; kinnara—the inhabitants of Kinnaraloka; manusya-vese—in the form of human beings; asi’-coming.
People from all over the universe, including the seven islands, the nine khandas, the planets of the demigods, Gandharvaloka and Kinnaraloka, would go there in the forms of human beings.
PURPORT
For an explanation of sapta-dvipa, see Madhya-lila, Chapter Twenty, verse 218, and Srimad-Bhagavatam, Fifth Canto, Chapters Sixteen and Twenty in the Siddhanta-siromani, Chapter One (Goladhyaya), in the Bhuvana-kosa section, the nine khandas are mentioned as follows:
aindram kaseru sakalam kila tamraparnam
anyad gabhastimad atas ca kumarikakhyam
nagam ca saumyam iha varunam antya-khandam
gandharva-samjnam iti bharata-varsa-madhye “Within Bharata-varsa, there are nine khandas.
2.11
prabhure dekhiya yaya ’vaisnava’ hana
krsna bali’ nace saba premavista hana
SYNONYMS
prabhure dekhiya—by seeing the Lord; yaya—they return; vaisnava hana—having become devotees of the Supreme Personality of Godhead, Krsna; krsna bali’-chanting Krsna; nace—dance; saba—all of them; prema-avista hana overwhelmed by ecstatic love.
Having seen the Lord, they all became Vaisnavas.
Thus they danced and chanted the Hare Krsna mantra in ecstatic love of Godhead.
2.12
ei-mata darsane trijagat nistari
ye keha asite nare aneka samsari
SYNONYMS
ei-mata—in this way; darsane—by direct visits; tri-jagat—the three worlds; nistari—delivering; ye keha—some who; asite nare—could not come; aneka—many; samsari—persons entangled in this material world.
Thus by direct meetings, Sri Caitanya Mahaprabhu delivered the three worlds.
Some people, however, could not go and were entangled in material activities.
2.13
ta-saba tarite prabhu sei saba dese
yogya-bhakta jiva-dehe karena ’avese’
SYNONYMS
ta-saba—all of them; tarite—to deliver; prabhu—Sri Caitanya Mahaprabhu; sei—those; saba—all; dese—in countries; yogya-bhakta—a suitable devotee; jiva-dehe—in the body of such a living entity; karena—does; avese—entrance.
To deliver people in regions throughout the universe who could not meet Him, Sri Caitanya Mahaprabhu personally entered the bodies of pure devotees.
2.14
sei jive nija-bhakti karena prakase
tahara darsane ’vaisnava’ haya sarva-dese
SYNONYMS
sei jive—in that living being; nija-bhakti—His own devotion; karena prakase—manifests directly; tahara darsane—by seeing such an empowered devotee; vaisnava—devotees of Krsna; haya—become; sarva-dese—in all other countries.
Thus He empowered living beings (His pure devotees) by manifesting in them so much of His own devotion that people in all other countries became devotees by seeing them.
PURPORT
As stated in Caitanya-caritamrta (Antya 7.11):
kali-kalera dharma-krsna-nama-sankirtana
krsna-sakti vina nahe tara pravartana Unless one is empowered by the Supreme Personality of Godhead, Sri Caitanya Mahaprabhu, one cannot spread the holy names of the Hare Krsna maha-mantra throughout the world.
Persons who do so are empowered.
Therefore they are sometimes called avesa-avataras or incarnations, for they are endowed with the power of Sri Caitanya Mahaprabhu.
2.15
ei-mata avese tarila tribhuvana
gaude yaiche avesa, kari dig darasana
SYNONYMS
ei-mata—in this way; avese—by empowering; tarila tri-bhuvana—delivered the entire three worlds; gaude—in Bengal; yaiche—how; avesa—empowering; kari dik darasana—I shall describe in brief.
In this way Sri Caitanya Mahaprabhu delivered the entire three worlds, not only by His personal presence but also by empowering others.
I shall briefly describe how He empowered a living being in Bengal.
2.16
ambuya-muluke haya nakula-brahmacari
parama-vaisnava tenho bada adhikari
SYNONYMS
ambuya-muluke—in the province known as Ambuya; haya—here is; nakula-brahmacari—a person known as Nakula Brahmacari; parama-vaisnava—a perfectly pure devotee; tenho—he; bada adhikari—very advanced in devotional service.
In Ambuya-muluka there was a person named Nakula Brahmacari, who was a perfectly pure devotee, greatly advanced in devotional service.
PURPORT
Srila Bhaktivinoda Thakura says that Ambuya-muluka is the present Ambika, a city in the Vardhamana district of West Bengal.
Formerly, during the Mohammedan regime, it was known as Ambuya-muluka.
In this city there is a neighborhood called Pyariganja, and that is where Nakula Brahmacari used to live.
2.17
gauda-desera loka nistarite mana haila
nakula-hrdaye prabhu ’avesa’ karila
SYNONYMS
gauda-desera loka—the people of Bengal; nistarite—to deliver; mana haila—wanted; nakula-hrdaye—in the heart of Nakula Brahmacari; prabhu—Sri Caitanya Mahaprabhu; avesa karila—entered.
Desiring to deliver all the people of Bengal, Sri Caitanya Mahaprabhu entered the heart of Nakula Brahmacari.
2.18
graha-grasta-praya nakula premavista hana
hase, kande, nace, gaya unmatta hana
SYNONYMS
graha-grasta-praya—exactly like one haunted by a ghost; nakula—Nakula Brahmacari; prema-avista hana—being overwhelmed by ecstatic love of God; hase—laughs; kande—cries; nace—dances; gaya—chants; unmatta hana—just like a madman.
Nakula Brahmacari became exactly like a man haunted by a ghost.
Thus he sometimes laughed, sometimes cried, sometimes danced and sometimes chanted like a madman.
2.19
asru, kampa, stambha, sveda, sattvika vikara
nirantara preme nrtya, saghana hunkara
SYNONYMS
asru—tears; kampa—trembling; stambha—becoming stunned; sveda—perspiration; sattvika vikara—all such transcendental transformations; nirantara—continuously; preme nrtya—dancing in ecstatic love; sa-ghana hunkara—a sound like that of a cloud.
He continuously exhibited bodily transformations of transcendental love.
Thus he cried, trembled, became stunned, perspired, danced in love of Godhead and made sounds like those of a cloud.
2.20
taiche gaura-kanti, taiche sada premavesa
taha dekhibare aise sarva gauda-desa
SYNONYMS
taiche—in that way; gaura-kanti—a bodily luster like that of Lord Sri Caitanya Mahaprabhu; taiche—similarly; sada—always; prema-avesa—absorbed in ecstatic love; taha dekhibare—to see that; aise—come; sarva—all; gauda-desa—people from all provinces of Bengal.
His body shone with the same luster as that of Sri Caitanya Mahaprabhu, and he showed the same absorption in ecstatic love of Godhead.
People came from all provinces of Bengal to see these symptoms.
2.21
yare dekhe tare kahe,--’kaha krsna-nama’
tanhara darsane loka haya premoddama
SYNONYMS
yare dekhe—to whomever he saw; tare kahe—he addresses him; kaha krsna-nama—my dear friend, chant Krsna’s holy name; tanhara darsane—by seeing him; loka haya—people became; prema-uddama—highly elevated in love of Godhead.
He advised whomever he met to chant the holy names Hare Krsna.
Thus upon seeing him, people were overwhelmed with love of Godhead.
2.22
caitanyera avesa haya nakulera dehe
suni’ sivananda aila kariya sandehe
SYNONYMS
caitanyera—of Sri Caitanya Mahaprabhu; avesa—taking possession; haya—there is; nakulera dehe—in the body of Nakula Brahmacari; suni’-hearing; sivananda aila—Sivananda Sena came; kariya sandehe—doubting.
When Sivananda Sena heard that Sri Caitanya Mahaprabhu had entered the body of Nakula Brahmacari, he went there with doubts in his mind.
2.23
pariksa karite tanra yabe iccha haila
bahire rahiya tabe vicara karila
SYNONYMS
pariksa karite—to test; tanra—of Sivananda Sena; yabe—when; iccha—desire; haila—there was; bahire rahiya—staying outside; tabe—at that time; vicara karila—considered.
Desiring to test the authenticity of Nakula Brahmacari, he stayed outside, thinking as follows.
2.24-25
"apane bolana more, iha yadi jani
amara ista-mantra jani’ kahena apani
tabe jani, inhate haya caitanya-avese"
eta cinti’ sivananda rahila dura-dese
SYNONYMS
apane—personally; bolana—calls; more—me; iha—this; yadi—if; jani—I understand; amara—my; ista-mantra—worshipable mantra; jani’-knowing; kahena apani—he says himself; tabe jani—then I shall understand; inhate—in him; haya—there is; caitanya-avese—being possessed by Sri Caitanya Mahaprabhu; eta cinti’-thinking this; sivananda—Sivananda Sena; rahila—remained; dura-dese—a little far off “If Nakula Brahmacari personally calls me and knows my worshipable mantra, then I shall understand that he is inspired by the presence of Sri Caitanya Mahaprabhu.” Thinking in this way, he stayed some distance apart.
2.26
asankhya lokera ghata,--keha aise yaya
lokera sanghatte keha darsana na paya
SYNONYMS
asankhya lokera ghata—a great crowd of people; keha—some; aise—come; yaya—go; lokera sanghatte—in the great crowd of people; keha—some of them; darsana na paya—could not see Nakula Brahmacari.
There was a large crowd of people, some coming and some going.
Indeed, some people in that great crowd could not even see Nakula Brahmacari.
2.27
avese brahmacari kahe,--’sivananda ache dure
jana dui cari yaha, bolaha tahare’
SYNONYMS
avese—in that state of possession; brahmacari kahe—Nakula Brahmacari said; sivananda—Sivananda Sena; ache dure—is staying some distance off; jana—persons; dui—two; cari—four; yaha—go; bolaha tahare—call him.
In his inspired state, Nakula Brahmacari said, “Sivananda Sena is staying some distance away.
Two or four of you go call him.”
2.28
cari-dike dhaya loke ’sivananda’ bali
sivananda kon, tomaya bolaya brahmacari
SYNONYMS
cari-dike—in four directions; dhaya loke—people began to run; sivananda bali—calling loudly the name of Sivananda; sivananda kon—whoever is Sivananda; tomaya—unto you; bolaya—calls; brahmacari—Nakula Brahmacari.
Thus people began running here and there, calling in all directions, “Sivananda! Whoever is Sivananda, please come.
Nakula Brahmacari is calling you.”
2.29
suni, sivananda sena tanha sighra aila
namaskara kari’ tanra nikate vasila
SYNONYMS
suni’-hearing; sivananda sena—of the name Sivananda Sena; tanha—there; sighra—quickly; aila—came; namaskara kari’-offering obeisances; tanra nikate—near him; vasila—sat down.
Hearing these calls, Sivananda Sena quickly went there, offered obeisances to Nakula Brahmacari, and sat down near him.
2.30
brahmacari bale,--"tumi karila samsaya
eka-mana hana suna tahara niscaya
SYNONYMS
brahmacari bale—Nakula Brahmacari said; tumi—you; karila samsaya—have doubted; eka-mana hana—with great attention; suna—please hear; tahara—for that; niscaya—settlement.
Nakula Brahmacari said, "I know that you are doubtful.
Now please hear this evidence with great attention.
2.31
’gaura-gopala mantra’ tomara cari aksara
avisvasa chada, yei kariyacha antara"
SYNONYMS
gaura-gopala mantra—the Gaura-gopala mantra; tomara—your; cari aksara—composed of four syllables; avisvasa chada—give up your doubts; yei—which; kariyacha antara—you have kept within your mind “You are chanting the Gaura-gopala mantra composed of four syllables.
Now please give up the doubts that have resided within you.”
PURPORT
Srila Bhaktivinoda Thakura explains the Gaura-gopala mantra in his Amrta-pravaha-bhasya.
Worshipers of Sri Gaurasundara accept the four syllables gau-ra-an-ga as the Gaura mantra, but pure worshipers of Radha and Krsna accept the four syllables ra-dha krs-na as the Gaura-gopala mantra.
However, Vaisnavas consider Sri Caitanya Mahaprabhu nondifferent from Radha-Krsna (sri-krsna-caitanya radha-krsna nahe anya).
Therefore one who chants the mantra Gauranga and one who chants the names of Radha and Krsna are on the same level.
2.32
tabe sivanandera mane pratiti ha-ila
aneka sammana kari’ bahu bhakti kaila
SYNONYMS
tabe—thereupon; sivanandera—of Sivananda Sena; mane—in the mind; pratiti ha-ila—there was confidence; aneka sammana kari’-offering him much respect; bahu bhakti kaila—offered him devotional service.
Sivananda Sena thereupon developed full confidence in his mind that Nakula Brahmacari was filled with the presence of Sri Caitanya Mahaprabhu.
Sivananda Sena then offered him respect and devotional service.
2.33
ei-mata mahaprabhura acintya prabhava
ebe suna prabhura yaiche haya ’avirbhava’
SYNONYMS
ei-mata—in this way; mahaprabhura—of Sri Caitanya Mahaprabhu; acintya prabhava—inconceivable influence; ebe—now; suna—hear; prabhura—of Sri Caitanya Mahaprabhu; yaiche—in which way; haya—there is; avirbhava—appearance.
In this way, one should understand the inconceivable potencies of Sri Caitanya Mahaprabhu.
Now please hear how His appearance (avirbhava) takes place.
2.34-35
sacira mandire, ara nityananda-nartane
srivasa-kirtane, ara raghava-bhavane
ei cari thani prabhura sada ’avirbhava’
premakrsta haya,--prabhura sahaja svabhava
SYNONYMS
sacira mandire—in the household temple of mother Saci; ara—and; nityananda-nartane—at the time of Sri Nityananda Prabhu’s dancing; srivasa-kirtane—at the time of congregational chanting headed by Srivasa Pandita; ara—and; raghava-bhavane—in the house of Raghava; ei cari thani—in these four places; prabhura—of Sri Caitanya Mahaprabhu; sada—always; avirbhava—appearance; prema-akrsta haya—is attracted by love; prabhura—of Sri Caitanya Mahaprabhu; sahaja sva-bhava—natural characteristic.
Sri Caitanya Mahaprabhu always appeared in four places-in the household temple of mother Saci, in the places where Sri Nityananda Prabhu danced, in the house of Srivasa Pandita during congregational chanting and in the house of Raghava Pandita.
He appeared because of His attraction to the love of His devotees.
That is His natural characteristic.
2.36
nrsimhanandera age avirbhuta hana
bhojana karila, taha suna mana diya
SYNONYMS
nrsimhanandera—the brahmacari known as Nrsimhananda; age—before; avirbhuta hana—appearing; bhojana karila—He accepted offerings of food; taha—that; suna—hear; mana diya—with attention.
Sri Caitanya Mahaprabhu appeared before Nrsimhananda Brahmacari and ate his offerings.
Please hear about this with attention.
2.37
sivanandera bhagina sri-kanta-sena nama
prabhura krpate tenho bada bhagyavan
SYNONYMS
sivanandera—of Sivananda Sena; bhagina—nephew; sri-kanta-sena nama—named Srikanta Sena; prabhura krpate—by the causeless mercy of Sri Caitanya Mahaprabhu; tenho—he; bada—very; bhagyavan—fortunate.
Sivananda Sena had a nephew named Srikanta Sena, who by the grace of Sri Caitanya Mahaprabhu was extremely fortunate.
2.38
eka vatsara tenho prathama ekesvara
prabhu dekhibare aila utkantha-antara
SYNONYMS
eka vatsara—one year; tenho—Srikanta Sena; prathama—first; ekesvara—alone; prabhu dekhibare—to see the Lord; aila—came; utkantha-antara—with great anxiety in the mind.
One year, Srikanta Sena came alone to Jagannatha Puri in great eagerness to see the Lord.
2.39
mahaprabhu tare dekhi’ bada krpa kaila
masa-dui tenho prabhura nikate rahila
SYNONYMS
mahaprabhu—Sri Caitanya Mahaprabhu; tare—him; dekhi’-seeing; bada krpa kaila—bestowed great mercy; masa-dui—for two months; tenho—Srikanta Sena; prabhura nikate—near Sri Caitanya Mahaprabhu; rahila—stayed.
Seeing Srikanta Sena, Sri Caitanya Mahaprabhu bestowed causeless mercy upon him.
Srikanta Sena stayed near Sri Caitanya Mahaprabhu for about two months at Jagannatha Puri.
2.40
tabe prabhu tanre ajna kaila gaude yaite
"bhakta-gane nisedhiha ethake asite
SYNONYMS
tabe—then; prabhu—Sri Caitanya Mahaprabhu; tanre—unto him; ajna kaila—ordered; gaude yaite—returning to Bengal; bhakta-gane—the devotees; nisedhiha—forbid; ethake asite—to come to this place.
When he was about to return to Bengal, the Lord told him, "Forbid the devotees of Bengal to come to Jagannatha Puri this year.
2.41
e-vatsara tanha ami yaimu apane
tahai milimu saba advaitadi sane
SYNONYMS
e-vatsara—this year; tanha—there (to Bengal); ami—I; yaimu—shall go; apane—personally; tahai—there; milimu—I shall meet; saba—all; advaita-adi—beginning with Advaita Acarya; sane—with "This year I shall personally go to Bengal and meet all the devotees there, headed by Advaita Acarya.
2.42
sivanande kahiha,--ami ei pausa-mase
acambite avasya ami yaiba tanra pase
SYNONYMS
sivanande kahiha—speak to Sivananda Sena; ami—I; ei—this; pausa-mase—in the month of December; acambite—all of a sudden; avasya—certainly; ami—I; yaiba—shall go; tanra pase—to his place "Please inform Sivananda Sena that this December I shall certainly go to his home.
2.43
jagadananda haya tahan, tenho bhiksa dibe
sabare kahiha,--e vatsara keha na asibe"
SYNONYMS
jagadananda—Jagadananda; haya—is; tahan—there; tenho—he; bhiksa dibe—will give offerings of food; sabare kahiha—inform all of them; e vatsara—this year; keha na asibe—no one should come “Jagadananda is there, and he will give Me offerings of food.
Inform them all that no one should come to Jagannatha Puri this year.”
2.44
sri-kanta asiya gaude sandesa kahila
suni’ bhakta-gana-mane ananda ha-ila
SYNONYMS
sri-kanta—Srikanta Sena; asiya—coming back; gaude—in Bengal; sandesa—message; kahila—delivered; suni’-hearing; bhakta-gana-mane—in the minds of the devotees; ananda ha-ila—there was great happiness.
When Srikanta Sena returned to Bengal and delivered this message, the minds of all the devotees were very pleased.
2.45
calitechila acarya, rahila sthira hana
sivananda, jagadananda rahe pratyasa kariya
SYNONYMS
calitechila—was ready to go; acarya—Advaita Acarya; rahila—remained; sthira hana—being without movement; sivananda—Sivananda; jagadananda—Jagadananda; rahe—remain; pratyasa kariya—expecting.
Advaita Acarya was just about to go to Jagannatha Puri with the other devotees, but upon hearing this message, He waited.
Sivananda Sena and Jagadananda also stayed back, awaiting the arrival of Sri Caitanya Mahaprabhu.
2.46
pausa-mase aila dunhe samagri kariya
sandhya-paryanta rahe apeksa kariya
SYNONYMS
pausa-mase—the month of Pausa (December-January); aila—came; dunhe—Sivananda Sena and Jagadananda; samagri kariya—making all arrangements; sandhya-paryanta—until the evening; rahe—remain; apeksa kariya—waiting.
When the month of Pausa arrived, both Jagadananda and Sivananda collected all kinds of paraphernalia for the Lord’s reception.
Every day, they would wait until evening for the Lord to come.
2.47
ei-mata masa gela, gosani na aila
jagadananda, sivananda duhkhita ha-ila
SYNONYMS
ei-mata—in this way; masa gela—the month passed; gosani na aila—Sri Caitanya Mahaprabhu did not come; jagadananda—Jagadananda; sivananda—Sivananda; duhkhita ha-ila—became very unhappy.
As the month passed but Sri Caitanya Mahaprabhu did not come, Jagadananda and Sivananda became most unhappy.
2.48-49
acambite nrsimhananda tahani aila
dunhe tanre mili’ tabe sthane vasaila
dunhe duhkhi dekhi’ tabe kahe nrsimhananda
’toma dunhakare kene dekhi nirananda?’
SYNONYMS
acambite—all of a sudden; nrsimhananda—Nrsimhananda; tahani aila—came there; dunhe—Sivananda and Jagadananda; tanre—him; mili’-meeting; tabe—then; sthane vasaila—caused to sit; dunhe—both; duhkhi—unhappy; dekhi’-seeing; tabe—then; kahe nrsimhananda—Nrsimhananda began to speak; toma dunhakare—both of you; kene—why; dekhi—I see; nirananda—unhappy.
Suddenly Nrsimhananda arrived, and Jagadananda and Sivananda arranged for him to sit near them.
Seeing them both so unhappy, Nrsimhananda inquired,“Why do I see that you are both despondent?”
2.50
tabe sivananda tanre sakala kahila
’asiba ajna dila prabhu kene na aila?’
SYNONYMS
tabe—thereupon; sivananda—Sivananda; tanre—unto Nrsimhananda; sakala kahila—said everything; asiba—I shall come; ajna dila—promised; prabhu—Sri Caitanya Mahaprabhu; kene—why; na aila—has He not come.
Then Sivananda Sena told him, “Sri Caitanya Mahaprabhu promised that He would come.
Why, then, has He not arrived?”
2.51
suni’ brahmacari kahe,--’karaha santose
ami ta’ aniba tanre trtiya divase’
SYNONYMS
suni’-hearing; brahmacari Nrsimhananda Brahmacari; kahe—said; karaha santose—become happy; ami—I; ta’-certainly; aniba—shall bring; tanre—Him (Sri Caitanya Mahaprabhu); trtiya divase—on the third day.
Hearing this, Nrsimhananda Brahmacari replied, “Please be satisfied.
I assure you that I shall bring Him here three days from now.”
2.52
tanhara prabhava-prema jane dui-jane
anibe prabhure ebe niscaya kaila mane
SYNONYMS
tanhara—his; prabhava—influence; prema—love of Godhead; jane—know; dui-jane—both of them; anibe prabhure—he will bring Sri Caitanya Mahaprabhu; ebe—now; niscaya kaila mane—they were greatly assured within their minds.
Sivananda and Jagadananda knew of Nrsimhananda Brahmacari’s influence and love of Godhead.
Therefore they now felt assured that he would certainly bring Sri Caitanya Mahaprabhu.
2.53
’pradyumna brahmacari’--tanra nija-nama
’nrsimhananda’ nama tanra kaila gaura-dhama
SYNONYMS
pradyumna brahmacari—Pradyumna Brahmacari; tanra—his; nija-nama—real name; nrsimhananda—Nrsimhananda; nama—name; tanra—his; kaila gaura-dhama—was given by Sri Caitanya Mahaprabhu.
His real name was Pradyumna Brahmacari.
The name Nrsimhananda had been given to him by Lord Gaurasundara Himself.
2.54
dui dina dhyana kari’ sivanandere kahila
"panihati grame ami prabhure anila
SYNONYMS
dui dina—for two days; dhyana kari’-after meditating; sivanandere kahila—he said to Sivananda Sena; panihati grame—to the village called Panihati; ami—I; prabhure anila—have brought Sri Caitanya Mahaprabhu.
After meditating for two days, Nrsimhananda Brahmacari told Sivananda Sena, "I have already brought Sri Caitanya Mahaprabhu to the village known as Panihati.
2.55
kali madhyahne tenho asibena tomara ghare
paka-samagri anaha, ami bhiksa dimu tanre
SYNONYMS
kali madhyahne—tomorrow at noon; tenho—He; asibena—will come; tomara ghare—to your place; paka-samagri anaha—please bring everything necessary for cooking; ami—I; bhiksa dimu—shall cook and offer food; tanre—to Him "Tomorrow at noon He will come to your home.
Therefore please bring all kinds of cooking ingredients.
I shall personally cook and offer Him food.
2.56
tabe tanre etha ami aniba satvara
niscaya kahilana, kichu sandeha na kara
SYNONYMS
tabe—in this way; tanre—Him; etha—here; ami—I; aniba satvara—shall bring very soon; niscaya—with certainty; kahilana—I spoke; kichu sandeha na kara—do not be doubtful "In this way I shall bring Him here very soon.
Be assured that I am telling you the truth.
Do not be doubtful.
2.57
ye cahiye, taha kara hana tat-para
ati tvaraya kariba paka, suna atahpara
SYNONYMS
ye cahiye—whatever I want; taha kara—arrange for that; hana tat-para—being intent; ati tvaraya—very soon; kariba paka—I shall begin cooking; suna atahpara—just hear “Bring all the ingredients very soon, for I want to begin cooking immediately.
Please do what I say.”
2.58
paka-samagri anaha, ami yaha cai’
ye magila, sivananda ani’ dila tai
SYNONYMS
paka-samagri anaha—bring all cooking ingredients; ami yaha cai—whatever I want; ye magila—whatever he wanted; sivananda—Sivananda Sena; ani’-bringing; dila tai—delivered everything.
Nrsimhananda Brahmacari said to Sivananda, “Please bring whatever cooking ingredients I want.” Thus Sivananda Sena immediately brought whatever he asked for.
2.59
pratah-kala haite paka karila apara
nana vyanjana, pitha, ksira nana upahara
SYNONYMS
pratah-kala haite—beginning from the morning; paka karila apara—cooked many varieties of food; nana vyanjana—varieties of vegetables; pitha—cakes; ksira—sweet rice; nana—various; upahara—offerings of food.
Beginning early in the morning, Nrsimhananda Brahmacari cooked many varieties of food, including vegetables, cakes, sweet rice and other preparations.
2.60
jagannathera bhinna bhoga prthak badila
caitanya prabhura lagi’ ara bhoga kaila
SYNONYMS
jagannathera—of Lord Jagannatha; bhinna—separate; bhoga—offerings; prthak—separately; badila—arranged; caitanya prabhura lagi’-for Sri Caitanya Mahaprabhu; ara—other; bhoga—offerings of food; kaila—made.
After he finished cooking, he brought separate dishes for Jagannatha and Sri Caitanya Mahaprabhu.
2.61
ista-deva nrsimha lagi’ prthak badila
tina-jane samarpiya bahire dhyana kaila
SYNONYMS
ista-deva—the worshipable Deity; nrsimha—Lord Nrsimhadeva; lagi’-for; prthak—separately; badila—arranged; tina-jane—to the three Deities; samarpiya—offering; bahire—outside; dhyana kaila—meditated.
He also separately offered dishes to Nrsimhadeva, his worshipable Deity.
Thus he divided all the food into three offerings.
Then, outside the temple, he began to meditate upon the Lord.
2.62
dekhe, sighra asi’ vasila caitanya-gosani
tina bhoga khaila, kichu avasista nai
SYNONYMS
dekhe—he sees; sighra asi’-coming quickly; vasila—sat down; caitanya-gosani—Sri Caitanya Mahaprabhu; tina bhoga—the three separate offerings; khaila—He ate; kichu avasista nai—there were no remnants left.
In his meditation he saw Sri Caitanya Mahaprabhu quickly come, sit down and eat all three offerings, leaving behind no remnants.
2.63
anande vihvala pradyumna, pade asru-dhara
“haha kiba kara” bali’ karaye phutkara
SYNONYMS
anande vihvala—overwhelmed by transcendental ecstasy; pradyumna—Pradyumna Brahmacari; pade asru-dhara—tears fell from his eyes; haha—alas, alas; kiba kara—what are You doing; bali’-saying; karaye phut-kara—began to express disappointment.
Pradyumna Brahmacari was overwhelmed by transcendental ecstasy upon seeing Caitanya Mahaprabhu eating everything.
Thus tears flowed from his eyes.
Nevertheless, he expressed dismay, saying,"Alas, alas! My dear Lord, what are You doing? You are eating everyone’s food!
2.64
jagannathe-tomaya aikya, khao tanra bhoga
nrsimhera bhoga kene kara upayoga?
SYNONYMS
jagannathe—with Lord Jagannatha; tomaya—and You; aikya—oneness; khao tanra bhoga—You may eat His offering; nrsimhera bhoga—the offering of Nrsimhadeva; kene kara upayoga—why are You eating "My dear Lord, You are one with Jagannatha; therefore I have no objection to Your eating His offering.
But why are You touching the offering to Lord Nrsimhadeva?
2.65
nrsimhera haila jani aji upavasa
thakura upavasi rahe, jiye kaiche dasa?’
SYNONYMS
nrsimhera—of Lord Nrsimha; haila—there was; jani—I understand; aji—today; upavasa—fasting; thakura upavasi rahe—the master remains fasting; jiye kaiche dasa—how can the servant sustain his life “I think that Nrsimhadeva could not eat anything today, and therefore He is fasting.
If the master fasts, how can the servant live?”
2.66
bhojana dekhi’ yadyapi tanra hrdaye ullasa
nrsimha laksya kari’ bahye kichu kare duhkhabhasa
SYNONYMS
bhojana dekhi’-seeing the eating; yadyapi—although; tanra hrdaye—within his heart; ullasa—jubilation; nrsimha—Lord Nrsimhadeva; laksya kari’-for the sake of; bahye—externally; kichu—some; kare—does; duhkha-abhasa—expression of disappointment.
Although Nrsimha Brahmacari felt jubilation within his heart to see Sri Caitanya Mahaprabhu eating everything, for the sake of Lord Nrsimhadeva he externally expressed disappointment.
2.67
svayam bhagavan krsna-caitanya-gosani
jagannatha-nrsimha-saha kichu bheda nai
SYNONYMS
svayam—personally; bhagavan—the Supreme Personality of Godhead; krsna-caitanya-gosani—Lord Sri Krsna Caitanya Mahaprabhu; jagannatha-nrsimha-saha—with Lord Jagannatha and Nrsimhadeva; kichu bheda—any difference; nai—there is not.
Sri Caitanya Mahaprabhu is the Supreme Personality of Godhead Himself.
Therefore there is no difference between Him, Lord Jagannatha and Lord Nrsimhadeva.
2.68
iha janibare pradyumnera gudha haita mana
taha dekhaila prabhu kariya bhojana
SYNONYMS
iha—this fact; janibare—to know; pradyumnera—of Pradyumna Brahmacari; gudha—deeply; haita mana—was eager; taha—that; dekhaila—exhibited; prabhu—Sri Caitanya Mahaprabhu; kariya bhojana—by eating.
Pradyumna Brahmacari was deeply eager to understand this fact.
Therefore Sri Caitanya Mahaprabhu revealed it to him by a practical demonstration.
2.69
bhojana kariya prabhu gela panihati
santosa paila dekhi’ vyanjana-paripati
SYNONYMS
bhojana kariya—after eating all the offerings; prabhu—Sri Caitanya Mahaprabhu; gela panihati—started for Panihati; santosa paila—He became very satisfied; dekhi’-seeing; vyanjana-paripati—arrangement of vegetables.
After eating all the offerings, Sri Caitanya Mahaprabhu started for Panihati.
There, He was greatly satisfied to see the different varieties of vegetables prepared in the house of Raghava.
2.70
sivananda kahe,--’kene karaha phutkara?’
tenha kahe,--"dekha tomara prabhura vyavahara
SYNONYMS
sivananda kahe—Sivananda Sena said; kene karaha phut-kara—why are you expressing dismay; tenha kahe—he replied; dekha—see; tomara prabhura—of your Lord; vyayahara—the behavior.
Sivananda said to Nrsimhananda, “Why are you expressing dismay?” Nrsimhananda replied, "Just see the behavior of your Lord Sri Caitanya Mahaprabhu.
2.71
tina janara bhoga tenho ekela khaila
jagannatha-nrsimha upavasi ha-ila"
SYNONYMS
tina janara—of the three Deities; bhoga—offerings; tenho—He; ekela—alone; khaila—ate; jagannatha-nrsimha—Lord Jagannatha and Lord Nrsimhadeva; upavasi ha-ila—remained fasting “He alone has eaten the offerings for all three Deities.
Because of this, both Jagannatha and Nrsimhadeva remain fasting.”
2.72
suni sivanandera citte ha-ila samsaya
kiba premavese kahe, kiba satya haya
SYNONYMS
suni—hearing; sivanandera—of Sivananda; citte—in the mind; ha-ila samsaya—there was some doubt; kiba—whether; prema-avese kahe—was speaking something in ecstatic love; kiba—or; satya haya—it was a fact.
When Sivananda Sena heard this statement, he was unsure whether Nrsimhananda Brahmacari was speaking that way because of ecstatic love or because it was actually a fact.
2.73
tabe sivanande kichu kahe brahmacari
samagri ana nrsimha lagi punah paka kari’
SYNONYMS
tabe—upon this; sivanande—unto Sivananda; kichu—something; kahe—says; brahmacari—Nrsimhananda Brahmacari; samagri ana—bring more ingredients; nrsimha lagi’-for Lord Nrsimhadeva; punah—again; paka kari’-let me cook.
When Sivananda Sena was thus perplexed, Nrsimhananda Brahmacari said to him, “Bring more food.
Let me cook again for Lord Nrsimhadeva.”
2.74
tabe sivananda bhoga-samagri anila
paka kari’ nrsimhera bhoga lagaila
SYNONYMS
tabe—thereupon; sivananda—Sivananda Sena; bhoga-samagri—ingredients for preparing food; anila—brought; paka kari’-after cooking; nrsimhera—of Lord Nrsimhadeva; bhoga lagaila—offered the food.
Then Sivananda Sena again brought the ingredients with which to cook, and Pradyumna Brahmacari again cooked and offered the food to Nrsimhadeva.
2.75
varsantare sivananda lana bhakta-gana
nilacale dekhe yana prabhura carana
SYNONYMS
varsa-antare—the next year; sivananda—Sivananda Sena; lana—taking; bhakta-gana—all the devotees; nilacale—at Jagannatha Puri; dekhe—sees; yana—going; prabhura carana—the lotus feet of the Lord.
The next year, Sivananda went to Jagannatha Puri with all the other devotees to see the lotus feet of Sri Caitanya Mahaprabhu.
2.76
eka-dina sabhate prabhu vata calaila
nrsimhanandera guna kahite lagila
SYNONYMS
eka-dina—one day; sabhate—in the presence of all the devotees; prabhu—Sri Caitanya Mahaprabhu; vata calaila—raised the topic (of eating at Nrsimhananda’s house); nrsimhanandera—of Nrsimhananda Brahmacari; guna—transcendental qualities; kahite lagila—began to speak.
One day, in the presence of all the devotees, the Lord raised these topics concerning Nrsimhananda Brahmacari and praised his transcendental qualities.
2.77
’gata-varsa pause more karaila bhojana
kabhu nahi khai aiche mistanna-vyanjana’
SYNONYMS
gata-varsa—last year; pause—in the month of Pausa (December-January); more—unto Me; karaila bhojana—offered many foodstuffs; kabhu nahi khai—I never tasted; aiche—such; mistanna—sweetmeats; vyanjana—vegetables.
The Lord said, “Last year in the month of Pausa, when Nrsimhananda gave me varieties of sweetmeats and vegetables to eat, they were so good that I had never before eaten such preparations.”
2.78
suni’ bhakta-gana mane ascarya manila
sivanandera mane tabe pratyaya janmila
SYNONYMS
suni’-hearing; bhakta-gana—all the devotees; mane—in the mind; ascarya manila—felt wonder; sivanandera—of Sivananda Sena; mane—in the mind; tabe—thereupon; pratyaya janmila—there was confidence.
Hearing this, all the devotees were struck with wonder, and Sivananda became confident that the incident was true.
2.79
ei-mata saci-grhe satata bhojana
srivasera grhe karena kirtana-darsana
SYNONYMS
ei-mata—in this way; saci-grhe—at the house of Sacimata; satata—always; bhojana—eating; srivasera grhe—in the house of Srivasa Thakura; karena—performs; kirtana-darsana—visiting the kirtana performances.
In this way Sri Caitanya Mahaprabhu used to eat at the temple of Sacimata every day and also visit the house of Srivasa Thakura when kirtana was performed.
2.80
nityanandera nrtya dekhena asi’ bare bare
’nirantara avirbhava’ raghavera ghare
SYNONYMS
nityanandera nrtya—the dancing of Sri Nityananda Prabhu; dekhena—He sees; asi’-coming; bare bare—again and again; nirantara avirbhava—constant appearance; raghavera ghare—in the house of Raghava.
Similarly, He was always present when Nityananda Prabhu danced, and He regularly appeared at the house of Raghava.
2.81
prema-vasa gaura-prabhu, yahan premottama
prema-vasa hana taha dena darasana
SYNONYMS
prema-vasa—subdued by loving service; gaura-prabhu—Sri Caitanya Mahaprabhu, Gaurasundara; yahan prema-uttama—wherever there is pure love; prema-vasa hana—being subdued by such love; taha—there; dena darasana—appears personally.
Lord Gaurasundara is greatly influenced by the love of His devotees.
Therefore wherever there is pure devotion to the Lord, the Lord Himself, subdued by such love, appears, and His devotees see Him.
2.82
sivanandera prema-sima ke kahite pare?
yanra preme vasa prabhu aise bare bare
SYNONYMS
sivanandera—of Sivananda Sena; prema-sima—the limit of love; ke—who; kahite pare—can estimate; yanra—whose; preme—by loving affairs; vasa—influenced; prabhu—Sri Caitanya Mahaprabhu; aise—comes; bare bare—again and again.
Influenced by the loving affairs of Sivananda Sena, Sri Caitanya Mahaprabhu came again and again.
Therefore who can estimate the limits of his love?
2.83
ei ta’ kahilu gaurera ’avirbhava’
iha yei sune, jane caitanya-prabhava
SYNONYMS
ei ta’-thus; kahilu—I have described; gaurera—of Sri Caitanya Mahaprabhu; avirbhava—appearance; iha—this incident; yei sune—whoever hears; jane—knows; caitanya-prabhava—the opulence of Sri Caitanya Mahaprabhu.
Thus I have described the appearance of Sri Caitanya Mahaprabhu.
Anyone who hears about these incidents can understand the transcendental opulence of the Lord.
2.84
purusottame prabhu-pase bhagavan acarya
parama vaisnava tenho supandita arya
SYNONYMS
purusottame—at Jagannatha Puri; prabhu-pase—in the association of Sri Caitanya Mahaprabhu; bhagavan acarya—Bhagavan Acarya; parama vaisnava—pure devotee; tenho—he; su-pandita—very learned scholar; arya—gentleman.
At Jagannatha Puri, in the association of Sri Caitanya Mahaprabhu, lived Bhagavan Acarya, who was certainly a gentleman, a learned scholar and a great devotee.
PURPORT
For a description of Bhagavan Acarya, one may refer to the Adi-lila, Tenth Chapter, verse 136.
2.85
sakhya-bhavakranta-citta, gopa-avatara
svarupa-gosani-saha sakhya-vyavahara
SYNONYMS
sakhya-bhava—by fraternal love; akranta—overwhelmed; citta—heart; gopa-avatara—an incarnation of one of the cowherd boys; svarupa-gosani-saha—with Svarupa Damodara; sakhya-vyavahara—dealings just like those of a friend.
He was fully absorbed in thoughts of fraternal relationships with God.
He was an incarnation of a cowherd boy, and thus his dealings with Svarupa Damodara Gosvami were very friendly.
2.86
ekanta-bhave asriyachena caitanya-carana
madhye madhye prabhura tenho karena nimantrana
SYNONYMS
ekanta-bhave—with full attention; asriyachena—has taken shelter of; caitanya-carana—the lotus feet of Lord Caitanya; madhye madhye—sometimes; prabhura—of Sri Caitanya Mahaprabhu; tenho—he; karena—does; nimantrana—invitation.
He sought the shelter of Sri Caitanya Mahaprabhu with full surrender.
Sometimes he would invite the Lord to dine at his home.
2.87
ghare bhata kari’ karena vividha vyanjana
ekale gosani lana karana bhojana
SYNONYMS
ghare—at home; bhata kari’-preparing rice; karena—prepares; vividha vyanjana—varieties of vegetables; ekale—alone; gosani lana—taking Sri Caitanya Mahaprabhu; karana bhojana—makes to eat.
TRANSLATION Bhagavan Acarya prepared varieties of rice and vegetables at home and brought the Lord there alone to eat.
PURPORT
Generally those who invited Sri Caitanya Mahaprabhu for dinner used to offer Him the remnants of food that had first been offered to Lord Jagannatha.Bhagavan Acarya, however, instead of giving Him the remnants of Jagannatha’s food, prepared dinner at his home.
In Orissa, food offered to Lord Jagannatha is called prasadi, and that which is not offered to Lord Jagannatha is known as amani or ghara-bhata, rice prepared at home.
2.88
tanra pita ’visayi’ bada satananda-khanna
’visaya-vimukha’ acarya--’vairagya-pradhana’
SYNONYMS
tanra pita—his father; visayi—a statesman; bada—expert; satananda-khanna—named Satananda Khan; visaya-vimukha—not interested in state management; acarya—Bhagavan Acarya; vairagya-pradhana—mostly in the renounced order of life.
TRANSLATION Bhagavan Acarya’s father, whose name was Satananda Khan, was an expert statesman, whereas Bhagavan Acarya was not at all interested in the management of the state.
Indeed, he was almost in the renounced order of life.
2.89
’gopala-bhattacarya’ nama tanra chota-bhai
kasite vedanta padi’ gela tanra thani
SYNONYMS
gopala-bhattacarya—Gopala Bhattacarya; nama—named; tanra—his; chota-bhai—younger brother; kasite—at Benares; vedanta padi’-studying Vedanta philosophy; gela—went; tanra thani—to his place.
TRANSLATION Bhagavan Acarya’s brother, whose name was Gopala Bhattacarya, had studied Vedanta philosophy at Benares and had then returned to Bhagavan Acarya’s home.
PURPORT
During those days and also at the present, Vedanta philosophy is understood through the commentary of Sankaracarya, which is known as Sariraka-bhasya.
Thus it appears that Gopala Bhattacarya the younger brother of Bhagavan Acarya, had studied Vedanta according to the way of the Sariraka-bhasya, which expounds the Mayavada philosophy of the impersonalists.
2.90
acarya tahare prabhu-pade milaila
antaryami prabhu citte sukha na paila
SYNONYMS
acarya—Bhagavan Acarya; tahare—him (his brother); prabhu-pade milaila—got to meet Sri Caitanya Mahaprabhu; antaryami prabhu—Lord Sri Caitanya Mahaprabhu, who could study anyone’s heart; citte—within Himself; sukha—happiness; na paila—could not get.
TRANSLATION Bhagavan Acarya took his brother to meet Sri Caitanya Mahaprabhu, but the Lord, knowing that Gopala Bhattacarya was a Mayavadi philosopher, could not get much happiness from meeting him.
2.91
acarya-sambandhe bahye kare prityabhasa
krsna-bhakti vina prabhura na haya ullasa
SYNONYMS
acarya-sambandhe—because he was related with Bhagavan Acarya; bahye—externally; kare—does; priti-abhasa—appearance of pleasure; krsna-bhakti—devotional service to Lord Krsna; vina—without; prabhura—of Sri Caitanya Mahaprabhu; na haya—there is no; ullasa—jubilation.
Sri Caitanya Mahaprabhu derives no happiness from meeting one who is not a pure devotee of Krsna.
Thus because Gopala Bhattacarya was a Mayavadi scholar, the Lord felt no jubilation in meeting him.
Nevertheless, because Gopala Bhattacarya was related to Bhagavan Acarya, Sri Caitanya Mahaprabhu feigned pleasure in seeing him.
2.92
svarupa gosanire acarya kahe ara dine
’vedanta padiya gopala aisache ekhane
SYNONYMS
svarupa gosanire—unto Svarupa Damodara Gosvami; acarya—Bhagavan Acarya; kahe—says; ara dine—the next day; vedanta padiya—after studying Vedanta; gopala—Gopala; aisache—has come back; ekhane—here.
TRANSLATION Bhagavan Acarya said to Svarupa Damodara, “Gopala, my younger brother, has returned to my home, having concluded his study of Vedanta philosophy.”
2.93
sabe meli’ aisa, suni ’bhasya’ ihara sthane’
prema-krodha kari’ svarupa balaya vacane
SYNONYMS
sabe meli’-all together; aisa—come; suni—let us hear; bhasya—the commentary; ihara sthane—from him; prema-krodha kari’-in an angry mood of love; svarupa—Svarupa Damodara; balaya vacane—said these words.
TRANSLATION Bhagavan Acarya requested Svarupa Damodara to hear from Gopala the commentary upon Vedanta.
Svarupa Damodara Gosvami, however, somewhat angry because of love, spoke as follows.
2.94
"buddhi bhrasta haila tomara gopalera sange
mayavada sunibare upajila range
SYNONYMS
buddhi—intelligence; bhrasta—lost; haila—has been; tomara—your; gopalera sange—in the association of Gopala; mayavada sunibare—to hear the commentary of Mayavada philosophy; upajila range—has awakened the propensity "You have lost your intelligence in the association of Gopala, and therefore you are eager to hear the Mayavada philosophy.
2.95
vaisnava hana yeba sariraka-bhasya sune
sevya-sevaka-bhava chadi’ apanare ’isvara’ mane
SYNONYMS
vaisnava hana—being a Vaisnava; yeba—anyone who; sariraka-bhasya—the Mayavada commentary Sariraka-bhasya; sune—listens to; sevya-sevaka-bhava—the Krsna conscious attitude that the Lord is the master and the living entity is His servant; chadi’-giving up; apanare—himself; isvara—the Supreme Lord; mane—considers "When a Vaisnava listens to the Sariraka-bhasya, the Mayavada commentary upon Vedanta-sutra, he gives up the Krsna conscious attitude that the Lord is the master and the living entity is His servant.
Instead, he considers himself the Supreme Lord.
PURPORT
The philosophers known as kevaladvaita-vadis generally occupy themselves with hearing the Sariraka-bhasya, a commentary by Sankaracarya advocating that one impersonally consider oneself the Supreme Lord.
Such Mayavada philosophical commentaries upon Vedanta are simply imaginary, but there are other commentaries on Vedanta philosophy.
The commentary by Srila Ramanujacarya, known as Sri-bhasya, establishes the visistadvaita-vada philosophy.
Similarly, in the Brahma-sampradaya, Madhvacarya’s Purnaprajna-bhasya establishes suddha-dvaita-vada.
In the Kumara-sampradaya, or Nimbarka-sampradaya, Sri Nimbarka establishes the philosophy of dvaitadvaita-vada in the Parijata-saurabha-bhasya.
And in the Visnusvami-sampradaya, or Rudra-sampradaya, which comes from Lord Siva, Visnusvami has written a commentary called Sarvajna-bhasya, which establishes suddhadvaita-vada.
A Vaisnava should study the commentaries on Vedanta-sutra written by the four sampradaya-acaryas, namely Sri Ramanujacarya, Madhvacarya, Visnusvami and Nimbarka, for these commentaries are based upon the philosophy that the Lord is the master and that all living entities are His eternal servants.
One interested in studying Vedanta philosophy properly must study these commentaries, especially if he is a Vaisnava.
These commentaries are always adored by Vaisnavas.
The commentary by Srila Bhaktisiddhanta Sarasvati is elaborately given in the Adi-lila, Chapter Seven, text 101.
The Mayavada commentary Sariraka-bhasya is like poison for a Vaisnava.
It should not be touched at all.
Srila Bhaktivinoda Thakura remarks that even a maha-bhagavata, or highly elevated devotee who has surrendered himself unto the lotus feet of Krsna, sometimes falls down from pure devotional service if he hears the Mayavada philosophy of Sariraka-bhasya.
This commentary should therefore be shunned by all Vaisnavas.
2.96
maha-bhagavata yei, krsna prana-dhana yara
mayavada-sravane citta avasya phire tanra"
SYNONYMS
maha-bhagavata yei—one who is a highly elevated devotee; krsna—Lord Krsna; prana-dhana yara—whose life and soul; mayavada-sravane—by hearing the Mayavada philosophy; citta—the heart; avasya—certainly; phire—changes; tanra—his “The Mayavada philosophy presents such a jugglery of words that even a highly elevated devotee who has accepted Krsna as his life and soul changes his decision when he reads the Mayavada commentary on Vedanta-sutra.”
2.97
acarya kahe,--’ama sabara krsna-nistha-citte
ama sabara mana bhasya nare phiraite’
SYNONYMS
acarya kahe—Bhagavan Acarya replied; ama sabara—of all of us; krsna-nistha—devoted to Krsna; citte—hearts; ama sabara—of all of us; mana—minds; bhasya—Sariraka-bhasya; nare phiraite—cannot change.
In spite of Svarupa Damodara’s protest, Bhagavan Acarya continued, “We are all fixed at the lotus feet of Krsna with our hearts and souls.
Therefore the Sariraka-bhasya cannot change our minds.”
2.98
svarupa kahe, "tathapi mayavada-sravane
’cit, brahma, maya, mithya’--ei-matra sune
SYNONYMS
svarupa kahe—Svarupa Damodara replied; tathapi—still; mayavada-sravane—by hearing the Mayavada commentary; cit—knowledge; brahma—the Absolute Truth; maya—external energy; mithya—false; ei-matra—only these; sune—hears.
Svarupa Damodara replied, "Nevertheless, when we hear the Mayavada philosophy, we hear that Brahman is knowledge and that the universe of maya is false, but we gain no spiritual understanding.
2.99
jivajnana-kalpita isvare, sakala-i ajnana
yahara sravane bhaktera phate mana prana"
SYNONYMS
jiva—the ordinary living being; ajnana—by ignorance; kalpita—imagined; isvare—in the Supreme Lord; sakala-i ajnana—all ignorance; yahara sravane—hearing of which; bhaktera—of the devotee; phate—breaks; mana prana—mind and life “The Mayavadi philosopher tries to establish that the living entity is only imaginary and that the Supreme Personality of Godhead is under the influence of maya.
Hearing this kind of commentary breaks the heart and life of a devotee.”
PURPORT
Srila Svarupa Damodara Gosvami wanted to impress upon Bhagavan Acarya that even though someone firmly fixed in devotion to Krsna’s service might not be deviated by hearing the Mayavada bhasya, that bhasya is nevertheless full of impersonal words and ideas such as Brahman which represent knowledge but which are impersonal.
The Mayavadis say that the world created by maya is false, and that actually there is no living entity but only one spiritual effulgence.
They further say that God is imaginary, that people think of God only because of ignorance, and that when the Supreme Absolute Truth is befooled by the external energy, maya, He becomes a jiva, or living entity.
Upon hearing all these nonsensical ideas from the nondevotee, a devotee is greatly afflicted, as if his heart and soul were broken.
2.100
lajja-bhaya pana acarya mauna ha-ila
ara dina gopalere dese pathaila
SYNONYMS
lajja-bhaya—fear and shame; pana—getting; acarya—Bhagavan Acarya; mauna ha-ila—became silent; ara dina—the next day; gopalere—Gopala Bhattacarya; dese—to his own country; pathaila—sent.
Thus Bhagavan Acarya, greatly ashamed and fearful, remained silent.
The next day, he asked Gopala Bhattacarya to return to his own district.
2.101
eka-dina acarya prabhure kaila nimantrana
ghare bhata kari’ kare vividha vyanjana
SYNONYMS
eka-dina—one day; acarya—Bhagavan Acarya; prabhure—unto Sri Caitanya Mahaprabhu; kaila nimantrana—made an invitation for dinner; ghare—at home; bhata kari’-cooking rice; kare—prepares; vividha vyanjana—varieties of vegetable preparations.
One day Bhagavan Acarya invited Sri Caitanya Mahaprabhu to dine at his home.
Thus he was preparing rice and various types of vegetables.
2.102
’chota-haridasa’ nama prabhura kirtaniya
tahare kahena acarya dakiya aniya
SYNONYMS
chota-haridasa nama—a devotee named Chota Haridasa; prabhura kirtaniya—a chanter of songs for Sri Caitanya Mahaprabhu; tahare—unto him; kahena—says; acarya—the acarya; dakiya aniya—calling him to his place.
A devotee named Chota Haridasa used to sing for Sri Caitanya Mahaprabhu.Bhagavan Acarya called him to his home and spoke as follows.
2.103
’mora name sikhi-mahitira bhagini-sthane giya
sukla-caula eka mana anaha magiya’
SYNONYMS
mora name—in my name; sikhi-mahitira—of Sikhi Mahiti; bhagini-sthane—at the place of the sister; giya—going; sukla-caula—white rice; eka mana—the measurement of one mana; anaha—please bring; magiya—requesting “Please go to the sister of Sikhi Mahiti.
In my name, ask her for a mana of white rice and bring it here.”
PURPORT
In India sukla-caula (white rice) is also called atapa-caula, or rice that has not been boiled before being threshed.
Another kind of rice, called siddha-caula (brown rice), is boiled before being threshed.
Generally, first-class fine white rice is required for offerings to the Deity.
Thus Bhagavan Acarya asked Chota Haridasa, or Junior Haridasa, a singer in the assembly of Sri Caitanya Mahaprabhu, to get some of this rice from the sister of Sikhi Mahiti.
A mana is a standard of measurement in Orissa for rice and other food grains.
2.104
mahitira bhagini sei, nama--madhavi-devi
vrddha tapasvini ara parama vaisnavi
SYNONYMS
mahitira bhagini—sister of Sikhi Mahiti; sei—that; nama—named; madhavi-devi—of the name Madhavidevi; vrddha—an elderly lady; tapasvini—very strict in executing devotional service; ara—and; parama vaisnavi—a first-class devotee.
Sikhi Mahiti’s sister was named Madhavidevi.
She was an elderly lady who always performed austerities.
She was very advanced in devotional service.
2.105
prabhu lekha kare yare--radhikara ’gana’
jagatera madhye ’patra’--sade tina jana
SYNONYMS
prabhu—Sri Caitanya Mahaprabhu; lekha kare—accepts; yare—whom; radhikara gana—as one of the associates of Srimati Radharani; jagatera madhye—throughout the whole world; patra—most confidential devotees; sade tina—three and a half; jana—persons.
Sri Caitanya Mahaprabhu accepted her as having formerly been an associate of Srimati Radharani.
In the entire world, three and a half people were His intimate devotees.
2.106
svarupa gosani, ara raya ramananda
sikhi-mahiti--tina, tanra bhagini--ardha-jana
SYNONYMS
svarupa gosani—of the name Svarupa Gosvami; ara—and; raya ramananda—Ramananda Raya; sikhi-mahiti—Sikhi Mahiti; tina—three; tanra bhagini—his sister; ardha-jana—half a person.
The three were Svarupa Damodara Gosvami, Ramananda Raya and Sikhi Mahiti, and the half a person was Sikhi Mahiti’s sister.
2.107
tanra thani tandula magi’ anila haridasa
tandula dekhi’ acaryera adhika ullasa
SYNONYMS
tanra thani—from her; tandula magi’-begging rice; anila haridasa—Haridasa brought; tandula dekhi’-seeing the rice; acaryera—of Bhagavan Acarya; adhika ullasa—very great satisfaction.
After begging the rice from her, Junior Haridasa brought it to Bhagavan Acarya, who was very pleased to see its quality.
2.108
snehe randhila prabhura priya ye vyanjana
deula prasada, ada-caki, lembu-salavana
SYNONYMS
snehe—in great affection; randhila—cooked; prabhura—of Sri Caitanya Mahaprabhu; priya—dear; ye—whatever; vyanjana—vegetables; deula prasada—remnants from the temple of Jagannatha; ada-caki—ground ginger; lembu—lime; sa-lavana—with salt.
In great affection, Bhagavan Acarya cooked varieties of vegetables and other preparations dear to Sri Caitanya Mahaprabhu.
He also obtained remnants of food from Lord Jagannatha and digestive aids such as ground ginger and also lime with salt.
2.109
madhyahne asiya prabhu bhojane vasila
salyanna dekhi’ prabhu acarye puchila
SYNONYMS
madhyahne—at noon; asiya—coming; prabhu—Sri Caitanya Mahaprabhu; bhojane vasila—sat down to eat; sali-anna—the rice of fine quality; dekhi’-seeing; prabhu—Sri Caitanya Mahaprabhu; acarye puchila—inquired from Bhagavan Acarya.
At noon, when Sri Caitanya Mahaprabhu came to eat the offerings of Bhagavan Acarya, He first appreciated the fine rice and therefore questioned him.
2.110
uttama anna eta tandula kanhate paila?
acarya kahe,--madhavi-pasa magiya anila
SYNONYMS
uttama anna—fine rice; eta—such; tandula—rice; kanhate paila—where did you get; acarya kahe—Bhagavan Acarya replied; madhavi-pasa—from Madhavidevi; magiya—begging; anila—have brought “Where did you get such fine rice?” the Lord asked.Bhagavan Acarya replied, “I got it by begging from Madhavidevi.”
2.111
prabhu kahe,--’kon yai’ magiya anila?’
chota-haridasera nama acarya kahila
SYNONYMS
prabhu kahe—Sri Caitanya Mahaprabhu said; kon yai’-who went; magiya—begging; anila—brought; chota-haridasera—of Junior Haridasa; nama—the name; acarya kahila—Bhagavan Acarya informed.
When Sri Caitanya Mahaprabhu asked who had begged the rice and brought it back, Bhagavan Acarya mentioned the name of Junior Haridasa.
2.112
anna prasamsiya prabhu bhojana karila
nija-grhe asi’ govindere ajna dila
SYNONYMS
anna prasamsiya—praising the rice; prabhu—Sri Caitanya Mahaprabhu; bhojana karila—partook of the prasada; nija-grhe—to His own residence; asi’-coming back; govindere—to Govinda; ajna dila—He gave order.
Praising the quality of the rice, Sri Caitanya Mahaprabhu partook of the prasada.
Then, after returning to His residence, He gave the following order to Govinda, His personal assistant.
2.113
’aji haite ei mora ajna paliba
chota haridase ihan asite na diba’
SYNONYMS
aji haite—from today; ei—this; mora—My; ajna—order; paliba—you should carry out; chota haridase—Chota Haridasa; ihan—here; asite—to come; na diba—do not allow “ From this day forward, do not allow Chota Haridasa to come here.”
2.114
dvara mana haila, haridasa duhkhi haila mane
ki lagiya dvara-mana keha nahi jane
SYNONYMS
dvara mana—closed door; haila—there was; haridasa—Chota Haridasa; duhkhi—very unhappy; haila mane—became within his mind; ki lagiya—for what reason; dvara-mana—the door was closed; keha nahi jane—no one could understand.
When Junior Haridasa heard that he had been ordered not to approach Sri Caitanya Mahaprabhu, he was very unhappy.
No one could understand why he had been ordered not to come.
2.115
tina-dina haila haridasa kare upavasa
svarupadi asi, puchila mahaprabhura pasa
SYNONYMS
tina-dina haila—for three days; haridasa—junior Haridasa; kare upavasa—was fasting; svarupa-adi—Svarupa Damodara and other confidential devotees; asi—coming; puchila—inquired; mahaprabhura pasa—from Sri Caitanya Mahaprabhu.
Haridasa fasted continuously for three days.
Then Svarupa Damodara Gosvami and other confidential devotees approached Sri Caitanya Mahaprabhu to inquire from Him.
2.116
"kon aparadha, prabhu, kaila haridasa?
ki lagiya dvara-mana, kare upavasa?"
SYNONYMS
kon aparadha—what great offense; prabhu—O Lord; kaila haridasa—has Haridasa committed; ki lagiya—for what reason; dvara-mana—the closed door; kare upavasa—he is now fasting “What great offense has Junior Haridasa committed? Why has he been forbidden to come to Your door? He has now been fasting for three days.”
2.117
prabhu kahe,--"vairagi kare prakrti sambhasana
dekhite na paron ami tahara vadana
SYNONYMS
prabhu kahe—Sri Caitanya Mahaprabhu replied; vairagi—a person in the renounced order of life; kare—does; prakrti sambhasana—intimate talking with a woman; dekhite na paron—cannot see; ami—I; tahara vadana—his face.
The Lord replied, "I cannot tolerate seeing the face of a person who has accepted the renounced order of life but who still talks intimately with a woman.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura comments that saralata, or simplicity, is the first qualification of a Vaisnava, whereas duplicity or cunning behavior is a great offense against the principles of devotional service.
As one advances in Krsna consciousness, one must gradually become disgusted with material attachment and thus become more and more attached to the service of the Lord.
If one is not factually detached from material activities but still proclaims himself advanced in devotional service, he is cheating.
No one will be happy to see such behavior.
2.118
durvara indriya kare visaya-grahana
daravi prakrti hare munerapi mana
SYNONYMS
durvara—uncontrollable; indriya—the senses; kare—do; visaya-grahana—accepting sense objects; daravi prakrti—a wooden statue of a woman; hare—attracts; munerapi—even of a great sage; mana—the mind "So strongly do the senses adhere to the objects of their enjoyment that indeed a wooden statue of a woman attracts the mind of even a great saintly person.
PURPORT
The senses and the sense objects are so intimately connected that the mind of even a great saintly person is attracted to a wooden doll if it is attractively shaped like a young woman.
The sense objects, namely form, sound, smell, taste and touch, are always attractive for the eyes, ears, nose, tongue and skin.
Since the senses and sense objects are naturally intimately related, sometimes even a person claiming control over his senses remains always subject to the control of sense objects.
The senses are impossible to control unless purified and engaged in the service of the Lord.
Thus even though a saintly person vows to control his senses, the senses are still sometimes perturbed by sense objects.
2.119
matra svasra duhitra va
na viviktasano bhavet
balavan indriya-gramo
vidvamsam api karsati
SYNONYMS
matra—with one’s mother; svasra—with one’s sister; duhitra—with one’s daughter; va—or; na—not; vivikta-asanah—sitting together; bhavet—there should be; balavan—very strong; indriya-gramah—the group of senses; vidvamsam—a person with knowledge of liberation; api—even; karsati—attract " ’One should not sit closely with one’s mother, sister or daughter, for the senses are so strong that they may attract even a person advanced in knowledge.’
PURPORT
This verse appears in the Manu-samhita (2.215) and Srimad-Bhagavatam (9.19.17).
2.120
ksudra-jiva saba markata-vairagya kariya
indriya carana bule ’prakrti’ sambhasiya"
SYNONYMS
ksudra-jiva—poor living entities; saba—all; markata vairagya—a renounced life like that of a monkey; kariya—accepting; indriya carana—satisfying the senses; bule—wander here and there; prakrti sambhasiya—talking intimately with women “There are many persons with little in their possession who accept the renounced order of life like monkeys.
They go here and there engaging in sense gratification and speaking intimately with women.”
PURPORT
One should strictly follow the regulative principles, namely no illicit sex, no meat-eating, no intoxication and no gambling, and in this way one should make progress in spiritual life.
If an unfit person sentimentally accepts vairagya or takes sannyasa but at the same time remains attached to women, he is in a very dangerous position.
His renunciation is called markata-vairagya, or renunciation like that of a monkey.
The monkey lives in the forest, eats fruit and does not even cover itself with a cloth.
In this way it resembles a saint, but the monkey always thinks of female monkeys and sometimes keeps dozens of them for sexual intercourse.
This is called markata-vairagya.
Therefore one who is unfit should not accept the renounced order of life.
One who accepts the order of sannyasa but again becomes agitated by sensual disturbances and talks privately with women is called dharma-dhvaji or dharma-kalanka, which means that he brings condemnation upon the religious order.
Therefore one should be extremely careful in this connection.
Srila Bhaktisiddhanta Sarasvati Thakura explains the word markata to mean “restless.” A restless person cannot be steady; therefore he simply wanders about, gratifying his senses.
Just to get praise from others, to get cheap adoration from his followers or people in general, such a person sometimes accepts the dress of a sannyasi or babaji in the renounced order, but he cannot give up desires for sense gratification, especially for the association of women.
Such a person cannot make advancement in spiritual life.
There are eight different kinds of sensual enjoyment with women, including talking about them and thinking about them.
Thus for a sannyasi, a person in the renounced order, talking intimately with women is a great offense.
Sri Ramananda Raya and Srila Narottama dasa Thakura actually achieved the most elevated stage of the renounced order, but those who imitate them, accepting them as ordinary human beings, fall under the influence of the material energy, for that is a great misunderstanding.
2.121
eta kahi’ mahaprabhu abhyantare gela
gosanira avesa dekhi’ sabe mauna haila
SYNONYMS
eta kahi’-saying this; mahaprabhu—Sri Caitanya Mahaprabhu; abhyantare gela—entered His room; gosanira—of Sri Caitanya Mahaprabhu; avesa—absorption in anger; dekhi’-seeing; sabe—all the devotees; mauna haila—became silent.
After saying this, Sri Caitanya Mahaprabhu entered His room.
Seeing Him in such an angry mood, all the devotees fell silent.
2.122
ara dine sabe meli’ prabhura carane
haridasa lagi, kichu kaila nivedane
SYNONYMS
ara dine—the next day; sabe meli’-all the devotees, coming together; prabhura carane—unto the lotus feet of Sri Caitanya Mahaprabhu; haridasa lagi—on behalf of Junior Haridasa; kichu—some; kaila nivedane—submitted petition.
The next day, all the devotees together approached the lotus feet of Sri Caitanya Mahaprabhu to submit an appeal on behalf of Junior Haridasa.
2.123
"alpa aparadha, prabhu karaha prasada
ebe siksa ha-ila na karibe aparadha"
SYNONYMS
alpa aparadha—the offense is not very great; prabhu—O Lord; karaha prasada—be merciful; ebe—now; siksa ha-ila—he has gotten a sufficient lesson; na karibe—he will not do; aparadha—offense “Haridasa has committed a small offense,” they said “Therefore, O Lord, please be merciful to him.
Now he has received a sufficient lesson.
In the future he will not commit such a offense.”
2.124
prabhu kahe,--"mora vasa nahe mora mana
prakrti-sambhasi vairagi na kare darsana
SYNONYMS
prabhu kahe—Sri Caitanya Mahaprabhu said; mora vasa—under My control; nahe—is not; mora—My; mana—mind; prakrti-sambhasi—one who talks with women; vairagi—a person in the renounced order; na kare darsana—does not see.
Sri Caitanya Mahaprabhu said, "My mind is not under My control.
It does not like to see anyone in the renounced order who talks intimately with women.
The Glories of Srila Haridasa Thakura A summary of this Third Chapter of Antya-lila is given by Srila Bhaktivinoda Thakura as follows.
A beautiful young brahmana girl in Jagannatha Puri had a very handsome son who was coming every day to Sri Caitanya Mahaprabhu.
This was not very much to the liking of Damodara Pandita, however, who therefore told Sri Caitanya Mahaprabhu, “If You display so much love for this boy, people will doubt Your character.” Hearing these words from Damodara Pandita, the Lord sent him to Navadvipa to supervise the affairs of His mother, Sacidevi.
He also especially requested Damodara Pandita to remind His mother that He was sometimes going to her home to accept the food she offered.
Thus, following the order of Sri Caitanya Mahaprabhu, Damodara Pandita went to Navadvipa, taking with him all kinds of prasada from Lord Jagannatha.
On another occasion, Sri Caitanya Mahaprabhu once inquired from Haridasa Thakura, who was known as Brahma Haridasa, how the yavanas, or persons bereft of Vedic culture, would be delivered in Kali-yuga.
Haridasa Thakura replied that their deliverance would be possible if they very loudly chanted the Hare Krsna mantra, for hearing the Hare Krsna mantra chanted loudly, even with but little realization, would help them.
After describing this incident, the author of Caitanya-caritamrta also describes how Haridasa Thakura was tested at Benapola, a village near Santipura.
A person named Ramacandra Khan, who was envious of Haridasa Thakura, sent a professional prostitute to attempt to defame him, but by the mercy of Haridasa Thakura, even the prostitute was delivered.
Because of offending a pure Vaisnava, Ramacandra Khan was later cursed by Nityananda Prabhu and ruined.
From Benapola, Haridasa Thakura went to the village known as Candapura, where he lived at the house of Balarama Acarya.
Thereafter, Haridasa Thakura was received by two brothers known as Hiranya and Govardhana Majumadara, but in the course of a discussion he was offended by a caste brahmana known as Gopala Cakravarti.
Because of this offense, Gopala Cakravarti was punished by being afflicted with leprosy.
Haridasa Thakura later left Candapura and went to the house of Advaita Acarya, where he was tested by Mayadevi, the personification of the external energy.
She also received his favor by being blessed with the chanting of the Hare Krsna maha-mantra.