<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">20.1</a></li><li class="affix"><a href="20.2.html">20.2</a></li><li class="affix"><a href="20.3.html">20.3</a></li><li class="affix"><a href="20.4.html">20.4</a></li><li class="affix"><a href="20.5.html">20.5</a></li><li class="affix"><a href="20.6.html">20.6</a></li><li class="affix"><a href="20.7.html">20.7</a></li><li class="affix"><a href="20.8.html">20.8</a></li><li class="affix"><a href="20.9.html">20.9</a></li><li class="affix"><a href="20.10.html">20.10</a></li><li class="affix"><a href="20.11.html">20.11</a></li><li class="affix"><a href="20.12.html">20.12</a></li><li class="affix"><a href="20.13.html">20.13</a></li><li class="affix"><a href="20.14.html">20.14</a></li><li class="affix"><a href="20.15.html">20.15</a></li><li class="affix"><a href="20.16.html">20.16</a></li><li class="affix"><a href="20.17.html">20.17</a></li><li class="affix"><a href="20.18.html">20.18</a></li><li class="affix"><a href="20.19.html">20.19</a></li><li class="affix"><a href="20.20.html">20.20</a></li><li class="affix"><a href="20.21.html">20.21</a></li><li class="affix"><a href="20.22.html">20.22</a></li><li class="affix"><a href="20.23.html">20.23</a></li><li class="affix"><a href="20.24.html">20.24</a></li><li class="affix"><a href="20.25.html">20.25</a></li><li class="affix"><a href="20.26.html">20.26</a></li><li class="affix"><a href="20.27.html">20.27</a></li><li class="affix"><a href="20.28.html">20.28</a></li><li class="affix"><a href="20.29.html">20.29</a></li><li class="affix"><a href="20.30.html">20.30</a></li><li class="affix"><a href="20.31.html">20.31</a></li><li class="affix"><a href="20.32.html">20.32</a></li><li class="affix"><a href="20.33.html">20.33</a></li><li class="affix"><a href="20.34.html">20.34</a></li><li class="affix"><a href="20.35.html">20.35</a></li><li class="affix"><a href="20.36.html">20.36</a></li><li class="affix"><a href="20.37.html">20.37</a></li><li class="affix"><a href="20.38.html">20.38</a></li><li class="affix"><a href="20.39.html">20.39</a></li><li class="affix"><a href="20.40.html">20.40</a></li><li class="affix"><a href="20.41.html">20.41</a></li><li class="affix"><a href="20.42.html">20.42</a></li><li class="affix"><a href="20.43.html">20.43</a></li><li class="affix"><a href="20.44.html">20.44</a></li><li class="affix"><a href="20.45.html">20.45</a></li><li class="affix"><a href="20.46.html">20.46</a></li><li class="affix"><a href="20.47.html">20.47</a></li><li class="affix"><a href="20.48.html">20.48</a></li><li class="affix"><a href="20.49.html">20.49</a></li><li class="affix"><a href="20.50.html">20.50</a></li><li class="affix"><a href="20.51.html">20.51</a></li><li class="affix"><a href="20.52.html">20.52</a></li><li class="affix"><a href="20.53.html">20.53</a></li><li class="affix"><a href="20.54.html">20.54</a></li><li class="affix"><a href="20.55.html">20.55</a></li><li class="affix"><a href="20.56.html">20.56</a></li><li class="affix"><a href="20.57.html">20.57</a></li><li class="affix"><a href="20.58.html">20.58</a></li><li class="affix"><a href="20.59.html">20.59</a></li><li class="affix"><a href="20.60.html">20.60</a></li><li class="affix"><a href="20.61.html">20.61</a></li><li class="affix"><a href="20.62.html">20.62</a></li><li class="affix"><a href="20.63.html">20.63</a></li><li class="affix"><a href="20.64.html">20.64</a></li><li class="affix"><a href="20.65.html">20.65</a></li><li class="affix"><a href="20.66.html">20.66</a></li><li class="affix"><a href="20.67-68.html">20.67-68</a></li><li class="affix"><a href="20.69.html">20.69</a></li><li class="affix"><a href="20.70.html">20.70</a></li><li class="affix"><a href="20.71.html">20.71</a></li><li class="affix"><a href="20.72.html">20.72</a></li><li class="affix"><a href="20.73.html">20.73</a></li><li class="affix"><a href="20.74.html">20.74</a></li><li class="affix"><a href="20.75.html">20.75</a></li><li class="affix"><a href="20.76.html">20.76</a></li><li class="affix"><a href="20.77.html">20.77</a></li><li class="affix"><a href="20.78.html">20.78</a></li><li class="affix"><a href="20.79.html">20.79</a></li><li class="affix"><a href="20.80.html">20.80</a></li><li class="affix"><a href="20.81.html">20.81</a></li><li class="affix"><a href="20.82.html">20.82</a></li><li class="affix"><a href="20.83.html">20.83</a></li><li class="affix"><a href="20.84.html">20.84</a></li><li class="affix"><a href="20.85.html">20.85</a></li><li class="affix"><a href="20.86.html">20.86</a></li><li class="affix"><a href="20.87.html">20.87</a></li><li class="affix"><a href="20.88.html">20.88</a></li><li class="affix"><a href="20.89.html">20.89</a></li><li class="affix"><a href="20.90-91.html">20.90-91</a></li><li class="affix"><a href="20.92.html">20.92</a></li><li class="affix"><a href="20.93.html">20.93</a></li><li class="affix"><a href="20.94.html">20.94</a></li><li class="affix"><a href="20.95.html">20.95</a></li><li class="affix"><a href="20.96-98.html">20.96-98</a></li><li class="affix"><a href="20.99.html">20.99</a></li><li class="affix"><a href="20.100.html">20.100</a></li><li class="affix"><a href="20.101.html">20.101</a></li><li class="affix"><a href="20.102.html">20.102</a></li><li class="affix"><a href="20.103.html">20.103</a></li><li class="affix"><a href="20.104.html">20.104</a></li><li class="affix"><a href="20.105.html">20.105</a></li><li class="affix"><a href="20.106.html">20.106</a></li><li class="affix"><a href="20.107.html">20.107</a></li><li class="affix"><a href="20.108.html">20.108</a></li><li class="affix"><a href="20.109.html">20.109</a></li><li class="affix"><a href="20.110.html">20.110</a></li><li class="affix"><a href="20.111.html">20.111</a></li><li class="affix"><a href="20.112.html">20.112</a></li><li class="affix"><a href="20.113.html">20.113</a></li><li class="affix"><a href="20.114.html">20.114</a></li><li class="affix"><a href="20.115.html">20.115</a></li><li class="affix"><a href="20.116.html">20.116</a></li><li class="affix"><a href="20.117.html">20.117</a></li><li class="affix"><a href="20.118.html">20.118</a></li><li class="affix"><a href="20.119.html">20.119</a></li><li class="affix"><a href="20.120.html">20.120</a></li><li class="affix"><a href="20.121.html">20.121</a></li><li class="affix"><a href="20.122.html">20.122</a></li><li class="affix"><a href="20.123.html">20.123</a></li><li class="affix"><a href="20.124.html">20.124</a></li><li class="affix"><a href="20.125.html">20.125</a></li><li class="affix"><a href="20.126.html">20.126</a></li><li class="affix"><a href="20.127.html">20.127</a></li><li class="affix"><a href="20.128.html">20.128</a></li><li class="affix"><a href="20.129.html">20.129</a></li><li class="affix"><a href="20.130.html">20.130</a></li><li class="affix"><a href="20.131.html">20.131</a></li><li class="affix"><a href="20.132.html">20.132</a></li><li class="affix"><a href="20.133.html">20.133</a></li><li class="affix"><a href="20.134.html">20.134</a></li><li class="affix"><a href="20.135.html">20.135</a></li><li class="affix"><a href="20.136.html">20.136</a></li><li class="affix"><a href="20.137.html">20.137</a></li><li class="affix"><a href="20.138.html">20.138</a></li><li class="affix"><a href="20.139.html">20.139</a></li><li class="affix"><a href="20.140.html">20.140</a></li><li class="affix"><a href="20.141.html">20.141</a></li><li class="affix"><a href="20.142-143.html">20.142-143</a></li><li class="affix"><a href="20.144-146.html">20.144-146</a></li><li class="affix"><a href="20.147.html">20.147</a></li><li class="affix"><a href="20.148.html">20.148</a></li><li class="affix"><a href="20.149.html">20.149</a></li><li class="affix"><a href="20.150.html">20.150</a></li><li class="affix"><a href="20.151.html">20.151</a></li><li class="affix"><a href="20.152.html">20.152</a></li><li class="affix"><a href="20.153.html">20.153</a></li><li class="affix"><a href="20.154.html">20.154</a></li><li class="affix"><a href="20.155.html">20.155</a></li><li class="affix"><a href="20.156.html">20.156</a></li><li class="affix"><a href="20.157.html">20.157</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">2.1</a></li><li class="affix"><a href="2.2.html">2.2</a></li><li class="affix"><a href="2.3.html">2.3</a></li><li class="affix"><a href="2.4.html">2.4</a></li><li class="affix"><a href="2.5-6.html">2.5-6</a></li><li class="affix"><a href="2.7.html">2.7</a></li><li class="affix"><a href="2.8.html">2.8</a></li><li class="affix"><a href="2.9.html">2.9</a></li><li class="affix"><a href="2.10.html">2.10</a></li><li class="affix"><a href="2.11.html">2.11</a></li><li class="affix"><a href="2.12.html">2.12</a></li><li class="affix"><a href="2.13.html">2.13</a></li><li class="affix"><a href="2.14.html">2.14</a></li><li class="affix"><a href="2.15.html">2.15</a></li><li class="affix"><a href="2.16.html">2.16</a></li><li class="affix"><a href="2.17.html">2.17</a></li><li class="affix"><a href="2.18.html">2.18</a></li><li class="affix"><a href="2.19.html">2.19</a></li><li class="affix"><a href="2.20.html">2.20</a></li><li class="affix"><a href="2.21.html">2.21</a></li><li class="affix"><a href="2.22.html">2.22</a></li><li class="affix"><a href="2.23.html">2.23</a></li><li class="affix"><a href="2.24-25.html">2.24-25</a></li><li class="affix"><a href="2.26.html">2.26</a></li><li class="affix"><a href="2.27.html">2.27</a></li><li class="affix"><a href="2.28.html">2.28</a></li><li class="affix"><a href="2.29.html">2.29</a></li><li class="affix"><a href="2.30.html">2.30</a></li><li class="affix"><a href="2.31.html">2.31</a></li><li class="affix"><a href="2.32.html">2.32</a></li><li class="affix"><a href="2.33.html">2.33</a></li><li class="affix"><a href="2.34-35.html">2.34-35</a></li><li class="affix"><a href="2.36.html">2.36</a></li><li class="affix"><a href="2.37.html">2.37</a></li><li class="affix"><a href="2.38.html">2.38</a></li><li class="affix"><a href="2.39.html">2.39</a></li><li class="affix"><a href="2.40.html">2.40</a></li><li class="affix"><a href="2.41.html">2.41</a></li><li class="affix"><a href="2.42.html">2.42</a></li><li class="affix"><a href="2.43.html">2.43</a></li><li class="affix"><a href="2.44.html">2.44</a></li><li class="affix"><a href="2.45.html">2.45</a></li><li class="affix"><a href="2.46.html">2.46</a></li><li class="affix"><a href="2.47.html">2.47</a></li><li class="affix"><a href="2.48-49.html">2.48-49</a></li><li class="affix"><a href="2.50.html">2.50</a></li><li class="affix"><a href="2.51.html">2.51</a></li><li class="affix"><a href="2.52.html">2.52</a></li><li class="affix"><a href="2.53.html">2.53</a></li><li class="affix"><a href="2.54.html">2.54</a></li><li class="affix"><a href="2.55.html">2.55</a></li><li class="affix"><a href="2.56.html">2.56</a></li><li class="affix"><a href="2.57.html">2.57</a></li><li class="affix"><a href="2.58.html">2.58</a></li><li class="affix"><a href="2.59.html">2.59</a></li><li class="affix"><a href="2.60.html">2.60</a></li><li class="affix"><a href="2.61.html">2.61</a></li><li class="affix"><a href="2.62.html">2.62</a></li><li class="affix"><a href="2.63.html">2.63</a></li><li class="affix"><a href="2.64.html">2.64</a></li><li class="affix"><a href="2.65.html">2.65</a></li><li class="affix"><a href="2.66.html">2.66</a></li><li class="affix"><a href="2.67.html">2.67</a></li><li class="affix"><a href="2.68.html">2.68</a></li><li class="affix"><a href="2.69.html">2.69</a></li><li class="affix"><a href="2.70.html">2.70</a></li><li class="affix"><a href="2.71.html">2.71</a></li><li class="affix"><a href="2.72.html">2.72</a></li><li class="affix"><a href="2.73.html">2.73</a></li><li class="affix"><a href="2.74.html">2.74</a></li><li class="affix"><a href="2.75.html">2.75</a></li><li class="affix"><a href="2.76.html">2.76</a></li><li class="affix"><a href="2.77.html">2.77</a></li><li class="affix"><a href="2.78.html">2.78</a></li><li class="affix"><a href="2.79.html">2.79</a></li><li class="affix"><a href="2.80.html">2.80</a></li><li class="affix"><a href="2.81.html">2.81</a></li><li class="affix"><a href="2.82.html">2.82</a></li><li class="affix"><a href="2.83.html">2.83</a></li><li class="affix"><a href="2.84.html">2.84</a></li><li class="affix"><a href="2.85.html">2.85</a></li><li class="affix"><a href="2.86.html">2.86</a></li><li class="affix"><a href="2.87.html">2.87</a></li><li class="affix"><a href="2.88.html">2.88</a></li><li class="affix"><a href="2.89.html">2.89</a></li><li class="affix"><a href="2.90.html">2.90</a></li><li class="affix"><a href="2.91.html">2.91</a></li><li class="affix"><a href="2.92.html">2.92</a></li><li class="affix"><a href="2.93.html">2.93</a></li><li class="affix"><a href="2.94.html">2.94</a></li><li class="affix"><a href="2.95.html">2.95</a></li><li class="affix"><a href="2.96.html">2.96</a></li><li class="affix"><a href="2.97.html">2.97</a></li><li class="affix"><a href="2.98.html">2.98</a></li><li class="affix"><a href="2.99.html">2.99</a></li><li class="affix"><a href="2.100.html">2.100</a></li><li class="affix"><a href="2.101.html">2.101</a></li><li class="affix"><a href="2.102.html">2.102</a></li><li class="affix"><a href="2.103.html">2.103</a></li><li class="affix"><a href="2.104.html">2.104</a></li><li class="affix"><a href="2.105.html">2.105</a></li><li class="affix"><a href="2.106.html">2.106</a></li><li class="affix"><a href="2.107.html">2.107</a></li><li class="affix"><a href="2.108.html">2.108</a></li><li class="affix"><a href="2.109.html">2.109</a></li><li class="affix"><a href="2.110.html">2.110</a></li><li class="affix"><a href="2.111.html">2.111</a></li><li class="affix"><a href="2.112.html">2.112</a></li><li class="affix"><a href="2.113.html">2.113</a></li><li class="affix"><a href="2.114.html">2.114</a></li><li class="affix"><a href="2.115.html">2.115</a></li><li class="affix"><a href="2.116.html">2.116</a></li><li class="affix"><a href="2.117.html">2.117</a></li><li class="affix"><a href="2.118.html">2.118</a></li><li class="affix"><a href="2.119.html">2.119</a></li><li class="affix"><a href="2.120.html">2.120</a></li><li class="affix"><a href="2.121.html">2.121</a></li><li class="affix"><a href="2.122.html">2.122</a></li><li class="affix"><a href="2.123.html">2.123</a></li><li class="affix"><a href="2.124.html">2.124</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle"></div>
</nav>
<div id="page-wrapper" class="page-wrapper">
<div class="page">
<div id="menu-bar" class="menu-bar">
<div id="menu-bar-sticky-container">
<div class="left-buttons">
<button id="sidebar-toggle" class="icon-button" type="button" title="Toggle Table of Contents" aria-label="Toggle Table of Contents" aria-controls="sidebar">
<i class="fa fa-bars"></i>
</button>
<button id="theme-toggle" class="icon-button" type="button" title="Change theme" aria-label="Change theme" aria-haspopup="true" aria-expanded="false" aria-controls="theme-list">
<i class="fa fa-paint-brush"></i>
</button>
<ul id="theme-list" class="theme-popup" aria-label="Themes" role="menu">
<li role="none"><button role="menuitem" class="theme" id="light">Light</button></li>
<li role="none"><button role="menuitem" class="theme" id="rust">Rust (default)</button></li>
<li role="none"><button role="menuitem" class="theme" id="coal">Coal</button></li>
<li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li>
<li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li>
</ul>
<button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar">
<i class="fa fa-search"></i>
</button>
</div>
<h1 class="menu-title">Caitanya-caritamrta</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">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">
&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">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">
&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">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;
&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">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;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">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;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">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;
&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
3.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 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 point of creation; ca—and; sri-rupam—unto Srila Rupa Gosvami; sa-agra-jatam—with his elder brother, Sri Sanatana Gosvami; saha-gana—with associates; raghunatha-anvitam—with Raghunatha dasa Gosvami; 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 Their 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, 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 and Sri Caitanya Mahaprabhu, as well as all His devotees, headed by Srivasa Thakura.
I then offer my respectful obeisances unto the lotus feet of Lord Krsna and Srimati Radharani and all the gopis, headed by Lalita and Visakha.
3.2
jaya jaya gauracandra jaya nityananda
jayadvaita-candra jaya gaura-bhakta-vrnda
SYNONYMS
jaya jaya—all glories; gaura-candra—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!
3.3
purusottame eka udiya-brahmana-kumara
pitr-sunya, maha-sundara, mrdu-vyavahara
SYNONYMS
purusottame—in Jagannatha Puri; eka—one; udiya-brahmana-kumara—young son of a brahmana from Orissa; pitr-sunya—without his father; maha-sundara—possessing very beautiful bodily features; mrdu-vyavahara—having very gentle behavior.
In Jagannatha Puri there was a young boy who had been born of an Orissa brahmana but had later lost his father.
The boy’s features were very beautiful, and his behavior was extremely gentle.
3.4-5
prabhu-sthane nitya aise, kare namaskara
prabhu-sane vat kahe prabhu-’prana’ tara
prabhute tahara priti, prabhu daya kare
damodara tara priti sahite na pare
SYNONYMS
prabhu-sthane—to the place of Sri Caitanya Mahaprabhu; nitya—daily; aise—comes; kare namaskara—offers respectful obeisances; prabhu-sane—with the Lord; vat kahe—talks; prabhu-prana tara—his life and soul was Sri Caitanya Mahaprabhu; prabhute—unto the Lord; tahara priti—his affection; prabhu—the Lord; daya kare—reciprocates His mercy; damodara—Damodara Pandita; tara—his; priti—love of Lord Sri Caitanya Mahaprabhu; sahite na pare—could not tolerate.
The boy came dally to Sri Caitanya Mahaprabhu and offered Him respectful obeisances.
He was free to talk with Sri Caitanya Mahaprabhu because the Lord was his life and soul, but the boy’s intimacy with the Lord and the Lord’s mercy toward him were intolerable to Damodara Pandita.
3.6
bara bara nisedha kare brahmana-kumare
prabhure na dekhile sei rahite na pare
SYNONYMS
bara bara—again and again; nisedha kare—forbids; brahmana-kumare—the son of the brahmana; prabhure—Sri Caitanya Mahaprabhu; na dekhile—without seeing; sei—that boy; rahite na pare—could not stay.
Damodara Pandita again and again forbade the son of the brahmana to visit the Lord, but the boy could not bear staying home and not seeing Sri Caitanya Mahaprabhu.
3.7
nitya aise, prabhu tare kare maha-prita
yanha priti tanha aise,--balakera rita
SYNONYMS
nitya aise—he comes daily; prabhu—Lord Sri Caitanya Mahaprabhu; tare—to him; kare—does; maha-prita—very affectionate behavior; yanha priti—wherever there is love; tanha aise—one comes there; balakera rita—the nature of a small boy.
The boy came every day to Sri Caitanya Mahaprabhu, who treated him with great affection.
It is the nature of ay boy to go see a ma who loves him.
3.8
taha dekhi’ damodara duhkha paya mane
balite na pare, balaka nisedha na mane
SYNONYMS
taha dekhi’-seeing that; damodara—Damodara Pandita; duhkha paya—gets unhappiness; mane—in his mind; balite na pare—could not say anything; balaka—the boy; nisedha—prohibition; na mane—would not care for.
This was intolerable for Damodara Pandita.
He became greatly unhappy, but there was nothing he could say, for the boy would ignore his restrictions.
3.9
ara dina sei balaka prabhu-sthane aila
gosani tare priti kari’ varta puchila
SYNONYMS
ara dina—one day; sei balaka—that boy; prabhu-sthane aila—came to Lord Sri Caitanya Mahaprabhu; gosani—Lord Sri Caitanya Mahaprabhu; tare—unto him; priti kari’-with great affection; varta—news; puchila—inquired.
One day when the boy came to Sri Caitanya Mahaprabhu, the Lord very affectionately inquired from him about all kinds of news.
3.10
kata-ksane se balaka uthi’ yabe gela
sahite na pare, damodara kahite lagila
SYNONYMS
kata-ksane—after some time; se balaka—that boy; uthi’-standing up; yabe—when; gela—left; sahite na pare—could not tolerate; damodara—Damodara Pandita; kahite lagila—began to say.
After some time, when the boy stood up and left, the intolerant Damodara Pandita began to speak.
3.11
anyopadese pandita--kahe gosanira thani
’gosani"gosani’ ebe janimu ’gosani’
SYNONYMS
anya-upadese—by instructing others; pandita—learned teacher; kahe—says; gosanira thani—in front of Sri Caitanya Mahaprabhu; gosani gosani—Lord Sri Caitanya Mahaprabhu, the supreme teacher; ebe—now; janimu—we shall know; gosani—what kind of teacher.
Damodara Pandita impudently said to the Lord, "Everyone says that You are a great teacher because of Your instructions to others, but now we shall find out what kind of teacher You are.
PURPORT
Damodara Pandita was a great devotee of Sri Caitanya Mahaprabhu.
Sometimes, however, a person in such a position becomes impudent, being influenced by the external energy and material considerations.
Thus a devotee mistakenly dares to criticize the activities of the spiritual master or the Supreme Personality of Godhead.
Despite the logic that “Caesar’s wife must be above suspicion,” a devotee should not be disturbed by the activities of his spiritual master and should not try to criticize him.
A devotee should be fixed in the conclusion that the spiritual master cannot be subject to criticism and should never be considered equal to a common man.
Even if there appears to be some discrepancy according to an imperfect devotee’s estimation, the devotee should be fixed in the conviction that even if his spiritual master goes to a liquor shop, he is not a drunkard; rather, he must have some purpose in going there it is said in a Bengali poem:
yadyapi nityananda sura-badi yaya
3.12
ebe gosanira guna-yasa saba loke gaibe
tabe gosanira pratistha purusottame ha-ibe
SYNONYMS
ebe—now; gosanira—of Lord Sri Caitanya Mahaprabhu; guna-yasa—attributes and reputation; saba loke—everyone; gaibe—will talk about; tabe—at that time; gosanira—of the Lord; pratistha—the position; purusottame—in Purusottama (Jagannatha Puri); ha-ibe—will be “You are known as Gosani (teacher or acarya), but now talk about Your attributes and reputation will spread throughout the city of Purusottama.
How Your position will be impaired!”
3.13
suni’ prabhu kahe,--’kya kaha, damodara?’
damodara kahe,--tumi svatantra ’isvara’
SYNONYMS
suni’-hearing; prabhu kahe—Sri Caitanya Mahaprabhu said; kya kaha—what nonsense are you speaking; damodara—My dear Damodara; damodara kahe—Damodara Pandita replied; tumi—You; svatantra—independent; isvara—the Supreme Personality of Godhead.
Although Sri Caitanya Mahaprabhu knew that Damodara Pandita was a pure and simple devotee, upon hearing this impudent talk the Lord said, “My dear Damodara, what nonsense are you speaking?” Damodara Pandita replied, "You are the independent Personality of Godhead, beyond all criticism.
3.14
svacchande acara kara, ke pare balite?
mukhara jagatera mukha para acchadite?
SYNONYMS
svacchande—without restriction; acara kara—You behave; ke pare balite—who can talk; mukhara—talkative; jagatera—of the whole world; mukha—mouth; para acchadite—can You cover "My dear Lord, You can act as You please.
No one can say anything to restrict You.
Nevertheless, the entire world is impudent.
People can say anything.
How can You stop them?
3.15
pandita hana mane kene vicara na kara?
randi brahmanira balake priti kene kara?
SYNONYMS
pandita hana—being a learned teacher; mane—in the mind; kene—why; vicara na kara—do You not consider; randi brahmanira—of a widowed wife of a brahmana; balake—unto the son; priti—affection; kene kara—why do You show "Dear Lord, You are a learned teacher.
Why then don’t You consider that this boy is the son of a widowed brahmani? Why are You so affectionate to him?
3.16
yadyapi brahmani sei tapasvini sati
tathapi tahara dosa--sundari yuvati
SYNONYMS
yadyapi—although; brahmani—wife of a brahmana; sei—that; tapasvini—austere; sati—chaste; tathapi—still; tahara—her; dosa—fault; sundari—very beautiful; yuvati—young girl "Although the boy’s mother is completely austere and chaste, she has one natural fault-she is a very beautiful young girl.
3.17
tumi-ha--parama yuva, parama sundara
lokera kanakani-vate deha avasara"
SYNONYMS
tumi-ha—You also; parama yuva—young man; parama sundara—very beautiful; lokera—of the people in general; kanakani—whispering; vate—talks; deha avasara—You are giving an opportunity for “And You, my dear Lord, are a handsome, attractive young man.
Therefore certainly people will whisper about You.
Why should You give them such a opportunity?”
PURPORT
As a simple and staunch devotee of Lord Sri Caitanya Mahaprabhu, Damodara Pandita could not tolerate criticism of the Lord, but unfortunately he himself was criticizing Lord Sri Caitanya Mahaprabhu in his own way.
The Lord could understand that it was because of Damodara Pandita’s simplicity that he impudently dared criticize Him.
Nevertheless, such behavior by a devotee is not very good.
3.18
eta bali’ damodara mauna ha-ila
antare santosa prabhu hasi’ vicarila
SYNONYMS
eta bali’-saying this; damodara—Damodara Pandita; mauna ha-ila—became silent; antare—within Himself; santosa—pleased; prabhu—Sri Caitanya Mahaprabhu; hasi’-smiling; vicarila—considered.
Having said this, Damodara Pandita became silent.
Sri Caitanya Mahaprabhu smiled, pleased within Himself, and considered the impudence of Damodara Pandita.
3.19
"ihare kahiye suddha-premera taranga
damodara-sama mora nahi ’antaranga’ "
SYNONYMS
ihare—such behavior; kahiye—I can say; suddha-premera taranga—waves of pure devotional service; damodara-sama—like Damodara; mora—My; nahi—there is not; antaranga—intimate friend “This impudence is also a sign of pure love for Me.
I have no other intimate friend like Damodara Pandita.”
3.20
eteka vicari’ prabhu madhyahne calila
ara dine damodare nibhrte bolaila
SYNONYMS
eteka vicari’-considering like this; prabhu—Sri Caitanya Mahaprabhu; madhyahne calila—went to perform His noon duties; ara dine—the next day; damodare—unto Damodara Pandita; nibhrte—in a solitary place; bolaila—called.
Thinking in this way, Sri Caitanya Mahaprabhu went to perform His noon duties.
The next day, He called Damodara Pandita to a solitary place.
3.21
prabhu kahe,--"damodara, calaha nadiya
matara samipe tumi raha tanha yana
SYNONYMS
prabhu kahe—Sri Caitanya Mahaprabhu said; damodara—My dear friend Damodara; calaha nadiya—you had better go to Nadia (Navadvipa); matara samipe—in the care of My mother; tumi—you; raha—stay; tanha—there; yana—going.
The Lord said,"My dear friend Damodara, you had better go to Nadia and stay with My mother.
3.22
toma vina tanhara raksaka nahi dekhi ana
amake-ha yate tumi kaila savadhana
SYNONYMS
toma vina—besides you; tanhara—of mother Sacidevi; raksaka—protector; nahi—not; dekhi—I see; ana—anyone else; amake-ha—even unto Me; yate—by which; tumi—you; kaila—did; savadhana—care "I see no one but you to protect her, for you are so careful that you can caution even Me.
3.23
toma sama ’nirapeksa’ nahi mora gane
’nirapeksa’ nahile ’dharma’ na yaya raksane
SYNONYMS
toma sama—like you; nirapeksa—neutral; nahi—there is not; mora gane—among My associates; nirapeksa—neutral; nahile—without being; dharma—religious principles; na yaya raksane—cannot be protected "You are the most neutral among My associates.
This is very good, for without being neutral one cannot protect religious principles.
3.24
ama haite ye na haya, se toma haite haya
amare karila danda, ana keba haya
SYNONYMS
ama haite—from Me; ye—whatever; na haya—is not; se—that; toma haite—from you; haya—becomes possible; amare—Me; karila danda—punished; ana—others; keba haya—what to speak of "You can do whatever I cannot.
Indeed, you can chastise even Me, not to speak of others.
3.25
matara grhe raha yai matara carane
tomara age nahibe karo svacchandacarane
SYNONYMS
matara—of My mother; grhe—at the home; raha—stay; yai—going; matara carane—at the shelter of My mother’s lotus feet; tomara age—in front of you; nahibe—there will not be; karo—of anyone; svacchanda-acarane—independent activities "It is best for you to go to the shelter of My mother’s lotus feet, for no one will be able to behave independently in front of you.
3.26
madhye madhye asiba kabhu amara darasane
sighra kari’ punah tahan karaha gamane
SYNONYMS
madhye madhye—at intervals; asiba—you will come; kabhu—sometimes; amara darasane—to see Me; sighra kari’-very soon; punah—again; tahan—there; karaha gamane—arrange to go "At intervals you may come see Me here and then soon again go there.
3.27
matare kahiha mora koti namaskare
mora sukha-katha kahi’ sukha diha’ tanre
SYNONYMS
matare—to My mother; kahiha—inform; mora—My; koti—ten million; namaskare—obeisances; mora—My; sukha—of happiness; katha—topics; kahi’-saying; sukha—happiness; diha’ tanre—give to her "Offer My mother millions of My obeisances.
Please speak to her about My happiness here and thus give her happiness.
3.28
’nirantara nija-katha tomare sunaite
ei lagi’ prabhu more pathaila ihante’
SYNONYMS
nirantara—constantly; nija-katha—personal activities; tomare sunaite—to inform you; ei lagi’-for this reason; prabhu—Sri Caitanya Mahaprabhu; more—me; pathaila—has sent; ihante—here "Tell her that I sent you to inform her of My personal activities so that she may share in My happiness.
3.29
eta kahi’ matara mane santosa janmaiha
ara guhya-katha tanre smarana karaiha
SYNONYMS
eta kahi’-saying this; matara mane—in the mind of My mother; santosa janmaiha—give satisfaction; ara—another; guhya-katha—very confidential message; tanre—her; smarana karaiha—make to remember "Speaking in this way, satisfy the mind of mother Saci.
Also, remind her of one most confidential incident with this message from Me.
3.30
’bare bare asi’ ami tomara bhavane
mistanna vyanjana saba kariye bhojane
SYNONYMS
bare bare—again and again; asi’-coming; ami—I; tomara bhavane—at your place; mistanna—sweetmeats; vyanjana—vegetables; saba—all; kariye—do; bhojane—eating "I come to your home again and again to eat all the sweetmeats and vegetables you offer.
3.31
bhojana kariye ami, tumi taha jana
bahya virahe taha svapna kari mana
SYNONYMS
bhojana—dining; kariye—do; ami—I; tumi—you; taha—that; jana—know; bahya—externally; virahe—in separation; taha—that; svapna—dream; kari—as; mana—you accept " ’You know that I come and eat the offerings, but because of external separation, you consider this a dream.
PURPORT
Because mother Saci was feeling separation from Sri Caitanya Mahaprabhu, she thought she was dreaming that her son had come to her.
Sri Caitanya Mahaprabhu, however, wanted to inform her that actually it was not a dream.
He actually came there and ate whatever His mother offered Him.
Such are the dealings of advanced devotees with the Supreme personality of Godhead.
As stated in the Brahma-samhita:
premanjana-cchurita-bhakti-vilocanena
santah sadaiva hrdayesu vilokayanti
yam syamasundaram acintya-guna-svarupam
govindam adi-purusam tam aham bhajami “I worship the primeval Lord, Govinda, who is always seen by the devotee whose eyes are anointed with the pulp of love.
He is seen in His eternal form of Syamasundara, situated within the heart of the devotee.” (Brahma-samhita 5.38) pure devotees realize dealings with the Lord on the transcendental plane, but because the devotees are still in the material world, they think that these are dreams.
The Lord, however, talks with the advanced devotee, and the advanced devotee also sees Him.
It is all factual; it is not a dream.
3.32
ei magha-sankrantye tumi randhana karila
nana vyanjana, ksira, pitha, payasa randhila
SYNONYMS
ei—this; magha-sankrantye—on the occasion of the Magha-sankranti festival; tumi—you; randhana karila—cooked; nana vyanjana—varieties of vegetables; ksira—condensed milk; pitha—cakes; payasa—sweet rice; randhila—cooked "During the last Magha-sankranti festival, you cooked varieties of vegetables, condensed milk, cakes and sweet rice for Me.
3.33
krsne bhoga lagana yabe kaila dhyana
amara sphurti haila, asru bharila nayana
SYNONYMS
krsne—unto Lord Krsna; bhoga—offering; lagana—giving; yabe—when; kaila dhyana—you meditated; amara—My; sphurti—sudden appearance; haila—there was; asru—tears; bharila—filled; nayana—your eyes "You offered the food to Lord Krsna, and while you were in meditation I suddenly appeared, and your eyes filled with tears.
3.34
aste-vyaste ami giya sakali khaila
ami khai,--dekhi’ tomara sukha upajila
SYNONYMS
aste-vyaste—in great haste; ami—I; giya—going; sakali khaila—ate everything; ami khai—I eat; dekhi’-seeing; tomara—your; sukha—happiness; upajila—grew "I went there in great haste and ate everything.
When you saw Me eating, you felt great happiness.
3.35
ksaneke asru muchiya sunya dekhi’ pata
svapana dekhilun,’yena nimani khaila bhata’
SYNONYMS
ksaneke—in a moment; asru—tears; muchiya—wiping; sunya—vacant; dekhi’-seeing; pata—the plate; svapana dekhilun—I saw a dream; yena—as if; nimani—Sri Caitanya Mahaprabhu; khaila bhata—ate the food “In a moment, after you had wiped your eyes, you saw that the plate you had offered Me was empty.
Then you thought,”I dreamt as if Nimai were eating everything."
3.36
bahya-viraha-dasaya punah bhranti haila
’bhoga na lagailun’,--ei jnana haila
SYNONYMS
bahya-viraha—of external separation; dasaya—by the condition; punah—again; bhranti haila—there was illusion; bhoga—offering to the Deity; na lagailun—I have not given; ei—this; jnana haila—you thought "In the condition of external separation, you were again under illusion, thinking that you had not offered the food to Lord Visnu.
3.37
paka-patre dekhila saba anna ache bhari’
punah bhoga lagaila sthana-samskara kari’
SYNONYMS
paka-patre—the cooking pots; dekhila—she saw; saba—all; anna—food; ache bhari’-were filled with; punah—again; bhoga lagaila—offered the food; sthana—the place for offering; samskara kari’-cleansing "Then you went to see the cooking pots and found that every pot was filled with food.
Therefore you again offered the food, after cleansing the place for the offering.
3.38
ei-mata bara bara kariye bhojana
tomara suddha-preme more kare akarsana
SYNONYMS
ei-mata—in this way; bara bara—again and again; kariye bhojana—I eat; tomara—your; suddha-preme—pure love; more—Me; kare akarsana—attracts "Thus I again and again eat everything you offer Me, for I am attracted by your pure love.
3.39
tomara ajnate ami achi nilacale
nikate lana yao ama tomara prema-bale’
SYNONYMS
tomara ajnate—on your order; ami—I; achi—reside; nilacale—at Jagannatha Puri; nikate—nearby; lana yao—you take away; ama—Me; tomara—your; prema—transcendental love; bale—on the strength of “Only by your order am I living in Nilacala (Jagannatha Puri).
Nevertheless, you still pull Me near you because of your great love for Me.’ ”
3.40
ei-mata bara bara karaiha smarana
mora nama lana tanra vandiha carana"
SYNONYMS
ei-mata—in this way; bara bara—again and again; karaiha—cause; smarana—remembrance; mora—My; nama—name; lana—taking; tanra—her; vandiha—worship; carana—feet.
Sri Caitanya Mahaprabhu told Damodara Pandita, “Remind mother Saci in this way again and again and worship her lotus feet in My name.”
3.41
eta kahi’ jagannathera prasada anaila
matake vaisnave dite prthak prthak dila
SYNONYMS
eta kahi’-saying this; jagannathera—of Jagannatha; prasada—remnants of food; anaila—ordered to be brought; matake—to His mother; vaisnave—and all the Vaisnavas; dite—to deliver; prthak prthak—separately; dila—he gave.
After saying this, Sri Caitanya Mahaprabhu ordered that varieties of prasada offered to Lord Jagannatha be brought.
The Lord then gave him the prasada, separately packed, to offer to various Vaisnavas and His mother.
3.42
tabe damodara cali’ nadiya aila
matare miliya tanra carane rahila
SYNONYMS
tabe—then; damodara—Damodara Pandita; cali’-walking; nadiya aila—reached Nadia (Navadvipa); matare miliya—just after meeting Sacimata; tanra carane—at her lotus feet; rahila—remained.
In this way Damodara Pandita went to Nadia (Navadvipa).
After meeting mother Saci, he stayed under the care of her lotus feet.
3.43
acaryadi vaisnavere maha-prasada dila
prabhura yaiche ajna, pandita taha acarila
SYNONYMS
acarya-adi—headed by Advaita Acarya; vaisnavere—to all the Vaisnavas; maha-prasada dila—delivered all the prasada of Lord Jagannatha; prabhura—of Sri Caitanya Mahaprabhu; yaiche—as; ajna—the order; pandita—Damodara Pandita; taha—that; acarila—performed.
He delivered all the prasada to such great Vaisnavas as Advaita Acarya.
Thus he stayed there and behaved according to the order of Sri Caitanya Mahaprabhu.
3.44
damodara age svatantrya na haya kahara
tara bhaye sabe kare sankoca vyavahara
SYNONYMS
damodara age—in front of Damodara Pandita; svatantrya—independent behavior; na haya kahara—no one dares to do; tara bhaye—due to fear of him; sabe—all of them; kare—do; sankoca vyavahara—dealings with great care.
Everyone knew that Damodara Pandita was strict in practical dealings.
Therefore everyone was afraid of him and dared not do anything independent.
3.45
prabhu-gane yanra dekhe alpa-maryada-langhana
vakya-danda kari’ kare maryada sthapana
SYNONYMS
prabhu-gane—in the associates of Sri Caitanya Mahaprabhu; yanra—whose; dekhe—sees; alpa-maryada-langhana—a slight deviation from the standard etiquette and behavior; vakya-danda kari’-chastising with words; kare—does; maryada—etiquette; sthapana—establishing.
Damodara Pandita would verbally chastise every devotee of Sri Caitanya Mahaprabhu whom he found deviating even slightly from proper behavior.
Thus he established the standard etiquette.
3.46
ei-ta kahila damodarera vakya-danda
yahara sravane bhage ’ajnana pasanda’
SYNONYMS
ei-ta—in this way; kahila—I have described; damodarera—of Damodara Pandita; vakya-danda—chastisement by words; yahara sravane—by hearing which; bhage—goes away; ajnana pasanda—the atheist of ignorance.
In this way I have described Damodara Pandita’s verbal chastisements.
As one hears about this, atheistic principles and ignorance depart.
3.47
caitanyera lila--gambhira, koti-samudra haite
ki lagi’ ki kare, keha na pare bujhite
SYNONYMS
caitanyera lila—the pastimes of Sri Caitanya Mahaprabhu; gambhira—very deep; koti-samudra haite—more than millions of seas; ki lagi’-for what reason; ki kare—what He does; keha—anyone; na—not; pare bujhite—can understand.
The pastimes of Sri Caitanya Mahaprabhu are deeper than millions of seas and oceans.
Therefore no one can understand what He does nor why He does it.
3.48
ataeva gudha artha kichui na jani
bahya artha karibare kari tanatani
SYNONYMS
ataeva—therefore; gudha artha—deep meaning; kichui—any; na jani—I do not know; bahya artha karibare—to explain the external meanings; kari—I make; tanatani—hard endeavor.
I do not know the deep meaning of Sri Caitanya Mahaprabhu’s activities.
As far as possible I shall try to explain them externally.
3.49
eka-dina prabhu haridasere milila
tanha lana gosthi kari’ tanhare puchila
SYNONYMS
eka-dina—one day; prabhu—Sri Caitanya Mahaprabhu; haridasere—with Haridasa Thakura; milila—met; tanha lana—taking him; gosthi kari’-making a discussion; tanhare puchila—the Lord inquired from him.
One day Sri Caitanya Mahaprabhu met Haridasa Thakura as usual, and in the course of discussion He inquired as follows.
3.50
"haridasa, kali-kale yavana apara
go-brahmane himsa kare maha duracara
SYNONYMS
haridasa—My dear Haridasa; kali-kale—in this age of Kali; yavana—demons against the Vedic principles; apara—unlimited; go-brahmane—cows and brahminical culture; himsa kare—do violence against; maha duracara—extremely fallen "My dear Thakura Haridasa, in this age of Kali most people are bereft of Vedic culture, and therefore they are called yavanas.
They are concerned only with killing cows and brahminical culture.
In this way they all engage in sinful acts.
PURPORT
From this statement by Sri Caitanya Mahaprabhu we can clearly understand that the word yavana does not refer only to a particular class of men.
Anyone who is against the behavior of the Vedic principles is called a yavana.
Such a yavana may be in India or outside of India.
As described here, the symptom of yavanas is that they are violent killers of cows and brahminical culture.
We offer our prayers to the Lord by saying, namo brahmanya-devaya go-brahmana-hitaya ca.
The Lord is the maintainer of brahminical culture.
His first concern is to see to the benefit of cows and brahmanas.
As soon as human civilization turns against brahminical culture and allows unrestricted killing of cows, we should understand that men are no longer under the control of the Vedic culture but are all yavanas and mlecchas.
It is said that the Krsna consciousness movement will be prominent within the next ten thousand years, but after that people will all become mlecchas and yavanas.
Thus at the end of the yuga, Krsna will appear as the Kalki avatara and kill them without consideration.
3.51
iha-sabara kon mate ha-ibe nistara?
tahara hetu na dekhiye,--e duhkha apara"
SYNONYMS
iha-sabara—of all these yavanas; kon mate—by which way; ha-ibe nistara—will be deliverance; tahara hetu—the cause of such deliverance; na dekhiye—I do not see; e duhkha apara—it is My great unhappiness “How will these yavanas be delivered? To My great unhappiness, I do not see any way.”
PURPORT
This verse reveals the significance of Lord Sri Caitanya’s appearance as patita-pavana, the deliverer of all the fallen souls.
Srila Narottama dasa Thakura sings, patita-pavana-hetu tava avatara: “O my Lord, You have appeared just to deliver all the fallen souls.” mo-sama patita prabhu na paibe ara: “And among all the fallen souls, I am the lowest.” How Sri Krsna Caitanya Mahaprabhu was always thinking about the deliverance of the fallen souls is shown by the statement e duhkha apara (“It is My great unhappiness”).
This statement indicates that Sri Caitanya Mahaprabhu, who is the Supreme personality of Godhead Krsna Himself, is always very unhappy to see the fallen souls in the material world.
Therefore He Himself comes as He is, or He comes as a devotee in the form of Sri Caitanya Mahaprabhu, to deliver love of Krsna directly to the fallen souls.
Namo maha-vadanyaya krsna-prema-pradaya te.
Sri Caitanya Mahaprabhu is so merciful that He not only gives knowledge of Krsna but by His practical activities teaches everyone how to love Krsna (krsna-prema-pradaya te).
Those who are following in the footsteps of Sri Caitanya Mahaprabhu should take the Lord’s mission most seriously.
In this age of Kali, people are gradually becoming less than animals.
Nevertheless, although they are eating the flesh of cows and are envious of brahminical culture, Sri Caitanya Mahaprabhu is considering how to deliver them from this horrible condition of life.
Thus He asks all Indians to take up His mission bharata-bhumite haila manusya-janma yara
janma sarthaka kari’ kara para-upakara “One who has taken his birth as a human being in the land of India (Bharata-varsa) should make his life successful and work for the benefit of all other people.” (Cc.Adi-lila
9.41) it is therefore the duty of every advanced and cultured Indian to take this cause very seriously.
All Indians should help the Krsna consciousness movement in its progress, to the best of their ability.
Then they will be considered real followers of Sri Caitanya Mahaprabhu.
Unfortunately, even some so-called Vaisnavas enviously refuse to cooperate with this movement but instead condemn it in so many ways.
We are very sorry to say that these people try to find fault with us, being unnecessarily envious of our activities, although we are trying to the best of our ability to introduce the Krsna consciousness movement directly into the countries of the yavanas and mlecchas.
Such yavanas and mlecchas are coming to us and becoming purified Vaisnavas who follow in the footsteps of Sri Caitanya Mahaprabhu.
One who identifies himself as a follower of Sri Caitanya Mahaprabhu should feel like Sri Caitanya Mahaprabhu, who said, iha-sabara kon mate ha-ibe nistara: “How will all these yavanas be delivered?” Sri Caitanya Mahaprabhu was always anxious to deliver the fallen souls because their fallen condition gave Him great unhappiness.
That is the platform on which one can propagate the mission of Sri Caitanya Mahaprabhu.
3.52
haridasa kahe,--"prabhu, cinta na kariha
yavanera samsara dekhi’ duhkha na bhaviha
SYNONYMS
haridasa kahe—Haridasa replied; prabhu—my dear Lord; cinta na kariha—do not be in anxiety; yavanera samsara—the material condition of the yavanas; dekhi’-seeing; duhkha na bhaviha—do not be sorry.
Haridasa Thakura replied, "My dear Lord, do not be in anxiety.
Do not be unhappy to see the condition of the yavanas in material existence.
PURPORT
These words of Haridasa Thakura are just befitting a devotee who has dedicated his life and soul to the service of the Lord.
When the Lord is unhappy because of the condition of the fallen souls, the devotee consoles Him, saying, “My dear Lord, do not be in anxiety.” This is service.
Everyone should adopt the cause of Sri Caitanya Mahaprabhu to try to relieve Him from the anxiety He feels.
This is actually service to the Lord.
One who tries to relieve Sri Caitanya Mahaprabhu’s anxiety for the fallen souls is certainly a most dear and confidential devotee of the Lord.
To blaspheme such a devotee who is trying his best to spread the cult of Sri Caitanya Mahaprabhu is the greatest offense.
One who does so is simply awaiting punishment for his envy.
3.53
yavana-sakalera ’mukti’ habe anayase
’ha rama, ha rama’ bali’ kahe namabhase
SYNONYMS
yavana-sakalera—of all the yavanas; mukti—liberation; habe—there will be; anayase—very easily; ha rama ha rama—O Lord Rama, O Lord Rama; bali’-saying; kahe—they say; nama-abhase—almost chanting the holy name of the Lord without offenses "Because the yavanas are accustomed to saying, ’ha rama, ha rama’ (O Lord Ramacandra), they will very easily be delivered by this namabhasa.
3.54
maha-preme bhakta kahe,--’ha rama, ha rama’
yavanera bhagya dekha, laya sei nama
SYNONYMS
maha-preme—in great ecstatic love; bhakta kahe—a devotee says; ha rama ha rama—O Lord Ramacandra, O Lord Ramacandra; yavanera—of the yavanas; bhagya—fortune; dekha—just see; laya sei nama—they are also chanting the same holy name “A devotee in advanced ecstatic love exclaims, ’O my Lord Ramacandra! O my Lord Ramacandra!’ But the yavanas also chant, ’ha rama, ha rama!’ Just see their good fortune!”
PURPORT
If a child touches fire, the fire will burn him, and if an elderly man touches fire, it will burn him also.
Haridasa Thakura says that a great devotee of the Lord exclaims, “ha rama, ha rama,” but although yavanas do not know the transcendental meaning of “ha rama, ha rama,” they say those words in the course of their ordinary life.
For the yavanas the words “ha rama” mean “abominable,” whereas the devotee exclaims the words “ha rama” in ecstatic love.
Nevertheless, because the words “ha rama” are the spiritual summum bonum, the fact is the same, whether they are uttered by yavanas or by great devotees, just as fire is the same both for a child and for an elderly man.
In other words, the holy name of the Lord, “ha rama,” always acts, even when the holy names are chanted without reference to the Supreme Lord.
Yavanas utter the holy name in a different attitude than devotees, but the holy name “ha rama” is so powerful spiritually that it acts anywhere, whether one knows it or not.
This is explained as follows.
3.55
yadyapi anya sankete anya haya namabhasa
tathapi namera teja na haya vinasa
SYNONYMS
yadyapi—although; anya—another; sankete—by intimation; anya—that other; haya—is; nama-abhasa—almost equal to the holy name; tathapi—still; namera teja—the transcendental power of the holy name; na haya vinasa—is not destroyed.
Namacarya Haridasa Thakura, the authority on the chanting of the holy name, said, "The chanting of the Lord’s holy name to indicate something other than the Lord is an instance of namabhasa.
Even when the holy name is chanted in this way, its transcendental power is not destroyed.
3.56
damstri-damstrahato mleccho
ha rameti punah punah
uktvapi muktim apnoti
kim punah sraddhaya grnan
SYNONYMS
damstri—of a boar; damstra—by the teeth; ahatah—killed; mlecchah—a meat-eater; ha—O; rama-my Lord Rama; iti—thus; punah punah—again and again; uktva—saying; api—even; muktim—liberation; apnoti—gets; kim—what; punah—again; sraddhaya—with faith and veneration; grnan—chanting “Even a mleccha who is being killed by the tusk of a boar and who cries in distress again and again, ”ha rama, ha rama“ attains liberation.
What then to speak of those who chant the holy name with veneration and faith?”
PURPORT
This refers to an instance in which a meat-eater being killed by a boar uttered the words “ha rama, ha rama”again and again at the time of his death.
Since this is a quotation from the Nrsimha Purana, this indicates that in the puranic age there must also have been mlecchas and yavanas (meateaters), and the words “ha rama,, meaning ”condemned,“ were also uttered in those days.
3.57
ajamila putre bolaya bali ’narayana’
visnu-duta asi’ chadaya tahara bandhana
SYNONYMS
ajamila—Ajamila; putre—unto his son; bolaya—calls; bali—saying; narayana—the holy name of Narayana; visnu-duta—the attendants of Lord Visnu; asi—coming; chadaya—remove; tahara—of him; bandhana—the bonds "Ajamila was a great sinner during his life, but at the time of death he accidentally called for his youngest son, whose name was Narayana, and the attendants of Lord Visnu came to relieve him from the bonds of Yamaraja, the superintendent of death.
3.58
’rama’ dui aksara iha nahe vyavahita
prema-vaci ’ha’-sabda tahate bhusita
SYNONYMS
rama—the holy name of the Lord; dui—two; aksara—syllables; iha—these; nahe—are not; vyavahita—separated; prema-vaci—a word indicating love; ha—“O”; sabda—the word; ta-hate—by that; bhusita—decorated "The word ’rama’ consists of the two syllables, ’ra’ and ’ma.’ These are unseparated and are decorated with the loving word ’ha,’ meaning ’O.’
3.59
namera aksara-sabera ei ta’ svabhava
vyavahita haile na chade apana-prabhava
SYNONYMS
namera—of the holy name; aksara—letters; sabera—of all; ei—this; ta’-certainly; sva-bhava—the characteristic; vyavahita haile—even when improperly uttered; na—do not; chade—give up; apana-prabhava—their own spiritual influence "The letters of the holy name have so much spiritual potency that they act even when uttered improperly.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura states that the word vyavahita (“improperly uttered”) is not used here to refer to the mundane vibration of the letters of the alphabet.
Such negligent utterance for the sense gratification of materialistic persons is not a vibration of transcendental sound.
Utterance of the holy name while one engages in sense gratification is an impediment on the path toward achieving ecstatic love for Krsna.
On the other hand, if one who is eager for devotional service utters the holy name even partially or improperly, the holy name, who is identical with the Supreme Personality of Godhead, exhibits its spiritual potency because of that person’s offenseless utterance.
Thus one is relieved from all unwanted practices, and one gradually awakens his dormant love for Krsna.
3.60
namaikam yasya vaci smarana-patha-gatam srotra-mulam gatam va
suddham vasuddha-varnam vyavahita-rahitam tarayaty eva satyam
tac ced deha-dravina-janata-lobha-pasanda-madhye
niksiptam syan na phala-janakam sighram evatra vipra
SYNONYMS
nama—the holy name; ekam—once; yasya—whose; vaci—in the mouth; smarana-patha-gatam—entered the path of remembrance; srotra-mulam gatam—entered the roots of the ears; va—or; suddham—pure; va—or; asuddha-varnam—impurely uttered; vyavahita-rahitam—without offenses or without being separated; tarayati—delivers; eva—certainly; satyam—truly; tat—that name; cet—if; deha—the material body; dravina—material opulence; janata—public support; lobha—greed; pasanda—atheism; madhye—toward; niksiptam—directed; syat—may be; na—not; phala-janakam—producing the results; sighram—quickly; eva—certainly; atra—in this matter; vipra—O brahmana “If a devotee once utters the holy name of the Lord, or if it penetrates his mind or enters his ear, which is the channel of aural reception, that holy name will certainly deliver him from material bondage, whether vibrated properly or improperly, with correct or incorrect grammar, and properly joined or vibrated in separate parts.
O brahmana, the potency of the holy name is therefore certainly great.
However, if one uses the vibration of the holy name for the benefit of the material body, for material wealth and followers, or under the influence of greed or atheism-in other words, if one utters the name with offenses-such chanting will not produce the desired result very soon.
Therefore one should diligently avoid offenses in chanting the holy name of the Lord.’ ”
PURPORT
This verse from the Padma Purana is included in the Hari-bhakti-vilasa (11.527) by Sanatana Gosvami.
Therein Srila Sanatana Gosvami gives the following explanation:
vaci gatam prasangad van-madhye pravrttam api, smarana-patha-gatam kathancin manah-sprstam api, srotra-mulam gatam kincit srutam api; suddha-varnam va asuddha-varnam api va; ’vyavahitam’ sabdantarena yad-vyavadhanam vaksyamana-narayana-sabdasya kincid uccarananantaram prasangad apatitam sabdantaram tena rahitam sat.
This means that if one somehow or other hears, utters or remembers the holy name, or if it catches his mind while coming near his ears, that holy name, even if vibrated in separate words, will act.
An example of such separation is given as follows:
yadva, yadyapi ’halam riktam’ ity ady-uktau hakara-rikarayor vrttya hariti-namasty eva, tatha ’raja-mahisi’ ity atra rama-namapi, evam anyad apy uhyam, tathapi tat-tan-nama-madhye vyavadhayakam aksarantaram astity etadrsa-vyavadhana-rahitam ity arthah; yadva, vyavahitam ca tad-rahitam capi va; tatra ’vyavahitam’--namnah kincid uccarananantaram kathancid apatitam sabdantaram samadhaya pascan namavasistaksara-grahanam ity evam rupam, madhye sabdantarenantaritam ity arthah, ’rahitam’ pascad avasistaksara-grahana-varjitam, kenacid amsena hinam ity arthah, tathapi tarayaty eva.
Suppose one is using the two words “halam riktam.” Now the syllable ha in the word “halam” and the syllable ri in “riktam” are separately pronounced, but nevertheless it will act because one somehow or other utters the word “hari.” Similarly, in the word “raja-mahisi,” the syllables ra and ma appear in two separate words, but because they somehow or other appear together, the holy name rama will act, provided there are no offenses sarvebhyah papebhyo ’paradhebhyas ca samsarad apy uddharayaty eveti satyam eva; kintu nama-sevanasya mukhyam yat phalam, tan na sadyah sampadyate tatha deha-bharanady-artham api nama-sevanena mukhyam phalam asu na sidhyatity aha--tac ced iti.
The holy name has so much spiritual potency that it can deliver one from all sinful reactions and material entanglements, but utterance of the holy name will not be very soon fruitful if done to facilitate sinning tan nama ced yadi dehadi-madhye niksiptam--deha-bharanady-artham eva vinyastam, tadapi phala-janakam na bhavati kim? api tu bhavaty eva, kintu atra iha loke sighram na bhavati, kintu vilambenaiva bhavatity arthah.
The holy name is so powerful that it must act, but when one utters the holy name with offenses, its action will be delayed, not immediate, although in favorable circumstances the holy names of the Lord act very quickly.
3.61
namabhasa haite haya sarva-papa-ksaya
SYNONYMS
nama-abhasa haite—from the vibration of namabhasa; haya—is; sarva-papa—of all reactions to sins; ksaya—destruction;
Namacarya Haridasa Thakura continued, "If one offenselessly utters the holy name even imperfectly, one can be freed from all the results of sinful life.
3.62
tam nirvyajam bhaja guna-nidhe pavanam pavananam
sraddha-rajyan-matir atitaram uttamah-sloka-maulim
prodyann antah-karana-kuhare hanta yan-nama-bhanor
abhaso ’pi ksapayati maha-pataka-dhvanta-rasim
SYNONYMS
tam—Him; nirvyajam—without duplicity; bhaja—worship; guna-nidhe—O reservoir of all good qualities; pavanam—purifier; pavananam—of all other purifiers; sraddha—with faith; rajyat—being enlivened; matih—mind; atitaram—exceedingly; uttamah-sloka-maulim—the best of the personalities who are worshiped by choice poetry or who are transcendental to all material positions; prodyan—manifesting; antah-karana-kuhare—in the core of the heart; hanta—alas; yat-nama—whose holy name; bhanoh—of the sun; abhasah—slight appearance; api—even; ksapayati—eradicates; maha-pataka—the resultant actions of greatly sinful activities; dhvanta—of ignorance; rasim—the mass “O reservoir of all good qualities, just worship Sri Krsna, the purifier of all purifiers, the most exalted of the personalities worshiped by choice poetry.
Worship Him with a faithful, unflinching mind, without duplicity and in a highly elevated manner.
Thus worship the Lord, whose name is like the sun, for just as a slight appearance of the sun dissipates the darkness of night, so a slight appearance of the holy name of Krsna can drive away all the darkness of ignorance that arises in the heart due to greatly sinful activities performed in previous lives.”
PURPORT
This verse is found in Bhakti-rasamrta-sindhu (2.1.103).
3.63
namabhasa haite haya samsarera ksaya
SYNONYMS
nama-abhasa haite—even on account of namabhasa; haya—there is; samsarera ksaya—deliverance from material bondage;
“Even a faint light from the holy name of the Lord can eradicate all the reactions of sinful life.”
3.64
mriyamano harer nama
grnan putropacaritam
ajamilo ’py agad dhama
kim uta sraddhaya grnan
SYNONYMS
mriyamanah—dying; hareh nama—the holy name of the Supreme Lord; grnan—chanting; putra-upacaritam—though spoken for his son; ajamilah—Ajamila; api—also; agat—attained; dhama—the spiritual world; kim uta—what to speak of; sraddhaya—with faith and reverence; grnan—chanting;
"While dying, Ajamila chanted the holy name of the Lord, intending to call his son Narayana.
Nevertheless, he attained the spiritual world.
What then to speak of those who chant the holy name with faith and reverence?’
PURPORT
3.65
namabhase ’mukti’ haya sarva-sastre dekhi
sri-bhagavate tate ajamila--saksi"
SYNONYMS
nama-abhase—simply by a glimpse of the rays of the holy name; mukti—liberation; haya—there is; sarva-sastre—in all the revealed scriptures; dekhi—I find; sri-bhagavate—in Srimad-Bhagavatam; tate—to that; ajamila—Ajamila; saksi—witness “Because of even the faintest rays of the effulgence of the Lord’s holy name, one ca attain liberation.
We can see this in all the revealed scriptures.
The evidence appears in the story of Ajamila in Srimad-Bhagavatam.”
3.66
suniya prabhura sukha badaye antare
punarapi bhangi kari’ puchaye tanhare
SYNONYMS
suniya—hearing; prabhura—of Sri Caitanya Mahaprabhu; sukha—happiness; badaye—increased; antare—within the heart; punarapi—still; bhangi kari’-as a matter of course; puchaye tanhare—inquires from Haridasa Thakura.
As Sri Caitanya Mahaprabhu heard this from Haridasa Thakura, the happiness within His heart increased, but as a matter of course, He still inquired further.
3.67
"prthivite bahu-jiva--sthavara-jangama
iha-sabara ki prakare ha-ibe mocana?"
SYNONYMS
prthivite—on this earth; bahu-jiva—many living entities; sthavara—not moving; jangama—moving; iha-sabara—of all of these; ki prakare—how; ha-ibe mocana—there will be deliverance “On this earth there are many living entities,” the Lord said, “some moving and some not moving.
What will happen to the trees, plants, insects and other living entities? How will they be delivered from material bondage?”
3.68
haridasa kahe,--"prabhu, se krpa tomara
sthavara-jangama age kariyacha nistara
SYNONYMS
haridasa kahe—Haridasa replied; prabhu—my dear Lord; se—that; krpa—mercy; tomara—Your; sthavara-jangama—nonmoving and moving living entities; age—previously; kariyacha nistara—You have delivered.
Haridasa Thakura replied, "My dear Lord, the deliverance of all moving and nonmoving living entities takes place only by Your mercy.
You have already grated this mercy and delivered them.
3.69
tumi ye kariyacha ei ucca sankirtana
sthavara-jangamera sei hayata’ sravana
SYNONYMS
tumi—You; ye—what; kariyacha—have executed; ei—this; ucca—loud; sankirtana—chanting; sthavara-jangamera—of all living entities, moving and nonmoving; sei—they; hayata’-there is; sravana—hearing;
"You have loudly chanted the Hare Krsna mantra, and everyone, moving or not moving, has benefited by hearing it.
3.70
suniya jangamera haya samsara-ksaya
sthavare se sabda lage, pratidhvani haya
SYNONYMS
suniya—hearing; jangamera—of the living entities who can move; haya—there is; samsara-ksaya—annihilation of bondage to the material world; sthavare—unto the nonmoving living entities; se sabda—that transcendental vibration; lage—touches; prati-dhvani—echo; haya—there is "My Lord, the moving entities who have heard Your loud sankirtana have already been delivered from bondage to the material world, and after the nonmoving living entities like trees hear it, there is an echo.
3.71
’pratidhvani’ nahe, sei karaye ’kirtana’
tomara krpara ei akathya kathana
SYNONYMS
prati-dhvani nahe—that sound vibration is not an echo; sei—they; karaye kirtana—are chanting; tomara krpara—of Your mercy; ei—this; akathya kathana—inconceivable incident;
"Actually, however, it is not an echo; it is the kirtana of the nonmoving living entities.
All this, although inconceivable, is possible by Your mercy.
3.72
sakala jagate haya ucca sankirtana
suniya premavese nace sthavara-jangama
SYNONYMS
sakala jagate—all over the universe; haya—there is; ucca sankirtana—loud chanting of the Hare Krsna mantra; suniya—hearing; prema-avese—in ecstatic emotional love; nace—dance; sthavara-jangama—all living entities, nonmoving and moving;
"When loud chanting of the Hare Krsna mantra is performed all over the world by those who follow in Your footsteps, all living entities, moving and nonmoving, dance in ecstatic devotional love.
3.73
yaiche kaila jharikhande vrndavana yaite
balabhadra-bhattacarya kahiyachena amate
SYNONYMS
yaiche—as; kaila—You have performed; jharikhande—in the forest known as Jharikhanda; vrndavana yaite—while going to Vrndavana; balabhadra-bhattacarya—Your servant Balabhadra Bhattacarya; kahiyachena amate—has said to me "My dear Lord, all the incidents that took place while You were going to Vrndavana through the forest known as Jharikhanda have been related to me by Your servant Balabhadra Bhattacarya.
3.74
vasudeva jiva lagi’ kaila nivedana
tabe angikara kaila jivera mocana
SYNONYMS
vasudeva—the Lord’s devotee named Vasudeva; jiva lagi’-for all living entities; kaila nivedana—submitted his appeal; tabe—at that time; angikara kaila—You accepted; jivera mocana—the deliverance of all living entities "When Your devotee Vasudeva Datta submitted his plea at Your lotus feet for the deliverance of all living entities, You accepted that request.
3.75
jagat nistarite ei tomara avatara
bhakta-bhava age tate kaila angikara
SYNONYMS
jagat nistarite—to deliver the whole world; ei—this; tomara avatara—Your incarnation; bhakta-bhava—the mood of a devotee; age—previously; tate—therefore; kaila angikara—You accepted;
"My dear Lord, You have accepted the form of a devotee just to deliver all the fallen souls of this world.
3.76
ucca sankirtana tate karila pracara
sthira-cara jivera saba khandaila samsara"
SYNONYMS
ucca sankirtana—loud chanting of the Hare Krsna mantra; tate—therefore; karila pracara—You have spread; sthira-cara—nonmoving and moving; jivera—of the living entities; saba—all; khandaila—You finished; samsara—the bondage to material existence;
“You have preached the loud chanting of the Hare Krsna maha-mantra and in this way freed all moving and nonmoving living entities from material bondage.”
3.77
prabhu kahe,--"saba jiva mukti yabe pabe
ei ta’ brahmanda tabe jiva-sunya habe!"
SYNONYMS
prabhu kahe—the Lord replied; saba jiva—all living entities; mukti—liberation; yabe—when; pabe—will achieve; ei—this; ta’-certainly; brahmanda—universe; tabe—then; jiva-sunya—devoid of living entities; habe—will be;
Sri Caitanya Mahaprabhu replied, “If all living entities were liberated, the entire universe would be devoid of living beings.”
3.78-79
haridasa bale,--"tomara yavat martye sthiti
tavat sthavara-jangama, sarva jiva-jati
saba mukta kari’ tumi vaikunthe pathaiba
suksma-jive punah karme udbuddha kariba
SYNONYMS
haridasa bale—Haridasa Thakura said; tomara—Your; yavat—as long as; martye—in this material world; sthiti—situation; tavat—for that duration of time; sthavara-jangama—nonmoving and moving; sarva—all; jiva-jati—species of living entities; saba—all; mukta kari’-liberating; tumi—You; vaikunthe—to the spiritual world; pathaiba—will send; suksma-jive—the undeveloped living entities; punah—again; karme—in their activities; udbuddha kariba—You will awaken;
Haridasa said, "My Lord, as long as You are situated within the material world, You will send to the spiritual sky all the developed moving and nonmoving living entities in different species.
Then again You will awaken the living entities who are not yet developed and engage them in activities.
3.80
sei jiva habe ihan sthavara-jangama
tahate bharibe brahmanda yena purva-sama
SYNONYMS
sei jiva—such living entities; habe—will be; ihan—in this material world; sthavara-jangama—nonmoving and moving living entities; tahate—in that way; bharibe—You will fill; brahmanda—the entire universe; yena—as; purva-sama—the same as previously "In this way all moving and nonmoving living entities will come into existence, and the entire universe will be filled as it was previously.
PURPORT
While we are preaching, opposing elements sometimes argue, “If all living entities were delivered by the Krsna consciousness movement, what would happen then? The universe would be devoid of living entities.” In answer to this, we may say that in a prison there are many prisoners, but if one thinks that the prison would be empty if all the prisoners adopted good behavior, he is incorrect.
Even if all the prisoners within a jail are freed, other criminals will fill it again.
A prison will never be vacant, for there are many prospective criminals who will fill the prison cells, even if the present criminals are freed by the government.
As confirmed in Bhagavad-gita, karanam guna-sango ’sya sad-asad-yoni-janmasu: “Because of the living entity’s association with material nature, he meets with good and evil among various species.” (Bg.13.22) There are many unmanifested living entities covered by the mode of ignorance who will gradually come to the mode of passion.
Most of them will become criminals because of their fruitive activities and again fill the prisons.
3.81
purve yena raghunatha saba ayodhya lana
vaikunthake gela, anya-jive ayodhya bharana
SYNONYMS
purve—previously; yena—as; raghunatha—Ramacandra; saba—all; ayodhya—the population of Ayodhya; lana—taking with Him; vaikunthake gela—went back to Vaikunthaloka; anya-jive—other living entities; ayodhya—Ayodhya; bharana—filling "Previously, when Lord Ramacandra left this world, He took with Him all the living entities of Ayodhya.
Then He filled Ayodhya again with other living entities.
3.82
avatari’ tumi aiche patiyacha hata
keha na bujhite pare tomara gudha nata
SYNONYMS
avatari’-descending; tumi—You; aiche—like that; patiyacha hata—have set up a market; keha na bujhite pare—no one can understand; tomara—Your; gudha nata—deep acting "My dear Lord, You have set a plan in motion by descending on the material world, but no one can understand how You are acting.
3.83
purve yena vraje krsna kari’ avatara
sakala brahmanda-jivera khandaila samsara
SYNONYMS
purve—previously; yena—as; vraje—in Vrndavana; krsna—Lord Krsna; kari’ avatara—descending as an incarnation; sakala—all; brahmanda-jivera—of living entities within this universe; khandaila—destroyed; samsara—the material existence "Formerly, when Lord Krsna descended in Vrndavana, He freed all living entities in the universe from material existence in the same way.
3.84
na caivam vismayah karyo
bhavata bhagavaty aje
yogesvaresvare krsne
yata etad vimucyate
SYNONYMS
na—not; ca—also; evam—thus; vismayah—wonder; karyah—to be done; bhavata—by You; bhagavati—unto the Supreme personality of Godhead; aje—the unborn; yoga-isvara-isvare—the master of all masters of mystic power; krsne—unto Lord Krsna; yatah—by whom; etat—all living entities; vimucyate—are delivered "Krsna, the unborn Supreme Personality of Godhead, master of all of the masters of mystic power, delivers all living entities, moving and nonmoving.
Nothing is astonishing in the activities of the Lord.’
PURPORT
This is a quotation from Srimad-Bhagavatam (10.29.16).
3.85
"ayam hi bhagavan drstah kirtitah samsmrtas ca
dvesanubandhenapy akhila-surasuradi-durlabham
phalam prayacchati, kim uta samyag bhaktimatam" iti
SYNONYMS
ayam—this; hi—certainly; bhagavan—Supreme Personality of Godhead; drstah—seen; kirtitah—glorified; samsmrtah—remembered; ca—and; dvesa—of envy; anubandhena—with the conception; api—although; akhila-sura-asura-adi—by all demigods and demons; durlabham—very rarely achieved; phalam—result; prayacchati—awards; kim uta—what to speak of; samyak—fully; bhakti-matam—of those engaged in devotional service; iti—thus "Although the Supreme Personality of Godhead may be seen, glorified or remembered with an attitude of envy, He nevertheless awards the most confidential liberation, which is rarely achieved by the demigods and demons.
What, then, can be said of those who are already fully engaged in devotional service to the Lord?’
PURPORT
This is a quotation from the Visnu Purana (4.15.17).
3.86
taiche tumi navadvipe kari’ avatara
sakala-brahmanda-jivera karila nistara
SYNONYMS
taiche—in that way; tumi—You; navadvipe—at Navadvipa; kari’ avatara—descending as an incarnation; sakala—all; brahmanda—of the universe; jivera—the living entities; karila nistara—have delivered;
"By descending as an incarnation at Navadvipa, You, just like Krsna, have already delivered all the living entities of the universe.
3.87
ye kahe,--caitanya-mahima mora gocara haya’
se januka, mora punah ei ta’ niscaya
SYNONYMS
ye kahe—whoever says; caitanya-mahima—the glories of Sri Caitanya Mahaprabhu; mora gocara—known to me; haya—are; se januka—he may know; mora—of me; punah—again; ei ta’ niscaya—this is the decision;
"One may say that he understands the glories of Sri Caitanya Mahaprabhu.
He may know whatever he may know, but as far as I am concerned, this is my conclusion.
3.88
tomara ye lila maha-amrtera sindhu
mora mano-gocara nahe tara eka bindu"
SYNONYMS
tomara—Your; ye—whatever; lila—pastimes; maha-amrtera sindhu—a great ocean of nectar; mora—for me; manah-gocara nahe—it is not possible to conceive; tara—of it; eka bindu—one drop;
“My dear Lord, Your pastimes are just like an ocean of nectar.
It is not possible for me to conceive how great that ocean is or even to understand a drop of it.”
3.89
eta suni’ prabhura mane camatkara haila
’mora gudha-lila haridasa kemane janila?’
SYNONYMS
eta suni’-hearing this; prabhura—of Sri Caitanya Mahaprabhu; mane—in the mind; camatkara haila—there was astonishment; mora—My; gudha-lila—confidential pastimes; haridasa—Haridasa; kemane—how; janila—has understood.
Hearing all this, Sri Caitanya Mahaprabhu was astonished “These are actually My confidential pastimes,” He thought “How could Haridasa have understood them?”
3.90
manera santose tanre kaila alingana
bahye prakasite e-saba karila varjana
SYNONYMS
manera santose—with complete satisfaction of the mind; tanre—him; kaila alingana—He embraced; bahye—externally; prakasite—to disclose; e-saba—all this; karila varjana—He avoided;
Greatly satisfied by the statements of Haridasa Thakura, Sri Caitanya Mahaprabhu embraced him.
Outwardly, however, He avoided further discussions of these matters.
3.91
isvara-svabhava,--aisvarya cahe acchadite
bhakta-thani lukaite nare, haya ta’ vidite
SYNONYMS
isvara-svabhava—the characteristic of the Supreme personality of Godhead; aisvarya—opulence; cahe—wants; acchadite—to cover; bhakta-thani—before His devotee; lukaite nare—He cannot cover; haya ta’ vidite—is well-known.
This is a characteristic of the Supreme Personality of Godhead.
Although He wants to cover His opulence, He cannot do so before His devotees.
This is well-known everywhere.
3.92
ullanghita-trividha-sima-samatisayi-
sambhavanam tava parivradhima-svabhavam
maya-balena bhavatapi niguhyamanam
pasyanti kecid anisam tvad-ananya-bhavah
SYNONYMS
ullanghita—passed over; tri-vidha—three kinds; sima—the limitations; sama—of equal; atisayi—and of excelling; sambhavanam—by which the adequacy; tava—Your; parivradhima—of supremacy; sva-bhavam—the real nature; maya-balena—by the strength of the illusory energy; bhavata—Your; api—although; niguhyamanam—being hidden; pasyanti—they see; kecit—some; anisam—always; tvat—to You; ananya-bhavah—those who are exclusively devoted;
“O my Lord, everything within material nature is limited by time, space and thought.
Your characteristics, however, being unequaled and unsurpassed, are always transcendental to such limitations.
You sometimes cover such characteristics by Your own energy, but nevertheless Your unalloyed devotees are always able to see You under all circumstances.”
PURPORT
3.93
tabe mahaprabhu nija-bhakta-pase yana
haridasera guna kahe sata-mukha hana
SYNONYMS
tabe—after this; mahaprabhu—Sri Caitanya Mahaprabhu; nija-bhakta-pase—to His personal devotees; yana—going; haridasera guna—the transcendental qualities of Haridasa Thakura; kahe—explains; sata-mukha—as if with hundreds of mouths; hana—becoming.
Then Sri Caitanya Mahaprabhu went to His personal devotees and began speaking about Haridasa Thakura’s transcendental qualities as if He had hundreds of mouths hundreds of mouths.
3.94
bhaktera guna kahite prabhura badaye ullasa
bhakta-gana-srestha tate sri-haridasa
SYNONYMS
bhaktera—of the devotees; guna—qualities; kahite—speaking; prabhura—of Sri Caitanya Mahaprabhu; badaye—increases; ullasa—jubilation; bhakta-gana—of all devotees; srestha—topmost; tate—in that; sri-haridasa—Haridasa Thakura.
Sri Caitanya Mahaprabhu derives great pleasure from glorifying His devotees, and among the devotees, Haridasa Thakura is the foremost.
3.95
haridasera guna-gana--asankhya, apara
keha kona amse varne, nahi paya para
SYNONYMS
haridasera guna-gana—the stock of transcendental qualities of Haridasa Thakura; asankhya—innumerable; apara—unfathomed; keha—someone; kona amse—some part; varne—describes; nahi paya para—cannot reach the limit.
The transcendental qualities of Haridasa Thakura are innumerable and unfathomable.
One may describe a portion of them, but to count them all is impossible.
3.96
caitanya-mangale sri-vrndavana-dasa
haridasera guna kichu kariyachena prakasa
SYNONYMS
caitanya-mangale—in the book known as Caitanya-mangala (Caitanya-bhagavata); sri-vrndavana-dasa—Sri Vrndavana dasa Thakura; haridasera—of Haridasa Thakura; guna—qualities; kichu—some; kariyachena prakasa—manifested.
In Caitanya-mangala, Srila Vrndavana dasa Thakura has described the attributes of Haridasa Thakura to some extent.
3.97
saba kaha na yaya haridasera caritra
keha kichu kahe karite apana pavitra
SYNONYMS
saba—all; kaha—to speak; na yaya—is not possible; haridasera caritra—the characteristics of Haridasa Thakura; keha kichu kahe—someone says something; karite—just to make; apana—himself; pavitra—purified.
No one can describe all the qualities of Haridasa Thakura.
One may say something about them just to purify himself.
3.98
vrndavana-dasa yaha na kaila varnana
haridasera guna kichu suna, bhakta-gana
SYNONYMS
vrndavana-dasa—Srila Vrndavana dasa Thakura; yaha—whatever; na—not; kaila varnana—described; haridasera guna—qualities of Haridasa Thakura; kichu—something; suna—hear; bhakta-gana—O devotees of Sri Caitanya Mahaprabhu.
O devotees of Sri Caitanya Mahaprabhu, please hear something about the qualities of Haridasa Thakura that Srila Vrndavana dasa Thakura has not described in detail.
3.99
haridasa yabe nija-grha tyaga kaila
benapolera vana-madhye kata-dina rahila
SYNONYMS
haridasa—Haridasa Thakura; yabe—when; nija-grha—his own residence; tyaga kaila—gave up; benapolera—of the village known as Benapola; vana-madhye—in the forest; kata-dina—for some time; rahila—stayed.
After leaving his home, Haridasa Thakura stayed for some time in the forest of Benapola.
3.100
nirjana-vane kutira kari’ tulasi sevana
ratri-dine tina laksa nama-sankirtana
SYNONYMS
nirjana-vane—in a solitary forest; kutira—a cottage; kari’-making; tulasi—the tulasi plant; sevana—worshiping; ratri-dine—throughout the entire day and night; tina—three; laksa—hundred thousand; nama-sankirtana—chanting of the holy name.
Haridasa Thakura constructed a cottage in a solitary forest.
There he planted a tulasi plant, and in front of the tulasi he would chant the holy name of the Lord 300,000 times daily.
He chanted throughout the entire day and night.
PURPORT
The village of Benapola is situated in the district of Yasohara, which is now in Bangladesh.
Benapola is near the Banagano station, which is at the border of Bangladesh and may be reached by the eastern railway from Shelda Station in Calcutta.
Haridasa Thakura, being the acarya of chanting the Hare Krsna maha-mantra, is called Namacarya Haridasa Thakura.
From his personal Example we can understand that chanting the Hare Krsna mantra and becoming highly elevated in Krsna consciousness is very simple.
Without difficulty one can sit down anywhere, especially on the bank of the Ganges, Yamuna or any sacred river, devise a sitting place or cottage, plant a tulasi, and before the tulasi chant the Hare Krsna maha-mantra undisturbed.
Haridasa Thakura used to chant the holy name on his beads 300,000 times daily.
Throughout the entire day and night, he would chant the sixteen names of the Hare Krsna maha-mantra.
One should not, however, imitate Haridasa Thakura, for no one else can chant the Hare Krsna maha-mantra 300,000 times a day.
Such chanting is for the mukta-purusa, or liberated soul.
We can follow his example, however, by chanting sixteen rounds of the Hare Krsna maha-mantra on beads every day and offering respect to the tulasi plant.
This is not at all difficult for anyone, and the process of chanting the Hare Krsna maha-mantra with a vow before the tulasi plant has such great spiritual potency that simply by doing this one can become spiritually strong.
Therefore we request the members of the Hare Krsna movement to follow Haridasa Thakura’s example rigidly.
Chanting sixteen rounds does not take much time, nor is offering respects to the tulasi plant difficult.
The process has immense spiritual potency.
One should not miss this opportunity.
3.101
brahmanera ghare kare bhiksa nirvahana
prabhave sakala loka karaye pujana
SYNONYMS
brahmanera ghare—in the house of a brahmana; kare—does; bhiksa nirvahana—asking alms of food; prabhave—by spiritual potency; sakala loka—all people; karaye pujana—worship.
For his bodily maintenance he would go to a brahmana’s house and beg some food.
He was spiritually so influential that all the neighboring people worshiped him.
PURPORT
In the days of Haridasa Thakura, all the brahmanas worshiped Narayana in the form of the salagrama-sila.
Therefore begging from a brahmana’s house meant taking krsna-prasada, which is transcendental (nirguna).
If we take food from the house of others, such as karmis, we shall have to share the qualities of those from whom we take alms.
Therefore Sri Caitanya Mahaprabhu took prasada in the houses of Vaisnavas.
This is the general process.
The members of the Krsna consciousness movement are advised not to take food from anywhere but a Vaisnava’s or brahmana’s house where Deity worship is performed.
Sri Caitanya Mahaprabhu has said, visayira anna khaile dusta haya mana: if a devotee takes alms or food from the house of a karmi who is simply interested in money, his mind will be unclean.
We must always remember that a devotee’s life is one of vairagya-vidya, or renunciation and knowledge.
Therefore all devotees are warned not to live unnecessarily luxurious lives at the cost of others.
Grhasthas living within the jurisdiction of the temple must be especially careful not to imitate karmis by acquiring opulent clothing, food and conveyances.
As far as possible, these should be avoided.
A member of the temple, whether grhastha, brahmacari or sannyasi, must practice a life of renunciation, following in the footsteps of Haridasa Thakura and the six Gosvamis.
Otherwise, because maya is very strong, at any time one may become a victim of maya and fall down from spiritual life.
3.102
sei desadhyaksa nama--ramacandra khanna
vaisnava-vidvesi sei pasanda-pradhana
SYNONYMS
sei—that; desa-adhyaksa—landholder; nama—whose name; ramacandra khanna—Ramacandra Khan; vaisnava-vidvesi—envious of Vaisnavas; sei—that; pasanda-pradhana—chief of the atheists.
A landholder named Ramacandra Khan was the zamindar of that district.
He was envious of Vaisnavas and was therefore a great atheist.
3.103
haridase loke puje, sahite na pare
tanra apamana karite nana upaya kare
SYNONYMS
haridase—unto Haridasa Thakura; loke—people; puje—offer respect; sahite na pare—he could not tolerate; tanra—his; apamana—dishonor; karite—to do; nana—various; upaya—means; kare—plans.
Unable to tolerate that such respect was being offered to Haridasa Thakura, Ramacandra Khan planned in various ways to dishonor him.
3.104
kona-prakare haridasera chidra nahi paya
vesya-gane ani’ kare chidrera upaya
SYNONYMS
kona-prakare—by any means; haridasera—of Haridasa Thakura; chidra—fault; nahi—not; paya—gets; vesya-gane—prostitutes; ani’-bringing; kare—makes; chidrera upaya—a means to find some fault.
By no means could he find any fault in the character of Haridasa Thakura.
Therefore he called for local prostitutes and began a plan to discredit His Holiness.
PURPORT
This is typical of atheistic men, but even among so-called religionists, sadhus, mendicants, sannyasis and brahmacaris, there are many enemies of the Krsna consciousness movement who always try to find faults in it, not considering that the movement is spreading automatically by the grace of Lord Sri Caitanya Mahaprabhu, who wanted it spread all over the world, in every town and village.
We are trying to fulfill the Lord’s desire, and our attempt has become fairly successful, but the enemies of this movement unnecessarily try to find faults in it, exactly like the old rascal Ramacandra Khan, who opposed Haridasa Thakura.
3.105
vesya-gane kahe,--"ei vairagi haridasa
tumi-saba kara ihara vairagya-dharma nasa"
SYNONYMS
vesya-gane—unto the prostitutes; kahe—said; ei—this; vairagi—mendicant; haridasa—Haridasa Thakura; tumi-saba—all of you; kara—cause; ihara—his; vairagya-dharma—from the life of a mendicant; nasa—deviation.
Ramacandra Khan said to the prostitutes, “There is a mendicant named Haridasa Thakura.
All of you devise a way to deviate him from his vows of austerity.”
PURPORT
Devotional service is the path of vairagya-vidya (renunciation and knowledge).
Haridasa Thakura was following this path, but Ramacandra Khan planned to induce him to break his vows.
Renunciation means renunciation of sensual pleasure, especially the pleasure of sex.
Therefore a brahmacari, sannyasi or vanaprastha is strictly prohibited from having relationships with women.
Haridasa Thakura was strictly renounced, and thus Ramacandra Khan called for prostitutes because prostitutes know how to break a man’s vow of celibacy by their feminine influence and thus pollute a mendicant or a person engaged in devotional life.
It was impossible for Ramacandra Khan to induce any other women to break Haridasa Thakura’s vow, and therefore he called for prostitutes.
Free mingling with women has never been possible in India, but for one who wanted to associate with society girls, they were available in a district of prostitutes.
There were prostitutes in human society even in Lord Krsna’s time, for it is said that the prostitutes of Dvaraka City came forth to receive the Lord.
Although they were prostitutes, they were also devotees of Krsna.
3.106
vesya-gana-madhye eka sundari yuvati
se kahe,--“tina-dine hariba tanra mati”
SYNONYMS
vesya-gana-madhye—among the prostitutes; eka—one; sundari—attractive; yuvati—young; se—she; kahe—said; tina-dine—in three days; hariba—I shall attract: tanra—his; mati—mind.
Among the prostitutes, one attractive young girl was selected.“I shall attract the mind of Haridasa Thakura,” she promised, “within three days.”
3.107
khanna kahe,--"mora paika yauka tomara sane
tomara sahita ekatra tare dhari’ yena ane"
SYNONYMS
khanna kahe—Ramacandra Khan said; mora paika—my constable; yauka—let him go; tomara sane—with you; tomara sahita—with you; ekatra—together; tare—him; dhari’-arresting; yena—so that; ane—can bring.
Ramacandra Khan said to the prostitute,“My constable will go with you so that as soon as he sees you with Haridasa Thakura, immediately he will arrest him and bring both of you to me.”
3.108
vesya kahe,--"mora sanga ha-uka eka-bara
dvitiya-bare dharite paika la-imu tomara"
SYNONYMS
vesya kahe—the prostitute said; mora sanga—union with me; ha-uka—let there be; eka-bara—one time; dvitiya-bare—the second time; dharite—to arrest; paika—constable; la-imu—I shall take; tomara—your.
The prostitute replied,“First let me have union with him once; then the second time I shall take your constable with me to arrest him.”
3.109
ratri-kale sei vesya suvesa dhariya
haridasera vasaya gela ullasita hana
SYNONYMS
ratri-kale—at night; sei—that; vesya—prostitute; su-vesa dhariya—dressing herself very nicely; haridasera—of Haridasa Thakura; vasaya—to the place; gela—went; ullasita hana—with great jubilation.
At night the prostitute, after dressing herself most attractively, went to the cottage of Haridasa Thakura with great jubilation.
3.110
tulasi namaskari’ haridasera dvare yana
gosanire namaskari’ rahila dandana
SYNONYMS
tulasi namaskari’-after offering obeisances to the tulasi plant; haridasera—of Thakura Haridasa; dvare—at the door; yana—going; gosanire—unto the acarya; namaskari’-offering obeisances; rahila dandana—remained standing.
After offering obeisances to the tulasi plant, she went to the door of Haridasa Thakura, offered him obeisances and stood there.
3.111
anga ughadiya dekhai vasila duyare
kahite lagila kichu sumadhura svare
SYNONYMS
anga ughadiya—exposing part of her body; dekhai—visible; vasila—sat down; duyare—on the threshold of the door; kahite lagila—began to speak; kichu—something; su-madhura svare—in very sweet language.
Exposing part of her body to his view, she sat down on the threshold of the door and spoke to him in very sweet words.
3.112
"thakura, tumi--parama-sundara, prathama yauvana
toma dekhi’ kon nari dharite pare mana?
SYNONYMS
thakura—O great devotee acarya; tumi—you; parama-sundara—very beautifully constructed; prathama yauvana—the beginning of youth; toma dekhi’-seeing you; kon nari—what woman; dharite pare—can control; mana—her mind "My dear Thakura, O great preacher, great devotee, you are so beautifully built, and your youth is just beginning.
Who is the woman who could control her mind after seeing you?
3.113
tomara sangama lagi’ lubdha mora mana
toma na paile prana na yaya dharana"
SYNONYMS
tomara sangama—union with you; lagi’-for the sake of; lubdha—greedy; mora mana—my mind; toma—you; na paile—if I do not get; prana—my life; na—not; yaya—can be; dharana—maintained “I am eager to be united with you.
My mind is greedy for this.
If I don’t obtain you, I shall not be able to keep my body and soul together.”
3.114-115
haridasa kahe,--"toma karimu angikara
sankhya-nama-samapti yavat na haya amara
tavat tumi vasi’ suna nama-sankirtana
nama-samapti haile karimu ye tomara mana"
SYNONYMS
haridasa kahe—Haridasa Thakura said; toma—you; karimu angikara—I shall accept; sankhya-nama—the number of holy names; samapti—finishing; yavat—as long as; na—not; haya—it is; amara—my; tavat—so long; tumi—you; vasi’-sitting; suna—hear; nama-sankirtana—chanting of the holy name; nama—of the holy name; samapti—finishing; haile—when there is; karimu—I shall do; ye—what; tomara—your; mana—mind.
Haridasa Thakura replied,“I shall accept you without fall, but you will have to wait until I have finished chanting my regular rounds on my beads.
Until that time, please sit and listen to the chanting of the holy name.
As soon as I am finished, I shall fulfill your desire.”
3.116
eta suni’ sei vesya vasiya rahila
kirtana kare haridasa pratah-kala haila
SYNONYMS
eta suni’-hearing this; sei vesya—that prostitute; vasiya rahila—stayed there sitting; kirtana—chanting; kare—performs; haridasa—Haridasa Thakura; pratah-kala haila—there was the light of morning.
Hearing this, the prostitute remained sitting there while Haridasa Thakura chanted on his beads until the light of morning appeared.
3.117
pratah-kala dekhi’ vesya uthiya calila
saba samacara yai khannere kahila
SYNONYMS
pratah-kala dekhi’-seeing the morning; vesya—the prostitute; uthiya calila—stood up and left; saba samacara—all information; yai—going; khannere kahila—she spoke to Ramacandra Khan.
When she saw that it was morning, the prostitute stood up and left.
Coming before Ramacandra Khan, she informed him of all the news.
3.118
’aji ama angikara kariyache vacane
kali avasya tahara sange ha-ibe sangame’
SYNONYMS
aji—today; ama—me; angikara—acceptance; kariyache—he has done; vacane—by word; kali—tomorrow; avasya—certainly; tahara sange—with him; ha-ibe—there will be; sangame—union “Today Haridasa Thakura has promised to enjoy with me.
Tomorrow certainly I shall have union with him.”
3.119
ara dina ratri haile vesya aila
haridasa tare bahu asvasa karila
SYNONYMS
ara dina—the next day; ratri—night; haile—when there was; vesya—the prostitute; aila—came; haridasa—Haridasa Thakura; tare—unto her; bahu—many; asvasa karila—gave assurances.
The next night, when the prostitute came again, Haridasa Thakura gave her many assurances.
3.120
’kali duhkha paila, aparadha na la-iba mora
avasya karimu ami tomaya angikara
SYNONYMS
kali—yesterday; duhkha paila—you were disappointed; aparadha—offense; na la-iba—please do not take; mora—my; avasya—certainly; karimu—shall do; ami—I; tomaya—unto you; angikara—acceptance "Last night you were disappointed.
Please excuse my offense.
I shall certainly accept you.
3.121
tavat ihan vasi’ suna nama-sankirtana
nama purna haile, purna habe tomara mana’
SYNONYMS
tavat—until that time; ihan—here; vasi’-sitting; suna—hear; nama-sankirtana—chanting of the holy name of the Lord; nama purna haile—as soon as the regular chanting is fulfilled; purna—satisfied; habe—will be; tomara mana—your mind “Please sit down and hear the chanting of the Hare Krsna maha-mantra until my regular chanting is finished.
Then your desire will surely be fulfilled.”
3.122
tulasire tanke vesya namaskara kari’
dvare vasi’ nama sune bale ’hari’ ’hari’
SYNONYMS
tulasire—unto the tulasi plant; tanke—unto Haridasa Thakura; vesya—the prostitute; namaskara kari’-offering obeisances; dvare vasi’-sitting at the door; nama—the holy name; sune—hears; bale—says; hari hari—O my Lord Hari, O my Lord Hari.
After offering her obeisances to the tulasi plant and Haridasa Thakura, she sat down at the door.
Hearing Haridasa Thakura chanting the Hare Krsna mantra, she also chanted,“O my Lord Hari, O my Lord Hari.”
PURPORT
Herein one can clearly see how a Vaisnava delivers a fallen soul by a transcendental trick.
The prostitute came to pollute Haridasa Thakura but he took it as his duty to deliver the prostitute.
As clearly demonstrated here, the process of deliverance is very simple.
With faith and reverence the prostitute associated with Haridasa Thakura, who personally treated her material disease by chanting the Hare Krsna maha-mantra.
Although the prostitute had an ulterior motive, somehow or other she got the association of a Vaisnava and satisfied him by occasionally chanting in imitation, “O my Lord Hari, O my Lord Hari.” The conclusion is that associating with a Vaisnava, chanting the holy name of the Lord and offering obeisances to the tulasi plant or a Vaisnava all lead one to become a transcendental devotee who is completely cleansed of all material contamination.
3.123
ratri-sesa haila, vesya usimisi kare
tara riti dekhi’ haridasa kahena tahare
SYNONYMS
ratri—night; sesa haila—came to an end; vesya—the prostitute; usimisi—restless; kare—became; tara—her; riti—activities; dekhi’-seeing; haridasa—Haridasa Thakura; kahena—says; tahare—unto her.
When the night came to an end, the prostitute was restless.
Seeing this, Haridasa Thakura spoke to her as follows.
3.124
"koti-nama-grahana-yajna kari eka-mase
ei diksa kariyachi, haila asi’ sese
SYNONYMS
koti-nama-grahana—chanting ten million names; yajna—such a sacrifice; kari—I perform; eka-mase—in one month; ei—this; diksa—vow; kariyachi—I have taken; haila—it was; asi’-nearing; sese—the end "I have vowed to chant ten million names in a month.
I have taken this vow, but now it is nearing its end.
PURPORT
If one regularly chants 333,333 times daily for a month and then chants one time more, he will thus chant ten million times.
In this way a devotee worships the Supreme Personality of Godhead.
Such worship is called yajna.
Yajnaih sankirtana-prayair yajanti hi sumedhasah: those whose intelligence is brilliant accept this hari-nama-yajna, the yajna of chanting the holy name of the Lord.
By performing this yajna, one satisfies the Supreme Personality of Godhead and thus attains perfection in spiritual life.
According to external vision, Haridasa Thakura belonged to a Mohammedan family.
Nevertheless, because he engaged himself in performing the yajna of chanting the Hare Krsna maha-mantra, he became a regularly initiated brahmana.
As stated in Srimad-Bhagavatam (3.33.6):
yan-namadheya-sravananukirtanad
yat-prahvanad yat-smaranad api kvacit
svado ’pi sadyah savanaya kalpate
kutah punas te bhagavan nu darsanat Even if a devotee comes from a family of dog-eaters, if he surrenders to the personality of Godhead he immediately becomes a qualified brahmana and is immediately fit to perform yajna, whereas a person born in a family of brahmanas has to wait until completing the reformatory processes before he may be called samskrta, purified.
It is further said in Srimad-Bhagavatam (12.1.40):
asamskrtah kriya-hina
rajasa tamasavrtah
prajas te bhaksayisyanti
mleccha rajanya-rupinah “In the age of Kali, mlecchas, or lowborn people who have not undergone the purifying process of samskara, who do not know how to apply that process in actual life and who are covered by the modes of passion and ignorance, will take the posts of administrators.
They will devour the citizens with their atheistic activities.” A person who is not purified by the prescribed process of samskara is called asamskrta, but if one remains kriya-hina even after being purified by initiation-in other words, if one fails to actually apply the principles of purity in his life-he remains an unpurified mleccha or yavana.
On the other hand, we find that Haridasa Thakura, although born in a mleccha or yavana family, became Namacarya Haridasa Thakura because he performed the nama-yajna a minimum of 300,000 times every day.
Herein we find that Haridasa Thakura strictly followed his regulative principle of chanting 300,000 times.
Thus when the prostitute became restless, he informed her that first he had to finish his chanting and then he would be able to satisfy her.
Actually Haridasa Thakura chanted the holy name of the Lord for three nights continuously and gave the prostitute a chance to hear him.
Thus she became purified, as will be seen in the following verses.
3.125
aji samapta ha-ibe,--hena jnana chila
samasta ratri nilun nama samapta na haila
SYNONYMS
aji—today; samapta ha-ibe—will be finished; hena jnana chila—I thought that; samasta ratri—all night; nilun—I took; nama—the holy name of the Lord; samapta—finished; na haila—was not "I thought that today I would be able to finish my performance of yajna, my chanting of the Hare Krsna mantra.
I tried my best to chant the holy name all night, but I still did not finish.
3.126
kali samapta habe, tabe habe vrata-bhanga
svacchande tomara sange ha-ibeka sanga"
SYNONYMS
kali—tomorrow; samapta habe—it will end; tabe—at that time; habe—there will be; vrata-bhanga—the end of my vow; svacchande—in full freedom; tomara sange—with you; ha-ibeka—there will be; sanga—union “Tomorrow I will surely finish, and my vow will be fulfilled.
Then it will be possible for me to enjoy with you in full freedom.”
PURPORT
Haridasa Thakura never wanted to enjoy the prostitute, but he tricked her to deliver her by giving her a chance to hear the holy name of the Lord while he chanted.
Pure devotees chant the Hare Krsna mantra, and simply by hearing this chanting from a purified transcendental person, one is purified of all sinful activities, no matter how lowborn or fallen one may be.
As soon as one is thus completely free from the reactions of sinful activities, he is eligible to render devotional service to the Lord.
This is the process for engaging the fallen souls in devotional service.
As Lord Krsna says in Bhagavad-gita (7.28):
yesam tv anta-gatam papam
jananam punya-karmanam
te dvandva-moha-nirmukta
3.127
vesya giya samacara khannere kahila
ara dina sandhya ha-ite thakura-thani aila
SYNONYMS
vesya—the prostitute; giya—returning; samacara—information; khannere kahila—spoke to Ramacandra Khan; ara dina—the next day; sandhya ha-ite—beginning from the evening; thakura-thani aila—she came and remained at the residence of Haridasa Thakura.
The prostitute returned to Ramacandra Khan and informed him of what had happened.
The next day she came earlier, at the beginning of the evening, and stayed with Haridasa Thakura.
3.128
tulasike, thakurake namaskara kari’
dvare vasi’ nama sune, bale ’hari’ ’hari’
SYNONYMS
tulasike—unto the tulasi plant; thakurake—and unto Haridasa Thakura; namaskara kari’-offers her obeisances; dvare vasi’-sitting at the door; nama sune—hears the holy name; bale—chants; hari hari—the holy name of the Lord.
After offering obeisances to the tulasi plant and Haridasa Thakura, she sat down on the threshold of the room.
Thus she began to hear Haridasa Thakura’s chanting, and she also personally chanted “Hari, Hari,” the holy name of the Lord.
3.129
’nama purna habe aji’,--bale haridasa
’tabe purna karimu aji tomara abhilasa’
SYNONYMS
nama—chanting of the holy name; purna—complete; habe—will be; aji—today; bale haridasa—Haridasa Thakura said; tabe—then; purna karimu—I shall satisfy; aji—today; tomara abhilasa—your desires “Today it will be possible for me to finish my chanting,” Haridasa Thakura informed her “Then I shall satisfy all your desires.”
3.130
kirtana karite aiche ratri-sesa haila
thakurera sane vesyara mana phiri’ gela
SYNONYMS
kirtana karite—chanting and chanting; aiche—in that way; ratri-sesa haila—the night ended; thakurera sane—by the association of Haridasa Thakura; vesyara—of the prostitute; mana—mind; phiri’ gela—was converted.
The night ended while Haridasa Thakura was chanting, but by his association the mind of the prostitute had changed.
3.131
dandavat hana pade thakura-carane
ramacandra-khannera katha kaila nivedane
SYNONYMS
dandavat hana—offering obeisances; pade—she fell down; thakura-carane—at the lotus feet of Haridasa Thakura; ramacandra-khannera—of Ramacandra Khan; katha—policy; kaila—did; nivedane—submission.
The prostitute, now purified, fell at the lotus feet of Haridasa Thakura and confessed that Ramacandra Khan had appointed her to pollute him.
3.132
"vesya hana muni papa kariyachon apara
krpa kari’ kara mo-adhame nistara"
SYNONYMS
vesya hana—being a prostitute; muni—I; papa—sinful activities; kariyachon—have done; apara—unlimited; krpa kari’-being merciful; kara—please do; mo-adhame—unto me, the most fallen; nistara—deliverance “Because I have taken the profession of a prostitute,” she said, “I have performed unlimited sinful acts.
My lord, be merciful to me.
Deliver my fallen soul.”
3.133
thakura kahe,--khannera katha saba ami jani
ajna murkha sei, tare duhkha nahi mani
SYNONYMS
thakura kahe—Haridasa Thakura said; khannera katha—the plans of Ramacandra Khan; saba—all; ami jani—I know; ajna murkha sei—he is an ignorant fool; tare—by that; duhkha nahi mani—I do not feel unhappiness.
Haridasa Thakura replied, "I know everything about the conspiracy of Ramacandra Khan.
He is nothing but an ignorant fool.
Therefore his activities do not make me feel unhappy.
3.134
sei-dina yaitama e-sthana chadiya
tina dina rahilana toma nistara lagiya
SYNONYMS
sei-dina—on that very day; yaitama—I would have left; e-sthana—this place; chadiya—giving up; tina dina—for three days; rahilana—I stayed; toma—you; nistara lagiya—for delivering “On the very day Ramacandra Khan was planning his intrigue against me, I would have left this place immediately, but because you came to me I stayed here for three days to deliver you.”
3.135
vesya kahe,--"krpa kari’ karaha upadesa
ki mora kartavya, yate yaya bhava-klesa"
SYNONYMS
vesya kahe—the prostitute said; krpa kari’-being merciful; karaha upadesa—please give instructions; ki—what; mora kartavya—my duty; yate—by which; yaya—go away; bhava-klesa—all material tribulations.
The prostitute said, “Kindly act as my spiritual master.
Instruct me in my duty by which to get relief from material existence.”
3.136
thakura kahe,--"gharera dravya brahmane kara dana
ei ghare asi’ tumi karaha visrama
SYNONYMS
thakura kahe—Srila Haridasa Thakura said; gharera—at home; dravya—articles; brahmane—to the brahmanas; kara dana—give as charity; ei ghare—in this room; asi’-returning; tumi—you; karaha visrama—stay.
Haridasa Thakura replied, "Immediately go home and distribute to the brahmanas whatever property you have.
Then come back to this room and stay here forever in Krsna consciousness.
PURPORT
Haridasa Thakura’s instruction that the prostitute should distribute to the brahmanas all the property she had at home is very significant.
Haridasa Thakura never advised the prostitute to give charity to the so-called daridra-narayana (“poor Narayana”) or any other such persons.
According to Vedic civilization, charity should be given only to the qualified brahmanas.
As stated in Bhagavad-gita (18.42):
samo damas tapah saucam
ksantir arjavam eva ca
jnanam vijnanam astikyam
brahma-karma svabhava-jam The brahminical qualifications are truthfulness, control of the senses and mind, tolerance, simplicity, knowledge, practical application of transcendental knowledge in one’s life, and full faith in the Supreme Personality of Godhead persons engaged in pursuing spiritual understanding have no time to earn their livelihood.
They depend completely on the mercy of the Lord, who says in Bhagavad-gita (9.22) that He personally carries to them all their necessities (yoga-ksemam vahamy aham).
The Vedic civilization recommends that one give charity to brahmanas and sannyasis, not to the so-called daridra-narayana.
Narayana cannot be daridra, nor can daridra be Narayana, for these are contradictory terms.
Atheistic men invent such concoctions and preach them to fools, but charity should actually be given to brahmanas and sannyasis because whatever money they get they spend for Krsna.
Whatever charity one gives to a brahmana goes to Krsna, who says in Bhagavad-gita (9.27):
yat karosi yad asnasi
yaj juhosi dadasi yat
yat tapasyasi kaunteya
tat kurusva mad-arpanam “O son of Kunti, all that you eat, all that you offer and give away, as well as all austerities that you may perform, should be done as an offering unto Me.” Everything actually belongs to Krsna, but so-called civilized men unfortunately think that everything belongs to them.
This is the mistake of materialistic civilization.
The prostitute (vesya) had earned money by questionable means, and therefore Haridasa Thakura advised her to distribute to the brahmanas whatever she possessed.
When Srila Rupa Gosvami retired from family life, he distributed fifty percent of his income to the brahmanas and Vaisnavas.
A brahmana knows what the Absolute Truth is, and a Vaisnava, knowing the Absolute Truth, acts on behalf of the Absolute Truth, the Supreme personality of Godhead.
Generally one earns money by many questionable means.
Therefore at some time one should retire and distribute whatever one has to the brahmanas and Vaisnavas who engage in devotional service by preaching the glories of the Supreme Personality of Godhead.
3.137
nirantara nama lao, kara tulasi sevana
acirat pabe tabe krsnera carana"
SYNONYMS
nirantara—twenty-four hours a day; nama lao—chant the Hare Krsna mantra; kara—perform; tulasi sevana—worship of the tulasi plant; acirat—very soon; pabe—you will get; tabe—then; krsnera carana—the lotus feet of Krsna “Chant the Hare Krsna mantra continuously and render service to the tulasi plant by watering her and offering prayers to her.
In this way you will very soon get the opportunity to be sheltered at the lotus feet of Krsna.”
PURPORT
At least five thousand years ago, Lord Sri Krsna expressed His desire that everyone surrender to Him (sarva-dharman parityajya mam ekam saranam vraja).
Why is it that people cannot do this? Krsna assures, aham tvam sarva-papebhyo moksayisyami ma sucah: “I shall deliver you from all sinful reactions.
Do not fear.” Everyone is suffering from the results of sinful activities, but Krsna says that if one surrenders unto Him, He will protect one from sinful reactions.
Modern civilization, however, is interested neither in Krsna nor in getting relief from sinful acts.
Therefore men are suffering.
Surrender is the ultimate instruction of Bhagavad-gita, but for one who cannot surrender to the lotus feet of Krsna, it is better to chant the Hare Krsna mantra constantly, under the instruction of Haridasa Thakura.
In our Krsna consciousness movement we are teaching our followers to chant the Hare Krsna mantra continuously on beads.
Even those who are not accustomed to this practice are advised to chant at least sixteen rounds on their beads so that they may be trained.
Otherwise, Sri Caitanya Mahaprabhu recommended:
trnad api sunicena
taror api sahisnuna
amanina manadena
kirtaniyah sada harih “One should chant the holy name of the Lord in a humble state of mind, thinking oneself lower than the straw in the street.
One should be more tolerant than a tree, devoid of all sense of false prestige, and ready to offer all respect to others.
In such a state of mind one can chant the holy name of the Lord constantly.” Sada means “always.” Haridasa Thakura says, nirantara nama lao: “Chant the Hare Krsna mantra without stopping.” Although Krsna wants everyone to surrender to His lotus feet, because of people’s sinful activities they cannot do this.
Na mam duskrtino mudhah prapadyante naradhamah: rascals and fools, the lowest of men, who engage in sinful activities, cannot suddenly surrender to the lotus feet of Krsna.
Nevertheless, if they begin chanting the Hare Krsna mantra and rendering service unto the tulasi plant, they will very soon be able to surrender.
One’s real duty is to surrender to the lotus feet of Krsna but if one is unable to do so, he should adopt this process, as introduced by Sri Caitanya Mahaprabhu and His most confidential servant, Namacarya Srila Haridasa Thakura.
This is the way to achieve success in Krsna consciousness.
3.138
eta bali’ tare ’nama’ upadesa kari’
uthiya calila thakura bali’ ’hari’ ’hari’
SYNONYMS
eta bali’-saying this; tare—her; nama upadesa kari’-instructing about the process of chanting the Hare Krsna maha-mantra; uthiya—standing up; calila—left; thakura—Haridasa Thakura; bali’-chanting; hari hari—the Hare Krsna maha-mantra.
After thus instructing the prostitute about the process of chanting the Hare Krsna mantra, Haridasa Thakura stood up and left, continuously chanting “Hari, Hari.”
3.139
tabe sei vesya gurura ajna la-ila
grha-vitta yeba chila, brahmanere dila
SYNONYMS
tabe—thereafter; sei—that; vesya—prostitute; gurura—of the spiritual master; ajna—order; la-ila—took; grha-vitta—all household possessions; yeba—whatever; chila—there was; brahmanere—to the brahmanas; dila—gave.
Thereafter, the prostitute distributed to the brahmanas whatever household possessions she had, following the order of her spiritual master.
PURPORT
Sometimes the word grha-vrtti is substituted for the word grha-vitta.
Vrtti means “profession.” The grha-vrtti of the prostitute was to enchant foolish people and induce them to indulge in sex.
Here, however, grha-vrtti is not a suitable word.
The proper word is grha-vitta, which means “all the possessions she had in her home.” All the girl’s possessions had been earned by professional prostitution and were therefore products of her sinful life.
When such possessions are given to brahmanas and Vaisnavas who can engage them in the service of the Lord because of their advancement in spiritual life, this indirectly helps the person who gives the charity, for he is thus relieved of sinful reactions.
As Krsna promises, aham tvam sarva-papebhyo moksayisyami: “I shall save you from all sinful reactions.” When our Krsna conscious devotees go out to beg charity or collect contributions in the form of membership fees, the money thus coming to the Krsna consciousness movement is strictly employed to advance Krsna consciousness all over the world.
The Krsna conscious devotees collect the money of others for the service of Krsna, and they are satisfied with Krsna’s prasada and whatever He gives them for their maintenance.
They do not desire material comforts.
However, they go to great pains to engage the possessions of prostitutes, or persons who are more or less like prostitutes, in the service of the Lord and thus free them from sinful reactions.
A Vaisnava guru accepts money or other contributions, but he does not employ such contributions for sense gratification.
A pure Vaisnava thinks himself unfit to help free even one person from the reactions of sinful life, but he engages one’s hard-earned money in the service of the Lord and thus frees one from sinful reactions.
A Vaisnava guru is never dependent on the contributions of his disciples.
Following the instructions of Haridasa Thakura, a pure Vaisnava does not personally take even a single paisa from anyone, but he induces his followers to spend for the service of the Lord whatever possessions they have.
3.140
matha mudi’ eka-vastre rahila sei ghare
ratri-dine tina-laksa nama grahana kare
SYNONYMS
matha mudi’-shaving her head; eka-vastre—wearing one cloth; rahila—remained; sei ghare—in that room; ratri-dine—throughout the entire day and night; tina-laksa—300,000; nama—holy names; grahana kare—chants.
The prostitute shaved her head clean in accordance with Vaisnava principles and stayed in that room wearing only one cloth.
Following in the footsteps of her spiritual master, she began chanting the Hare Krsna maha-mantra 300,000 times a day.
She chanted throughout the entire day and night.
3.141
tulasi sevana kare, carvana, upavasa
indriya-damana haila, premera prakasa
SYNONYMS
tulasi—the tulasi plant; sevana kare—she worshiped; carvana—chewing; upavasa—fasting; indriya-damana—controlling the senses; haila—there was; premera prakasa—manifestations symptomizing love of Godhead.
She worshiped the tulasi plant, following in the footsteps of her spiritual master.
Instead of eating regularly, she chewed whatever food she received as alms, and if nothing was supplied she would fast.
Thus by eating frugally and fasting she conquered her senses, and as soon as her senses were controlled, symptoms of love of Godhead appeared in her person.
3.142
prasiddha vaisnavi haila parama-mahanti
bada bada vaisnava tanra darsanete yanti
SYNONYMS
prasiddha—celebrated; vaisnavi—devotee of the Lord; haila—became; parama-mahanti—very advanced; bada bada vaisnava—many recognized, highly situated devotees; tanra—her; darsanete—to see; yanti—used to go.
Thus the prostitute became a celebrated devotee.
She became very advanced in spiritual life, and many stalwart Vaisnavas would come to see her.
PURPORT
Stalwart, highly advanced Vaisnava devotees are not interested in seeing prostitutes, but when a prostitute or any other fallen soul becomes a Vaisnava, stalwart Vaisnavas are interested in seeing them.
Anyone can be turned into a Vaisnava if he or she follows the Vaisnava principles.
A devotee who follows these principles is no longer on the material platform.
Therefore, it is one’s strict adherence to the principles that should be considered, not the country of one’s birth.
Many devotees join our Krsna consciousness movement from Europe and America, but one should not therefore consider them European Vaisnavas or American Vaisnavas.
A Vaisnava is a Vaisnava and should therefore be given all the respect due a Vaisnava.
3.143
vesyara caritra dekhi’ loke camatkara
haridasera mahima kahe kari’ namaskara
SYNONYMS
vesyara—of the prostitute; caritra—character; dekhi’-seeing; loke—all people; camatkara—astonished; haridasera—of Thakura Haridasa; mahima—glories; kahe—speak; kari’ namaskara—offering obeisances.
Seeing the sublime character of the prostitute, everyone was astonished.
Everyone glorified the influence of Haridasa Thakura and offered him obeisances.
PURPORT
It is said, phalena pariciyate: one is recognized by the result of his actions.
In Vaisnava society there are many types of Vaisnavas.
Some of them are called gosvamis, some are called svamis, some are prabhus, and some are prabhupada.
One is not recognized, however, simply by such a name.
A spiritual master is recognized as an actual guru when it is seen that he has changed the character of his disciples.
Haridasa Thakura actually changed the character of the professional prostitute.
People greatly appreciated this, and therefore they all offered obeisances to Haridasa Thakura and glorified him.
3.144
ramacandra khanna aparadha-bija kaila
sei bija vrksa hana agete phalila
SYNONYMS
ramacandra khanna—Ramacandra Khan; aparadha—of the offense; bija—seed; kaila—caused to germinate; sei bija—that seed; vrksa hana—becoming a tree; agete—later; phalila—fructified.
By inducing a prostitute to disturb Haridasa Thakura, Ramacandra Khan caused a seed of offense at his lotus feet to germinate.
This seed later became a tree, and when it fructified, Ramacandra Khan ate its fruits.
3.145
mahad-aparadhera phala adbhuta kathana
prastava pana kahi, suna, bhakta-gana
SYNONYMS
mahat-aparadhera—of a great offense at the feet of the exalted devotee; phala—the result; adbhuta—wonderful; kathana—narration; prastava—opportunity; pana—taking advantage of; kahi—I say; suna—hear; bhakta-gana—O devotees.
This offense at the lotus feet of an exalted devotee has resulted in a wonderful narration.
Taking advantage of the opportunity afforded by these incidents, I shall explain what happened.
O devotees, please listen.
3.146
sahajei avaisnava ramacandra-khanna
haridasera aparadhe haila asura-samana
SYNONYMS
sahajei-naturally; avaisnava-nondevotee; ramacandra-khanna-Ramacandra Khan; haridasera-at the lotus feet of Haridasa; aparadhe-by offenses; haila-was; asura-samana-exactly like a demon.
Ramacandra Khan was naturally a nondevotee.
Now, having offended the lotus feet of Haridasa Thakura, he became just like a demoniac atheist.
3.147
vaisnava-dharma ninda kare, vaisnava-apamana
bahu-dinera aparadhe paila parinama
SYNONYMS
vaisnava-dharma—the cult of Vaisnavism; ninda kare—blasphemes; vaisnava apamana—insults to the devotees; bahu-dinera—for a long time; aparadhe—by offensive activities; paila—got; parinama—the resultant action.
Because of blaspheming the cult of Vaisnavism and insulting the devotees for a long time, he now received the results of his offensive activities.
PURPORT
Ramacandra Khan was a great offender at the lotus feet of the Vaisnavas and Visnu.
Just as Ravana, although born of a brahmana father, Visvasrava, was nevertheless called an asura or raksasa because of his offenses against Lord Ramacandra (Visnu) and Hanuman (a Vaisnava), so Ramacandra Khan also became such an asura because of his offenses against Haridasa Thakura and many others.
3.148
nityananda-gosani gaude yabe aila
prema pracarite tabe bhramite lagila
SYNONYMS
nityananda-gosani—Lord Nityananda; gaude—in Bengal; yabe—when; aila—came back; prema pracarite—to preach the cult of bhakti, love of Godhead; tabe—at that time; bhramite lagila—began to tour.
When Lord Nityananda returned to Bengal to preach the cult of bhakti, love of Godhead, He began touring all over the country.
3.149
prema-pracarana ara pasanda-dalana
dui-karye avadhuta karena bhramana
SYNONYMS
prema-pracarana—preaching the cult of bhakti; ara—and; pasanda-dalana—subduing atheistic men; dui-karye—with two kinds of activities; avadhuta—the great devotee and mendicant; karena—does; bhramana—touring.
For two purposes-to spread the cult of bhakti and to defeat and subdue the atheists-Lord Nityananda, the most dedicated devotee of the Lord, moved throughout the country.
PURPORT
As stated in Bhagavad-gita (4.8):
paritranaya sadhunam-
vinasaya ca duskrtam
dharma-samsthapanarthaya
sambhavami yuge yuge Lord Krsna appears in every millennium for two purposes, namely to deliver the devotees and kill the nondevotees.
His devotees also have two similar purposes-to preach the bhakti cult of Krsna consciousness and defeat all kinds of agnostics and atheistic demons.
Nityananda Prabhu carried out the order of Lord Sri Caitanya Mahaprabhu in this way, and those who strictly follow Nityananda Prabhu perform the same activities.
There are two classes of devotees.
One is called gosthyanandi, and the other is called bhajananandi.
A devotee who does not preach but always engages in devotional activities is called a bhajananandi, whereas a devotee who not only is expert in devotional service but who also preaches the cult of bhakti and defeats all kinds of agnostics is called a gosthyanandi.
3.150
sarvajna nityananda aila tara ghare
asiya vasila durga-mandapa-upare
SYNONYMS
sarva-jna—omniscient; nityananda—Lord Nityananda; aila—came; tara ghare—at his house; asiya—coming; vasila—sat down; durga-mandapa-upare—on the altar of the Durga-mandapa.
Lord Nityananda, who is omniscient because He is the Supreme Personality of Godhead, came to the house of Ramacandra Khan and sat down on the altar of the Durga-mandapa.
PURPORT
Well-to-do Hindu gentlemen constructed their houses with a place called the Durga-mandapa for the worship of the goddess Durga.
There they generally held worship of the goddess every year in the month of Asvina (October).
Ramacandra Khan possessed such a Durga-mandapa at his residence.
3.151
aneka loka-jana sange angana bharila
bhitara haite ramacandra sevaka pathaila
SYNONYMS
aneka—many; loka-jana—crowds of people; sange—accompanied by; angana—the courtyard; bharila—became filled; bhitara haite—from inside; ramacandra—Ramacandra Khan; sevaka—servant; pathaila—sent.
When the Durga-mandapa and courtyard were filled with crowds of men, Ramacandra Khan, who was inside the house, sent his servant to Lord Nityananda.
PURPORT
In those days, and also even now, the palatial buildings of respectable people, especially in the villages of Bengal, were divided into two parts.
The inside part was especially meant for the family, and the ladies would live there unexposed to men.
That part was called the bhitara-badi, or inside house.
In the outside house, or bahir-badi, the respectable gentleman received visitors and kept his business office.
The Durga-mandapa would be part of the outside house.
Thus when Lord Nityananda entered the outside house, Ramacandra Khan was in the inside house with the members of his family.
When Nityananda Prabhu arrived, Ramacandra Khan did not receive Him personally but sent his servant to inform Him indirectly to go away.
3.152
sevaka bale--"gosani, more pathaila khanna
grhasthera ghare tomaya diba vasa-sthana
SYNONYMS
sevaka bale—the servant said; gosani—my dear Lord; more—me; pathaila—sent; khanna—Ramacandra Khan; grhasthera ghare—at the house of some ordinary person; tomaya—unto You; diba—I shall give; vasa-sthana—residential place.
The servant informed Lord Nityananda, "My dear sir, Ramacandra Khan has sent me to accommodate You in some common man’s house.
3.153
goyalara gosala haya atyanta vistara
ihan sankirna-sthala, tomara manusya--apara"
SYNONYMS
goyalara—of a milkman; go-sala—cow shed; haya—is; atyanta—very; vistara—spacious; ihan—here; sankirna-sthala—very narrow place; tomara—Your; manusya—adherents; apara—unlimited “You might go to the house of a milkman, for the cow shed is spacious, whereas the space here in the Durga-mandapa is insufficient because You have many followers with You.”
3.154
bhitare achila, suni’ krodhe bahirila
atta atta hasi’ gosani kahite lagila
SYNONYMS
bhitare achila—was staying inside; suni’-hearing; krodhe—in anger; bahirila—came out; atta atta—very loudly; hasi’-laughing; gosani—Lord Nityananda Prabhu; kahite lagila—began to say.
When Nityananda Prabhu heard this order from the servant of Ramacandra Khan, He became very angry and came out.
Laughing very loudly, He spoke as follows.
3.155
"satya kahe,--ei ghara mora yogya naya
mleccha go-vadha kare, tara yogya haya"
SYNONYMS
satya kahe—Ramacandra Khan says rightly; ei ghara—this house; mora—for Me; yogya naya—is not fit; mleccha—the meateaters; go-vadha kare—who kill cows; tara—for them; yogya haya—it is fit “Ramacandra Khan has spoken rightly.
This place is unfit for Me.
It is fit for cow-killing meateaters.”
3.156
eta bali’ krodhe gosani uthiya calila
tare danda dite se grame na rahila
SYNONYMS
eta bali’-saying this; krodhe—in anger; gosani—Lord Nityananda; uthiya calila—got up and left; tare—him; danda dite—to chastise; se—that; grame—in the village; na rahila—did not stay.
Having said this, Lord Nityananda stood up and left in an angry mood.
To chastise Ramacandra Khan, He did not even stay in that village.
3.157
ihan ramacandra khana sevake ajna dila
gosani yahan vasila, tara mati khodaila
SYNONYMS
ihan—here; ramacandra khana—Ramacandra Khan; sevake—to the servant; ajna dila—ordered; gosani—Lord Nityananda Prabhu; yahan—where; vasila—sat down; tara—of that place; mati—earth; khodaila—caused to dig.
Ramacandra Khan ordered the servant to dig up the dirt in the place where Nityananda Prabhu had sat.
3.158
gomaya-jale lepila saba mandira-prangana
tabu ramacandrera mana na haila parasanna
SYNONYMS
go-maya-jale—with water mixed with cow dung; lepila—smeared; saba—all; mandira—the Durga-mandapa temple; prangana—the courtyard; tabu—still; ramacandrera mana—the mind of Ramacandra Khan; na haila parasanna—was not happy.
To purify the Durga-mandapa temple and the courtyard, Ramacandra Khan sprinkled and smeared it with water mixed with cow dung, but still his mind was unsatisfied.
3.159
dasyu-vrtti kare ramacandra rajare na deya kara
kruddha hana mleccha ujira aila tara ghara
SYNONYMS
dasyu-vrtti—the business of a thief; kare—does; ramacandra—Ramacandra; rajare—to the government; na—does not; deya—pay; kara—tax; kruddha hana—being angry; mleccha—the Mohammedan; ujira—minister; aila—came; tara ghara—to his house.
Ramacandra Khan’s business was questionable, for he tried to avoid paying income tax to the government.
Therefore the government’s minister of finance was angry and came to his residence.
3.160
asi’ sei durga-mandape vasa kaila
avadhya vadha kari’ mamsa se-ghare randhaila
SYNONYMS
asi’-coming; sei durga-mandape—at that very place of the Durga-mandapa; vasa kaila—made his residence; avadhya—a cow or calf, which is not to be killed; vadha kari’-killing; mamsa—meat; se-ghare—in that place; randhaila—cooked.
The Mohammedan minister made his residence in the Durga-mandapa of Ramacandra Khan.
He killed a cow and cooked the meat at that very place.
3.161
stri-putra-sahita ramacandrere bandhiya
tara ghara-grama lute tina-dina rahiya
SYNONYMS
stri-putra—his wife and children; sahita—with; ramacandrere bandhiya—arresting Ramacandra Khan; tara—his; ghara-grama—house and village; lute—plundered; tina-dina rahiya—staying three days.
He arrested Ramacandra Khan, along with his wife and sons, and then he continuously plundered the house and village for three days.
3.162
sei ghare tina dina kare amedhya randhana
ara dina saba lana karila gamana
SYNONYMS
sei ghare—in that room; tina dina—for three days; kare—does; amedhya randhana—cooking the flesh of a cow; ara dina—the next day; saba lana—accompanied by his followers; karila gamana—left.
In that very room he cooked the flesh of a cow for three consecutive days.
Then the next day he left, accompanied by his followers.
3.163
jati-dhana-jana khanera sakala la-ila
bahu-dina paryanta grama ujada rahila
SYNONYMS
jati—birthright; dhana—riches; jana—followers; khanera—of Ramacandra Khan; sakala—everything; la-ila—he took away; bahu-dina—a long time; paryanta—for; grama—the village; ujada rahila—remained deserted.
The Mohammedan minister took away Ramacandra Khan’s position, wealth and followers.
For many days the village remained deserted.
3.164
mahantera apamana ye desa-grame haya
eka janara dose saba desa ujadaya
SYNONYMS
mahantera—of persons who are highly advanced in spiritual life; apamana—disrespect; ye desa-grame—in which country or village; haya—is; eka janara—of one man; dose—for the fault; saba desa—the whole country; ujadaya—becomes afflicted.
Wherever an advanced devotee is insulted, for one man’s fault the entire town or place is afflicted.
3.165
haridasa-thakura cali’ aila candapure
asiya rahila balarama-acaryera ghare
SYNONYMS
haridasa-thakura—Haridasa Thakura; cali’-walking; aila—came; candapure—in the village known as Candapura; asiya—coming; rahila—remained; balarama-acaryera ghare—at the residence of Balarama Acarya
Haridasa Thakura walked until he came to the village known as Candapura.
There he stayed at the house of Balarama Acarya.
PURPORT
The village of Candapura is situated near the confluence of the rivers Ganges and Yamuna at Saptagrama in the district of Hugli.
Candapura is just east of the house of the two brothers Hiranya and Govardhana, the father and uncle of Raghunatha dasa Gosvami.
In Candapura lived Balarama Acarya and Yadunandana Acarya, the priests of these two personalities, and when Haridasa Thakura went there he lived with them.
Srila Bhaktisiddhanta Sarasvati Thakura says that the name of this village was later changed to Krsnapura.
3.166
hiranya, govardhana--dui mulukera majumadara
tara purohita--’balarama’ nama tanra
SYNONYMS
hiranya—Hiranya; govardhana—Govardhana; dui—two; mulukera—of that country; majumadara—treasurers of the government; tara—their; purohita—priest; balarama—Balarama; nama—name; tanra—his.
Hiranya and Govardhana were the two governmental treasurers in that division of the country.
Their priest was named Balarama Acarya.
PURPORT
The word majumadara refers to a treasurer who keeps accounts of revenue.
3.167
haridasera krpa-patra, tate bhakti-mane
yatna kari’ thakurere rakhila sei grame
SYNONYMS
haridasera krpa-patra—favored by Haridasa Thakura; tate—therefore; bhakti-mane—a great devotee of Haridasa Thakura; yatna kari’-with great care and attention; thakurere—Haridasa Thakura; rakhila—kept; sei grame—in the village.
Balarama Acarya, being favored by Haridasa Thakura, was very attached to him.
Therefore he kept Haridasa Thakura in the village with great care and attention.
3.168
nirjana parna-salaya karena kirtana
balarama-acarya-grhe bhiksa-nirvahana
SYNONYMS
nirjana—solitary; parna-salaya—in a thatched cottage; karena—performs; kirtana—chanting of the Hare Krsna mantra; balarama-acarya-grhe—at the house of Balarama Acarya; bhiksa-nirvahana—accepting alms.
In the village, Haridasa Thakura was given a solitary thatched cottage, where he performed the chanting of the Hare Krsna maha-mantra He accepted prasada at the house of Balarama Acarya.
3.169
raghunatha-dasa balaka karena adhyayana
haridasa-thakurere yai’ karena darsana
SYNONYMS
raghunatha-dasa—Raghunatha dasa; balaka—a boy; karena adhyayana—was engaged in study; haridasa-thakurere—to Haridasa Thakura; yai’-going; karena darsana—used to see.
Raghunatha dasa, who was the son of Hiranya Majumadara and was later to become Raghunatha dasa Gosvami, was at that time a boy engaged in study.
He came to see Haridasa Thakura daily.
3.170
haridasa krpa kare tanhara upare
sei krpa ’karana’ haila caitanya paibare
SYNONYMS
haridasa—Thakura Haridasa; krpa kare—shows mercy; tanhara upare—upon him; sei krpa—that mercy; karana—the cause; haila—became; caitanya—Sri Caitanya Mahaprabhu; paibare—to attain.
Naturally Haridasa Thakura was merciful toward him, and because of the merciful benediction of this Vaisnava, he later attained the shelter of Sri Caitanya Mahaprabhu’s lotus feet.
3.171
tahan yaiche haila haridasera mahima kathana
vyakhyana,--adbhuta katha suna, bhakta-gana
SYNONYMS
tahan—at that place; yaiche—just as; haila—there was; haridasera—of Haridasa Thakura; mahima—glories; kathana—discussion; vyakhyana—discourse; adbhuta—wonderful; katha—incident; suna—hear; bhakta-gana—O devotees.
At the residence of Hiranya and Govardhana, discourses took place by which Haridasa Thakura was glorified.
O devotees, please listen to that wonderful story.
3.172
eka-dina balarama minati kariya
majumadarera sabhaya aila thakure lana
SYNONYMS
eka-dina—one day; balarama—Balarama Acarya; minati kariya—in great humility; majumadarera—of the Majumadaras, Hiranya and Govardhana; sabhaya—at the assembly; aila—came; thakure—Haridasa Thakura; lana—taking with him.
One day Balarama Acarya requested Haridasa Thakura with great humility to come to the assembly of the Majumadaras, Hiranya and Govardhana.
Thus Balarama Acarya went there with Haridasa Thakura.
3.173
thakura dekhi’ dui bhai kaila abhyutthana
paya padi’ asana dila kariya sammana
SYNONYMS
thakura dekhi’-seeing Haridasa Thakura; dui bhai—the two brothers; kaila abhyutthana—stood up; paya padi’-falling at the lotus feet; asana dila—offered a sitting place; kariya sammana—with great respect.
Seeing Haridasa Thakura, the two brothers immediately stood up and fell at his lotus feet.
Then with great respect they offered him a place to sit.
3.174
aneka pandita sabhaya, brahmana, sajjana
dui bhai maha-pandita--hiranya, govardhana
SYNONYMS
aneka pandita—many learned scholars; sabhaya—in that assembly; brahmana—brahmanas; sat-jana—respectable gentlemen; dui bhai—the two brothers; maha-pandita—very learned scholars; hiranya—Hiranya; govardhana—Govardhana.
In that assembly were many learned scholars, brahmanas and respectable gentlemen.
The two brothers Hiranya and Govardhana were also greatly learned.
3.175
haridasera guna sabe kahe panca-mukhe
suniya ta’ dui bhai paila bada sukhe
SYNONYMS
haridasera—of Haridasa Thakura; guna—the qualities; sabe—all of them; kahe—began to speak; panca-mukhe—as if speaking with five mouths; suniya—hearing; ta’-certainly; dui bhai—the two brothers; paila—got; bada sukhe—very great happiness.
Everyone there began to speak of Haridasa Thakura’s great qualities as if they had five mouths.
Hearing this, both brothers were extremely happy.
3.176
tina-laksa nama thakura karena kirtana
namera mahima uthaila pandita-gana
SYNONYMS
tina-laksa—300,000; nama—holy names of the Lord; thakura—Haridasa Thakura; karena kirtana—used to chant; namera—of the holy name; mahima—glories; uthaila—raised; pandita-gana—all the learned scholars.
It was mentioned in the assembly that Haridasa Thakura chanted the holy names of Krsna 300,000 times a day.
Thus all the learned scholars began to discuss the glories of the holy name.
3.177
keha bale,--’nama haite haya papa-ksaya’
keha bale,--’nama haite jivera moksa haya’
SYNONYMS
keha bale—some of them said; nama haite—by chanting the Hare Krsna mantra; haya—there is; papa-ksaya—disappearance of all reactions to sinful activities; keha bale—some of them said; nama haite—by chanting the holy name; jivera—of the living entities; moksa haya—there is liberation.
Some of them said, “By chanting the holy name of the Lord, one is freed from the reactions of all sinful life.” Others said, “Simply by chanting the holy name of the Lord, a living being is liberated from material bondage.”
3.178
haridasa kahena,--"namera ei dui phala naya
namera phale krsna-pade prema upajaya
SYNONYMS
haridasa kahena—Haridasa Thakura replied; namera—of chanting the holy name of the Lord; ei—these, dui—two; phala—results; naya—are not; namera phale—by the result of chanting the holy name; krsna-pade—at the lotus feet of Krsna; prema upajaya—awakening of ecstatic love.
Haridasa Thakura protested, "These two benedictions are not the true result of chanting the holy name.
By actually chanting the holy name without offenses, one awakens his ecstatic love for the lotus feet of Krsna.
3.179
evam-vratah sva-priya-nama-kirtya
jatanurago druta-citta uccaih
hasaty atho roditi rauti gayaty
unmadavan nrtyati loka-bahyah
SYNONYMS
evam-vratah—when one thus engages in the vow to chant and dance; sva—own; priya—very dear; nama—holy name; kirtya—by chanting; jata—in this way develops; anuragah—attachment; druta-cittah—very eagerly; uccaih—loudly; hasati—laughs; atho—also; roditi—cries; rauti—becomes agitated; gayati—chants; unmada-vat—like a madman; nrtyati—dances; loka-bahyah—not caring for outsiders "When a person is actually advanced and takes pleasure in chanting the holy name of the Lord, who is very dear to him, he is agitated and loudly chants the holy name.
He also laughs, cries, becomes agitated and chants just like a madman, not caring for outsiders.’
PURPORT
For an explanation of this verse (Bhag.11.2.40) one may consult Chapter Seven, text 94, of the Adi-lila.
3.180
anusangika phala namera--’mukti’, ’papa-nasa’
tahara drstanta yaiche suryera prakasa
SYNONYMS
anusangika—concomitant; phala—result; namera—of the holy name; mukti—liberation; papa-nasa—extinction of the resultant actions of sinful life; tahara—of that; drstanta—example; yaiche—as; suryera prakasa—light of the sun "Liberation and extinction of the reactions of sinful life are two concomitant by-products of chanting the holy name of the Lord.
An example is found in the gleams of morning sunlight.
3.181
amhah samharad akhilam sakrd
udayad eva sakala-lokasya
taranir iva timira-jaladhim
jayati jagan-mangalam harer nama
SYNONYMS
amhah—the resultant action of sinful life, which causes material bondage; samharat—completely eradicating; akhilam—all; sakrt—once only; udayat—by rising; eva—certainly; sakala—all; lokasya—of the people of the world; taranih—the sun; iva—like; timira—of darkness; jala-dhim—the ocean; jayati—all glories to; jagat-mangalam—auspicious for the whole world; hareh nama—the holy name of the Lord name of the Lord “As the rising sun immediately dissipates all the world’s darkness, which is deep like an ocean, so the holy name of the Lord, if chanted once without offenses, can dissipate all the reactions of a living being’s sinful life.
All glories to that holy name of the Lord, which is auspicious for the entire world.’ ”
PURPORT
This verse is found in the Padyavali (16).
3.182
ei slokera artha kara panditera gana"
sabe kahe,--’tumi kaha artha-vivarana’
SYNONYMS
ei slokera—of this verse; artha—meaning; kara—explain; panditera gana—O groups of learned scholars; sabe kahe—everyone said; tumi kaha—you speak; artha-vivarana—the meaning and explanation.
After reciting this verse, Haridasa Thakura said, “O learned scholars, please explain the meaning of this verse.” But the audience requested Haridasa Thakura,“It is better for you to explain the meaning of this important verse.”
3.183
haridasa kahena,--"yaiche suryera udaya
udaya na haite arambhe tamera haya ksaya
SYNONYMS
haridasa kahena—Haridasa Thakura began to explain; yaiche—like; suryera udaya—sunrise; udaya na haite—although not visible; arambhe—from the beginning; tamera—of darkness; haya ksaya—there is dissipation.
Haridasa Thakura said, "As the sun begins to rise, even before visible it dissipates the darkness of night.
3.184
caura-preta-raksasadira bhaya haya nasa
udaya haile dharma-karma-adi parakasa
SYNONYMS
caura—thieves; preta—ghosts; raksasa—demons; adira—of them and others; bhaya—fear; haya—becomes; nasa—destroyed; udaya haile—when the sunrise is actually visible; dharma-karma—all religious activities and regulative principles; adi—everything; parakasa—becomes manifest "With the first glimpse of sunlight, fear of thieves, ghosts and demons immediately disappears, and when the sun is actually visible, everything is manifest, and everyone begins performing his religious activities and regulative duties.
3.185
aiche namodayarambhe papa-adira ksaya
udaya kaile krsna-pade haya premodaya
SYNONYMS
aiche—similarly; nama-udaya—of the appearance of the holy name; arambhe—by the beginning; papa—reactions of sinful activities; adira—of them and others; ksaya—dissipation; udaya kaile—when there is actually awakening of offenseless chanting; krsna-pade—at the lotus feet of Krsna; haya prema-udaya—there is awakening of ecstatic love "Similarly, the first hint that offenseless chanting of the Lord’s holy name has awakened dissipates the reactions of sinful life immediately.
And when one chants the holy name offenselessly, one awakens to service in ecstatic love at the lotus feet of Krsna.
3.186
mukti’ tuccha-phala haya namabhasa haite
SYNONYMS
’mukti—liberation; tuccha-phala—insignificant result; haya—is; nama-abhasa haite—from a glimpse of awakening of offenseless chanting of the holy name "Liberation is the insignificant result derived from a glimpse of awakening of offenseless chanting of the holy name.
3.187
mriyamano harer nama
grnan putropacaritam
ajamilo ’py agad dhama
kim uta sraddhaya grnan
SYNONYMS
mriyamanah—dying; hareh nama—the holy name of the Supreme Lord; grnan—chanting; putra-upacaritam—though spoken for his son; ajamilah—Ajamila; api—also; agat—attained; dhama—the spiritual world; kim uta—what to speak of; sraddhaya—with faith and reverence; grnan-chanting "While dying, Ajamila chanted the holy name of the Lord, intending to call his son Narayana.
Nevertheless, he attained the spiritual world.
What then to speak of those who chant the holy name with faith and reverence?’
PURPORT
This is a verse from Srimad-Bhagavatam (6.2.49).
3.188
ye mukti bhakta na laya, se krsna cahe dite"
SYNONYMS
ye—which; mukti—liberation; bhakta—a devotee; na laya—does not take; se—that; krsna—Lord Krsna; cahe dite—wants to offer "Liberation, which is unacceptable for a pure devotee, is always offered by Krsna without difficulty.
3.189
salokya-sarsti-sarupya-
samipyaikatvam apy uta
diyamanam na grhnanti
vina mat-sevanam janah
SYNONYMS
salokya—to live on the same planet; sarsti—to acquire the same opulence; sarupya—to achieve the same bodily features; samipya—to live always near the Supreme Lord; ekatvam—to merge into the existence of the Lord; api—even; uta—certainly; diyamanam—being offered; na grhnanti—do not take; vina—without; mat-sevanam—My service; janah—the devotees “My devotees do not accept salokya, sarsti, sarupya, samipya, or oneness with Me-even if I offer these liberations-in preference to serving Me.’ ”
PURPORT
This verse is spoken by Lord Kapila, an avatara of the Supreme Personality of Godhead, in Srimad-Bhagavatam (3.29.13).
3.190
’gopala cakravarti’ nama eka-jana
majumadarera ghare sei arinda pradhana
SYNONYMS
gopala cakravarti—Gopala Cakravarti; nama—named; eka-jana—one person; majumadarera ghare—at the residence of Hiranya and Govardhana Majumadara; sei—he; arinda pradhana—the chief tax collector.
At the house of Hiranya and Govardhana Majumadara, a person named Gopala Cakravarti was officially the chief tax collector.
3.191
gaude rahi’ patsaha-age arinda-giri kare
bara-laksa mudra sei patsara thani bhare
SYNONYMS
gaude rahi’-living in Bengal; patsaha-age—on behalf of the emperor; arinda-giri kare—acts as the chief tax collector; bara-laksa—twelve hundred thousand; mudra—coins; sei—he; patsara thani—for the emperor; bhare—collects.
This Gopala Cakravarti lived in Bengal.
His duty as chief tax collector was to collect 1,200,000 coins to deposit in the treasury of the emperor.
3.192
parama-sundara, pandita, nutana-yauvana
namabhase ’mukti’ suni’ na ha-ila sahana
SYNONYMS
parama-sundara—very beautiful; pandita—learned; nutana—new; yauvana—youth; nama-abhase—by the glimpse of awakening of pure chanting of the holy name; mukti—liberation; suni’-hearing; na ha-ila sahana—could not tolerate.
He had handsome bodily features, and he was learned and youthful, but he could not tolerate the statement that simply by glimpsing the awakening of the Lord’s holy name one can attain liberation.
PURPORT
Vaisnavas strictly follow the directions of the sastras regarding how one can be liberated simply by a slight awakening of pure chanting of the holy name.
Mayavadis cannot tolerate the statements of the sastras about how easily liberation can be achieved, for as stated in Bhagavad-gita (12.5), kleso ’dhikataras tesam avyaktasakta-cetasam: impersonalists must work hard for many, many births, and only then will they perhaps be liberated.
Vaisnavas know that simply by chanting the holy name of the Lord offenselessly, one achieves liberation as a by-product.
Thus there is no need to endeavor separately for liberation.
Srila Bilvamangala Thakura has said, muktih svayam mukulitanjali sevate ’sman: liberation stands at one’s door, ready to render any kind of service, if one is a pure devotee with unflinching faith and reverence.
This the Mayavadis cannot tolerate.
3.193
kruddha hana bale sei sarosa vacana
"bhavukera siddhanta suna, panditera gana
SYNONYMS
kruddha hana—becoming very angry; bale—said; sei—he; sa-rosa vacana—angry words; bhavukera—of an emotional person; siddhanta—conclusion; suna—just hear; panditera gana—O assembly of learned scholars.
This young man, Gopala Cakravarti, became very angry upon hearing the statements of Haridasa Thakura.
He immediately criticized him “O assembly of learned scholars,” he said, "just hear the conclusion of the emotional devotee.
3.194
koti-janme brahma-jnane yei ’mukti’ naya
ei kahe,--namabhase sei ’mukti’ haya"
SYNONYMS
koti-janme—after millions upon millions of births; brahma-jnane—by absolute knowledge; yei—which; mukti naya—liberation is not possible; ei—this person; kahe—says; nama-abhase—simply by the awakening of a glimpse of the pure chanting of the holy name; sei—that; mukti—liberation; haya—becomes possible “After many millions upon millions of births, when one is complete in absolute knowledge, one still may not attain liberation, yet this ma says that one may attain it simply by the awakening of a glimpse of the holy name.”
3.195
haridasa kahena,--kene karaha samsaya?
sastre kahe,--namabhasa-matre ’mukti’ haya
SYNONYMS
haridasa kahena—Haridasa Thakura said; kene—why; karaha samsaya—are you doubtful; sastre kahe—it is stated in the revealed scriptures; nama-abhasa matre—simply by a glimpse of the chanting of the holy name; mukti haya—there is liberation.
TRANSLATION Haridasa Thakura said, "Why are you doubtful? The revealed scriptures say that one can attain liberation simply by a glimpse of offenseless chanting of the holy name.
3.196
bhakti-sukha-age ’mukti’ ati-tuccha haya
ataeva bhakta-gana ’mukti’ nahi laya
SYNONYMS
bhakti-sukha—transcendental bliss derived from devotional service; age—before; mukti—liberation; ati-tuccha—extremely insignificant; haya—is; ataeva—therefore; bhakta-gana—pure devotees; mukti—liberation; nahi laya—do not accept "For a devotee who enjoys the transcendental bliss of devotional service, liberation is most insignificant.
Therefore pure devotees never desire to achieve liberation.
3.197
tvat-saksatkaranahlada-
visuddhabdhi-sthitasya me
sukhani gospadayante
brahmany api jagad-guro
SYNONYMS
tvat—You; saksat-karana—by meeting; ahlada—of pleasure; visuddha—spiritually purified; abdhi—in an ocean; sthitasya—situated; me—of me; sukhani—happiness; gospadayante—is like a calf’s hoofprint; brahmani—derived from understanding of impersonal Brahman; api—also; jagat-guro—O master of the universe “My dear Lord, O master of the universe, since I have directly seen You, my transcendental bliss has taken the shape of a great ocean.
Being situated in that ocean, I now realize all other so-called happiness, including even brahmananda, to be like the water contained in the hoofprint of a calf.’ ”
PURPORT
This verse is quoted from the Hari-bhakti-sudhodaya (14.36).
3.198
vipra kahe,--"namabhase yadi ’mukti’ naya
tabe tomara naka kati’ karaha niscaya"
SYNONYMS
vipra kahe—the brahmana said; nama-abhase—simply by the awakening of offenseless chanting of the holy name; yadi—if; mukti naya—liberation is not attainable; tabe—then; tomara—your; naka—nose; kati’-I shall cut off; karaha niscaya—take it as certain.
Gopala Cakravarti said, “if one is not liberated by namabhasa, then you may be certain that I shall cut off your nose.”
3.199
haridasa kahena,--"yadi namabhase ’mukti’ naya
tabe amara naka katimu,--ei suniscaya"
SYNONYMS
haridasa kahena—Haridasa Thakura said; yadi—if; nama-abhase—simply by the awakening of the holy name of the Lord; mukti naya—mukti is not available; tabe—then; amara—my; naka—nose; katimu—I shall cut off; ei—this; suniscaya—certain.
Then Haridasa Thakura accepted the challenge offered by Gopala Cakravarti “If by namabhasa liberation is not available,” he said, “certainly I shall cut off my nose.”
3.200
suni’ sabha-sad uthe kari’ hahakara
majumadara sei vipre karila dhikkara
SYNONYMS
suni’-hearing; sabha-sat—all the members of the assembly; uthe—got up; kari’ haha-kara—making a tumultuous sound; majumadara—Hiranya and Govardhana Majumadara; sei vipre—unto that brahmana who was their servant; karila—made; dhik-kara—chastisement.
All the members of the assembly who had heard the challenge were greatly agitated, and they got up, making a tumultuous sound.
Hiranya and Govardhana Majumadara both immediately chastised the brahmana tax collector.
3.201
balai-purohita tare karila bhartsana
"ghata-patiya murkha tuni bhakti kanha jana?
SYNONYMS
balai-purohita—the priest named Balarama Acarya; tare—unto Gopala Cakravarti; karila—did; bhartsana—chastisement; ghata-patiya—interested in the pot and the earth; murkha—fool; tuni—you; bhakti—devotional service; kanha—what; jana—do know.
The priest named Balarama Acarya chastised Gopala Cakravarti “You are a foolish logician,” he said, "What do you know about the devotional service of the Lord?
PURPORT
The philosophy enunciated by the Mayavadis is called ghata-patiya philosophy.
According to this philosophy, everything is one, everything is earth, and therefore anything made of earth, such as different pots, is also the same earth.
Such philosophers see no distinction between a pot made of earth and the earth itself.
3.202
haridasa-thakure tuni kaili apamana!
sarva-nasa habe tora, na habe kalyana"
SYNONYMS
haridasa-thakure—unto Haridasa Thakura; tuni—you; kaili—did; apamana—insult; sarva-nasa—destruction of everything; habe—there will be; tora—your; na—not; habe—will be; kalyana—auspicious result “You have insulted Haridasa Thakura.
Thus there will be a dangerous position for you.
You should not expect anything auspicious.”
3.203
suni’ haridasa tabe uthiya calila
majumadara sei vipre tyaga karila
SYNONYMS
suni’-hearing; haridasa—Haridasa Thakura; tabe—then; uthiya calila—got up and began to go away; majumadara—Hiranya and Govardhana Majumadara; sei vipre—this tyaga karila—kicked out.
Then Haridasa Thakura got up to leave, and the Majumadaras, the masters of Gopala Cakravarti, immediately dismissed Gopala Cakravarti from their service.
3.204
sabha-sahite haridasera padila carane
haridasa hasi’ kahe madhura-vacane
SYNONYMS
sabha-sahite—with all the members of the assembly; haridasera—of Haridasa Thakura; padila carane—fell down at the lotus feet; haridasa—Haridasa Thakura; hasi’-smiling; kahe—said; madhura-vacane—in a sweet voice.
With all the members of the assembly, the two Majumadaras fell at the lotus feet of Haridasa Thakura.
Haridasa Thakura was smiling, however, and he spoke in a sweet voice.
3.205
"toma-sabara dosa nahi, ei ajna brahmana
tara dosa nahi, tara tarka-nistha mana
SYNONYMS
toma-sabara—of all of you; dosa—fault; nahi—there is not; ei—this; ajna—ignorant; brahmana—so-called brahmana; tara dosa nahi—he is also not at fault; tara—his; tarka-nistha—accustomed to speculation; mana—mind “None of you are at fault,” he said "Indeed, even this ignorant so-called brahmana is not at fault, for he is accustomed to dry speculation and logic.
3.206
tarkera gocara nahe namera mahattva
kotha haite janibe se ei saba tattva?
SYNONYMS
tarkera—by argument and logic; gocara—appreciable; nahe—is not; namera—of the holy name; mahattva—the glory; kotha haite—from where; janibe—will know; se—he; ei—this; saba—all; tattva—truth "One cannot understand the glories of the holy name simply by logic and argument.
Therefore this man cannot possibly understand the glories of the holy name.
3.207
yaha ghara, krsna karuna kusala sabara
amara sambandhe duhkha na ha-uka kahara"
SYNONYMS
yaha ghara—go to your homes; krsna karuna—may Lord Krsna bestow; kusala sabara—blessings to everyone; amara sambandhe—on my account; duhkha—unhappiness; na ha-uka—may there not be; kahara—of anyone “All of you may now go to your homes.
May Lord Krsna bestow his blessings upon you all.
Do not be sorry because of my being insulted.”
PURPORT
From this statement by Haridasa Thakura, it is understood that a pure Vaisnava never takes anyone’s insults seriously.
This is the teaching of Sri Caitanya Mahaprabhu:
trnad api sunicena
taror api sahisnuna
amanina manadena
kirtaniyah sada harih “One should chant the holy name of the Lord in a humble state of mind, thinking oneself lower than the straw in the street.
One should be more tolerant than a tree, devoid of all sense of false prestige and ready to offer all respects to others.
In such a state of mind one can chant the holy name of the Lord constantly.” A Vaisnava is always tolerant and submissive like trees and grass.
He tolerates insults offered by others, for he is simply interested in chanting the holy name of the Lord without being disturbed.
3.208
tabe se hiranya-dasa nija ghare aila
sei brahmane nija dvara-mana kaila
SYNONYMS
tabe—thereupon; se—that; hiranya-dasa—Hiranya Majumadara; nija—own; ghare—to home; aila—returned; sei—that; brahmane—to Gopala Cakravarti; nija—own; dvara—door; mana—prohibition; kaila—issued.
Then Hiranya dasa Majumadara returned to his home and ordered that Gopala Cakravarti not be admitted therein.
3.209
tina dina bhitare sei viprera ’kustha’ haila
ati ucca nasa tara galiya padila
SYNONYMS
tina dina—three days; bhitare—within; sei—that; viprera—of the brahmana; kustha—leprosy; haila—appeared; ati—very; ucca—raised; nasa—nose; tara—his; galiya—melting; padila—fell.
Within three days that brahmana was attacked by leprosy, and as a result his highly raised nose melted away and fell off.
3.210
campaka-kali-sama hasta-padanguli
konkada ha-ila saba, kusthe gela gali’
SYNONYMS
campaka—of a golden-hued flower; kali—buds; sama—like; hasta-pada-anguli—fingers and toes; konkada ha-ila—became crumpled; saba—all; kusthe—because of leprosy; gela gali’-melted away.
The brahmana’s toes and fingers were beautiful like golden-colored campaka buds, but because of leprosy they all withered and gradually melted away.
3.211
dekhiya sakala loka haila camatkara
haridase prasamsi’ tanre kare namaskara
SYNONYMS
dekhiya—seeing; sakala loka—all people; haila—became; camatkara—astonished; haridase—Haridasa Thakura; prasamsi’-praising; tanre—unto him; kare—offer; namaskara—obeisances.
Seeing the condition of Gopala Cakravarti, everyone was astonished.
Everyone praised the influence of Haridasa Thakura and offered him obeisances.
3.212
yadyapi haridasa viprera dosa na la-ila
tathapi isvara tare phala bhunjaila
SYNONYMS
yadyapi—although; haridasa—Haridasa Thakura; viprera—of the brahmana; dosa—offense; na—did not; la-ila—take seriously; tathapi—still; isvara—the Supreme Personality of Godhead; tare—unto him; phala—the result of insulting a Vaisnava; bhunjaila—made to suffer.
Although Haridasa Thakura, as a Vaisnava, did not take seriously the brahmana’s offense, the Supreme Personality of Godhead could not tolerate it, and thus he made the brahmana suffer the consequences.
3.213
bhakta-svabhava,--ajna-dosa ksama kare
krsna-svabhava,--bhakta-ninda sahite na pare
SYNONYMS
bhakta-svabhava—the characteristic of a pure devotee; ajna-dosa—offense by an ignorant rascal; ksama kare—excuses; krsna-svabhava—the characteristic of Krsna; bhakta-ninda—blaspheming the devotees; sahite na pare—cannot tolerate.
A characteristic of a pure devotee is that he excuses any offense by an ignorant rascal.
The characteristic of Krsna, however, is that He cannot tolerate blasphemy of His devotees.
PURPORT
trnad api sunicena
taror api sahisnuna
amanina manadena
kirtaniyah sada harih A Vaisnava strictly follows this principle of being humbler than the grass and more tolerant than a tree, expecting no honor from others but offering honor to everyone.
In this way, a Vaisnava is simply interested in chanting about the Supreme personality of Godhead and glorifying Him.
Haridasa Thakura epitomized this foremost order of Vaisnavism.
Krsna cannot tolerate any insults or blasphemy against a Vaisnava.
For example, Prahlada Maharaja was chastised by his father, Hiranyakasipu, in so many ways, but although Prahlada tolerated this, Krsna did not.
The Lord therefore came in the form of Nrsimhadeva to kill Hiranyakasipu.
Similarly, although Srila Haridasa Thakura tolerated the insult by Gopala Cakravarti, Krsna could not.
The Lord immediately punished Gopala Cakravarti by making him suffer from leprosy.
While instructing Srila Rupa Gosvami about the many restrictive rules and regulations for Vaisnavas, Sri Caitanya Mahaprabhu has very vividly described the effects of offenses at the lotus feet of a Vaisnava.
Yadi vaisnava-aparadha uthe hati mata (Madhya 19.156).
Offending or blaspheming a Vaisnava has been described as the greatest offense, and it has been compared to a mad elephant.
When a mad elephant enters a garden, it ruins all the creepers, flowers and trees.
Similarly, if a devotee properly executing his devotional service becomes an offender at the lotus feet of his spiritual master or a Vaisnava, his devotional service is spoiled.
3.214
viprera kustha suni’ haridasa mane duhkhi haila
balai-purohite kahi’ santipura aila
SYNONYMS
viprera—of the brahmana; kustha—leprosy; suni’-hearing; haridasa—Haridasa Thakura; mane—within the mind; duhkhi haila—became unhappy; balai-purohite—unto Balarama Acarya; kahi’-speaking; santipura aila—came to Santipura.
Haridasa Thakura was unhappy when he heard that the brahmana Gopala Cakravarti had been attacked by leprosy.
Thus after informing Balarama Acarya, the priest of Hiranya Majumadara, he went to Santipura, the home of Advaita Acarya.
3.215
acarye miliya kaila dandavat pranama
advaita alingana kari’ karila sammana
SYNONYMS
acarye miliya—meeting Advaita Acarya; kaila—offered; dandavat pranama—obeisances and respects; advaita—Advaita Acarya; alingana kari’-embracing; karila sammana—showed respect.
Upon meeting Advaita Acarya, Haridasa Thakura offered Him respect and obeisances.
Advaita Acarya embraced him and showed respect to him in return.
3.216
ganga-tire gonpha kari’ nirjane tanre dila
bhagavata-gitara bhakti-artha sunaila
SYNONYMS
ganga-tire—on the bank of the Ganges; gonpha kari’-constructing a small cavelike residence; nirjane—in a solitary place; tanre—unto him; dila—offered; bhagavata—of Srimad-Bhagavatam; gitara—of Bhagavad-gita; bhakti-artha—the real meaning of devotional service; sunaila—spoke to him.
On the bank of the Ganges, in a solitary place, Advaita Acarya made a cavelike home for Haridasa Thakura and spoke to him about the real meaning of Srimad-Bhagavatam and Bhagavad-gita in terms of devotional service.
3.217
acaryera ghare nitya bhiksa-nirvahana
dui jana mili’ krsna-katha-asvadana
SYNONYMS
acaryera ghare—at the house of Advaita Acarya; nitya—daily; bhiksa-nirvahana—accepting food as alms; dui jana—the two of them; mili’-meeting together; krsna-katha—discourses on the subject matter of Krsna; asvadana—tasting.
Haridasa Thakura accepted food daily at the house of Advaita Acarya.
Meeting together, the two of them would taste the nectar of discourses on the subject matter of Krsna.
3.218
haridasa kahe,--"gosani, kari nivedane
more pratyaha anna deha’ kon prayojane?
SYNONYMS
haridasa kahe—Haridasa Thakura said; gosani—my dear Advaita Acarya; kari nivedane—let me submit one prayer; more—unto me; prati-aha—daily; anna deha’-You give food; kon prayojane—what is the necessity.
Haridasa Thakura said, "My dear Advaita Acarya, let me submit something before Your Honor.
Every day You give me alms of food to eat.
What is the necessity of this?
3.219
maha-maha-vipra etha kulina-samaja
nice adara kara, na vasaha bhaya laja!!
SYNONYMS
maha-maha-vipra—great, great brahmanas; etha—here; kulina-samaja—aristocratic society; nice—to a low-class person; adara kara—You show honor; na vasaha—You do not care for; bhaya laja—fear or shame "Sir, You are living within a society of great, great brahmanas and aristocrats, but without fear or shame You adore a lower-class man like me.
3.220
alaukika acara tomara kahite pai bhaya
sei krpa kariba,--yate mora raksa haya"
SYNONYMS
alaukika acara-uncommon behavior; tomara-Your; kahite-to speak; pai bhaya-I am afraid; sei krpa-that favor; kariba-kindly do; yate-by which; mora-my; raksa-protection; haya-there is “My dear sir, Your behavior is uncommon.
Indeed, sometimes I am afraid to speak to You.
But please favor me by protecting me from the behavior of society.”
PURPORT
While Haridasa Thakura was staying under the care of Advaita Acarya, he was afraid of the behavior of society in Santipura, Navadvipa, which was full of exceedingly aristocratic brahmanas, ksatriyas and vaisyas.
Haridasa Thakura was born in a Mohammedan family and was later recognized as a great Vaisnava, but nevertheless the brahmanas were very critical of him.
Thus Haridasa Thakura was afraid that Advaita Acarya would be put into some difficulty because of His familiarity with Haridasa Thakura.
Sri Advaita Acarya treated Haridasa Thakura as a most elevated Vaisnava, but others, like Ramacandra Khan, were envious of Haridasa Thakura.
Of course, we have to follow in the footsteps of Advaita Acarya, not caring for people like Ramacandra Khan.
At present, many Vaisnavas are coming to our Krsna consciousness movement from among the Europeans and Americans, and although a man like Ramacandra Khan is always envious of such Vaisnavas, one should follow in the footsteps of Sri Advaita Acarya by treating all of them as Vaisnavas.
Although they are not as exalted as Haridasa Thakura, such Americans and Europeans, having accepted the principles of Vaisnava philosophy and behavior, should never be excluded from Vaisnava society.
3.221
acarya kahena,--"tumi na kariha bhaya
sei acariba, yei sastra-mata haya
SYNONYMS
acarya kahena—Advaita Acarya said; tumi—you; na—not; kariha—do; bhaya—fear; sei acariba—I shall behave in that way; yei—whatever; sastra-mata—sanctioned by the revealed scriptures; haya—is.
Advaita Acarya replied, "My dear Haridasa, do not be afraid.
I shall behave strictly according to the principles of the revealed scriptures.
PURPORT
Srila Advaita Acarya was not afraid of the strict brahminical culture and customs of society.
As stated in the sastric injunctions, which are the true medium of evidence or proof, anyone can go back to Godhead, even if born of a low family.
Krsna says in Bhagavad-gita:
mam hi partha vyapasritya
ye ’pi syuh papa-yonayah
striyo vaisyas tatha sudras
te ’pi yanti param gatim “O son of Prtha, those who take shelter in Me, though they be of lower birth-women, vaisyas (merchants), as well as sudras (workers)-can approach the supreme destination.” (Bg.9.32) Though having taken a low birth in human society, one who accepts Krsna as the Supreme Personality of Godhead is quite competent to go back home, back to Godhead; and one who is a bona fide candidate for going back to Godhead should not be considered lowborn, or candala.
That is also a sastric injunction.
As stated in Srimad-Bhagavatam (2.4.18):
kirata-hunandhra-pulinda-pulkasa
abhira-sumbha yavanah khasadayah
ye ’nye ca papa yad-apasrayasrayah
sudhyanti tasmai prabhavisnave namah Not only the yavanas and khasadayah but even those born in still lower families can be purified (sudhyanti) by the grace of a devotee of Lord Krsna, for Krsna empowers such devotees to perform this purification.
Advaita Acarya had confidence in the sastric evidence and did not care about social customs.
The Krsna consciousness movement, therefore, is a cultural movement that does not care about local social conventions.
Following in the footsteps of Sri Caitanya Mahaprabhu and Advaita Acarya, we can accept a devotee from any part of the world and recognize him as a brahmana as soon as he is qualified due to following the principles of Vaisnava behavior.
3.222
tumi khaile haya koti-brahmana-bhojana"
eta bali, sraddha-patra karaila bhojana
SYNONYMS
tumi khaile—if you eat; haya—there is; koti-brahmana-bhojana—feeding ten million brahmanas; eta bali—saying this; sraddha-patra—the dish offered to the forefathers; karaila bhojana—made to eat “Feeding you is equal to feeding ten million brahmanas,” Advaita Acarya said “Therefore, accept this sraddha-patra.” Thus Advaita Acarya made him eat.
PURPORT
Sraddha is prasada offered to the forefathers at a certain date of the year or month.
The sraddha-patra, or plate offered to the forefathers, is then offered to the best of the brahmanas in society instead of offering the sraddha-patra to any other brahmana, Advaita Acarya offered it to Haridasa Thakura, considering him greater than any of the foremost brahmanas.
This act by Sri Advaita Acarya proves that Haridasa Thakura was always situated in a transcendental position and was therefore always greater than even the most exalted brahmana, for he was situated above the mode of goodness of the material world.
Referring to the Bhakti-sandarbha, verse 177, Srila Bhaktisiddhanta Sarasvati Thakura quotes the following statements from the Garuda Purana in this connection:
brahmananam sahasrebhyah
satra-yaji visisyate
satra-yaji-sahasrebhyah
sarva-vedanta-paragah
sarva-vedanta-vit-kotya
visnu-bhakto visisyate
vaisnavanam sahasrebhya
ekanty eko visisyate “A brahmana qualified to offer sacrifices is better than an ordinary brahmana and better than such a brahmana is one who has studied all the Vedic scriptures.
Among many such brahmanas, one who is a devotee of Lord Visnu is the best; and among many such Vaisnavas, one who fully engages in the service of the Lord is the best.”
bhaktir asta-vidha hy esa
yasmin mlecche ’pi vartate
sa viprendro muni-sresthah
sa jnani sa ca panditah
tasmai deyam tato grahyam
sa ca pujyo yatha harih “There are many different kinds of devotees, but even a Vaisnava coming from a family of mlecchas or yavanas is understood to be a learned scholar, complete in knowledge, if he knows the Vaisnava philosophy.
He should therefore be given charity, for such a Vaisnava is as worshipable as the Supreme Personality of Godhead.”
na me ’bhaktas catur-vedi
mad-bhaktah sva-pacah priyah
tasmai deyam tato grahyam
sa ca pujyo yatha hy aham Lord Krsna says, “Even if a nondevotee comes from a brahmana family and is expert in studying the Vedas, he is not very dear to Me, whereas even if a sincere devotee comes from a low family of meat-eaters, he is very dear to Me.
Such a sincere pure devotee should be given charity, for he is as worshipable as I.”
3.223
jagat-nistara lagi’ karena cintana
avaisnava-jagat kemane ha-ibe mocana?
SYNONYMS
jagat-nistara—the deliverance of the people of the whole world; lagi’-for; karena cintana—was always thinking; avaisnava—full of nondevotees; jagat—the whole world; kemane—how; ha-ibe mocana—will be delivered.
Advaita Acarya was always absorbed in thoughts of how to deliver the fallen souls of the entire world “The entire world is full of nondevotees,” He thought “How will they be delivered?”
PURPORT
Srila Advaita Acarya sets the standard for acaryas in the Vaisnava sampradaya.
An acarya must always be eager to deliver the fallen souls.
A person who establishes a temple or matha to take advantage of people’s sentiments by using for his livelihood what people contribute for the worship of the Deity cannot be called a gosvami or acarya.
One who knows the conclusion of the sastras, follows in the footsteps of his predecessors and endeavors to preach the bhakti cult all over the world is to be considered an acarya.
The role of an acarya is not to earn his livelihood through the income of the temple.
Srila Bhaktisiddhanta Sarasvati Thakura used to say that if one earns his livelihood by displaying the Deity in the temple, he is not an acarya or gosvami it would be better for him to accept service even as a sweeper in the street, for that is a more honorable means of earning one’s living.
3.224
krsne avatarite advaita pratijna karila
jala-tulasi diya puja karite lagila
SYNONYMS
krsne—Lord Krsna; avatarite—to cause to descend; advaita—Advaita Acarya; pratijna—promise; karila—made; jala-tulasi—Ganges water and tulasi leaves; diya—offering; puja—worship; karite—to do; lagila—began.
Determined to deliver all the fallen souls, Advaita Acarya decided to cause Krsna to descend.
With this vow, he began to offer Ganges water and tulasi leaves to worship the Lord.
3.225
haridasa kare gonphaya nama-sankirtana
krsna avatirna ha-ibena,--ei tanra mana
SYNONYMS
haridasa—Haridasa Thakura; kare—performed; gonphaya—in the cave; nama-sankirtana—chanting of the holy name of the Lord; krsna—Lord Krsna; avatirna ha-ibena—will descend; ei—this; tanra mana—his mind.
Similarly, Haridasa Thakura chanted in his cave on the bank of the Ganges with the intention to cause Krsna’s descent.
3.226
dui-janera bhaktye caitanya kaila avatara
nama-prema pracari’ kaila jagat uddhara
SYNONYMS
dui-janera—of these two persons; bhaktye—because of the devotional service; caitanya—Lord Sri Caitanya Mahaprabhu; kaila—made; avatara—incarnation; nama-prema—the holy name and love of Krsna; pracari’-preaching; kaila—did; jagat uddhara—deliverance of the whole world.
Because of the devotional service of these two persons, Lord Sri Caitanya Mahaprabhu descended as an incarnation.
Thus He preached the holy name of the Lord and ecstatic love of Krsna to deliver the entire world.
3.227
ara alaukika eka caritra tanhara
yahara sravane loke haya camatkara
SYNONYMS
ara—another; alaukika—uncommon; eka—one; caritra—characteristic; tanhara—of Haridasa Thakura; yahara sravane—in hearing which; loke—in human society; haya—there is; camatkara—astonishment.
There is another incident concerning Haridasa Thakura’s uncommon behavior.
One will be astonished to hear about it.
3.228
tarka na kariha, tarkagocara tanra riti
visvasa kariya suna kariya pratiti
SYNONYMS
tarka na kariha—do not argue; tarka-agocara—beyond argument; tanra—his; riti—behavior; visvasa kariya—believing; suna—listen; kariya pratiti—having confidence.
Hear about such incidents without putting forth dry arguments, for these incidents are beyond our material reasoning.
One must believe in them with faith.
3.229
eka-dina haridasa gonphate vasiya
nama-sankirtana karena ucca kariya
SYNONYMS
eka-dina—one day; haridasa—Haridasa Thakura; gonphate vasiya—sitting in his cave; nama-sankirtana karena—was chanting the holy name of the Lord; ucca kariya—resounding very loudly.
One day Haridasa Thakura was sitting in his cave, reciting very loudly the holy name of the Lord.
3.230
jyotsnavati ratri, dasa dik sunirmala
gangara lahari jyotsnaya kare jhala-mala
SYNONYMS
jyotsnavati—full of moonlight; ratri—the night; dasa dik—ten directions; su-nirmala—very clear and bright; gangara lahari—the waves of the Ganges; jyotsnaya—in the moonlight; kare jhala-mala—appear dazzling.
The night was full of moonlight, which made the waves of the Ganges look dazzling.
All directions were clear and bright.
3.231
dvare tulasi lepa-pindira upara
gonphara sobha dekhi’ lokera judaya antara
SYNONYMS
dvare—at the door; tulasi—the tulasi plant; lepa—very clean; pindira upara—on the altar; gonphara sobha—the beauty of the cave; dekhi’-seeing; lokera—of everyone; judaya—was satisfied; antara—the heart.
Thus everyone who saw the beauty of the cave, with the tulasi plant on a clean altar, was astonished and satisfied at heart.
3.232
hena-kale eka nari angane aila
tanra anga-kantye sthana pita-varna ha-ila
SYNONYMS
hena-kale—at this time; eka—one; nari—woman; angane aila—came to the courtyard; tanra—her; anga-kantye—by the beauty of the body; sthana—that place; pita-varna ha-ila—became yellowish.
At that time, in that beautiful scene, a woman appeared in the courtyard.
The beauty of her body was so bright that it tinged the entire place with a hue of yellow.
3.233
tanra anga-gandhe dasa dik amodita
bhusana-dhvanite karna haya camakita
SYNONYMS
tanra—her; anga-gandhe—the scent of the body; dasa dik—ten directions; amodita—perfumed; bhusana-dhvanite—by the tinkling of her ornaments; karna—the ear; haya—becomes; camakita—startled.
The scent of her body perfumed all directions, and the tinkling of her ornaments startled the ear.
3.234
asiya tulasire sei kaila namaskara
tulasi parikrama kari’ gela gonpha-dvara
SYNONYMS
asiya—coming; tulasire—unto the tulasi plant; sei—that woman; kaila—did; namaskara—obeisances; tulasi—the tulasi plant; parikrama—circumambulating; kari’-doing; gela—went; gonpha-dvara—to the door of the cave.
After coming there, the woman offered obeisances to the tulasi plant, and after circumambulating the tulasi plant she came to the door of the cave where Haridasa Thakura was sitting.
3.235
yoda-hate haridasera vandila carana
dvare vasi’ kahe kichu madhura vacana
SYNONYMS
yoda-hate—with folded hands; haridasera—of Haridasa Thakura; vandila carana—offered prayers at the lotus feet; dvare vasi’-sitting at the door; kahe—says; kichu—some; madhura vacana—sweet words.
With folded hands she offered obeisances at the lotus feet of Haridasa Thakura.
Sitting at the door, she then spoke in a very sweet voice.
3.236
"jagatera bandhu tumi rupa-gunavan
tava sanga lagi’ mora ethake prayana
SYNONYMS
jagatera—of the whole world; bandhu—friend; tumi—you; rupa-guna-van—so beautiful and qualified; tava sanga—your union; lagi’-for; mora—my; ethake prayana—coming here “My dear friend,” she said, "you are the friend of the entire world.
You are so beautiful and qualified.
I have come here only for union with you.
3.237
more angikara kara hana sadaya
dine daya kare,--ei sadhu-svabhava haya"
SYNONYMS
more—me; angikara kara—accept; hana sa-daya—being very kind; dine—to the fallen souls; daya kare—show favor; ei—this; sadhu-svabhava—the characteristic of saintly persons; haya—is “My dear sir, kindly accept me and be merciful toward me, for it is a characteristic of all saintly persons to be kind toward the poor and fallen.”
3.238
eta bali’ nana-bhava karaye prakasa
yahara darsane munira haya dhairya-nasa
SYNONYMS
eta bali’-saying this; nana-bhava—various postures; karaye prakasa—began to manifest; yahara darsane—seeing which; munira—of even the great philosophers; haya—there is; dhairya-nasa—loss of patience.
After saying this, she began to manifest various postures, which even the greatest philosopher would lose his patience upon seeing.
3.239
nirvikara haridasa gambhira-asaya
balite lagila tanre hana sadaya
SYNONYMS
nirvikara—unmoved; haridasa—Haridasa Thakura; gambhira—very deep; asaya—determination; balite lagila—began to speak; tanre—unto her; hana sadaya—being merciful.
Haridasa Thakura was immovable, for he was deeply determined.
He began to speak to her, being very merciful toward her.
3.240
"sankhya-nama-sankirtana--ei ’maha-yajna’ manye
tahate diksita ami ha-i prati-dine
SYNONYMS
sankhya-nama-sankirtana—numerical chanting of the holy name; ei—this; maha-yajna—great sacrifice; manye—I have vowed; tahate diksita—initiated in that; ami—I; ha-i—am; prati-dine—every day "I have been initiated into a vow to perform a great sacrifice by chanting the holy name a certain number of times every day.
3.241
yavat kirtana samapta nahe, na kari anya kama
kirtana samapta haile, haya diksara visrama
SYNONYMS
yavat—as long as; kirtana—chanting; samapta—finished; nahe—is not; na—not; kari—I do; anya—other; kama—desire; kirtana—chanting; samapta—finished; haile—becoming; haya—there is; diksara—of initiation; visrama—rest
"As long as the vow to chant is unfulfilled, I do not desire anything else.
When I finish my chanting, then I have an opportunity to do anything.
3.242
dvare vasi’ suna tumi nama-sankirtana
nama samapta haile karimu tava priti-acarana
SYNONYMS
dvare vasi’-sitting at the door; suna—hear; tumi—you; nama-sankirtana—chanting of the holy names; nama—the holy name; samapta haile—when finished; karimu—I shall do; tava—your; priti-pleasure; acarana—activities “Sit down at the door and hear the chanting of the Hare Krsna maha-mantra.
As soon as the chanting is finished, I shall satisfy you as you desire.”
3.243
eta bali’ karena tenho nama-sankirtana
sei nari vasi’ kare sri-nama-sravana
SYNONYMS
eta bali’-saying this; karena—performs; tenho—he; nama-sankirtana—chanting of the holy name; sei nari—that woman; vasi’-sitting; kare—does; sri-nama-sravana—hearing the holy name.
After saying this, Haridasa Thakura continued to chant the holy name of the Lord.
Thus the woman sitting before him began to hear the chanting of the holy name.
3.244
kirtana karite asi’ pratah-kala haila
pratah-kala dekhi’ nari uthiya calila
SYNONYMS
kirtana karite—chanting and chanting; asi’-coming; pratah-kala—morning; haila—appeared; pratah-kala dekhi’-seeing the morning light; nari—the woman; uthiya calila—got up and left.
In this way, as he chanted and chanted, the morning approached, and when the woman saw that it was morning, she got up and left.
3.245
ei-mata tina-dina kare agamana
nana bhava dekhaya, yate brahmara hare mana
SYNONYMS
ei-mata—in this way; tina-dina—three days; kare—she does; agamana—approaching; nana bhava—all kinds of feminine postures; dekhaya—exhibits; yate—by which; brahmara—even of Lord Brahma; hare—attracts; mana—mind.
For three days she approached Haridasa Thakura in this way, exhibiting various feminine postures that would bewilder the mind of even Lord Brahma.
3.246
krsne namavista-mana sada haridasa
aranye rodita haila stri-bhava-prakasa
SYNONYMS
krsne—unto Lord Krsna; nama-avista—absorbed in chanting the holy name; mana—mind; sada—always; haridasa—Haridasa Thakura; aranye—in the wilderness; rodita—crying; haila—became; stri-bhava-prakasa—exhibition of feminine postures.
Haridasa Thakura was always absorbed in thoughts of Krsna and the holy name of Krsna.
Therefore the feminine poses the woman exhibited were just like crying in the forest.
3.247
trtiya divasera ratri-sesa yabe haila
thakurera sthane nari kahite lagila
SYNONYMS
trtiya divasera—of the third day; ratri-sesa—the end of the night; yabe—when; haila—there was; thakurera—of Haridasa Thakura; sthane—at the place; nari—the woman; kahite lagila—began to speak.
At the end of the night of the third day, the woman spoke to Haridasa Thakura as follows.
3.248
"tina dina vancila ama kari’ asvasana
ratri-dine nahe tomara nama-samapana"
SYNONYMS
tina dina—for three days; vancila—you have cheated; ama—me; kari’ asvasana—giving assurance; ratri-dine—throughout the entire day and night; nahe—is not; tomara—your; nama-samapana—finishing of the chanting of the holy name “My dear sir, for three days you have cheated me by giving me false assurances, for I see that throughout the entire day and night your chanting of the holy name is never finished.”
3.249
haridasa thakura kahena,--"ami ki karimu?
niyama kariyachi, taha kemane chadimu?"
SYNONYMS
haridasa thakura—Haridasa Thakura; kahena—said; ami ki karimu—what shall I do; niyama kariyachi—I have made a vow; taha—that; kemane—how; chadimu—shall I give up.
Haridasa Thakura said, “My dear friend, what ca I do? I have made a vow.
How, then, can I give it up?”
3.250
tabe nari kahe tanre kari’ namaskara
’ami--maya’ karite ailana pariksa tomara
SYNONYMS
tabe—at that time; nari—the woman; kahe—said; tanre—unto Haridasa Thakura; kari’ namaskara—offering obeisances; ami—I; maya—the illusory energy; karite—to do; ailana—I came; pariksa—testing; tomara—your.
After offering obeisances to Haridasa Thakura, the woman said: "I am the illusory energy of the Supreme Personality of Godhead.
I came here to test you.
PURPORT
In Bhagavad-gita (7.14) Lord Krsna says:
daivi hy esa guna-mayi
mama maya duratyaya
mam eva ye prapadyante
mayam etam taranti te “This divine energy of Mine, consisting of the three modes of material nature, is difficult to overcome.
But those who have surrendered unto Me can easily cross beyond it.” This was actually proved by the behavior of Haridasa Thakura.
Maya enchants the entire world.
Indeed, people have forgotten the ultimate goal of life because of the dazzling attractions of the material world.
But this dazzling attraction, especially the attractive beauty of a woman, is meant for persons who are not surrendered to the Supreme Personality of Godhead.
The Lord says, mam eva ye prapadyante mayam etam taranti te: “One who is surrendered unto Me cannot be conquered by the illusory energy.” The illusory energy personally came to test Haridasa Thakura, but herein she admits her defeat, for she was unable to captivate him.
How is this possible? it was because Haridasa Thakura, fully surrendered to the lotus feet of Krsna, was always absorbed in thoughts of Krsna by chanting the holy names of the Lord 300,000 times daily as a vow.
3.251
brahmadi jiva, ami sabare mohilun
ekela tomare ami mohite narilun
SYNONYMS
brahma-adi jiva—all living entities, beginning from Lord Brahma; ami—I; sabare mohilun—captivated everyone; ekela—alone; tomare—you; ami—I; mohite narilun—could not attract "I have previously captivated the mind of even Brahma, not to speak of others.
Your mind alone have I failed to attract.
PURPORT
Beginning from Lord Brahma down to the insignificant ant, everyone, without exception, is attracted by the illusory energy of the Supreme Personality of Godhead.
The demigods, human beings, animals, birds, beasts, trees and plants are all attracted by sexual desire.
That is the illusion of maya.
Everyone, whether man or woman, thinks that he is the enjoyer of the illusory energy.
In this way, everyone is captivated and engaged in material activities.
However, because Haridasa Thakura was always thinking of the Supreme Personality of Godhead and was always busy satisfying the senses of the Lord, this process alone saved him from the captivation of maya.
This is practical proof of the strength of devotional service.
Because of his full engagement in the service of the Lord, he could not be induced to enjoy maya.
The verdict of the sastras is that a pure Vaisnava, or devotee of the Lord, never thinks of enjoying the material world, which culminates in sex life.
He never thinks himself an enjoyer; instead, he always wants to be enjoyed by the Supreme Personality of Godhead.
Therefore the conclusion is that the Supreme Personality of Godhead is eternal, transcendental, beyond the perception of sense gratification and beyond the material qualities.
Only if a living entity gives up the false conception that the body is the self and always thinks himself an eternal servant of Krsna and the Vaisnavas can he surpass the influence of maya (mam eva ye prapadyante mayam etam taranti te).
A pure living entity who thus attains the stage of anartha-nivrtti, cessation of everything unwanted, has nothing to enjoy in the material world.
One attains this stage only by properly performing the functions of devotional service.
Srila Rupa Gosvami has written:
adau sraddha tatah sadhu-
sango ’tha bhajana-kriya
tato ’nartha-nivrttih syat
tato nistha rucis tatah “In the beginning one must have a preliminary desire for self-realization.
This will bring one to the stage of trying to associate with persons who are spiritually elevated.
In the next stage, one becomes initiated by an elevated spiritual master, and under his instruction the neophyte devotee begins the process of devotional service.
By execution of devotional service under the guidance of the spiritual master, one becomes freed from all material attachments, attains steadiness in self-realization and acquires a taste for hearing about the Absolute Personality of Godhead, Sri Krsna.” (Bhakti-rasamrta-sindhu 1.4.15) If one is actually executing devotional service, then anarthas, the unwanted things associated with material enjoyment, will automatically disappear.
3.252-253
maha-bhagavata tumi,--tomara darsane
tomara krsna-nama-kirtana-sravane
citta suddha haila, cahe krsna-nama laite
krsna-nama upadesi’ krpa kara mote
SYNONYMS
maha-bhagavata—the foremost devotee; tumi—you; tomara darsane—by seeing you; tomara—your; krsna-nama—of the holy name of Krsna; kirtana—chanting; sravane—by hearing; citta—consciousness; suddha haila—became purified; cahe—wants; krsna-nama laite—to chant the holy name of Lord Krsna; krsna-nama upadesi’-instructing about chanting the Hare Krsna maha-mantra; krpa kara—show mercy; mote—unto me "My dear sir, you are the foremost devotee.
Simply seeing you and hearing you chant the holy name of Krsna has purified my consciousness.
Now I want to chant the holy name of the Lord.
Please be kind to me by instructing me about the ecstasy of chanting the Hare Krsna maha-mantra.
3.254
caitanyavatare vahe premamrta-vanya
saba jiva preme bhase, prthivi haila dhanya
SYNONYMS
caitanya-avatare—by the incarnation of Sri Caitanya Mahaprabhu; vahe—flows; prema-amrta—of the eternal nectar of love of Godhead; vanya—the flood; saba jiva—all living entities; preme—in ecstatic love; bhase—float; prthivi—the whole world; haila—became; dhanya—thankful "There is now a flood of the eternal nectar of love of Godhead due to the incarnation of Lord Caitanya, All living entities are floating in that flood.
The entire world is now thankful to the Lord.
3.255
e-vanyaya ye na bhase, sei jiva chara
koti-kalpe kabhu tara nahika nistara
SYNONYMS
e-vanyaya—in this inundation; ye—anyone who; na bhase—does not float; sei—that; jiva—living entity; chara—most condemned; koti-kalpe—in millions of kalpas; kabhu—at any time; tara—his; nahika—there is not; nistara—deliverance "Anyone who does not float in this inundation is most condemned.
Such a person cannot be delivered for millions of kalpas.
PURPORT
The kalpa is explained in Bhagavad-gita.
Sahasra-yuga-paryantam ahar yad brahmano viduh.
One day of Brahma is called a kalpa.
A yuga, or maha-yuga, consists of 4,320,000 years, and one thousand such maha-yugas constitute one kalpa.
The author of Sri Caitanya-caritamrta says that if one does not take advantage of the Krsna consciousness movement of Sri Caitanya Mahaprabhu, he cannot be delivered for millions of such kalpas.
3.256
purve ami rama-nama panachi ’siva’ haite
tomara sange lobha haila krsna-nama laite
SYNONYMS
purve—formerly; ami—I; rama-nama—the holy name of Lord Rama; panachi—got; siva haite—from Lord Siva; tomara sange—by your association; lobha haila—I became greedy; krsna-nama laite—to chant the Hare Krsna maha-mantra "Formerly I received the holy name of Lord Rama from Lord Siva, but now, due to your association, I am greatly eager to chant the holy name of Lord Krsna.
3.257
mukti-hetuka taraka haya ’rama-nama’
’krsna-nama’ paraka hana kare prema-dana
SYNONYMS
mukti-hetuka—the cause of liberation; taraka—deliverer; haya—is; rama-nama—the holy name of Lord Rama; krsna-nama—the holy name of Lord Krsna; paraka—that which gets one to the other side of the ocean of nescience; hana—being; kare—gives; prema-dana—the gift of love of Krsna "The holy name of Lord Rama certainly gives liberation, but the holy name of Krsna transports one to the other side of the ocean of nescience and at last gives one ecstatic love of Krsna.
PURPORT
In an indirect way, this verse explains the chanting of the Hare Krsna maha-mantra.
The Hare Krsna maha-mantra-Hare Krsna, Hare Krsna, Krsna Krsna, Hare Hare Hare Rama, Hare Rama, Rama Rama, Hare Hare-includes both the holy name of Lord Krsna and the name of Lord Rama.
Lord Rama gives one the opportunity to be liberated, but simply by liberation one does not get actual spiritual benefit.
Sometimes if one is liberated from the material world but has no shelter at the lotus feet of Krsna, one falls down to the material world again.
Liberation is like a state of convalescence, in which one is free from a fever but is still not healthy.
Even in the stage of convalescence, if one is not very careful, one may have a relapse.
Similarly, liberation does not offer as much security as the shelter of the lotus feet of Krsna.
It is stated in the sastra:
ye ’nye ’ravindaksa vimukta-maninas
tvayy asta-bhavad avisuddha-buddhayah
aruhya krcchrena param padam tatah
patanty adho ’nadrta-yusmad-anghrayah “O Lord, the intelligence of those who think themselves liberated but who have no devotion is impure.
Even though they rise to the highest point of liberation by dint of severe penances and austerities, they are sure to fall down again into material existence, for they do not take shelter at Your lotus feet.” (Srimad-Bhagavatam 10.2.32) Yusmad-anghrayah refers to the lotus feet of Krsna.
If one does not take shelter of Krsna’s lotus feet, he falls down (patanty adhah), even from liberation.
The Hare Krsna maha-mantra, however, gives liberation and at the same time offers shelter at the lotus feet of Krsna.
If one takes shelter at the lotus feet of Krsna after liberation, he develops his dormant ecstatic love for Krsna.
That is the highest perfection of life.
3.258
krsna-nama deha’ tumi more kara dhanya
amare bhasaya yaiche ei prema-vanya
SYNONYMS
krsna nama—the holy name of Lord Krsna; deha’-please give; tumi—you; more—me; kara dhanya—make fortunate; amare—me; bhasaya—may cause to float; yaiche—so that; ei—this; prema-vanya—inundation of ecstatic love of Lord Krsna “Please give me the holy name of Krsna and thus make me fortunate, so that I also may float in the flood of love of Godhead inaugurated by Sri Caitanya Mahaprabhu.”
3.259
eta bali’ vandila haridasera carana
haridasa kahe,--“kara krsna-sankirtana”
SYNONYMS
eta bali’-saying this; vandila—worshiped; haridasera carana—the lotus feet of Haridasa Thakura; haridasa kahe—Haridasa said; kara—just perform; krsna-sankirtana—chanting of the holy name of Krsna.
After speaking in this way, Maya worshiped the lotus feet of Haridasa Thakura, who initiated her by saying,“Just perform chanting of the Hare Krsna maha-mantra.”
PURPORT
Now even Maya wanted to be favored by Haridasa Thakura.
Therefore Haridasa Thakura formally initiated her by asking her to chant the Hare Krsna maha-mantra.
3.260
upadesa pana maya calila hana prita
e-saba kathate karo na janme pratita
SYNONYMS
upadesa pana—getting this instruction; maya—Maya; calila—left; hana prita—being very pleased; e-saba kathate—in all these narrations; karo—of someone; na—not; janme—there is; pratita—faith.
After thus being instructed by Haridasa Thakura, Maya left with great pleasure.
Unfortunately, some people have no faith in these narrations.
3.261
pratita karite kahi karana ihara
yahara sravane haya visvasa sabara
SYNONYMS
pratita karite—just to make one faithful; kahi—I say; karana ihara—the reason for this; yahara sravane—hearing which; haya—there is; visvasa—faith; sabara—of everyone.
Therefore I shall explain the reasons why people should have faith.
Everyone who hears this will be faithful.
3.262
caitanyavatare krsna-preme lubdha hana
brahma-siva-sanakadi prthivite janmiya
SYNONYMS
caitanya-avatare—in the incarnation of Sri Caitanya Mahaprabhu; krsna-preme—for ecstatic love of Krsna; lubdha hana—being very greedy; brahma—Lord Brahma; siva—Lord Siva; sanaka-adi—the Kumaras and others; prthivite—on this earth; janmiya—taking birth.
During the incarnation of Lord Caitanya to inaugurate the Krsna consciousness movement, even such personalities as Lord Brahma, Lord Siva and the four Kumaras took birth upon this earth, being allured by ecstatic love of Lord Krsna.
3.263
krsna-nama lana nace, prema-vanyaya bhase
narada-prahladadi ase manusya-prakase
SYNONYMS
krsna-nama—the holy name of Lord Krsna; lana—chanting; nace—dance; prema-vanyaya—in the inundation of the flood of love of Godhead; bhase—float; narada—the sage Narada; prahlada-adi—and devotees like Prahlada; ase—come; manusya-prakase—as if human beings.
All of them, including the great sage Narada and devotees like Prahlada, came here as if human beings, chanting the holy names of Lord Krsna together and dancing and floating in the inundation of love of Godhead.
3.264
laksmi-adi kari’ krsna-preme lubdha hana
nama-prema asvadila manusye janmiya
SYNONYMS
laksmi-adi—the goddess of fortune and others; kari’-in this way; krsna-preme—for love of Krsna; lubdha hana—being greedy; nama-prema—the holy name of Krsna in love; asvadila—tasted; manusye janmiya—taking birth in human society.
The goddess of fortune and others, allured by love of Krsna, also came down in the form of human beings and tasted the holy name of the Lord in love.
3.265
anyera ka katha, apane vrajendra-nandana
avatari’ karena prema-rasa asvadana
SYNONYMS
anyera ka katha—what to speak of others; apane—personally; vrajendra-nandana—the son of Nanda Maharaja, Krsna; avatari’-descending; karena—performs; prema-rasa asvadana—tasting of the nectar of love of Krsna.
What to speak of others, even Krsna, the son of Nanda Maharaja, personally descends to taste the nectar of love of Godhead in the form of the chanting of Hare Krsna.
3.266
maya-dasi ’prema’ mage,--ithe ki vismaya?
’sadhu-krpa-’nama’ vina ’prema’ na janmaya
SYNONYMS
maya-dasi—the external energy is a maidservant; prema mage—she wants love of Godhead; ithe—in this; ki vismaya—what is the wonder; sadhu-krpa—the mercy of the devotee; nama—chanting of the holy name; vina—without; prema—love of Godhead; na janmaya—is not possible.
What is the wonder if the maidservant of Krsna, His external energy, begs for love of Godhead? Without the mercy of a devotee and without the chanting of the holy name of the Lord, love of Godhead cannot be possible.
3.267
caitanya-gosanira lilara ei ta’ svabhava
tribhuvana nace, gaya, pana prema-bhava
SYNONYMS
caitanya-gosanira—of Lord Sri Caitanya Mahaprabhu; lilara—of the pastimes; ei—this; ta’-certainly; sva-bhava—the characteristic; tri-bhuvana nace—the three worlds dance; gaya—chant; pana—getting; prema-bhava—love of Krsna.
In the activities of Lord Sri Caitanya Mahaprabhu, the three worlds dance and chant, having come in touch with love of Godhead.
This is the characteristic of His pastimes.
3.268
krsna-adi, ara yata sthavara-jangame
krsna-preme matta kare krsna-sankirtane
SYNONYMS
krsna-adi—beginning from Krsna; ara—and; yata—ail; sthavara-jangame—moving and nonmoving creatures; krsna-preme—in love of Krsna; matta—maddened; kare—make; krsna-sankirtane—chanting the holy name of Krsna.
The holy name of Krsna is so attractive that anyone who chants it-including all living entities, moving and nonmoving, and even Lord Krsna Himself-becomes imbued with love of Krsna.
This is the effect of chanting the Hare Krsna maha-mantra.
3.269
svarupa-gosani kadacaya ye-lila likhila
raghunatha-dasa-mukhe ye saba sunila
SYNONYMS
svarupa-gosani—Svarupa Damodara Gosvami; kadacaya—in his notes; ye—whatever; lila—pastimes; likhila—has noted; raghunatha-dasa-mukhe—from the mouth of Raghunatha dasa Gosvami; ye—that; saba—all; sunila—I have heard.
I have heard from the mouth of Raghunatha dasa Gosvami all that Svarupa Damodara Gosvami recorded in his notes about the pastimes of Sri Caitanya Mahaprabhu.
3.270
sei saba lila kahi sanksepa kariya
caitanya-krpate likhi ksudra-jiva hana
SYNONYMS
sei saba—all those; lila—pastimes; kahi—I say; sanksepa kariya—in brief; caitanya-krpate—by the mercy of Lord Sri Caitanya Mahaprabhu; likhi—I write; ksudra-jiva hana—being a very insignificant living entity.
I have briefly described those pastimes.
Whatever I have written is by the mercy of Sri Caitanya Mahaprabhu, since I am an insignificant living being.
3.271
haridasa thakurera kahilun mahimara kana
yahara sravane bhaktera judaya sravana
SYNONYMS
haridasa thakurera—of Haridasa Thakura; kahilun—I have described; mahimara—of the glories; kana—a fragment; yahara—of which; sravane—the hearing; bhaktera—of the devotees; judaya—satisfies; sravana—the aural reception.
I have described but a fragment of the glories of Haridasa Thakura, Hearing this satisfies the aural reception of every devotee.
3.272
sri-rupa-raghunatha-pade yara asa
caitanya-caritamrta kahe krsnadasa
SYNONYMS
sri-rupa—Srila Rupa Gosvami; raghunatha—Srila Raghunatha dasa Gosvami; pade—at the lotus feet; yara—whose; asa—expectation; caitanya-caritamrta—the book named Caitanya-caritamrta; kahe—describes; krsna-dasa—Srila Krsnadasa Kaviraja Gosvami.
Praying at the lotus feet of Sri Rupa and Sri Raghunatha, always desiring their mercy, I, Krsnadasa, narrate Sri Caitanya-caritamrta, following in their footsteps.
Thus end the Bhaktivedanta purports to Sri Caitanya-caritamrta, Antya-lila, Third Chapter, describing the glories of Srila Haridasa Thakura.
Sanatana Gosvami Visits the Lord at Jagannatha Puri The Fourth Chapter of Antya-lila is summarized by Bhaktivinoda Thakura in his as follows.
Srila Sanatana Gosvami came alone from Mathura to Jagannatha Puri to see Lord Caitanya.
Because of bathing in bad water and not getting enough food every day while traveling on the path through Jharikhanda Forest, he developed a disease that made his body itch.
Suffering greatly from this itching, he resolved that in the presence of Sri Caitanya Mahaprabhu he would throw himself under the wheel of Jagannatha’s car and in this way commit suicide.
When Sanatana Gosvami came to Jagannatha Puri, he stayed under the care of Haridasa Thakura for some time, and Sri Caitanya Mahaprabhu was very happy to see him.
The Lord informed Sanatana Gosvami about the death of his younger brother, Anupama, who had great faith in the lotus feet of Lord Ramacandra.
One day Sri Caitanya Mahaprabhu said to Sanatana Gosvami, “Your decision to commit suicide is the result of the mode of ignorance.
One cannot get love of God simply by committing suicide.
You have already dedicated your life and body to My service; therefore your body does not belong to you, nor do you have any right to commit suicide.
I have to execute many devotional services through your body.
I want you to preach the cult of devotional service and go to Vrndavana to excavate the lost holy places.” After having thus spoken, Sri Caitanya Mahaprabhu left, and Haridasa Thakura and Sanatana Gosvami had many talks about this subject.
One day Sanatana Gosvami was summoned by Sri Caitanya Mahaprabhu, who wanted him to come to Yamesvara-tota.
Sanatana Gosvami reached the Lord through the path along the beach by the sea.
When Sri Caitanya Mahaprabhu asked Sanatana Gosvami which way he had come, Sanatana replied, “Many servitors of Lord Jagannatha come and go on the path by the Simha-dvara gate of the Jagannatha temple.
Therefore, I did not go by that path, but instead went by the beach.” Sanatana Gosvami did not realize that there were burning blisters on his feet because of the heat of the sand.
Sri Caitanya Mahaprabhu was pleased to hear about Sanatana Gosvami’s great respect for the temple of Lord Sri Jagannatha.
Because his disease produced wet sores on his body, Sanatana Gosvami used to avoid embracing Sri Caitanya Mahaprabhu, but nevertheless the Lord would embrace him by force.
This made Sanatana Gosvami very unhappy, and therefore he consulted Jagadananda Pandita about what he should do.
Jagadananda advised him to return to Vrndavana after the cart festival of Jagannatha, but when Sri Caitanya Mahaprabhu heard about this instruction, He chastised Jagadananda Pandita and reminded him that Sanatana Gosvami was senior to him and also more learned, Sri Caitanya Mahaprabhu informed Sanatana Gosvami that because Sanatana was a pure devotee, the Lord was never inconvenienced by his bodily condition.
Because the Lord was a sannyasi, He did not consider one body better than another.
The Lord also informed him that He was maintaining Sanatana and the other devotees just like a father.
Therefore the moisture oozing from Sanatana’s itching skin did not affect the Lord at all.
After speaking with Sanatana Gosvami in this way, the Lord again embraced him, and after this embrace, Sanatana Gosvami became free from the disease.
The Lord ordered Sanatana Gosvami to stay with Him for that year, and the next year, after seeing the Ratha-yatra festival, he left Purusottama-ksetra and returned to Vrndavana.
After meeting Sri Caitanya Mahaprabhu, Sri Rupa Gosvami also returned to Bengal, where he remained for one year.
Whatever money he owned, he distributed among his relatives, the brahmanas and the temples.
In this way he completely retired and returned to Vrndavana to meet Sanatana Gosvami.
After narrating these incidents, Krsnadasa Kaviraja Gosvami has given a list of the main books of Sanatana Gosvami, Srila Rupa Gosvami and Jiva Gosvami.