<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">8.1</a></li><li class="affix"><a href="8.2.html">8.2</a></li><li class="affix"><a href="8.3.html">8.3</a></li><li class="affix"><a href="8.4.html">8.4</a></li><li class="affix"><a href="8.5.html">8.5</a></li><li class="affix"><a href="8.6.html">8.6</a></li><li class="affix"><a href="8.7.html">8.7</a></li><li class="affix"><a href="8.8.html">8.8</a></li><li class="affix"><a href="8.9.html">8.9</a></li><li class="affix"><a href="8.10.html">8.10</a></li><li class="affix"><a href="8.11.html">8.11</a></li><li class="affix"><a href="8.12.html">8.12</a></li><li class="affix"><a href="8.13.html">8.13</a></li><li class="affix"><a href="8.14.html">8.14</a></li><li class="affix"><a href="8.15.html">8.15</a></li><li class="affix"><a href="8.16.html">8.16</a></li><li class="affix"><a href="8.17.html">8.17</a></li><li class="affix"><a href="8.18.html">8.18</a></li><li class="affix"><a href="8.19.html">8.19</a></li><li class="affix"><a href="8.20.html">8.20</a></li><li class="affix"><a href="8.21.html">8.21</a></li><li class="affix"><a href="8.22.html">8.22</a></li><li class="affix"><a href="8.23.html">8.23</a></li><li class="affix"><a href="8.24.html">8.24</a></li><li class="affix"><a href="8.25.html">8.25</a></li><li class="affix"><a href="8.26.html">8.26</a></li><li class="affix"><a href="8.27.html">8.27</a></li><li class="affix"><a href="8.28.html">8.28</a></li><li class="affix"><a href="8.29.html">8.29</a></li><li class="affix"><a href="8.30.html">8.30</a></li><li class="affix"><a href="8.31.html">8.31</a></li><li class="affix"><a href="8.32.html">8.32</a></li><li class="affix"><a href="8.33.html">8.33</a></li><li class="affix"><a href="8.34.html">8.34</a></li><li class="affix"><a href="8.35.html">8.35</a></li><li class="affix"><a href="8.36.html">8.36</a></li><li class="affix"><a href="8.37.html">8.37</a></li><li class="affix"><a href="8.38.html">8.38</a></li><li class="affix"><a href="8.39.html">8.39</a></li><li class="affix"><a href="8.40.html">8.40</a></li><li class="affix"><a href="8.41.html">8.41</a></li><li class="affix"><a href="8.42.html">8.42</a></li><li class="affix"><a href="8.43.html">8.43</a></li><li class="affix"><a href="8.44.html">8.44</a></li><li class="affix"><a href="8.45.html">8.45</a></li><li class="affix"><a href="8.46.html">8.46</a></li><li class="affix"><a href="8.47.html">8.47</a></li><li class="affix"><a href="8.48.html">8.48</a></li><li class="affix"><a href="8.49.html">8.49</a></li><li class="affix"><a href="8.50.html">8.50</a></li><li class="affix"><a href="8.51-52.html">8.51-52</a></li><li class="affix"><a href="8.53.html">8.53</a></li><li class="affix"><a href="8.54.html">8.54</a></li><li class="affix"><a href="8.55.html">8.55</a></li><li class="affix"><a href="8.56.html">8.56</a></li><li class="affix"><a href="8.57.html">8.57</a></li><li class="affix"><a href="8.58.html">8.58</a></li><li class="affix"><a href="8.59.html">8.59</a></li><li class="affix"><a href="8.60.html">8.60</a></li><li class="affix"><a href="8.61.html">8.61</a></li><li class="affix"><a href="8.62.html">8.62</a></li><li class="affix"><a href="8.63.html">8.63</a></li><li class="affix"><a href="8.64.html">8.64</a></li><li class="affix"><a href="8.65.html">8.65</a></li><li class="affix"><a href="8.66.html">8.66</a></li><li class="affix"><a href="8.67.html">8.67</a></li><li class="affix"><a href="8.68.html">8.68</a></li><li class="affix"><a href="8.69.html">8.69</a></li><li class="affix"><a href="8.70.html">8.70</a></li><li class="affix"><a href="8.71.html">8.71</a></li><li class="affix"><a href="8.72.html">8.72</a></li><li class="affix"><a href="8.73.html">8.73</a></li><li class="affix"><a href="8.74.html">8.74</a></li><li class="affix"><a href="8.75.html">8.75</a></li><li class="affix"><a href="8.76.html">8.76</a></li><li class="affix"><a href="8.77.html">8.77</a></li><li class="affix"><a href="8.78.html">8.78</a></li><li class="affix"><a href="8.79.html">8.79</a></li><li class="affix"><a href="8.80.html">8.80</a></li><li class="affix"><a href="8.81.html">8.81</a></li><li class="affix"><a href="8.82.html">8.82</a></li><li class="affix"><a href="8.83.html">8.83</a></li><li class="affix"><a href="8.84.html">8.84</a></li><li class="affix"><a href="8.85.html">8.85</a></li><li class="affix"><a href="8.86.html">8.86</a></li><li class="affix"><a href="8.87.html">8.87</a></li><li class="affix"><a href="8.88.html">8.88</a></li><li class="affix"><a href="8.89.html">8.89</a></li><li class="affix"><a href="8.90.html">8.90</a></li><li class="affix"><a href="8.91.html">8.91</a></li><li class="affix"><a href="8.92.html">8.92</a></li><li class="affix"><a href="8.93.html">8.93</a></li><li class="affix"><a href="8.94.html">8.94</a></li><li class="affix"><a href="8.95.html">8.95</a></li><li class="affix"><a href="8.96.html">8.96</a></li><li class="affix"><a href="8.97.html">8.97</a></li><li class="affix"><a href="8.98.html">8.98</a></li><li class="affix"><a href="8.99.html">8.99</a></li><li class="affix"><a href="8.100.html">8.100</a></li><li class="affix"><a href="8.101.html">8.101</a></li><li class="affix"><a href="8.102.html">8.102</a></li><li class="affix"><a href="8.103.html">8.103</a></li><li class="affix"><a href="8.104.html">8.104</a></li><li class="affix"><a href="8.105.html">8.105</a></li><li class="affix"><a href="8.106.html">8.106</a></li><li class="affix"><a href="8.107.html">8.107</a></li><li class="affix"><a href="8.108.html">8.108</a></li><li class="affix"><a href="8.109.html">8.109</a></li><li class="affix"><a href="8.110.html">8.110</a></li><li class="affix"><a href="8.111.html">8.111</a></li><li class="affix"><a href="8.112.html">8.112</a></li><li class="affix"><a href="8.113.html">8.113</a></li><li class="affix"><a href="8.114.html">8.114</a></li><li class="affix"><a href="8.115.html">8.115</a></li><li class="affix"><a href="8.116.html">8.116</a></li><li class="affix"><a href="8.117.html">8.117</a></li><li class="affix"><a href="8.118.html">8.118</a></li><li class="affix"><a href="8.119.html">8.119</a></li><li class="affix"><a href="8.120.html">8.120</a></li><li class="affix"><a href="8.121.html">8.121</a></li><li class="affix"><a href="8.122.html">8.122</a></li><li class="affix"><a href="8.123.html">8.123</a></li><li class="affix"><a href="8.124.html">8.124</a></li><li class="affix"><a href="8.125.html">8.125</a></li><li class="affix"><a href="8.126.html">8.126</a></li><li class="affix"><a href="8.127.html">8.127</a></li><li class="affix"><a href="8.128.html">8.128</a></li><li class="affix"><a href="8.129.html">8.129</a></li><li class="affix"><a href="8.130-131.html">8.130-131</a></li><li class="affix"><a href="8.132.html">8.132</a></li><li class="affix"><a href="8.133.html">8.133</a></li><li class="affix"><a href="8.134.html">8.134</a></li><li class="affix"><a href="8.135.html">8.135</a></li><li class="affix"><a href="8.136.html">8.136</a></li><li class="affix"><a href="8.137.html">8.137</a></li><li class="affix"><a href="8.138.html">8.138</a></li><li class="affix"><a href="8.139.html">8.139</a></li><li class="affix"><a href="8.140.html">8.140</a></li><li class="affix"><a href="8.141.html">8.141</a></li><li class="affix"><a href="8.142.html">8.142</a></li><li class="affix"><a href="8.143.html">8.143</a></li><li class="affix"><a href="8.144.html">8.144</a></li><li class="affix"><a href="8.145.html">8.145</a></li><li class="affix"><a href="8.146.html">8.146</a></li><li class="affix"><a href="8.147.html">8.147</a></li><li class="affix"><a href="8.148.html">8.148</a></li><li class="affix"><a href="8.149.html">8.149</a></li><li class="affix"><a href="8.150.html">8.150</a></li><li class="affix"><a href="8.151.html">8.151</a></li><li class="affix"><a href="8.152.html">8.152</a></li><li class="affix"><a href="8.153.html">8.153</a></li><li class="affix"><a href="8.154.html">8.154</a></li><li class="affix"><a href="8.155.html">8.155</a></li><li class="affix"><a href="8.156.html">8.156</a></li><li class="affix"><a href="8.157.html">8.157</a></li><li class="affix"><a href="8.158.html">8.158</a></li><li class="affix"><a href="8.159.html">8.159</a></li><li class="affix"><a href="8.160.html">8.160</a></li><li class="affix"><a href="8.161.html">8.161</a></li><li class="affix"><a href="8.162.html">8.162</a></li><li class="affix"><a href="8.163.html">8.163</a></li><li class="affix"><a href="8.164.html">8.164</a></li><li class="affix"><a href="8.165.html">8.165</a></li><li class="affix"><a href="8.166.html">8.166</a></li><li class="affix"><a href="8.167.html">8.167</a></li><li class="affix"><a href="8.168.html">8.168</a></li><li class="affix"><a href="8.169.html">8.169</a></li><li class="affix"><a href="8.170.html">8.170</a></li><li class="affix"><a href="8.171.html">8.171</a></li><li class="affix"><a href="8.172.html">8.172</a></li><li class="affix"><a href="8.173.html">8.173</a></li><li class="affix"><a href="8.174.html">8.174</a></li><li class="affix"><a href="8.175.html">8.175</a></li><li class="affix"><a href="8.176.html">8.176</a></li><li class="affix"><a href="8.177.html">8.177</a></li><li class="affix"><a href="8.178.html">8.178</a></li><li class="affix"><a href="8.179.html">8.179</a></li><li class="affix"><a href="8.180.html">8.180</a></li><li class="affix"><a href="8.181.html">8.181</a></li><li class="affix"><a href="8.182.html">8.182</a></li><li class="affix"><a href="8.183-184.html">8.183-184</a></li><li class="affix"><a href="8.185.html">8.185</a></li><li class="affix"><a href="8.186.html">8.186</a></li><li class="affix"><a href="8.187.html">8.187</a></li><li class="affix"><a href="8.188.html">8.188</a></li><li class="affix"><a href="8.189.html">8.189</a></li><li class="affix"><a href="8.190.html">8.190</a></li><li class="affix"><a href="8.191.html">8.191</a></li><li class="affix"><a href="8.192.html">8.192</a></li><li class="affix"><a href="8.193.html">8.193</a></li><li class="affix"><a href="8.194.html">8.194</a></li><li class="affix"><a href="8.195.html">8.195</a></li><li class="affix"><a href="8.196.html">8.196</a></li><li class="affix"><a href="8.197.html">8.197</a></li><li class="affix"><a href="8.198.html">8.198</a></li><li class="affix"><a href="8.199.html">8.199</a></li><li class="affix"><a href="8.200.html">8.200</a></li><li class="affix"><a href="8.201.html">8.201</a></li><li class="affix"><a href="8.202.html">8.202</a></li><li class="affix"><a href="8.203.html">8.203</a></li><li class="affix"><a href="8.204-205.html">8.204-205</a></li><li class="affix"><a href="8.206.html">8.206</a></li><li class="affix"><a href="8.207.html">8.207</a></li><li class="affix"><a href="8.208.html">8.208</a></li><li class="affix"><a href="8.209.html">8.209</a></li><li class="affix"><a href="8.210.html">8.210</a></li><li class="affix"><a href="8.211.html">8.211</a></li><li class="affix"><a href="8.212.html">8.212</a></li><li class="affix"><a href="8.213.html">8.213</a></li><li class="affix"><a href="8.214.html">8.214</a></li><li class="affix"><a href="8.215.html">8.215</a></li><li class="affix"><a href="8.216.html">8.216</a></li><li class="affix"><a href="8.217.html">8.217</a></li><li class="affix"><a href="8.218.html">8.218</a></li><li class="affix"><a href="8.219.html">8.219</a></li><li class="affix"><a href="8.220.html">8.220</a></li><li class="affix"><a href="8.221.html">8.221</a></li><li class="affix"><a href="8.222.html">8.222</a></li><li class="affix"><a href="8.223.html">8.223</a></li><li class="affix"><a href="8.224.html">8.224</a></li><li class="affix"><a href="8.225.html">8.225</a></li><li class="affix"><a href="8.226.html">8.226</a></li><li class="affix"><a href="8.227.html">8.227</a></li><li class="affix"><a href="8.228.html">8.228</a></li><li class="affix"><a href="8.229.html">8.229</a></li><li class="affix"><a href="8.230.html">8.230</a></li><li class="affix"><a href="8.231.html">8.231</a></li><li class="affix"><a href="8.232.html">8.232</a></li><li class="affix"><a href="8.233.html">8.233</a></li><li class="affix"><a href="8.234.html">8.234</a></li><li class="affix"><a href="8.235.html">8.235</a></li><li class="affix"><a href="8.236.html">8.236</a></li><li class="affix"><a href="8.237.html">8.237</a></li><li class="affix"><a href="8.238.html">8.238</a></li><li class="affix"><a href="8.239.html">8.239</a></li><li class="affix"><a href="8.240.html">8.240</a></li><li class="affix"><a href="8.241.html">8.241</a></li><li class="affix"><a href="8.242.html">8.242</a></li><li class="affix"><a href="8.243.html">8.243</a></li><li class="affix"><a href="8.244.html">8.244</a></li><li class="affix"><a href="8.245.html">8.245</a></li><li class="affix"><a href="8.246.html">8.246</a></li><li class="affix"><a href="8.247.html">8.247</a></li><li class="affix"><a href="8.248.html">8.248</a></li><li class="affix"><a href="8.249.html">8.249</a></li><li class="affix"><a href="8.250.html">8.250</a></li><li class="affix"><a href="8.251.html">8.251</a></li><li class="affix"><a href="8.252.html">8.252</a></li><li class="affix"><a href="8.253.html">8.253</a></li><li class="affix"><a href="8.254.html">8.254</a></li><li class="affix"><a href="8.255.html">8.255</a></li><li class="affix"><a href="8.256.html">8.256</a></li><li class="affix"><a href="8.257.html">8.257</a></li><li class="affix"><a href="8.258.html">8.258</a></li><li class="affix"><a href="8.259.html">8.259</a></li><li class="affix"><a href="8.260.html">8.260</a></li><li class="affix"><a href="8.261.html">8.261</a></li><li class="affix"><a href="8.262.html">8.262</a></li><li class="affix"><a href="8.263.html">8.263</a></li><li class="affix"><a href="8.264.html">8.264</a></li><li class="affix"><a href="8.265.html">8.265</a></li><li class="affix"><a href="8.266.html">8.266</a></li><li class="affix"><a href="8.267.html">8.267</a></li><li class="affix"><a href="8.268.html">8.268</a></li><li class="affix"><a href="8.269.html">8.269</a></li><li class="affix"><a href="8.270.html">8.270</a></li><li class="affix"><a href="8.271.html">8.271</a></li><li class="affix"><a href="8.272.html">8.272</a></li><li class="affix"><a href="8.273.html">8.273</a></li><li class="affix"><a href="8.274.html">8.274</a></li><li class="affix"><a href="8.275.html">8.275</a></li><li class="affix"><a href="8.276.html">8.276</a></li><li class="affix"><a href="8.277.html">8.277</a></li><li class="affix"><a href="8.278.html">8.278</a></li><li class="affix"><a href="8.279.html">8.279</a></li><li class="affix"><a href="8.280.html">8.280</a></li><li class="affix"><a href="8.281.html">8.281</a></li><li class="affix"><a href="8.282.html">8.282</a></li><li class="affix"><a href="8.283.html">8.283</a></li><li class="affix"><a href="8.284.html">8.284</a></li><li class="affix"><a href="8.285.html">8.285</a></li><li class="affix"><a href="8.286.html">8.286</a></li><li class="affix"><a href="8.287.html">8.287</a></li><li class="affix"><a href="8.288.html">8.288</a></li><li class="affix"><a href="8.289.html">8.289</a></li><li class="affix"><a href="8.290.html">8.290</a></li><li class="affix"><a href="8.291.html">8.291</a></li><li class="affix"><a href="8.292.html">8.292</a></li><li class="affix"><a href="8.293.html">8.293</a></li><li class="affix"><a href="8.294.html">8.294</a></li><li class="affix"><a href="8.295.html">8.295</a></li><li class="affix"><a href="8.296.html">8.296</a></li><li class="affix"><a href="8.297.html">8.297</a></li><li class="affix"><a href="8.298.html">8.298</a></li><li class="affix"><a href="8.299.html">8.299</a></li><li class="affix"><a href="8.300.html">8.300</a></li><li class="affix"><a href="8.301.html">8.301</a></li><li class="affix"><a href="8.302.html">8.302</a></li><li class="affix"><a href="8.303.html">8.303</a></li><li class="affix"><a href="8.304.html">8.304</a></li><li class="affix"><a href="8.305.html">8.305</a></li><li class="affix"><a href="8.306.html">8.306</a></li><li class="affix"><a href="8.307.html">8.307</a></li><li class="affix"><a href="8.308.html">8.308</a></li><li class="affix"><a href="8.309.html">8.309</a></li><li class="affix"><a href="8.310.html">8.310</a></li><li class="affix"><a href="8.311.html">8.311</a></li><li class="affix"><a href="8.312.html">8.312</a></li><li class="affix"><a href="8.313.html">8.313</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: Madhya-lila</h1>
<div class="right-buttons">
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
</div>
</div>
</div>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<!DOCTYPE HTML>
<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">7.1</a></li><li class="affix"><a href="7.2.html">7.2</a></li><li class="affix"><a href="7.3.html">7.3</a></li><li class="affix"><a href="7.4.html">7.4</a></li><li class="affix"><a href="7.5.html">7.5</a></li><li class="affix"><a href="7.6.html">7.6</a></li><li class="affix"><a href="7.7-8.html">7.7-8</a></li><li class="affix"><a href="7.9.html">7.9</a></li><li class="affix"><a href="7.10.html">7.10</a></li><li class="affix"><a href="7.11.html">7.11</a></li><li class="affix"><a href="7.12.html">7.12</a></li><li class="affix"><a href="7.13.html">7.13</a></li><li class="affix"><a href="7.14.html">7.14</a></li><li class="affix"><a href="7.15.html">7.15</a></li><li class="affix"><a href="7.16.html">7.16</a></li><li class="affix"><a href="7.17.html">7.17</a></li><li class="affix"><a href="7.18.html">7.18</a></li><li class="affix"><a href="7.19.html">7.19</a></li><li class="affix"><a href="7.20.html">7.20</a></li><li class="affix"><a href="7.21.html">7.21</a></li><li class="affix"><a href="7.22.html">7.22</a></li><li class="affix"><a href="7.23.html">7.23</a></li><li class="affix"><a href="7.24.html">7.24</a></li><li class="affix"><a href="7.25.html">7.25</a></li><li class="affix"><a href="7.26.html">7.26</a></li><li class="affix"><a href="7.27.html">7.27</a></li><li class="affix"><a href="7.28.html">7.28</a></li><li class="affix"><a href="7.29.html">7.29</a></li><li class="affix"><a href="7.30.html">7.30</a></li><li class="affix"><a href="7.31.html">7.31</a></li><li class="affix"><a href="7.32.html">7.32</a></li><li class="affix"><a href="7.33.html">7.33</a></li><li class="affix"><a href="7.34.html">7.34</a></li><li class="affix"><a href="7.35.html">7.35</a></li><li class="affix"><a href="7.36.html">7.36</a></li><li class="affix"><a href="7.37.html">7.37</a></li><li class="affix"><a href="7.38.html">7.38</a></li><li class="affix"><a href="7.39.html">7.39</a></li><li class="affix"><a href="7.40.html">7.40</a></li><li class="affix"><a href="7.41.html">7.41</a></li><li class="affix"><a href="7.42.html">7.42</a></li><li class="affix"><a href="7.43.html">7.43</a></li><li class="affix"><a href="7.44.html">7.44</a></li><li class="affix"><a href="7.45.html">7.45</a></li><li class="affix"><a href="7.46.html">7.46</a></li><li class="affix"><a href="7.47.html">7.47</a></li><li class="affix"><a href="7.48.html">7.48</a></li><li class="affix"><a href="7.49.html">7.49</a></li><li class="affix"><a href="7.50.html">7.50</a></li><li class="affix"><a href="7.51.html">7.51</a></li><li class="affix"><a href="7.52.html">7.52</a></li><li class="affix"><a href="7.53.html">7.53</a></li><li class="affix"><a href="7.54.html">7.54</a></li><li class="affix"><a href="7.55.html">7.55</a></li><li class="affix"><a href="7.56.html">7.56</a></li><li class="affix"><a href="7.57.html">7.57</a></li><li class="affix"><a href="7.58.html">7.58</a></li><li class="affix"><a href="7.59.html">7.59</a></li><li class="affix"><a href="7.60.html">7.60</a></li><li class="affix"><a href="7.61.html">7.61</a></li><li class="affix"><a href="7.62.html">7.62</a></li><li class="affix"><a href="7.63.html">7.63</a></li><li class="affix"><a href="7.64.html">7.64</a></li><li class="affix"><a href="7.65.html">7.65</a></li><li class="affix"><a href="7.66.html">7.66</a></li><li class="affix"><a href="7.67.html">7.67</a></li><li class="affix"><a href="7.68.html">7.68</a></li><li class="affix"><a href="7.69.html">7.69</a></li><li class="affix"><a href="7.70.html">7.70</a></li><li class="affix"><a href="7.71.html">7.71</a></li><li class="affix"><a href="7.72.html">7.72</a></li><li class="affix"><a href="7.73.html">7.73</a></li><li class="affix"><a href="7.74.html">7.74</a></li><li class="affix"><a href="7.75.html">7.75</a></li><li class="affix"><a href="7.76.html">7.76</a></li><li class="affix"><a href="7.77.html">7.77</a></li><li class="affix"><a href="7.78.html">7.78</a></li><li class="affix"><a href="7.79.html">7.79</a></li><li class="affix"><a href="7.80.html">7.80</a></li><li class="affix"><a href="7.81.html">7.81</a></li><li class="affix"><a href="7.82.html">7.82</a></li><li class="affix"><a href="7.83.html">7.83</a></li><li class="affix"><a href="7.84.html">7.84</a></li><li class="affix"><a href="7.85.html">7.85</a></li><li class="affix"><a href="7.86.html">7.86</a></li><li class="affix"><a href="7.87.html">7.87</a></li><li class="affix"><a href="7.88.html">7.88</a></li><li class="affix"><a href="7.89.html">7.89</a></li><li class="affix"><a href="7.90.html">7.90</a></li><li class="affix"><a href="7.91.html">7.91</a></li><li class="affix"><a href="7.92.html">7.92</a></li><li class="affix"><a href="7.93.html">7.93</a></li><li class="affix"><a href="7.94.html">7.94</a></li><li class="affix"><a href="7.95.html">7.95</a></li><li class="affix"><a href="7.96.html">7.96</a></li><li class="affix"><a href="7.97.html">7.97</a></li><li class="affix"><a href="7.98.html">7.98</a></li><li class="affix"><a href="7.99.html">7.99</a></li><li class="affix"><a href="7.100.html">7.100</a></li><li class="affix"><a href="7.101.html">7.101</a></li><li class="affix"><a href="7.102.html">7.102</a></li><li class="affix"><a href="7.103.html">7.103</a></li><li class="affix"><a href="7.104.html">7.104</a></li><li class="affix"><a href="7.105.html">7.105</a></li><li class="affix"><a href="7.106.html">7.106</a></li><li class="affix"><a href="7.107.html">7.107</a></li><li class="affix"><a href="7.108.html">7.108</a></li><li class="affix"><a href="7.109.html">7.109</a></li><li class="affix"><a href="7.110.html">7.110</a></li><li class="affix"><a href="7.111.html">7.111</a></li><li class="affix"><a href="7.112.html">7.112</a></li><li class="affix"><a href="7.113.html">7.113</a></li><li class="affix"><a href="7.114.html">7.114</a></li><li class="affix"><a href="7.115.html">7.115</a></li><li class="affix"><a href="7.116.html">7.116</a></li><li class="affix"><a href="7.117.html">7.117</a></li><li class="affix"><a href="7.118.html">7.118</a></li><li class="affix"><a href="7.119.html">7.119</a></li><li class="affix"><a href="7.120.html">7.120</a></li><li class="affix"><a href="7.121.html">7.121</a></li><li class="affix"><a href="7.122.html">7.122</a></li><li class="affix"><a href="7.123.html">7.123</a></li><li class="affix"><a href="7.124.html">7.124</a></li><li class="affix"><a href="7.125.html">7.125</a></li><li class="affix"><a href="7.126.html">7.126</a></li><li class="affix"><a href="7.127.html">7.127</a></li><li class="affix"><a href="7.128.html">7.128</a></li><li class="affix"><a href="7.129.html">7.129</a></li><li class="affix"><a href="7.130.html">7.130</a></li><li class="affix"><a href="7.131-132.html">7.131-132</a></li><li class="affix"><a href="7.133.html">7.133</a></li><li class="affix"><a href="7.134.html">7.134</a></li><li class="affix"><a href="7.135.html">7.135</a></li><li class="affix"><a href="7.136.html">7.136</a></li><li class="affix"><a href="7.137.html">7.137</a></li><li class="affix"><a href="7.138.html">7.138</a></li><li class="affix"><a href="7.139.html">7.139</a></li><li class="affix"><a href="7.140.html">7.140</a></li><li class="affix"><a href="7.141.html">7.141</a></li><li class="affix"><a href="7.142.html">7.142</a></li><li class="affix"><a href="7.143.html">7.143</a></li><li class="affix"><a href="7.144-145.html">7.144-145</a></li><li class="affix"><a href="7.146.html">7.146</a></li><li class="affix"><a href="7.147.html">7.147</a></li><li class="affix"><a href="7.148.html">7.148</a></li><li class="affix"><a href="7.149.html">7.149</a></li><li class="affix"><a href="7.150.html">7.150</a></li><li class="affix"><a href="7.151.html">7.151</a></li><li class="affix"><a href="7.152.html">7.152</a></li><li class="affix"><a href="7.153.html">7.153</a></li><li class="affix"><a href="7.154.html">7.154</a></li><li class="affix"><a href="7.155.html">7.155</a></li></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: Madhya-lila</h1>
<div class="right-buttons">
<a href="print.html" title="Print this book" aria-label="Print this book">
<i id="print-button" class="fa fa-print"></i>
</a>
</div>
</div>
</div>
<div id="search-wrapper" class="hidden">
<form id="searchbar-outer" class="searchbar-outer">
<input type="search" name="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header">
</form>
<div id="searchresults-outer" class="searchresults-outer hidden">
<div id="searchresults-header" class="searchresults-header"></div>
<ul id="searchresults">
</ul>
</div>
</div>
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
<script type="text/javascript">
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
</script>
<div id="content" class="content">
<main>
<!DOCTYPE HTML>
<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">6.1</a></li><li class="affix"><a href="6.2.html">6.2</a></li><li class="affix"><a href="6.3.html">6.3</a></li><li class="affix"><a href="6.4.html">6.4</a></li><li class="affix"><a href="6.5.html">6.5</a></li><li class="affix"><a href="6.6.html">6.6</a></li><li class="affix"><a href="6.7.html">6.7</a></li><li class="affix"><a href="6.8.html">6.8</a></li><li class="affix"><a href="6.9.html">6.9</a></li><li class="affix"><a href="6.10.html">6.10</a></li><li class="affix"><a href="6.11.html">6.11</a></li><li class="affix"><a href="6.12.html">6.12</a></li><li class="affix"><a href="6.13.html">6.13</a></li><li class="affix"><a href="6.14.html">6.14</a></li><li class="affix"><a href="6.15.html">6.15</a></li><li class="affix"><a href="6.16.html">6.16</a></li><li class="affix"><a href="6.17.html">6.17</a></li><li class="affix"><a href="6.18.html">6.18</a></li><li class="affix"><a href="6.19.html">6.19</a></li><li class="affix"><a href="6.20.html">6.20</a></li><li class="affix"><a href="6.21.html">6.21</a></li><li class="affix"><a href="6.22.html">6.22</a></li><li class="affix"><a href="6.23.html">6.23</a></li><li class="affix"><a href="6.24.html">6.24</a></li><li class="affix"><a href="6.25.html">6.25</a></li><li class="affix"><a href="6.26.html">6.26</a></li><li class="affix"><a href="6.27.html">6.27</a></li><li class="affix"><a href="6.28.html">6.28</a></li><li class="affix"><a href="6.29.html">6.29</a></li><li class="affix"><a href="6.30.html">6.30</a></li><li class="affix"><a href="6.31.html">6.31</a></li><li class="affix"><a href="6.32.html">6.32</a></li><li class="affix"><a href="6.33.html">6.33</a></li><li class="affix"><a href="6.34.html">6.34</a></li><li class="affix"><a href="6.35.html">6.35</a></li><li class="affix"><a href="6.36.html">6.36</a></li><li class="affix"><a href="6.37.html">6.37</a></li><li class="affix"><a href="6.38.html">6.38</a></li><li class="affix"><a href="6.39.html">6.39</a></li><li class="affix"><a href="6.40.html">6.40</a></li><li class="affix"><a href="6.41.html">6.41</a></li><li class="affix"><a href="6.42.html">6.42</a></li><li class="affix"><a href="6.43.html">6.43</a></li><li class="affix"><a href="6.44.html">6.44</a></li><li class="affix"><a href="6.45.html">6.45</a></li><li class="affix"><a href="6.46.html">6.46</a></li><li class="affix"><a href="6.47.html">6.47</a></li><li class="affix"><a href="6.48.html">6.48</a></li><li class="affix"><a href="6.49.html">6.49</a></li><li class="affix"><a href="6.50.html">6.50</a></li><li class="affix"><a href="6.51.html">6.51</a></li><li class="affix"><a href="6.52.html">6.52</a></li><li class="affix"><a href="6.53.html">6.53</a></li><li class="affix"><a href="6.54.html">6.54</a></li><li class="affix"><a href="6.55.html">6.55</a></li><li class="affix"><a href="6.56.html">6.56</a></li><li class="affix"><a href="6.57.html">6.57</a></li><li class="affix"><a href="6.58.html">6.58</a></li><li class="affix"><a href="6.59.html">6.59</a></li><li class="affix"><a href="6.60.html">6.60</a></li><li class="affix"><a href="6.61.html">6.61</a></li><li class="affix"><a href="6.62.html">6.62</a></li><li class="affix"><a href="6.63.html">6.63</a></li><li class="affix"><a href="6.64.html">6.64</a></li><li class="affix"><a href="6.65.html">6.65</a></li><li class="affix"><a href="6.66.html">6.66</a></li><li class="affix"><a href="6.67.html">6.67</a></li><li class="affix"><a href="6.68.html">6.68</a></li><li class="affix"><a href="6.69.html">6.69</a></li><li class="affix"><a href="6.70.html">6.70</a></li><li class="affix"><a href="6.71.html">6.71</a></li><li class="affix"><a href="6.72.html">6.72</a></li><li class="affix"><a href="6.73.html">6.73</a></li><li class="affix"><a href="6.74.html">6.74</a></li><li class="affix"><a href="6.75.html">6.75</a></li><li class="affix"><a href="6.76.html">6.76</a></li><li class="affix"><a href="6.77.html">6.77</a></li><li class="affix"><a href="6.78.html">6.78</a></li><li class="affix"><a href="6.79.html">6.79</a></li><li class="affix"><a href="6.80.html">6.80</a></li><li class="affix"><a href="6.81.html">6.81</a></li><li class="affix"><a href="6.82.html">6.82</a></li><li class="affix"><a href="6.83.html">6.83</a></li><li class="affix"><a href="6.84.html">6.84</a></li><li class="affix"><a href="6.85-86.html">6.85-86</a></li><li class="affix"><a href="6.87.html">6.87</a></li><li class="affix"><a href="6.88.html">6.88</a></li><li class="affix"><a href="6.89.html">6.89</a></li><li class="affix"><a href="6.90.html">6.90</a></li><li class="affix"><a href="6.91.html">6.91</a></li><li class="affix"><a href="6.92.html">6.92</a></li><li class="affix"><a href="6.93.html">6.93</a></li><li class="affix"><a href="6.94.html">6.94</a></li><li class="affix"><a href="6.95.html">6.95</a></li><li class="affix"><a href="6.96.html">6.96</a></li><li class="affix"><a href="6.97.html">6.97</a></li><li class="affix"><a href="6.98.html">6.98</a></li><li class="affix"><a href="6.99.html">6.99</a></li><li class="affix"><a href="6.100.html">6.100</a></li><li class="affix"><a href="6.101.html">6.101</a></li><li class="affix"><a href="6.102.html">6.102</a></li><li class="affix"><a href="6.103.html">6.103</a></li><li class="affix"><a href="6.104.html">6.104</a></li><li class="affix"><a href="6.105.html">6.105</a></li><li class="affix"><a href="6.106.html">6.106</a></li><li class="affix"><a href="6.107.html">6.107</a></li><li class="affix"><a href="6.108.html">6.108</a></li><li class="affix"><a href="6.109.html">6.109</a></li><li class="affix"><a href="6.110.html">6.110</a></li><li class="affix"><a href="6.111.html">6.111</a></li><li class="affix"><a href="6.112.html">6.112</a></li><li class="affix"><a href="6.113.html">6.113</a></li><li class="affix"><a href="6.114.html">6.114</a></li><li class="affix"><a href="6.115.html">6.115</a></li><li class="affix"><a href="6.116.html">6.116</a></li><li class="affix"><a href="6.117.html">6.117</a></li><li class="affix"><a href="6.118.html">6.118</a></li><li class="affix"><a href="6.119.html">6.119</a></li><li class="affix"><a href="6.120.html">6.120</a></li><li class="affix"><a href="6.121.html">6.121</a></li><li class="affix"><a href="6.122.html">6.122</a></li><li class="affix"><a href="6.123.html">6.123</a></li><li class="affix"><a href="6.124.html">6.124</a></li><li class="affix"><a href="6.125.html">6.125</a></li><li class="affix"><a href="6.126.html">6.126</a></li><li class="affix"><a href="6.127.html">6.127</a></li><li class="affix"><a href="6.128.html">6.128</a></li><li class="affix"><a href="6.129.html">6.129</a></li><li class="affix"><a href="6.130.html">6.130</a></li><li class="affix"><a href="6.131.html">6.131</a></li><li class="affix"><a href="6.132.html">6.132</a></li><li class="affix"><a href="6.133.html">6.133</a></li><li class="affix"><a href="6.134.html">6.134</a></li><li class="affix"><a href="6.135.html">6.135</a></li><li class="affix"><a href="6.136.html">6.136</a></li><li class="affix"><a href="6.137.html">6.137</a></li><li class="affix"><a href="6.138.html">6.138</a></li><li class="affix"><a href="6.139.html">6.139</a></li><li class="affix"><a href="6.140.html">6.140</a></li><li class="affix"><a href="6.141.html">6.141</a></li><li class="affix"><a href="6.142.html">6.142</a></li><li class="affix"><a href="6.143.html">6.143</a></li><li class="affix"><a href="6.144.html">6.144</a></li><li class="affix"><a href="6.145-146.html">6.145-146</a></li><li class="affix"><a href="6.147.html">6.147</a></li><li class="affix"><a href="6.148.html">6.148</a></li><li class="affix"><a href="6.149.html">6.149</a></li><li class="affix"><a href="6.150.html">6.150</a></li><li class="affix"><a href="6.151.html">6.151</a></li><li class="affix"><a href="6.152.html">6.152</a></li><li class="affix"><a href="6.153.html">6.153</a></li><li class="affix"><a href="6.154.html">6.154</a></li><li class="affix"><a href="6.155.html">6.155</a></li><li class="affix"><a href="6.156.html">6.156</a></li><li class="affix"><a href="6.157.html">6.157</a></li><li class="affix"><a href="6.158.html">6.158</a></li><li class="affix"><a href="6.159.html">6.159</a></li><li class="affix"><a href="6.160.html">6.160</a></li><li class="affix"><a href="6.161.html">6.161</a></li><li class="affix"><a href="6.162.html">6.162</a></li><li class="affix"><a href="6.163.html">6.163</a></li><li class="affix"><a href="6.164.html">6.164</a></li><li class="affix"><a href="6.165.html">6.165</a></li><li class="affix"><a href="6.166.html">6.166</a></li><li class="affix"><a href="6.167.html">6.167</a></li><li class="affix"><a href="6.168.html">6.168</a></li><li class="affix"><a href="6.169.html">6.169</a></li><li class="affix"><a href="6.170.html">6.170</a></li><li class="affix"><a href="6.171.html">6.171</a></li><li class="affix"><a href="6.172.html">6.172</a></li><li class="affix"><a href="6.173.html">6.173</a></li><li class="affix"><a href="6.174.html">6.174</a></li><li class="affix"><a href="6.175.html">6.175</a></li><li class="affix"><a href="6.176.html">6.176</a></li><li class="affix"><a href="6.177.html">6.177</a></li><li class="affix"><a href="6.178.html">6.178</a></li><li class="affix"><a href="6.179.html">6.179</a></li><li class="affix"><a href="6.180.html">6.180</a></li><li class="affix"><a href="6.181.html">6.181</a></li><li class="affix"><a href="6.182.html">6.182</a></li><li class="affix"><a href="6.183.html">6.183</a></li><li class="affix"><a href="6.184.html">6.184</a></li><li class="affix"><a href="6.185.html">6.185</a></li><li class="affix"><a href="6.186.html">6.186</a></li><li class="affix"><a href="6.187.html">6.187</a></li><li class="affix"><a href="6.188.html">6.188</a></li><li class="affix"><a href="6.189.html">6.189</a></li><li class="affix"><a href="6.190.html">6.190</a></li><li class="affix"><a href="6.191.html">6.191</a></li><li class="affix"><a href="6.192.html">6.192</a></li><li class="affix"><a href="6.193.html">6.193</a></li><li class="affix"><a href="6.194.html">6.194</a></li><li class="affix"><a href="6.195.html">6.195</a></li><li class="affix"><a href="6.196.html">6.196</a></li><li class="affix"><a href="6.197.html">6.197</a></li><li class="affix"><a href="6.198.html">6.198</a></li><li class="affix"><a href="6.199.html">6.199</a></li><li class="affix"><a href="6.200.html">6.200</a></li><li class="affix"><a href="6.201.html">6.201</a></li><li class="affix"><a href="6.202.html">6.202</a></li><li class="affix"><a href="6.203.html">6.203</a></li><li class="affix"><a href="6.204.html">6.204</a></li><li class="affix"><a href="6.205.html">6.205</a></li><li class="affix"><a href="6.206.html">6.206</a></li><li class="affix"><a href="6.207.html">6.207</a></li><li class="affix"><a href="6.208.html">6.208</a></li><li class="affix"><a href="6.209.html">6.209</a></li><li class="affix"><a href="6.210.html">6.210</a></li><li class="affix"><a href="6.211.html">6.211</a></li><li class="affix"><a href="6.212.html">6.212</a></li><li class="affix"><a href="6.213.html">6.213</a></li><li class="affix"><a href="6.214.html">6.214</a></li><li class="affix"><a href="6.215.html">6.215</a></li><li class="affix"><a href="6.216.html">6.216</a></li><li class="affix"><a href="6.217.html">6.217</a></li><li class="affix"><a href="6.218.html">6.218</a></li><li class="affix"><a href="6.219.html">6.219</a></li><li class="affix"><a href="6.220.html">6.220</a></li><li class="affix"><a href="6.221.html">6.221</a></li><li class="affix"><a href="6.222.html">6.222</a></li><li class="affix"><a href="6.223.html">6.223</a></li><li class="affix"><a href="6.224.html">6.224</a></li><li class="affix"><a href="6.225.html">6.225</a></li><li class="affix"><a href="6.226.html">6.226</a></li><li class="affix"><a href="6.227.html">6.227</a></li><li class="affix"><a href="6.228.html">6.228</a></li><li class="affix"><a href="6.229.html">6.229</a></li><li class="affix"><a href="6.230.html">6.230</a></li><li class="affix"><a href="6.231.html">6.231</a></li><li class="affix"><a href="6.232.html">6.232</a></li><li class="affix"><a href="6.233.html">6.233</a></li><li class="affix"><a href="6.234.html">6.234</a></li><li class="affix"><a href="6.235.html">6.235</a></li><li class="affix"><a href="6.236.html">6.236</a></li><li class="affix"><a href="6.237.html">6.237</a></li><li class="affix"><a href="6.238.html">6.238</a></li><li class="affix"><a href="6.239.html">6.239</a></li><li class="affix"><a href="6.240.html">6.240</a></li><li class="affix"><a href="6.241.html">6.241</a></li><li class="affix"><a href="6.242.html">6.242</a></li><li class="affix"><a href="6.243.html">6.243</a></li><li class="affix"><a href="6.244.html">6.244</a></li><li class="affix"><a href="6.245.html">6.245</a></li><li class="affix"><a href="6.246.html">6.246</a></li><li class="affix"><a href="6.247.html">6.247</a></li><li class="affix"><a href="6.248.html">6.248</a></li><li class="affix"><a href="6.249.html">6.249</a></li><li class="affix"><a href="6.250.html">6.250</a></li><li class="affix"><a href="6.251.html">6.251</a></li><li class="affix"><a href="6.252.html">6.252</a></li><li class="affix"><a href="6.253.html">6.253</a></li><li class="affix"><a href="6.254.html">6.254</a></li><li class="affix"><a href="6.255.html">6.255</a></li><li class="affix"><a href="6.256.html">6.256</a></li><li class="affix"><a href="6.257.html">6.257</a></li><li class="affix"><a href="6.258.html">6.258</a></li><li class="affix"><a href="6.259.html">6.259</a></li><li class="affix"><a href="6.260.html">6.260</a></li><li class="affix"><a href="6.261.html">6.261</a></li><li class="affix"><a href="6.262.html">6.262</a></li><li class="affix"><a href="6.263.html">6.263</a></li><li class="affix"><a href="6.264-265.html">6.264-265</a></li><li class="affix"><a href="6.266.html">6.266</a></li><li class="affix"><a href="6.267.html">6.267</a></li><li class="affix"><a href="6.268.html">6.268</a></li><li class="affix"><a href="6.269.html">6.269</a></li><li class="affix"><a href="6.270.html">6.270</a></li><li class="affix"><a href="6.271.html">6.271</a></li><li class="affix"><a href="6.272.html">6.272</a></li><li class="affix"><a href="6.273.html">6.273</a></li><li class="affix"><a href="6.274.html">6.274</a></li><li class="affix"><a href="6.275.html">6.275</a></li><li class="affix"><a href="6.276.html">6.276</a></li><li class="affix"><a href="6.277.html">6.277</a></li><li class="affix"><a href="6.278.html">6.278</a></li><li class="affix"><a href="6.279.html">6.279</a></li><li class="affix"><a href="6.280.html">6.280</a></li><li class="affix"><a href="6.281.html">6.281</a></li><li class="affix"><a href="6.282.html">6.282</a></li><li class="affix"><a href="6.283.html">6.283</a></li><li class="affix"><a href="6.284-285.html">6.284-285</a></li><li class="affix"><a href="6.286.html">6.286</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: Madhya-lila&lt;/h1&gt;
&lt;div class=&quot;right-buttons&quot;&gt;
&lt;a href=&quot;print.html&quot; title=&quot;Print this book&quot; aria-label=&quot;Print this book&quot;&gt;
&lt;i id=&quot;print-button&quot; class=&quot;fa fa-print&quot;&gt;&lt;/i&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&quot;search-wrapper&quot; class=&quot;hidden&quot;&gt;
&lt;form id=&quot;searchbar-outer&quot; class=&quot;searchbar-outer&quot;&gt;
&lt;input type=&quot;search&quot; name=&quot;search&quot; id=&quot;searchbar&quot; name=&quot;searchbar&quot; placeholder=&quot;Search this book ...&quot; aria-controls=&quot;searchresults-outer&quot; aria-describedby=&quot;searchresults-header&quot;&gt;
&lt;/form&gt;
&lt;div id=&quot;searchresults-outer&quot; class=&quot;searchresults-outer hidden&quot;&gt;
&lt;div id=&quot;searchresults-header&quot; class=&quot;searchresults-header&quot;&gt;&lt;/div&gt;
&lt;ul id=&quot;searchresults&quot;&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
&lt;/script&gt;
&lt;div id=&quot;content&quot; class=&quot;content&quot;&gt;
&lt;main&gt;
&lt;!DOCTYPE HTML&gt;
<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">5.1</a></li><li class="affix"><a href="5.2.html">5.2</a></li><li class="affix"><a href="5.3.html">5.3</a></li><li class="affix"><a href="5.4.html">5.4</a></li><li class="affix"><a href="5.5.html">5.5</a></li><li class="affix"><a href="5.6.html">5.6</a></li><li class="affix"><a href="5.7.html">5.7</a></li><li class="affix"><a href="5.8.html">5.8</a></li><li class="affix"><a href="5.9.html">5.9</a></li><li class="affix"><a href="5.10.html">5.10</a></li><li class="affix"><a href="5.11.html">5.11</a></li><li class="affix"><a href="5.12.html">5.12</a></li><li class="affix"><a href="5.13.html">5.13</a></li><li class="affix"><a href="5.14.html">5.14</a></li><li class="affix"><a href="5.15.html">5.15</a></li><li class="affix"><a href="5.16.html">5.16</a></li><li class="affix"><a href="5.17.html">5.17</a></li><li class="affix"><a href="5.18.html">5.18</a></li><li class="affix"><a href="5.19.html">5.19</a></li><li class="affix"><a href="5.20.html">5.20</a></li><li class="affix"><a href="5.21.html">5.21</a></li><li class="affix"><a href="5.22.html">5.22</a></li><li class="affix"><a href="5.23.html">5.23</a></li><li class="affix"><a href="5.24.html">5.24</a></li><li class="affix"><a href="5.25.html">5.25</a></li><li class="affix"><a href="5.26.html">5.26</a></li><li class="affix"><a href="5.27.html">5.27</a></li><li class="affix"><a href="5.28.html">5.28</a></li><li class="affix"><a href="5.29.html">5.29</a></li><li class="affix"><a href="5.30.html">5.30</a></li><li class="affix"><a href="5.31.html">5.31</a></li><li class="affix"><a href="5.32.html">5.32</a></li><li class="affix"><a href="5.33.html">5.33</a></li><li class="affix"><a href="5.34.html">5.34</a></li><li class="affix"><a href="5.35.html">5.35</a></li><li class="affix"><a href="5.36.html">5.36</a></li><li class="affix"><a href="5.37.html">5.37</a></li><li class="affix"><a href="5.38.html">5.38</a></li><li class="affix"><a href="5.39.html">5.39</a></li><li class="affix"><a href="5.40.html">5.40</a></li><li class="affix"><a href="5.41.html">5.41</a></li><li class="affix"><a href="5.42.html">5.42</a></li><li class="affix"><a href="5.43.html">5.43</a></li><li class="affix"><a href="5.44.html">5.44</a></li><li class="affix"><a href="5.45.html">5.45</a></li><li class="affix"><a href="5.46.html">5.46</a></li><li class="affix"><a href="5.47.html">5.47</a></li><li class="affix"><a href="5.48.html">5.48</a></li><li class="affix"><a href="5.49.html">5.49</a></li><li class="affix"><a href="5.50.html">5.50</a></li><li class="affix"><a href="5.51.html">5.51</a></li><li class="affix"><a href="5.52.html">5.52</a></li><li class="affix"><a href="5.53.html">5.53</a></li><li class="affix"><a href="5.54.html">5.54</a></li><li class="affix"><a href="5.55.html">5.55</a></li><li class="affix"><a href="5.56.html">5.56</a></li><li class="affix"><a href="5.57.html">5.57</a></li><li class="affix"><a href="5.58.html">5.58</a></li><li class="affix"><a href="5.59.html">5.59</a></li><li class="affix"><a href="5.60.html">5.60</a></li><li class="affix"><a href="5.61.html">5.61</a></li><li class="affix"><a href="5.62.html">5.62</a></li><li class="affix"><a href="5.63.html">5.63</a></li><li class="affix"><a href="5.64.html">5.64</a></li><li class="affix"><a href="5.65.html">5.65</a></li><li class="affix"><a href="5.66.html">5.66</a></li><li class="affix"><a href="5.67.html">5.67</a></li><li class="affix"><a href="5.68.html">5.68</a></li><li class="affix"><a href="5.69.html">5.69</a></li><li class="affix"><a href="5.70.html">5.70</a></li><li class="affix"><a href="5.71.html">5.71</a></li><li class="affix"><a href="5.72.html">5.72</a></li><li class="affix"><a href="5.73.html">5.73</a></li><li class="affix"><a href="5.74.html">5.74</a></li><li class="affix"><a href="5.75.html">5.75</a></li><li class="affix"><a href="5.76.html">5.76</a></li><li class="affix"><a href="5.77-78.html">5.77-78</a></li><li class="affix"><a href="5.79.html">5.79</a></li><li class="affix"><a href="5.80.html">5.80</a></li><li class="affix"><a href="5.81.html">5.81</a></li><li class="affix"><a href="5.82.html">5.82</a></li><li class="affix"><a href="5.83.html">5.83</a></li><li class="affix"><a href="5.84.html">5.84</a></li><li class="affix"><a href="5.85.html">5.85</a></li><li class="affix"><a href="5.86.html">5.86</a></li><li class="affix"><a href="5.87.html">5.87</a></li><li class="affix"><a href="5.88.html">5.88</a></li><li class="affix"><a href="5.89.html">5.89</a></li><li class="affix"><a href="5.90.html">5.90</a></li><li class="affix"><a href="5.91.html">5.91</a></li><li class="affix"><a href="5.92.html">5.92</a></li><li class="affix"><a href="5.93.html">5.93</a></li><li class="affix"><a href="5.94.html">5.94</a></li><li class="affix"><a href="5.95.html">5.95</a></li><li class="affix"><a href="5.96.html">5.96</a></li><li class="affix"><a href="5.97.html">5.97</a></li><li class="affix"><a href="5.98.html">5.98</a></li><li class="affix"><a href="5.99.html">5.99</a></li><li class="affix"><a href="5.100.html">5.100</a></li><li class="affix"><a href="5.101.html">5.101</a></li><li class="affix"><a href="5.102.html">5.102</a></li><li class="affix"><a href="5.103.html">5.103</a></li><li class="affix"><a href="5.104.html">5.104</a></li><li class="affix"><a href="5.105.html">5.105</a></li><li class="affix"><a href="5.106.html">5.106</a></li><li class="affix"><a href="5.107.html">5.107</a></li><li class="affix"><a href="5.108.html">5.108</a></li><li class="affix"><a href="5.109.html">5.109</a></li><li class="affix"><a href="5.110.html">5.110</a></li><li class="affix"><a href="5.111.html">5.111</a></li><li class="affix"><a href="5.112.html">5.112</a></li><li class="affix"><a href="5.113.html">5.113</a></li><li class="affix"><a href="5.114.html">5.114</a></li><li class="affix"><a href="5.115.html">5.115</a></li><li class="affix"><a href="5.116.html">5.116</a></li><li class="affix"><a href="5.117.html">5.117</a></li><li class="affix"><a href="5.118.html">5.118</a></li><li class="affix"><a href="5.119.html">5.119</a></li><li class="affix"><a href="5.120.html">5.120</a></li><li class="affix"><a href="5.121.html">5.121</a></li><li class="affix"><a href="5.122.html">5.122</a></li><li class="affix"><a href="5.123.html">5.123</a></li><li class="affix"><a href="5.124.html">5.124</a></li><li class="affix"><a href="5.125.html">5.125</a></li><li class="affix"><a href="5.126.html">5.126</a></li><li class="affix"><a href="5.127.html">5.127</a></li><li class="affix"><a href="5.128.html">5.128</a></li><li class="affix"><a href="5.129.html">5.129</a></li><li class="affix"><a href="5.130.html">5.130</a></li><li class="affix"><a href="5.131.html">5.131</a></li><li class="affix"><a href="5.132.html">5.132</a></li><li class="affix"><a href="5.133.html">5.133</a></li><li class="affix"><a href="5.134.html">5.134</a></li><li class="affix"><a href="5.135.html">5.135</a></li><li class="affix"><a href="5.136.html">5.136</a></li><li class="affix"><a href="5.137.html">5.137</a></li><li class="affix"><a href="5.138.html">5.138</a></li><li class="affix"><a href="5.139.html">5.139</a></li><li class="affix"><a href="5.140.html">5.140</a></li><li class="affix"><a href="5.141.html">5.141</a></li><li class="affix"><a href="5.142-143.html">5.142-143</a></li><li class="affix"><a href="5.144.html">5.144</a></li><li class="affix"><a href="5.145.html">5.145</a></li><li class="affix"><a href="5.146.html">5.146</a></li><li class="affix"><a href="5.147.html">5.147</a></li><li class="affix"><a href="5.148.html">5.148</a></li><li class="affix"><a href="5.149.html">5.149</a></li><li class="affix"><a href="5.150.html">5.150</a></li><li class="affix"><a href="5.151.html">5.151</a></li><li class="affix"><a href="5.152.html">5.152</a></li><li class="affix"><a href="5.153.html">5.153</a></li><li class="affix"><a href="5.154.html">5.154</a></li><li class="affix"><a href="5.155.html">5.155</a></li><li class="affix"><a href="5.156.html">5.156</a></li><li class="affix"><a href="5.157.html">5.157</a></li><li class="affix"><a href="5.158.html">5.158</a></li><li class="affix"><a href="5.159.html">5.159</a></li><li class="affix"><a href="5.160.html">5.160</a></li><li class="affix"><a href="5.161.html">5.161</a></li></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: Madhya-lila&amp;lt;/h1&amp;gt;
&amp;lt;div class=&amp;quot;right-buttons&amp;quot;&amp;gt;
&amp;lt;a href=&amp;quot;print.html&amp;quot; title=&amp;quot;Print this book&amp;quot; aria-label=&amp;quot;Print this book&amp;quot;&amp;gt;
&amp;lt;i id=&amp;quot;print-button&amp;quot; class=&amp;quot;fa fa-print&amp;quot;&amp;gt;&amp;lt;/i&amp;gt;
&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id=&amp;quot;search-wrapper&amp;quot; class=&amp;quot;hidden&amp;quot;&amp;gt;
&amp;lt;form id=&amp;quot;searchbar-outer&amp;quot; class=&amp;quot;searchbar-outer&amp;quot;&amp;gt;
&amp;lt;input type=&amp;quot;search&amp;quot; name=&amp;quot;search&amp;quot; id=&amp;quot;searchbar&amp;quot; name=&amp;quot;searchbar&amp;quot; placeholder=&amp;quot;Search this book ...&amp;quot; aria-controls=&amp;quot;searchresults-outer&amp;quot; aria-describedby=&amp;quot;searchresults-header&amp;quot;&amp;gt;
&amp;lt;/form&amp;gt;
&amp;lt;div id=&amp;quot;searchresults-outer&amp;quot; class=&amp;quot;searchresults-outer hidden&amp;quot;&amp;gt;
&amp;lt;div id=&amp;quot;searchresults-header&amp;quot; class=&amp;quot;searchresults-header&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;ul id=&amp;quot;searchresults&amp;quot;&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
&amp;lt;/script&amp;gt;
&amp;lt;div id=&amp;quot;content&amp;quot; class=&amp;quot;content&amp;quot;&amp;gt;
&amp;lt;main&amp;gt;
&amp;lt;!DOCTYPE HTML&amp;gt;
<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">4.1</a></li><li class="affix"><a href="4.2.html">4.2</a></li><li class="affix"><a href="4.3-4.html">4.3-4</a></li><li class="affix"><a href="4.5.html">4.5</a></li><li class="affix"><a href="4.6.html">4.6</a></li><li class="affix"><a href="4.7.html">4.7</a></li><li class="affix"><a href="4.8.html">4.8</a></li><li class="affix"><a href="4.9.html">4.9</a></li><li class="affix"><a href="4.10.html">4.10</a></li><li class="affix"><a href="4.11.html">4.11</a></li><li class="affix"><a href="4.12.html">4.12</a></li><li class="affix"><a href="4.13.html">4.13</a></li><li class="affix"><a href="4.14.html">4.14</a></li><li class="affix"><a href="4.15.html">4.15</a></li><li class="affix"><a href="4.16.html">4.16</a></li><li class="affix"><a href="4.17.html">4.17</a></li><li class="affix"><a href="4.18.html">4.18</a></li><li class="affix"><a href="4.19.html">4.19</a></li><li class="affix"><a href="4.20.html">4.20</a></li><li class="affix"><a href="4.21.html">4.21</a></li><li class="affix"><a href="4.22.html">4.22</a></li><li class="affix"><a href="4.23.html">4.23</a></li><li class="affix"><a href="4.24.html">4.24</a></li><li class="affix"><a href="4.25.html">4.25</a></li><li class="affix"><a href="4.26.html">4.26</a></li><li class="affix"><a href="4.27.html">4.27</a></li><li class="affix"><a href="4.28.html">4.28</a></li><li class="affix"><a href="4.29.html">4.29</a></li><li class="affix"><a href="4.30.html">4.30</a></li><li class="affix"><a href="4.31.html">4.31</a></li><li class="affix"><a href="4.32.html">4.32</a></li><li class="affix"><a href="4.33.html">4.33</a></li><li class="affix"><a href="4.34.html">4.34</a></li><li class="affix"><a href="4.35.html">4.35</a></li><li class="affix"><a href="4.36.html">4.36</a></li><li class="affix"><a href="4.37.html">4.37</a></li><li class="affix"><a href="4.38.html">4.38</a></li><li class="affix"><a href="4.39.html">4.39</a></li><li class="affix"><a href="4.40.html">4.40</a></li><li class="affix"><a href="4.41.html">4.41</a></li><li class="affix"><a href="4.42.html">4.42</a></li><li class="affix"><a href="4.43.html">4.43</a></li><li class="affix"><a href="4.44.html">4.44</a></li><li class="affix"><a href="4.45.html">4.45</a></li><li class="affix"><a href="4.46.html">4.46</a></li><li class="affix"><a href="4.47.html">4.47</a></li><li class="affix"><a href="4.48.html">4.48</a></li><li class="affix"><a href="4.49.html">4.49</a></li><li class="affix"><a href="4.50.html">4.50</a></li><li class="affix"><a href="4.51.html">4.51</a></li><li class="affix"><a href="4.52.html">4.52</a></li><li class="affix"><a href="4.53.html">4.53</a></li><li class="affix"><a href="4.54.html">4.54</a></li><li class="affix"><a href="4.55.html">4.55</a></li><li class="affix"><a href="4.56.html">4.56</a></li><li class="affix"><a href="4.57.html">4.57</a></li><li class="affix"><a href="4.58.html">4.58</a></li><li class="affix"><a href="4.59.html">4.59</a></li><li class="affix"><a href="4.60.html">4.60</a></li><li class="affix"><a href="4.61.html">4.61</a></li><li class="affix"><a href="4.62.html">4.62</a></li><li class="affix"><a href="4.63.html">4.63</a></li><li class="affix"><a href="4.64.html">4.64</a></li><li class="affix"><a href="4.65.html">4.65</a></li><li class="affix"><a href="4.66.html">4.66</a></li><li class="affix"><a href="4.67.html">4.67</a></li><li class="affix"><a href="4.68.html">4.68</a></li><li class="affix"><a href="4.69.html">4.69</a></li><li class="affix"><a href="4.70.html">4.70</a></li><li class="affix"><a href="4.71.html">4.71</a></li><li class="affix"><a href="4.72.html">4.72</a></li><li class="affix"><a href="4.73.html">4.73</a></li><li class="affix"><a href="4.74.html">4.74</a></li><li class="affix"><a href="4.75.html">4.75</a></li><li class="affix"><a href="4.76.html">4.76</a></li><li class="affix"><a href="4.77.html">4.77</a></li><li class="affix"><a href="4.78.html">4.78</a></li><li class="affix"><a href="4.79.html">4.79</a></li><li class="affix"><a href="4.80.html">4.80</a></li><li class="affix"><a href="4.81.html">4.81</a></li><li class="affix"><a href="4.82.html">4.82</a></li><li class="affix"><a href="4.83.html">4.83</a></li><li class="affix"><a href="4.84.html">4.84</a></li><li class="affix"><a href="4.85.html">4.85</a></li><li class="affix"><a href="4.86.html">4.86</a></li><li class="affix"><a href="4.87.html">4.87</a></li><li class="affix"><a href="4.88.html">4.88</a></li><li class="affix"><a href="4.89.html">4.89</a></li><li class="affix"><a href="4.90.html">4.90</a></li><li class="affix"><a href="4.91.html">4.91</a></li><li class="affix"><a href="4.92.html">4.92</a></li><li class="affix"><a href="4.93.html">4.93</a></li><li class="affix"><a href="4.94.html">4.94</a></li><li class="affix"><a href="4.95.html">4.95</a></li><li class="affix"><a href="4.96.html">4.96</a></li><li class="affix"><a href="4.97.html">4.97</a></li><li class="affix"><a href="4.98.html">4.98</a></li><li class="affix"><a href="4.99.html">4.99</a></li><li class="affix"><a href="4.100.html">4.100</a></li><li class="affix"><a href="4.101.html">4.101</a></li><li class="affix"><a href="4.102.html">4.102</a></li><li class="affix"><a href="4.103.html">4.103</a></li><li class="affix"><a href="4.104.html">4.104</a></li><li class="affix"><a href="4.105.html">4.105</a></li><li class="affix"><a href="4.106.html">4.106</a></li><li class="affix"><a href="4.107.html">4.107</a></li><li class="affix"><a href="4.108.html">4.108</a></li><li class="affix"><a href="4.109.html">4.109</a></li><li class="affix"><a href="4.110.html">4.110</a></li><li class="affix"><a href="4.111.html">4.111</a></li><li class="affix"><a href="4.112.html">4.112</a></li><li class="affix"><a href="4.113.html">4.113</a></li><li class="affix"><a href="4.114.html">4.114</a></li><li class="affix"><a href="4.115.html">4.115</a></li><li class="affix"><a href="4.116.html">4.116</a></li><li class="affix"><a href="4.117.html">4.117</a></li><li class="affix"><a href="4.118.html">4.118</a></li><li class="affix"><a href="4.119.html">4.119</a></li><li class="affix"><a href="4.120.html">4.120</a></li><li class="affix"><a href="4.121.html">4.121</a></li><li class="affix"><a href="4.122.html">4.122</a></li><li class="affix"><a href="4.123.html">4.123</a></li><li class="affix"><a href="4.124.html">4.124</a></li><li class="affix"><a href="4.125.html">4.125</a></li><li class="affix"><a href="4.126.html">4.126</a></li><li class="affix"><a href="4.127.html">4.127</a></li><li class="affix"><a href="4.128.html">4.128</a></li><li class="affix"><a href="4.129.html">4.129</a></li><li class="affix"><a href="4.130.html">4.130</a></li><li class="affix"><a href="4.131.html">4.131</a></li><li class="affix"><a href="4.132.html">4.132</a></li><li class="affix"><a href="4.133.html">4.133</a></li><li class="affix"><a href="4.134.html">4.134</a></li><li class="affix"><a href="4.135.html">4.135</a></li><li class="affix"><a href="4.136.html">4.136</a></li><li class="affix"><a href="4.137.html">4.137</a></li><li class="affix"><a href="4.138.html">4.138</a></li><li class="affix"><a href="4.139.html">4.139</a></li><li class="affix"><a href="4.140.html">4.140</a></li><li class="affix"><a href="4.141.html">4.141</a></li><li class="affix"><a href="4.142.html">4.142</a></li><li class="affix"><a href="4.143.html">4.143</a></li><li class="affix"><a href="4.144.html">4.144</a></li><li class="affix"><a href="4.145.html">4.145</a></li><li class="affix"><a href="4.146.html">4.146</a></li><li class="affix"><a href="4.147.html">4.147</a></li><li class="affix"><a href="4.148.html">4.148</a></li><li class="affix"><a href="4.149.html">4.149</a></li><li class="affix"><a href="4.150.html">4.150</a></li><li class="affix"><a href="4.151.html">4.151</a></li><li class="affix"><a href="4.152.html">4.152</a></li><li class="affix"><a href="4.153.html">4.153</a></li><li class="affix"><a href="4.154.html">4.154</a></li><li class="affix"><a href="4.155.html">4.155</a></li><li class="affix"><a href="4.156.html">4.156</a></li><li class="affix"><a href="4.157.html">4.157</a></li><li class="affix"><a href="4.158.html">4.158</a></li><li class="affix"><a href="4.159.html">4.159</a></li><li class="affix"><a href="4.160.html">4.160</a></li><li class="affix"><a href="4.161.html">4.161</a></li><li class="affix"><a href="4.162.html">4.162</a></li><li class="affix"><a href="4.163.html">4.163</a></li><li class="affix"><a href="4.164.html">4.164</a></li><li class="affix"><a href="4.165.html">4.165</a></li><li class="affix"><a href="4.166.html">4.166</a></li><li class="affix"><a href="4.167.html">4.167</a></li><li class="affix"><a href="4.168.html">4.168</a></li><li class="affix"><a href="4.169.html">4.169</a></li><li class="affix"><a href="4.170.html">4.170</a></li><li class="affix"><a href="4.171.html">4.171</a></li><li class="affix"><a href="4.172.html">4.172</a></li><li class="affix"><a href="4.173.html">4.173</a></li><li class="affix"><a href="4.174.html">4.174</a></li><li class="affix"><a href="4.175.html">4.175</a></li><li class="affix"><a href="4.176.html">4.176</a></li><li class="affix"><a href="4.177.html">4.177</a></li><li class="affix"><a href="4.178.html">4.178</a></li><li class="affix"><a href="4.179.html">4.179</a></li><li class="affix"><a href="4.180.html">4.180</a></li><li class="affix"><a href="4.181.html">4.181</a></li><li class="affix"><a href="4.182.html">4.182</a></li><li class="affix"><a href="4.183.html">4.183</a></li><li class="affix"><a href="4.184.html">4.184</a></li><li class="affix"><a href="4.185.html">4.185</a></li><li class="affix"><a href="4.186.html">4.186</a></li><li class="affix"><a href="4.187.html">4.187</a></li><li class="affix"><a href="4.188.html">4.188</a></li><li class="affix"><a href="4.189.html">4.189</a></li><li class="affix"><a href="4.190.html">4.190</a></li><li class="affix"><a href="4.191.html">4.191</a></li><li class="affix"><a href="4.192.html">4.192</a></li><li class="affix"><a href="4.193.html">4.193</a></li><li class="affix"><a href="4.194.html">4.194</a></li><li class="affix"><a href="4.195.html">4.195</a></li><li class="affix"><a href="4.196.html">4.196</a></li><li class="affix"><a href="4.197.html">4.197</a></li><li class="affix"><a href="4.198.html">4.198</a></li><li class="affix"><a href="4.199.html">4.199</a></li><li class="affix"><a href="4.200.html">4.200</a></li><li class="affix"><a href="4.201.html">4.201</a></li><li class="affix"><a href="4.202.html">4.202</a></li><li class="affix"><a href="4.203.html">4.203</a></li><li class="affix"><a href="4.204.html">4.204</a></li><li class="affix"><a href="4.205.html">4.205</a></li><li class="affix"><a href="4.206.html">4.206</a></li><li class="affix"><a href="4.207.html">4.207</a></li><li class="affix"><a href="4.208.html">4.208</a></li><li class="affix"><a href="4.209.html">4.209</a></li><li class="affix"><a href="4.210.html">4.210</a></li><li class="affix"><a href="4.211.html">4.211</a></li><li class="affix"><a href="4.212.html">4.212</a></li><li class="affix"><a href="4.213.html">4.213</a></li></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: Madhya-lila&amp;amp;lt;/h1&amp;amp;gt;
&amp;amp;lt;div class=&amp;amp;quot;right-buttons&amp;amp;quot;&amp;amp;gt;
&amp;amp;lt;a href=&amp;amp;quot;print.html&amp;amp;quot; title=&amp;amp;quot;Print this book&amp;amp;quot; aria-label=&amp;amp;quot;Print this book&amp;amp;quot;&amp;amp;gt;
&amp;amp;lt;i id=&amp;amp;quot;print-button&amp;amp;quot; class=&amp;amp;quot;fa fa-print&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/i&amp;amp;gt;
&amp;amp;lt;/a&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;
&amp;amp;lt;/div&amp;amp;gt;
&amp;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">3.1</a></li><li class="affix"><a href="3.2.html">3.2</a></li><li class="affix"><a href="3.3.html">3.3</a></li><li class="affix"><a href="3.4.html">3.4</a></li><li class="affix"><a href="3.5.html">3.5</a></li><li class="affix"><a href="3.6.html">3.6</a></li><li class="affix"><a href="3.7.html">3.7</a></li><li class="affix"><a href="3.8.html">3.8</a></li><li class="affix"><a href="3.9.html">3.9</a></li><li class="affix"><a href="3.10.html">3.10</a></li><li class="affix"><a href="3.11.html">3.11</a></li><li class="affix"><a href="3.12.html">3.12</a></li><li class="affix"><a href="3.13.html">3.13</a></li><li class="affix"><a href="3.14.html">3.14</a></li><li class="affix"><a href="3.15.html">3.15</a></li><li class="affix"><a href="3.16.html">3.16</a></li><li class="affix"><a href="3.17.html">3.17</a></li><li class="affix"><a href="3.18-19.html">3.18-19</a></li><li class="affix"><a href="3.20.html">3.20</a></li><li class="affix"><a href="3.21.html">3.21</a></li><li class="affix"><a href="3.22.html">3.22</a></li><li class="affix"><a href="3.23.html">3.23</a></li><li class="affix"><a href="3.24.html">3.24</a></li><li class="affix"><a href="3.25.html">3.25</a></li><li class="affix"><a href="3.26.html">3.26</a></li><li class="affix"><a href="3.27.html">3.27</a></li><li class="affix"><a href="3.28.html">3.28</a></li><li class="affix"><a href="3.29.html">3.29</a></li><li class="affix"><a href="3.30.html">3.30</a></li><li class="affix"><a href="3.31.html">3.31</a></li><li class="affix"><a href="3.32.html">3.32</a></li><li class="affix"><a href="3.33.html">3.33</a></li><li class="affix"><a href="3.34.html">3.34</a></li><li class="affix"><a href="3.35.html">3.35</a></li><li class="affix"><a href="3.36.html">3.36</a></li><li class="affix"><a href="3.37.html">3.37</a></li><li class="affix"><a href="3.38.html">3.38</a></li><li class="affix"><a href="3.39.html">3.39</a></li><li class="affix"><a href="3.40.html">3.40</a></li><li class="affix"><a href="3.41.html">3.41</a></li><li class="affix"><a href="3.42.html">3.42</a></li><li class="affix"><a href="3.43.html">3.43</a></li><li class="affix"><a href="3.44.html">3.44</a></li><li class="affix"><a href="3.45.html">3.45</a></li><li class="affix"><a href="3.46.html">3.46</a></li><li class="affix"><a href="3.47.html">3.47</a></li><li class="affix"><a href="3.48.html">3.48</a></li><li class="affix"><a href="3.49.html">3.49</a></li><li class="affix"><a href="3.50.html">3.50</a></li><li class="affix"><a href="3.51.html">3.51</a></li><li class="affix"><a href="3.52.html">3.52</a></li><li class="affix"><a href="3.53.html">3.53</a></li><li class="affix"><a href="3.54.html">3.54</a></li><li class="affix"><a href="3.55.html">3.55</a></li><li class="affix"><a href="3.56.html">3.56</a></li><li class="affix"><a href="3.57.html">3.57</a></li><li class="affix"><a href="3.58.html">3.58</a></li><li class="affix"><a href="3.59.html">3.59</a></li><li class="affix"><a href="3.60.html">3.60</a></li><li class="affix"><a href="3.61.html">3.61</a></li><li class="affix"><a href="3.62.html">3.62</a></li><li class="affix"><a href="3.63.html">3.63</a></li><li class="affix"><a href="3.64.html">3.64</a></li><li class="affix"><a href="3.65.html">3.65</a></li><li class="affix"><a href="3.66.html">3.66</a></li><li class="affix"><a href="3.67.html">3.67</a></li><li class="affix"><a href="3.68.html">3.68</a></li><li class="affix"><a href="3.69.html">3.69</a></li><li class="affix"><a href="3.70.html">3.70</a></li><li class="affix"><a href="3.71.html">3.71</a></li><li class="affix"><a href="3.72.html">3.72</a></li><li class="affix"><a href="3.73.html">3.73</a></li><li class="affix"><a href="3.74.html">3.74</a></li><li class="affix"><a href="3.75.html">3.75</a></li><li class="affix"><a href="3.76.html">3.76</a></li><li class="affix"><a href="3.77.html">3.77</a></li><li class="affix"><a href="3.78.html">3.78</a></li><li class="affix"><a href="3.79.html">3.79</a></li><li class="affix"><a href="3.80.html">3.80</a></li><li class="affix"><a href="3.81.html">3.81</a></li><li class="affix"><a href="3.82.html">3.82</a></li><li class="affix"><a href="3.83.html">3.83</a></li><li class="affix"><a href="3.84.html">3.84</a></li><li class="affix"><a href="3.85.html">3.85</a></li><li class="affix"><a href="3.86.html">3.86</a></li><li class="affix"><a href="3.87.html">3.87</a></li><li class="affix"><a href="3.88.html">3.88</a></li><li class="affix"><a href="3.89.html">3.89</a></li><li class="affix"><a href="3.90.html">3.90</a></li><li class="affix"><a href="3.91.html">3.91</a></li><li class="affix"><a href="3.92.html">3.92</a></li><li class="affix"><a href="3.93.html">3.93</a></li><li class="affix"><a href="3.94.html">3.94</a></li><li class="affix"><a href="3.95.html">3.95</a></li><li class="affix"><a href="3.96.html">3.96</a></li><li class="affix"><a href="3.97.html">3.97</a></li><li class="affix"><a href="3.98.html">3.98</a></li><li class="affix"><a href="3.99.html">3.99</a></li><li class="affix"><a href="3.100.html">3.100</a></li><li class="affix"><a href="3.101.html">3.101</a></li><li class="affix"><a href="3.102.html">3.102</a></li><li class="affix"><a href="3.103.html">3.103</a></li><li class="affix"><a href="3.104.html">3.104</a></li><li class="affix"><a href="3.105.html">3.105</a></li><li class="affix"><a href="3.106.html">3.106</a></li><li class="affix"><a href="3.107.html">3.107</a></li><li class="affix"><a href="3.108.html">3.108</a></li><li class="affix"><a href="3.109.html">3.109</a></li><li class="affix"><a href="3.110.html">3.110</a></li><li class="affix"><a href="3.111.html">3.111</a></li><li class="affix"><a href="3.112.html">3.112</a></li><li class="affix"><a href="3.113.html">3.113</a></li><li class="affix"><a href="3.114.html">3.114</a></li><li class="affix"><a href="3.115.html">3.115</a></li><li class="affix"><a href="3.116.html">3.116</a></li><li class="affix"><a href="3.117.html">3.117</a></li><li class="affix"><a href="3.118.html">3.118</a></li><li class="affix"><a href="3.119.html">3.119</a></li><li class="affix"><a href="3.120.html">3.120</a></li><li class="affix"><a href="3.121.html">3.121</a></li><li class="affix"><a href="3.122.html">3.122</a></li><li class="affix"><a href="3.123.html">3.123</a></li><li class="affix"><a href="3.124.html">3.124</a></li><li class="affix"><a href="3.125.html">3.125</a></li><li class="affix"><a href="3.126.html">3.126</a></li><li class="affix"><a href="3.127.html">3.127</a></li><li class="affix"><a href="3.128.html">3.128</a></li><li class="affix"><a href="3.129.html">3.129</a></li><li class="affix"><a href="3.130.html">3.130</a></li><li class="affix"><a href="3.131.html">3.131</a></li><li class="affix"><a href="3.132.html">3.132</a></li><li class="affix"><a href="3.133.html">3.133</a></li><li class="affix"><a href="3.134.html">3.134</a></li><li class="affix"><a href="3.135.html">3.135</a></li><li class="affix"><a href="3.136.html">3.136</a></li><li class="affix"><a href="3.137.html">3.137</a></li><li class="affix"><a href="3.138.html">3.138</a></li><li class="affix"><a href="3.139.html">3.139</a></li><li class="affix"><a href="3.140.html">3.140</a></li><li class="affix"><a href="3.141.html">3.141</a></li><li class="affix"><a href="3.142.html">3.142</a></li><li class="affix"><a href="3.143.html">3.143</a></li><li class="affix"><a href="3.144.html">3.144</a></li><li class="affix"><a href="3.145.html">3.145</a></li><li class="affix"><a href="3.146.html">3.146</a></li><li class="affix"><a href="3.147.html">3.147</a></li><li class="affix"><a href="3.148.html">3.148</a></li><li class="affix"><a href="3.149.html">3.149</a></li><li class="affix"><a href="3.150.html">3.150</a></li><li class="affix"><a href="3.151.html">3.151</a></li><li class="affix"><a href="3.152.html">3.152</a></li><li class="affix"><a href="3.153-155.html">3.153-155</a></li><li class="affix"><a href="3.156.html">3.156</a></li><li class="affix"><a href="3.157.html">3.157</a></li><li class="affix"><a href="3.158.html">3.158</a></li><li class="affix"><a href="3.159.html">3.159</a></li><li class="affix"><a href="3.160.html">3.160</a></li><li class="affix"><a href="3.161.html">3.161</a></li><li class="affix"><a href="3.162.html">3.162</a></li><li class="affix"><a href="3.163.html">3.163</a></li><li class="affix"><a href="3.164.html">3.164</a></li><li class="affix"><a href="3.165.html">3.165</a></li><li class="affix"><a href="3.166.html">3.166</a></li><li class="affix"><a href="3.167.html">3.167</a></li><li class="affix"><a href="3.168.html">3.168</a></li><li class="affix"><a href="3.169.html">3.169</a></li><li class="affix"><a href="3.170.html">3.170</a></li><li class="affix"><a href="3.171.html">3.171</a></li><li class="affix"><a href="3.172.html">3.172</a></li><li class="affix"><a href="3.173.html">3.173</a></li><li class="affix"><a href="3.174.html">3.174</a></li><li class="affix"><a href="3.175.html">3.175</a></li><li class="affix"><a href="3.176.html">3.176</a></li><li class="affix"><a href="3.177.html">3.177</a></li><li class="affix"><a href="3.178.html">3.178</a></li><li class="affix"><a href="3.179.html">3.179</a></li><li class="affix"><a href="3.180.html">3.180</a></li><li class="affix"><a href="3.181.html">3.181</a></li><li class="affix"><a href="3.182.html">3.182</a></li><li class="affix"><a href="3.183.html">3.183</a></li><li class="affix"><a href="3.184.html">3.184</a></li><li class="affix"><a href="3.185.html">3.185</a></li><li class="affix"><a href="3.186.html">3.186</a></li><li class="affix"><a href="3.187.html">3.187</a></li><li class="affix"><a href="3.188.html">3.188</a></li><li class="affix"><a href="3.189.html">3.189</a></li><li class="affix"><a href="3.190.html">3.190</a></li><li class="affix"><a href="3.191.html">3.191</a></li><li class="affix"><a href="3.192.html">3.192</a></li><li class="affix"><a href="3.193.html">3.193</a></li><li class="affix"><a href="3.194.html">3.194</a></li><li class="affix"><a href="3.195.html">3.195</a></li><li class="affix"><a href="3.196.html">3.196</a></li><li class="affix"><a href="3.197.html">3.197</a></li><li class="affix"><a href="3.198.html">3.198</a></li><li class="affix"><a href="3.199.html">3.199</a></li><li class="affix"><a href="3.200.html">3.200</a></li><li class="affix"><a href="3.201.html">3.201</a></li><li class="affix"><a href="3.202.html">3.202</a></li><li class="affix"><a href="3.203.html">3.203</a></li><li class="affix"><a href="3.204.html">3.204</a></li><li class="affix"><a href="3.205.html">3.205</a></li><li class="affix"><a href="3.206.html">3.206</a></li><li class="affix"><a href="3.207.html">3.207</a></li><li class="affix"><a href="3.208.html">3.208</a></li><li class="affix"><a href="3.209-210.html">3.209-210</a></li><li class="affix"><a href="3.211.html">3.211</a></li><li class="affix"><a href="3.212.html">3.212</a></li><li class="affix"><a href="3.213.html">3.213</a></li><li class="affix"><a href="3.214.html">3.214</a></li><li class="affix"><a href="3.215.html">3.215</a></li><li class="affix"><a href="3.216.html">3.216</a></li><li class="affix"><a href="3.217.html">3.217</a></li><li class="affix"><a href="3.218.html">3.218</a></li><li class="affix"><a href="3.219.html">3.219</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">25.1</a></li><li class="affix"><a href="25.2.html">25.2</a></li><li class="affix"><a href="25.3.html">25.3</a></li><li class="affix"><a href="25.4.html">25.4</a></li><li class="affix"><a href="25.5.html">25.5</a></li><li class="affix"><a href="25.6.html">25.6</a></li><li class="affix"><a href="25.7.html">25.7</a></li><li class="affix"><a href="25.8.html">25.8</a></li><li class="affix"><a href="25.9.html">25.9</a></li><li class="affix"><a href="25.10.html">25.10</a></li><li class="affix"><a href="25.11.html">25.11</a></li><li class="affix"><a href="25.12.html">25.12</a></li><li class="affix"><a href="25.13.html">25.13</a></li><li class="affix"><a href="25.14.html">25.14</a></li><li class="affix"><a href="25.15.html">25.15</a></li><li class="affix"><a href="25.16.html">25.16</a></li><li class="affix"><a href="25.17.html">25.17</a></li><li class="affix"><a href="25.18.html">25.18</a></li><li class="affix"><a href="25.19.html">25.19</a></li><li class="affix"><a href="25.20.html">25.20</a></li><li class="affix"><a href="25.21.html">25.21</a></li><li class="affix"><a href="25.22.html">25.22</a></li><li class="affix"><a href="25.23.html">25.23</a></li><li class="affix"><a href="25.24.html">25.24</a></li><li class="affix"><a href="25.25.html">25.25</a></li><li class="affix"><a href="25.26.html">25.26</a></li><li class="affix"><a href="25.27.html">25.27</a></li><li class="affix"><a href="25.28.html">25.28</a></li><li class="affix"><a href="25.29.html">25.29</a></li><li class="affix"><a href="25.30.html">25.30</a></li><li class="affix"><a href="25.31.html">25.31</a></li><li class="affix"><a href="25.32.html">25.32</a></li><li class="affix"><a href="25.33.html">25.33</a></li><li class="affix"><a href="25.34.html">25.34</a></li><li class="affix"><a href="25.35.html">25.35</a></li><li class="affix"><a href="25.36.html">25.36</a></li><li class="affix"><a href="25.37.html">25.37</a></li><li class="affix"><a href="25.38.html">25.38</a></li><li class="affix"><a href="25.39.html">25.39</a></li><li class="affix"><a href="25.40.html">25.40</a></li><li class="affix"><a href="25.41.html">25.41</a></li><li class="affix"><a href="25.42.html">25.42</a></li><li class="affix"><a href="25.43.html">25.43</a></li><li class="affix"><a href="25.44.html">25.44</a></li><li class="affix"><a href="25.45.html">25.45</a></li><li class="affix"><a href="25.46.html">25.46</a></li><li class="affix"><a href="25.47.html">25.47</a></li><li class="affix"><a href="25.48.html">25.48</a></li><li class="affix"><a href="25.49.html">25.49</a></li><li class="affix"><a href="25.50.html">25.50</a></li><li class="affix"><a href="25.51.html">25.51</a></li><li class="affix"><a href="25.52.html">25.52</a></li><li class="affix"><a href="25.53.html">25.53</a></li><li class="affix"><a href="25.54.html">25.54</a></li><li class="affix"><a href="25.55.html">25.55</a></li><li class="affix"><a href="25.56.html">25.56</a></li><li class="affix"><a href="25.57.html">25.57</a></li><li class="affix"><a href="25.58.html">25.58</a></li><li class="affix"><a href="25.59.html">25.59</a></li><li class="affix"><a href="25.60.html">25.60</a></li><li class="affix"><a href="25.61.html">25.61</a></li><li class="affix"><a href="25.62.html">25.62</a></li><li class="affix"><a href="25.63.html">25.63</a></li><li class="affix"><a href="25.64.html">25.64</a></li><li class="affix"><a href="25.65.html">25.65</a></li><li class="affix"><a href="25.66.html">25.66</a></li><li class="affix"><a href="25.67.html">25.67</a></li><li class="affix"><a href="25.68.html">25.68</a></li><li class="affix"><a href="25.69.html">25.69</a></li><li class="affix"><a href="25.70.html">25.70</a></li><li class="affix"><a href="25.71.html">25.71</a></li><li class="affix"><a href="25.72.html">25.72</a></li><li class="affix"><a href="25.73.html">25.73</a></li><li class="affix"><a href="25.74.html">25.74</a></li><li class="affix"><a href="25.75.html">25.75</a></li><li class="affix"><a href="25.76.html">25.76</a></li><li class="affix"><a href="25.77.html">25.77</a></li><li class="affix"><a href="25.78.html">25.78</a></li><li class="affix"><a href="25.79.html">25.79</a></li><li class="affix"><a href="25.80.html">25.80</a></li><li class="affix"><a href="25.81.html">25.81</a></li><li class="affix"><a href="25.82.html">25.82</a></li><li class="affix"><a href="25.83.html">25.83</a></li><li class="affix"><a href="25.84.html">25.84</a></li><li class="affix"><a href="25.85.html">25.85</a></li><li class="affix"><a href="25.86.html">25.86</a></li><li class="affix"><a href="25.87.html">25.87</a></li><li class="affix"><a href="25.88.html">25.88</a></li><li class="affix"><a href="25.89.html">25.89</a></li><li class="affix"><a href="25.90.html">25.90</a></li><li class="affix"><a href="25.91.html">25.91</a></li><li class="affix"><a href="25.92.html">25.92</a></li><li class="affix"><a href="25.93.html">25.93</a></li><li class="affix"><a href="25.94.html">25.94</a></li><li class="affix"><a href="25.95.html">25.95</a></li><li class="affix"><a href="25.96.html">25.96</a></li><li class="affix"><a href="25.97.html">25.97</a></li><li class="affix"><a href="25.98.html">25.98</a></li><li class="affix"><a href="25.99.html">25.99</a></li><li class="affix"><a href="25.100.html">25.100</a></li><li class="affix"><a href="25.101.html">25.101</a></li><li class="affix"><a href="25.102.html">25.102</a></li><li class="affix"><a href="25.103.html">25.103</a></li><li class="affix"><a href="25.104.html">25.104</a></li><li class="affix"><a href="25.105.html">25.105</a></li><li class="affix"><a href="25.106.html">25.106</a></li><li class="affix"><a href="25.107.html">25.107</a></li><li class="affix"><a href="25.108.html">25.108</a></li><li class="affix"><a href="25.109.html">25.109</a></li><li class="affix"><a href="25.110.html">25.110</a></li><li class="affix"><a href="25.111.html">25.111</a></li><li class="affix"><a href="25.112.html">25.112</a></li><li class="affix"><a href="25.113.html">25.113</a></li><li class="affix"><a href="25.114.html">25.114</a></li><li class="affix"><a href="25.115.html">25.115</a></li><li class="affix"><a href="25.116.html">25.116</a></li><li class="affix"><a href="25.117.html">25.117</a></li><li class="affix"><a href="25.118.html">25.118</a></li><li class="affix"><a href="25.119.html">25.119</a></li><li class="affix"><a href="25.120.html">25.120</a></li><li class="affix"><a href="25.121.html">25.121</a></li><li class="affix"><a href="25.122.html">25.122</a></li><li class="affix"><a href="25.123.html">25.123</a></li><li class="affix"><a href="25.124.html">25.124</a></li><li class="affix"><a href="25.125.html">25.125</a></li><li class="affix"><a href="25.126.html">25.126</a></li><li class="affix"><a href="25.127.html">25.127</a></li><li class="affix"><a href="25.128.html">25.128</a></li><li class="affix"><a href="25.129.html">25.129</a></li><li class="affix"><a href="25.130.html">25.130</a></li><li class="affix"><a href="25.131.html">25.131</a></li><li class="affix"><a href="25.132.html">25.132</a></li><li class="affix"><a href="25.133.html">25.133</a></li><li class="affix"><a href="25.134.html">25.134</a></li><li class="affix"><a href="25.135.html">25.135</a></li><li class="affix"><a href="25.136.html">25.136</a></li><li class="affix"><a href="25.137.html">25.137</a></li><li class="affix"><a href="25.138.html">25.138</a></li><li class="affix"><a href="25.139.html">25.139</a></li><li class="affix"><a href="25.140.html">25.140</a></li><li class="affix"><a href="25.141.html">25.141</a></li><li class="affix"><a href="25.142.html">25.142</a></li><li class="affix"><a href="25.143-144.html">25.143-144</a></li><li class="affix"><a href="25.145.html">25.145</a></li><li class="affix"><a href="25.146.html">25.146</a></li><li class="affix"><a href="25.147.html">25.147</a></li><li class="affix"><a href="25.148.html">25.148</a></li><li class="affix"><a href="25.149.html">25.149</a></li><li class="affix"><a href="25.150.html">25.150</a></li><li class="affix"><a href="25.151.html">25.151</a></li><li class="affix"><a href="25.152.html">25.152</a></li><li class="affix"><a href="25.153.html">25.153</a></li><li class="affix"><a href="25.154.html">25.154</a></li><li class="affix"><a href="25.155.html">25.155</a></li><li class="affix"><a href="25.156.html">25.156</a></li><li class="affix"><a href="25.157.html">25.157</a></li><li class="affix"><a href="25.158.html">25.158</a></li><li class="affix"><a href="25.159.html">25.159</a></li><li class="affix"><a href="25.160.html">25.160</a></li><li class="affix"><a href="25.161.html">25.161</a></li><li class="affix"><a href="25.162.html">25.162</a></li><li class="affix"><a href="25.163.html">25.163</a></li><li class="affix"><a href="25.164.html">25.164</a></li><li class="affix"><a href="25.165.html">25.165</a></li><li class="affix"><a href="25.166.html">25.166</a></li><li class="affix"><a href="25.167.html">25.167</a></li><li class="affix"><a href="25.168.html">25.168</a></li><li class="affix"><a href="25.169.html">25.169</a></li><li class="affix"><a href="25.170.html">25.170</a></li><li class="affix"><a href="25.171.html">25.171</a></li><li class="affix"><a href="25.172.html">25.172</a></li><li class="affix"><a href="25.173.html">25.173</a></li><li class="affix"><a href="25.174.html">25.174</a></li><li class="affix"><a href="25.175.html">25.175</a></li><li class="affix"><a href="25.176.html">25.176</a></li><li class="affix"><a href="25.177.html">25.177</a></li><li class="affix"><a href="25.178.html">25.178</a></li><li class="affix"><a href="25.179.html">25.179</a></li><li class="affix"><a href="25.180.html">25.180</a></li><li class="affix"><a href="25.181.html">25.181</a></li><li class="affix"><a href="25.182.html">25.182</a></li><li class="affix"><a href="25.183.html">25.183</a></li><li class="affix"><a href="25.184.html">25.184</a></li><li class="affix"><a href="25.185.html">25.185</a></li><li class="affix"><a href="25.186.html">25.186</a></li><li class="affix"><a href="25.187.html">25.187</a></li><li class="affix"><a href="25.188.html">25.188</a></li><li class="affix"><a href="25.189.html">25.189</a></li><li class="affix"><a href="25.190.html">25.190</a></li><li class="affix"><a href="25.191.html">25.191</a></li><li class="affix"><a href="25.192.html">25.192</a></li><li class="affix"><a href="25.193.html">25.193</a></li><li class="affix"><a href="25.194.html">25.194</a></li><li class="affix"><a href="25.195.html">25.195</a></li><li class="affix"><a href="25.196.html">25.196</a></li><li class="affix"><a href="25.197.html">25.197</a></li><li class="affix"><a href="25.198.html">25.198</a></li><li class="affix"><a href="25.199.html">25.199</a></li><li class="affix"><a href="25.200.html">25.200</a></li><li class="affix"><a href="25.201.html">25.201</a></li><li class="affix"><a href="25.202.html">25.202</a></li><li class="affix"><a href="25.203.html">25.203</a></li><li class="affix"><a href="25.204.html">25.204</a></li><li class="affix"><a href="25.205.html">25.205</a></li><li class="affix"><a href="25.206.html">25.206</a></li><li class="affix"><a href="25.207.html">25.207</a></li><li class="affix"><a href="25.208.html">25.208</a></li><li class="affix"><a href="25.209.html">25.209</a></li><li class="affix"><a href="25.210.html">25.210</a></li><li class="affix"><a href="25.211.html">25.211</a></li><li class="affix"><a href="25.212.html">25.212</a></li><li class="affix"><a href="25.213.html">25.213</a></li><li class="affix"><a href="25.214.html">25.214</a></li><li class="affix"><a href="25.215.html">25.215</a></li><li class="affix"><a href="25.216.html">25.216</a></li><li class="affix"><a href="25.217.html">25.217</a></li><li class="affix"><a href="25.218.html">25.218</a></li><li class="affix"><a href="25.219.html">25.219</a></li><li class="affix"><a href="25.220.html">25.220</a></li><li class="affix"><a href="25.221.html">25.221</a></li><li class="affix"><a href="25.222.html">25.222</a></li><li class="affix"><a href="25.223.html">25.223</a></li><li class="affix"><a href="25.224.html">25.224</a></li><li class="affix"><a href="25.225.html">25.225</a></li><li class="affix"><a href="25.226.html">25.226</a></li><li class="affix"><a href="25.227.html">25.227</a></li><li class="affix"><a href="25.228.html">25.228</a></li><li class="affix"><a href="25.229.html">25.229</a></li><li class="affix"><a href="25.230.html">25.230</a></li><li class="affix"><a href="25.231.html">25.231</a></li><li class="affix"><a href="25.232.html">25.232</a></li><li class="affix"><a href="25.233.html">25.233</a></li><li class="affix"><a href="25.234.html">25.234</a></li><li class="affix"><a href="25.235.html">25.235</a></li><li class="affix"><a href="25.236.html">25.236</a></li><li class="affix"><a href="25.237.html">25.237</a></li><li class="affix"><a href="25.238.html">25.238</a></li><li class="affix"><a href="25.239.html">25.239</a></li><li class="affix"><a href="25.240.html">25.240</a></li><li class="affix"><a href="25.241.html">25.241</a></li><li class="affix"><a href="25.242.html">25.242</a></li><li class="affix"><a href="25.243.html">25.243</a></li><li class="affix"><a href="25.244.html">25.244</a></li><li class="affix"><a href="25.245.html">25.245</a></li><li class="affix"><a href="25.246.html">25.246</a></li><li class="affix"><a href="25.247.html">25.247</a></li><li class="affix"><a href="25.248.html">25.248</a></li><li class="affix"><a href="25.249.html">25.249</a></li><li class="affix"><a href="25.250.html">25.250</a></li><li class="affix"><a href="25.251.html">25.251</a></li><li class="affix"><a href="25.252.html">25.252</a></li><li class="affix"><a href="25.253.html">25.253</a></li><li class="affix"><a href="25.254.html">25.254</a></li><li class="affix"><a href="25.255.html">25.255</a></li><li class="affix"><a href="25.256.html">25.256</a></li><li class="affix"><a href="25.257.html">25.257</a></li><li class="affix"><a href="25.258.html">25.258</a></li><li class="affix"><a href="25.259.html">25.259</a></li><li class="affix"><a href="25.260.html">25.260</a></li><li class="affix"><a href="25.261.html">25.261</a></li><li class="affix"><a href="25.262.html">25.262</a></li><li class="affix"><a href="25.263.html">25.263</a></li><li class="affix"><a href="25.264.html">25.264</a></li><li class="affix"><a href="25.265.html">25.265</a></li><li class="affix"><a href="25.266.html">25.266</a></li><li class="affix"><a href="25.267.html">25.267</a></li><li class="affix"><a href="25.268.html">25.268</a></li><li class="affix"><a href="25.269.html">25.269</a></li><li class="affix"><a href="25.270.html">25.270</a></li><li class="affix"><a href="25.271.html">25.271</a></li><li class="affix"><a href="25.272.html">25.272</a></li><li class="affix"><a href="25.273.html">25.273</a></li><li class="affix"><a href="25.274.html">25.274</a></li><li class="affix"><a href="25.275.html">25.275</a></li><li class="affix"><a href="25.276.html">25.276</a></li><li class="affix"><a href="25.277.html">25.277</a></li><li class="affix"><a href="25.278.html">25.278</a></li><li class="affix"><a href="25.279.html">25.279</a></li><li class="affix"><a href="25.280.html">25.280</a></li><li class="affix"><a href="25.281.html">25.281</a></li><li class="affix"><a href="25.282.html">25.282</a></li><li class="affix"><a href="25.283.html">25.283</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">24.1</a></li><li class="affix"><a href="24.2.html">24.2</a></li><li class="affix"><a href="24.3.html">24.3</a></li><li class="affix"><a href="24.4.html">24.4</a></li><li class="affix"><a href="24.5.html">24.5</a></li><li class="affix"><a href="24.6.html">24.6</a></li><li class="affix"><a href="24.7.html">24.7</a></li><li class="affix"><a href="24.8.html">24.8</a></li><li class="affix"><a href="24.9.html">24.9</a></li><li class="affix"><a href="24.10.html">24.10</a></li><li class="affix"><a href="24.11.html">24.11</a></li><li class="affix"><a href="24.12.html">24.12</a></li><li class="affix"><a href="24.13.html">24.13</a></li><li class="affix"><a href="24.14.html">24.14</a></li><li class="affix"><a href="24.15.html">24.15</a></li><li class="affix"><a href="24.16.html">24.16</a></li><li class="affix"><a href="24.17.html">24.17</a></li><li class="affix"><a href="24.18.html">24.18</a></li><li class="affix"><a href="24.19.html">24.19</a></li><li class="affix"><a href="24.20.html">24.20</a></li><li class="affix"><a href="24.21.html">24.21</a></li><li class="affix"><a href="24.22.html">24.22</a></li><li class="affix"><a href="24.23.html">24.23</a></li><li class="affix"><a href="24.24.html">24.24</a></li><li class="affix"><a href="24.25.html">24.25</a></li><li class="affix"><a href="24.26.html">24.26</a></li><li class="affix"><a href="24.27.html">24.27</a></li><li class="affix"><a href="24.28.html">24.28</a></li><li class="affix"><a href="24.29.html">24.29</a></li><li class="affix"><a href="24.30.html">24.30</a></li><li class="affix"><a href="24.31.html">24.31</a></li><li class="affix"><a href="24.32.html">24.32</a></li><li class="affix"><a href="24.33.html">24.33</a></li><li class="affix"><a href="24.34.html">24.34</a></li><li class="affix"><a href="24.35.html">24.35</a></li><li class="affix"><a href="24.36.html">24.36</a></li><li class="affix"><a href="24.37.html">24.37</a></li><li class="affix"><a href="24.38.html">24.38</a></li><li class="affix"><a href="24.39.html">24.39</a></li><li class="affix"><a href="24.40.html">24.40</a></li><li class="affix"><a href="24.41.html">24.41</a></li><li class="affix"><a href="24.42.html">24.42</a></li><li class="affix"><a href="24.43.html">24.43</a></li><li class="affix"><a href="24.44.html">24.44</a></li><li class="affix"><a href="24.45.html">24.45</a></li><li class="affix"><a href="24.46.html">24.46</a></li><li class="affix"><a href="24.47.html">24.47</a></li><li class="affix"><a href="24.48.html">24.48</a></li><li class="affix"><a href="24.49.html">24.49</a></li><li class="affix"><a href="24.50.html">24.50</a></li><li class="affix"><a href="24.51.html">24.51</a></li><li class="affix"><a href="24.52.html">24.52</a></li><li class="affix"><a href="24.53.html">24.53</a></li><li class="affix"><a href="24.54.html">24.54</a></li><li class="affix"><a href="24.55.html">24.55</a></li><li class="affix"><a href="24.56.html">24.56</a></li><li class="affix"><a href="24.57.html">24.57</a></li><li class="affix"><a href="24.58.html">24.58</a></li><li class="affix"><a href="24.59.html">24.59</a></li><li class="affix"><a href="24.60.html">24.60</a></li><li class="affix"><a href="24.61.html">24.61</a></li><li class="affix"><a href="24.62.html">24.62</a></li><li class="affix"><a href="24.63.html">24.63</a></li><li class="affix"><a href="24.64.html">24.64</a></li><li class="affix"><a href="24.65.html">24.65</a></li><li class="affix"><a href="24.66.html">24.66</a></li><li class="affix"><a href="24.67.html">24.67</a></li><li class="affix"><a href="24.68.html">24.68</a></li><li class="affix"><a href="24.69.html">24.69</a></li><li class="affix"><a href="24.70.html">24.70</a></li><li class="affix"><a href="24.71.html">24.71</a></li><li class="affix"><a href="24.72.html">24.72</a></li><li class="affix"><a href="24.73.html">24.73</a></li><li class="affix"><a href="24.74.html">24.74</a></li><li class="affix"><a href="24.75.html">24.75</a></li><li class="affix"><a href="24.76.html">24.76</a></li><li class="affix"><a href="24.77.html">24.77</a></li><li class="affix"><a href="24.78.html">24.78</a></li><li class="affix"><a href="24.79.html">24.79</a></li><li class="affix"><a href="24.80.html">24.80</a></li><li class="affix"><a href="24.81.html">24.81</a></li><li class="affix"><a href="24.82.html">24.82</a></li><li class="affix"><a href="24.83.html">24.83</a></li><li class="affix"><a href="24.84.html">24.84</a></li><li class="affix"><a href="24.85.html">24.85</a></li><li class="affix"><a href="24.86.html">24.86</a></li><li class="affix"><a href="24.87.html">24.87</a></li><li class="affix"><a href="24.88.html">24.88</a></li><li class="affix"><a href="24.89.html">24.89</a></li><li class="affix"><a href="24.90.html">24.90</a></li><li class="affix"><a href="24.91.html">24.91</a></li><li class="affix"><a href="24.92.html">24.92</a></li><li class="affix"><a href="24.93.html">24.93</a></li><li class="affix"><a href="24.94.html">24.94</a></li><li class="affix"><a href="24.95.html">24.95</a></li><li class="affix"><a href="24.96.html">24.96</a></li><li class="affix"><a href="24.97.html">24.97</a></li><li class="affix"><a href="24.98.html">24.98</a></li><li class="affix"><a href="24.99.html">24.99</a></li><li class="affix"><a href="24.100.html">24.100</a></li><li class="affix"><a href="24.101.html">24.101</a></li><li class="affix"><a href="24.102.html">24.102</a></li><li class="affix"><a href="24.103.html">24.103</a></li><li class="affix"><a href="24.104.html">24.104</a></li><li class="affix"><a href="24.105.html">24.105</a></li><li class="affix"><a href="24.106.html">24.106</a></li><li class="affix"><a href="24.107.html">24.107</a></li><li class="affix"><a href="24.108.html">24.108</a></li><li class="affix"><a href="24.109.html">24.109</a></li><li class="affix"><a href="24.110.html">24.110</a></li><li class="affix"><a href="24.111.html">24.111</a></li><li class="affix"><a href="24.112.html">24.112</a></li><li class="affix"><a href="24.113.html">24.113</a></li><li class="affix"><a href="24.114.html">24.114</a></li><li class="affix"><a href="24.115.html">24.115</a></li><li class="affix"><a href="24.116.html">24.116</a></li><li class="affix"><a href="24.117.html">24.117</a></li><li class="affix"><a href="24.118.html">24.118</a></li><li class="affix"><a href="24.119.html">24.119</a></li><li class="affix"><a href="24.120.html">24.120</a></li><li class="affix"><a href="24.121.html">24.121</a></li><li class="affix"><a href="24.122.html">24.122</a></li><li class="affix"><a href="24.123.html">24.123</a></li><li class="affix"><a href="24.124.html">24.124</a></li><li class="affix"><a href="24.125.html">24.125</a></li><li class="affix"><a href="24.126.html">24.126</a></li><li class="affix"><a href="24.127.html">24.127</a></li><li class="affix"><a href="24.128.html">24.128</a></li><li class="affix"><a href="24.129.html">24.129</a></li><li class="affix"><a href="24.130.html">24.130</a></li><li class="affix"><a href="24.131.html">24.131</a></li><li class="affix"><a href="24.132.html">24.132</a></li><li class="affix"><a href="24.133.html">24.133</a></li><li class="affix"><a href="24.134.html">24.134</a></li><li class="affix"><a href="24.135.html">24.135</a></li><li class="affix"><a href="24.136.html">24.136</a></li><li class="affix"><a href="24.137.html">24.137</a></li><li class="affix"><a href="24.138.html">24.138</a></li><li class="affix"><a href="24.139.html">24.139</a></li><li class="affix"><a href="24.140.html">24.140</a></li><li class="affix"><a href="24.141.html">24.141</a></li><li class="affix"><a href="24.142.html">24.142</a></li><li class="affix"><a href="24.143.html">24.143</a></li><li class="affix"><a href="24.144.html">24.144</a></li><li class="affix"><a href="24.145.html">24.145</a></li><li class="affix"><a href="24.146.html">24.146</a></li><li class="affix"><a href="24.147.html">24.147</a></li><li class="affix"><a href="24.148.html">24.148</a></li><li class="affix"><a href="24.149.html">24.149</a></li><li class="affix"><a href="24.150.html">24.150</a></li><li class="affix"><a href="24.151.html">24.151</a></li><li class="affix"><a href="24.152.html">24.152</a></li><li class="affix"><a href="24.153.html">24.153</a></li><li class="affix"><a href="24.154.html">24.154</a></li><li class="affix"><a href="24.155.html">24.155</a></li><li class="affix"><a href="24.156.html">24.156</a></li><li class="affix"><a href="24.157.html">24.157</a></li><li class="affix"><a href="24.158.html">24.158</a></li><li class="affix"><a href="24.159.html">24.159</a></li><li class="affix"><a href="24.160.html">24.160</a></li><li class="affix"><a href="24.161.html">24.161</a></li><li class="affix"><a href="24.162.html">24.162</a></li><li class="affix"><a href="24.163.html">24.163</a></li><li class="affix"><a href="24.164.html">24.164</a></li><li class="affix"><a href="24.165.html">24.165</a></li><li class="affix"><a href="24.166.html">24.166</a></li><li class="affix"><a href="24.167.html">24.167</a></li><li class="affix"><a href="24.168.html">24.168</a></li><li class="affix"><a href="24.169.html">24.169</a></li><li class="affix"><a href="24.170.html">24.170</a></li><li class="affix"><a href="24.171.html">24.171</a></li><li class="affix"><a href="24.172.html">24.172</a></li><li class="affix"><a href="24.173.html">24.173</a></li><li class="affix"><a href="24.174.html">24.174</a></li><li class="affix"><a href="24.175.html">24.175</a></li><li class="affix"><a href="24.176.html">24.176</a></li><li class="affix"><a href="24.177.html">24.177</a></li><li class="affix"><a href="24.178.html">24.178</a></li><li class="affix"><a href="24.179.html">24.179</a></li><li class="affix"><a href="24.180.html">24.180</a></li><li class="affix"><a href="24.181.html">24.181</a></li><li class="affix"><a href="24.182.html">24.182</a></li><li class="affix"><a href="24.183.html">24.183</a></li><li class="affix"><a href="24.184.html">24.184</a></li><li class="affix"><a href="24.185.html">24.185</a></li><li class="affix"><a href="24.186.html">24.186</a></li><li class="affix"><a href="24.187.html">24.187</a></li><li class="affix"><a href="24.188.html">24.188</a></li><li class="affix"><a href="24.189.html">24.189</a></li><li class="affix"><a href="24.190.html">24.190</a></li><li class="affix"><a href="24.191.html">24.191</a></li><li class="affix"><a href="24.192.html">24.192</a></li><li class="affix"><a href="24.193.html">24.193</a></li><li class="affix"><a href="24.194.html">24.194</a></li><li class="affix"><a href="24.195.html">24.195</a></li><li class="affix"><a href="24.196.html">24.196</a></li><li class="affix"><a href="24.197.html">24.197</a></li><li class="affix"><a href="24.198.html">24.198</a></li><li class="affix"><a href="24.199.html">24.199</a></li><li class="affix"><a href="24.200.html">24.200</a></li><li class="affix"><a href="24.201.html">24.201</a></li><li class="affix"><a href="24.202.html">24.202</a></li><li class="affix"><a href="24.203.html">24.203</a></li><li class="affix"><a href="24.204.html">24.204</a></li><li class="affix"><a href="24.205.html">24.205</a></li><li class="affix"><a href="24.206.html">24.206</a></li><li class="affix"><a href="24.207.html">24.207</a></li><li class="affix"><a href="24.208.html">24.208</a></li><li class="affix"><a href="24.209.html">24.209</a></li><li class="affix"><a href="24.210.html">24.210</a></li><li class="affix"><a href="24.211.html">24.211</a></li><li class="affix"><a href="24.212.html">24.212</a></li><li class="affix"><a href="24.213.html">24.213</a></li><li class="affix"><a href="24.214.html">24.214</a></li><li class="affix"><a href="24.215.html">24.215</a></li><li class="affix"><a href="24.216.html">24.216</a></li><li class="affix"><a href="24.217.html">24.217</a></li><li class="affix"><a href="24.218.html">24.218</a></li><li class="affix"><a href="24.219.html">24.219</a></li><li class="affix"><a href="24.220.html">24.220</a></li><li class="affix"><a href="24.221.html">24.221</a></li><li class="affix"><a href="24.222.html">24.222</a></li><li class="affix"><a href="24.223.html">24.223</a></li><li class="affix"><a href="24.224.html">24.224</a></li><li class="affix"><a href="24.225.html">24.225</a></li><li class="affix"><a href="24.226.html">24.226</a></li><li class="affix"><a href="24.227.html">24.227</a></li><li class="affix"><a href="24.228.html">24.228</a></li><li class="affix"><a href="24.229.html">24.229</a></li><li class="affix"><a href="24.230.html">24.230</a></li><li class="affix"><a href="24.231.html">24.231</a></li><li class="affix"><a href="24.232.html">24.232</a></li><li class="affix"><a href="24.233.html">24.233</a></li><li class="affix"><a href="24.234.html">24.234</a></li><li class="affix"><a href="24.235.html">24.235</a></li><li class="affix"><a href="24.236.html">24.236</a></li><li class="affix"><a href="24.237.html">24.237</a></li><li class="affix"><a href="24.238.html">24.238</a></li><li class="affix"><a href="24.239.html">24.239</a></li><li class="affix"><a href="24.240.html">24.240</a></li><li class="affix"><a href="24.241.html">24.241</a></li><li class="affix"><a href="24.242.html">24.242</a></li><li class="affix"><a href="24.243.html">24.243</a></li><li class="affix"><a href="24.244.html">24.244</a></li><li class="affix"><a href="24.245.html">24.245</a></li><li class="affix"><a href="24.246.html">24.246</a></li><li class="affix"><a href="24.247.html">24.247</a></li><li class="affix"><a href="24.248.html">24.248</a></li><li class="affix"><a href="24.249.html">24.249</a></li><li class="affix"><a href="24.250.html">24.250</a></li><li class="affix"><a href="24.251.html">24.251</a></li><li class="affix"><a href="24.252.html">24.252</a></li><li class="affix"><a href="24.253.html">24.253</a></li><li class="affix"><a href="24.254.html">24.254</a></li><li class="affix"><a href="24.255.html">24.255</a></li><li class="affix"><a href="24.256.html">24.256</a></li><li class="affix"><a href="24.257.html">24.257</a></li><li class="affix"><a href="24.258.html">24.258</a></li><li class="affix"><a href="24.259.html">24.259</a></li><li class="affix"><a href="24.260.html">24.260</a></li><li class="affix"><a href="24.261.html">24.261</a></li><li class="affix"><a href="24.262.html">24.262</a></li><li class="affix"><a href="24.263.html">24.263</a></li><li class="affix"><a href="24.264.html">24.264</a></li><li class="affix"><a href="24.265.html">24.265</a></li><li class="affix"><a href="24.266.html">24.266</a></li><li class="affix"><a href="24.267.html">24.267</a></li><li class="affix"><a href="24.268.html">24.268</a></li><li class="affix"><a href="24.269.html">24.269</a></li><li class="affix"><a href="24.270.html">24.270</a></li><li class="affix"><a href="24.271.html">24.271</a></li><li class="affix"><a href="24.272.html">24.272</a></li><li class="affix"><a href="24.273.html">24.273</a></li><li class="affix"><a href="24.274.html">24.274</a></li><li class="affix"><a href="24.275.html">24.275</a></li><li class="affix"><a href="24.276.html">24.276</a></li><li class="affix"><a href="24.277.html">24.277</a></li><li class="affix"><a href="24.278.html">24.278</a></li><li class="affix"><a href="24.279.html">24.279</a></li><li class="affix"><a href="24.280.html">24.280</a></li><li class="affix"><a href="24.281.html">24.281</a></li><li class="affix"><a href="24.282.html">24.282</a></li><li class="affix"><a href="24.283.html">24.283</a></li><li class="affix"><a href="24.284.html">24.284</a></li><li class="affix"><a href="24.285.html">24.285</a></li><li class="affix"><a href="24.286.html">24.286</a></li><li class="affix"><a href="24.287.html">24.287</a></li><li class="affix"><a href="24.288.html">24.288</a></li><li class="affix"><a href="24.289.html">24.289</a></li><li class="affix"><a href="24.290.html">24.290</a></li><li class="affix"><a href="24.291.html">24.291</a></li><li class="affix"><a href="24.292.html">24.292</a></li><li class="affix"><a href="24.293.html">24.293</a></li><li class="affix"><a href="24.294.html">24.294</a></li><li class="affix"><a href="24.295.html">24.295</a></li><li class="affix"><a href="24.296.html">24.296</a></li><li class="affix"><a href="24.297.html">24.297</a></li><li class="affix"><a href="24.298.html">24.298</a></li><li class="affix"><a href="24.299.html">24.299</a></li><li class="affix"><a href="24.300.html">24.300</a></li><li class="affix"><a href="24.301.html">24.301</a></li><li class="affix"><a href="24.302.html">24.302</a></li><li class="affix"><a href="24.303.html">24.303</a></li><li class="affix"><a href="24.304.html">24.304</a></li><li class="affix"><a href="24.305.html">24.305</a></li><li class="affix"><a href="24.306.html">24.306</a></li><li class="affix"><a href="24.307.html">24.307</a></li><li class="affix"><a href="24.308.html">24.308</a></li><li class="affix"><a href="24.309.html">24.309</a></li><li class="affix"><a href="24.310.html">24.310</a></li><li class="affix"><a href="24.311.html">24.311</a></li><li class="affix"><a href="24.312.html">24.312</a></li><li class="affix"><a href="24.313.html">24.313</a></li><li class="affix"><a href="24.314.html">24.314</a></li><li class="affix"><a href="24.315.html">24.315</a></li><li class="affix"><a href="24.316.html">24.316</a></li><li class="affix"><a href="24.317.html">24.317</a></li><li class="affix"><a href="24.318.html">24.318</a></li><li class="affix"><a href="24.319.html">24.319</a></li><li class="affix"><a href="24.320.html">24.320</a></li><li class="affix"><a href="24.321.html">24.321</a></li><li class="affix"><a href="24.322.html">24.322</a></li><li class="affix"><a href="24.323.html">24.323</a></li><li class="affix"><a href="24.324.html">24.324</a></li><li class="affix"><a href="24.325.html">24.325</a></li><li class="affix"><a href="24.326.html">24.326</a></li><li class="affix"><a href="24.327.html">24.327</a></li><li class="affix"><a href="24.328.html">24.328</a></li><li class="affix"><a href="24.329.html">24.329</a></li><li class="affix"><a href="24.330.html">24.330</a></li><li class="affix"><a href="24.331.html">24.331</a></li><li class="affix"><a href="24.332.html">24.332</a></li><li class="affix"><a href="24.333.html">24.333</a></li><li class="affix"><a href="24.334.html">24.334</a></li><li class="affix"><a href="24.335.html">24.335</a></li><li class="affix"><a href="24.336.html">24.336</a></li><li class="affix"><a href="24.337.html">24.337</a></li><li class="affix"><a href="24.338.html">24.338</a></li><li class="affix"><a href="24.339.html">24.339</a></li><li class="affix"><a href="24.340.html">24.340</a></li><li class="affix"><a href="24.341.html">24.341</a></li><li class="affix"><a href="24.342.html">24.342</a></li><li class="affix"><a href="24.343.html">24.343</a></li><li class="affix"><a href="24.344.html">24.344</a></li><li class="affix"><a href="24.345.html">24.345</a></li><li class="affix"><a href="24.346.html">24.346</a></li><li class="affix"><a href="24.347.html">24.347</a></li><li class="affix"><a href="24.348.html">24.348</a></li><li class="affix"><a href="24.349.html">24.349</a></li><li class="affix"><a href="24.350.html">24.350</a></li><li class="affix"><a href="24.351.html">24.351</a></li><li class="affix"><a href="24.352.html">24.352</a></li><li class="affix"><a href="24.353.html">24.353</a></li><li class="affix"><a href="24.354.html">24.354</a></li><li class="affix"><a href="24.355.html">24.355</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">23.1</a></li><li class="affix"><a href="23.2.html">23.2</a></li><li class="affix"><a href="23.3.html">23.3</a></li><li class="affix"><a href="23.4.html">23.4</a></li><li class="affix"><a href="23.5.html">23.5</a></li><li class="affix"><a href="23.6.html">23.6</a></li><li class="affix"><a href="23.7.html">23.7</a></li><li class="affix"><a href="23.8.html">23.8</a></li><li class="affix"><a href="23.9.html">23.9</a></li><li class="affix"><a href="23.10.html">23.10</a></li><li class="affix"><a href="23.11.html">23.11</a></li><li class="affix"><a href="23.12.html">23.12</a></li><li class="affix"><a href="23.13.html">23.13</a></li><li class="affix"><a href="23.14-15.html">23.14-15</a></li><li class="affix"><a href="23.16.html">23.16</a></li><li class="affix"><a href="23.17.html">23.17</a></li><li class="affix"><a href="23.18-19.html">23.18-19</a></li><li class="affix"><a href="23.20.html">23.20</a></li><li class="affix"><a href="23.21.html">23.21</a></li><li class="affix"><a href="23.22.html">23.22</a></li><li class="affix"><a href="23.23.html">23.23</a></li><li class="affix"><a href="23.24.html">23.24</a></li><li class="affix"><a href="23.25.html">23.25</a></li><li class="affix"><a href="23.26.html">23.26</a></li><li class="affix"><a href="23.27.html">23.27</a></li><li class="affix"><a href="23.28.html">23.28</a></li><li class="affix"><a href="23.29.html">23.29</a></li><li class="affix"><a href="23.30.html">23.30</a></li><li class="affix"><a href="23.31.html">23.31</a></li><li class="affix"><a href="23.32.html">23.32</a></li><li class="affix"><a href="23.33.html">23.33</a></li><li class="affix"><a href="23.34.html">23.34</a></li><li class="affix"><a href="23.35.html">23.35</a></li><li class="affix"><a href="23.36.html">23.36</a></li><li class="affix"><a href="23.37.html">23.37</a></li><li class="affix"><a href="23.38.html">23.38</a></li><li class="affix"><a href="23.39.html">23.39</a></li><li class="affix"><a href="23.40.html">23.40</a></li><li class="affix"><a href="23.41.html">23.41</a></li><li class="affix"><a href="23.42.html">23.42</a></li><li class="affix"><a href="23.43.html">23.43</a></li><li class="affix"><a href="23.44.html">23.44</a></li><li class="affix"><a href="23.45.html">23.45</a></li><li class="affix"><a href="23.46.html">23.46</a></li><li class="affix"><a href="23.47.html">23.47</a></li><li class="affix"><a href="23.48.html">23.48</a></li><li class="affix"><a href="23.49.html">23.49</a></li><li class="affix"><a href="23.50.html">23.50</a></li><li class="affix"><a href="23.51.html">23.51</a></li><li class="affix"><a href="23.52.html">23.52</a></li><li class="affix"><a href="23.53.html">23.53</a></li><li class="affix"><a href="23.54.html">23.54</a></li><li class="affix"><a href="23.55.html">23.55</a></li><li class="affix"><a href="23.56.html">23.56</a></li><li class="affix"><a href="23.57.html">23.57</a></li><li class="affix"><a href="23.58.html">23.58</a></li><li class="affix"><a href="23.59.html">23.59</a></li><li class="affix"><a href="23.60.html">23.60</a></li><li class="affix"><a href="23.61.html">23.61</a></li><li class="affix"><a href="23.62.html">23.62</a></li><li class="affix"><a href="23.63.html">23.63</a></li><li class="affix"><a href="23.64.html">23.64</a></li><li class="affix"><a href="23.65.html">23.65</a></li><li class="affix"><a href="23.66.html">23.66</a></li><li class="affix"><a href="23.67.html">23.67</a></li><li class="affix"><a href="23.68.html">23.68</a></li><li class="affix"><a href="23.69.html">23.69</a></li><li class="affix"><a href="23.70.html">23.70</a></li><li class="affix"><a href="23.71.html">23.71</a></li><li class="affix"><a href="23.72.html">23.72</a></li><li class="affix"><a href="23.73.html">23.73</a></li><li class="affix"><a href="23.74.html">23.74</a></li><li class="affix"><a href="23.75.html">23.75</a></li><li class="affix"><a href="23.76.html">23.76</a></li><li class="affix"><a href="23.77.html">23.77</a></li><li class="affix"><a href="23.78.html">23.78</a></li><li class="affix"><a href="23.79-81.html">23.79-81</a></li><li class="affix"><a href="23.82-83.html">23.82-83</a></li><li class="affix"><a href="23.84-85.html">23.84-85</a></li><li class="affix"><a href="23.86.html">23.86</a></li><li class="affix"><a href="23.87-91.html">23.87-91</a></li><li class="affix"><a href="23.92.html">23.92</a></li><li class="affix"><a href="23.93.html">23.93</a></li><li class="affix"><a href="23.94.html">23.94</a></li><li class="affix"><a href="23.95-98.html">23.95-98</a></li><li class="affix"><a href="23.99.html">23.99</a></li><li class="affix"><a href="23.100.html">23.100</a></li><li class="affix"><a href="23.101.html">23.101</a></li><li class="affix"><a href="23.102.html">23.102</a></li><li class="affix"><a href="23.103.html">23.103</a></li><li class="affix"><a href="23.104.html">23.104</a></li><li class="affix"><a href="23.105.html">23.105</a></li><li class="affix"><a href="23.106-107.html">23.106-107</a></li><li class="affix"><a href="23.108.html">23.108</a></li><li class="affix"><a href="23.109.html">23.109</a></li><li class="affix"><a href="23.110.html">23.110</a></li><li class="affix"><a href="23.111-112.html">23.111-112</a></li><li class="affix"><a href="23.113.html">23.113</a></li><li class="affix"><a href="23.114.html">23.114</a></li><li class="affix"><a href="23.115.html">23.115</a></li><li class="affix"><a href="23.116.html">23.116</a></li><li class="affix"><a href="23.117-118.html">23.117-118</a></li><li class="affix"><a href="23.119.html">23.119</a></li><li class="affix"><a href="23.120.html">23.120</a></li><li class="affix"><a href="23.121.html">23.121</a></li><li class="affix"><a href="23.122.html">23.122</a></li><li class="affix"><a href="23.123.html">23.123</a></li><li class="affix"><a href="23.124.html">23.124</a></li><li class="affix"><a href="23.125.html">23.125</a></li><li class="affix"><a href="23.126.html">23.126</a></li><li class="affix"><a href="23.127.html">23.127</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">22.1</a></li><li class="affix"><a href="22.2.html">22.2</a></li><li class="affix"><a href="22.3.html">22.3</a></li><li class="affix"><a href="22.4.html">22.4</a></li><li class="affix"><a href="22.5.html">22.5</a></li><li class="affix"><a href="22.6.html">22.6</a></li><li class="affix"><a href="22.7.html">22.7</a></li><li class="affix"><a href="22.8.html">22.8</a></li><li class="affix"><a href="22.9.html">22.9</a></li><li class="affix"><a href="22.10.html">22.10</a></li><li class="affix"><a href="22.11.html">22.11</a></li><li class="affix"><a href="22.12.html">22.12</a></li><li class="affix"><a href="22.13.html">22.13</a></li><li class="affix"><a href="22.14-15.html">22.14-15</a></li><li class="affix"><a href="22.16.html">22.16</a></li><li class="affix"><a href="22.17.html">22.17</a></li><li class="affix"><a href="22.18.html">22.18</a></li><li class="affix"><a href="22.19.html">22.19</a></li><li class="affix"><a href="22.20.html">22.20</a></li><li class="affix"><a href="22.21.html">22.21</a></li><li class="affix"><a href="22.22.html">22.22</a></li><li class="affix"><a href="22.23.html">22.23</a></li><li class="affix"><a href="22.24.html">22.24</a></li><li class="affix"><a href="22.25.html">22.25</a></li><li class="affix"><a href="22.26.html">22.26</a></li><li class="affix"><a href="22.27.html">22.27</a></li><li class="affix"><a href="22.28.html">22.28</a></li><li class="affix"><a href="22.29.html">22.29</a></li><li class="affix"><a href="22.30.html">22.30</a></li><li class="affix"><a href="22.31.html">22.31</a></li><li class="affix"><a href="22.32.html">22.32</a></li><li class="affix"><a href="22.33.html">22.33</a></li><li class="affix"><a href="22.34.html">22.34</a></li><li class="affix"><a href="22.35.html">22.35</a></li><li class="affix"><a href="22.36.html">22.36</a></li><li class="affix"><a href="22.37.html">22.37</a></li><li class="affix"><a href="22.38.html">22.38</a></li><li class="affix"><a href="22.39.html">22.39</a></li><li class="affix"><a href="22.40.html">22.40</a></li><li class="affix"><a href="22.41.html">22.41</a></li><li class="affix"><a href="22.42.html">22.42</a></li><li class="affix"><a href="22.43.html">22.43</a></li><li class="affix"><a href="22.44.html">22.44</a></li><li class="affix"><a href="22.45.html">22.45</a></li><li class="affix"><a href="22.46.html">22.46</a></li><li class="affix"><a href="22.47.html">22.47</a></li><li class="affix"><a href="22.48.html">22.48</a></li><li class="affix"><a href="22.49.html">22.49</a></li><li class="affix"><a href="22.50.html">22.50</a></li><li class="affix"><a href="22.51.html">22.51</a></li><li class="affix"><a href="22.52.html">22.52</a></li><li class="affix"><a href="22.53.html">22.53</a></li><li class="affix"><a href="22.54.html">22.54</a></li><li class="affix"><a href="22.55.html">22.55</a></li><li class="affix"><a href="22.56.html">22.56</a></li><li class="affix"><a href="22.57-58.html">22.57-58</a></li><li class="affix"><a href="22.59.html">22.59</a></li><li class="affix"><a href="22.60.html">22.60</a></li><li class="affix"><a href="22.61.html">22.61</a></li><li class="affix"><a href="22.62.html">22.62</a></li><li class="affix"><a href="22.63.html">22.63</a></li><li class="affix"><a href="22.64.html">22.64</a></li><li class="affix"><a href="22.65.html">22.65</a></li><li class="affix"><a href="22.66.html">22.66</a></li><li class="affix"><a href="22.67.html">22.67</a></li><li class="affix"><a href="22.68.html">22.68</a></li><li class="affix"><a href="22.69.html">22.69</a></li><li class="affix"><a href="22.70.html">22.70</a></li><li class="affix"><a href="22.71.html">22.71</a></li><li class="affix"><a href="22.72.html">22.72</a></li><li class="affix"><a href="22.73.html">22.73</a></li><li class="affix"><a href="22.74.html">22.74</a></li><li class="affix"><a href="22.75.html">22.75</a></li><li class="affix"><a href="22.76.html">22.76</a></li><li class="affix"><a href="22.77.html">22.77</a></li><li class="affix"><a href="22.78-80.html">22.78-80</a></li><li class="affix"><a href="22.81.html">22.81</a></li><li class="affix"><a href="22.82.html">22.82</a></li><li class="affix"><a href="22.83.html">22.83</a></li><li class="affix"><a href="22.84.html">22.84</a></li><li class="affix"><a href="22.85.html">22.85</a></li><li class="affix"><a href="22.86.html">22.86</a></li><li class="affix"><a href="22.87.html">22.87</a></li><li class="affix"><a href="22.88-90.html">22.88-90</a></li><li class="affix"><a href="22.91.html">22.91</a></li><li class="affix"><a href="22.92.html">22.92</a></li><li class="affix"><a href="22.93.html">22.93</a></li><li class="affix"><a href="22.94.html">22.94</a></li><li class="affix"><a href="22.95.html">22.95</a></li><li class="affix"><a href="22.96.html">22.96</a></li><li class="affix"><a href="22.97.html">22.97</a></li><li class="affix"><a href="22.98.html">22.98</a></li><li class="affix"><a href="22.99.html">22.99</a></li><li class="affix"><a href="22.100.html">22.100</a></li><li class="affix"><a href="22.101.html">22.101</a></li><li class="affix"><a href="22.102.html">22.102</a></li><li class="affix"><a href="22.103.html">22.103</a></li><li class="affix"><a href="22.104.html">22.104</a></li><li class="affix"><a href="22.105.html">22.105</a></li><li class="affix"><a href="22.106.html">22.106</a></li><li class="affix"><a href="22.107.html">22.107</a></li><li class="affix"><a href="22.108.html">22.108</a></li><li class="affix"><a href="22.109.html">22.109</a></li><li class="affix"><a href="22.110.html">22.110</a></li><li class="affix"><a href="22.111.html">22.111</a></li><li class="affix"><a href="22.112.html">22.112</a></li><li class="affix"><a href="22.113.html">22.113</a></li><li class="affix"><a href="22.114.html">22.114</a></li><li class="affix"><a href="22.115.html">22.115</a></li><li class="affix"><a href="22.116.html">22.116</a></li><li class="affix"><a href="22.117.html">22.117</a></li><li class="affix"><a href="22.118.html">22.118</a></li><li class="affix"><a href="22.119.html">22.119</a></li><li class="affix"><a href="22.120.html">22.120</a></li><li class="affix"><a href="22.121.html">22.121</a></li><li class="affix"><a href="22.122.html">22.122</a></li><li class="affix"><a href="22.123.html">22.123</a></li><li class="affix"><a href="22.124.html">22.124</a></li><li class="affix"><a href="22.125.html">22.125</a></li><li class="affix"><a href="22.126.html">22.126</a></li><li class="affix"><a href="22.127.html">22.127</a></li><li class="affix"><a href="22.128.html">22.128</a></li><li class="affix"><a href="22.129.html">22.129</a></li><li class="affix"><a href="22.130.html">22.130</a></li><li class="affix"><a href="22.131.html">22.131</a></li><li class="affix"><a href="22.132.html">22.132</a></li><li class="affix"><a href="22.133.html">22.133</a></li><li class="affix"><a href="22.134.html">22.134</a></li><li class="affix"><a href="22.135.html">22.135</a></li><li class="affix"><a href="22.136.html">22.136</a></li><li class="affix"><a href="22.137-139.html">22.137-139</a></li><li class="affix"><a href="22.140.html">22.140</a></li><li class="affix"><a href="22.141.html">22.141</a></li><li class="affix"><a href="22.142.html">22.142</a></li><li class="affix"><a href="22.143.html">22.143</a></li><li class="affix"><a href="22.144.html">22.144</a></li><li class="affix"><a href="22.145.html">22.145</a></li><li class="affix"><a href="22.146.html">22.146</a></li><li class="affix"><a href="22.147.html">22.147</a></li><li class="affix"><a href="22.148.html">22.148</a></li><li class="affix"><a href="22.149.html">22.149</a></li><li class="affix"><a href="22.150.html">22.150</a></li><li class="affix"><a href="22.151.html">22.151</a></li><li class="affix"><a href="22.152.html">22.152</a></li><li class="affix"><a href="22.153.html">22.153</a></li><li class="affix"><a href="22.154.html">22.154</a></li><li class="affix"><a href="22.155.html">22.155</a></li><li class="affix"><a href="22.156-157.html">22.156-157</a></li><li class="affix"><a href="22.158.html">22.158</a></li><li class="affix"><a href="22.159.html">22.159</a></li><li class="affix"><a href="22.160.html">22.160</a></li><li class="affix"><a href="22.161.html">22.161</a></li><li class="affix"><a href="22.162.html">22.162</a></li><li class="affix"><a href="22.163.html">22.163</a></li><li class="affix"><a href="22.164.html">22.164</a></li><li class="affix"><a href="22.165.html">22.165</a></li><li class="affix"><a href="22.166.html">22.166</a></li><li class="affix"><a href="22.167.html">22.167</a></li><li class="affix"><a href="22.168.html">22.168</a></li><li class="affix"><a href="22.169.html">22.169</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">21.1</a></li><li class="affix"><a href="21.2.html">21.2</a></li><li class="affix"><a href="21.3.html">21.3</a></li><li class="affix"><a href="21.4.html">21.4</a></li><li class="affix"><a href="21.5.html">21.5</a></li><li class="affix"><a href="21.6.html">21.6</a></li><li class="affix"><a href="21.7.html">21.7</a></li><li class="affix"><a href="21.8.html">21.8</a></li><li class="affix"><a href="21.9.html">21.9</a></li><li class="affix"><a href="21.10.html">21.10</a></li><li class="affix"><a href="21.11.html">21.11</a></li><li class="affix"><a href="21.12.html">21.12</a></li><li class="affix"><a href="21.13.html">21.13</a></li><li class="affix"><a href="21.14.html">21.14</a></li><li class="affix"><a href="21.15.html">21.15</a></li><li class="affix"><a href="21.16.html">21.16</a></li><li class="affix"><a href="21.17.html">21.17</a></li><li class="affix"><a href="21.18.html">21.18</a></li><li class="affix"><a href="21.19.html">21.19</a></li><li class="affix"><a href="21.20.html">21.20</a></li><li class="affix"><a href="21.21.html">21.21</a></li><li class="affix"><a href="21.22.html">21.22</a></li><li class="affix"><a href="21.23.html">21.23</a></li><li class="affix"><a href="21.24.html">21.24</a></li><li class="affix"><a href="21.25.html">21.25</a></li><li class="affix"><a href="21.26.html">21.26</a></li><li class="affix"><a href="21.27.html">21.27</a></li><li class="affix"><a href="21.28.html">21.28</a></li><li class="affix"><a href="21.29.html">21.29</a></li><li class="affix"><a href="21.30.html">21.30</a></li><li class="affix"><a href="21.31.html">21.31</a></li><li class="affix"><a href="21.32.html">21.32</a></li><li class="affix"><a href="21.33.html">21.33</a></li><li class="affix"><a href="21.34.html">21.34</a></li><li class="affix"><a href="21.35.html">21.35</a></li><li class="affix"><a href="21.36.html">21.36</a></li><li class="affix"><a href="21.37.html">21.37</a></li><li class="affix"><a href="21.38.html">21.38</a></li><li class="affix"><a href="21.39.html">21.39</a></li><li class="affix"><a href="21.40.html">21.40</a></li><li class="affix"><a href="21.41.html">21.41</a></li><li class="affix"><a href="21.42.html">21.42</a></li><li class="affix"><a href="21.43.html">21.43</a></li><li class="affix"><a href="21.44.html">21.44</a></li><li class="affix"><a href="21.45.html">21.45</a></li><li class="affix"><a href="21.46.html">21.46</a></li><li class="affix"><a href="21.47.html">21.47</a></li><li class="affix"><a href="21.48.html">21.48</a></li><li class="affix"><a href="21.49.html">21.49</a></li><li class="affix"><a href="21.50.html">21.50</a></li><li class="affix"><a href="21.51.html">21.51</a></li><li class="affix"><a href="21.52.html">21.52</a></li><li class="affix"><a href="21.53.html">21.53</a></li><li class="affix"><a href="21.54.html">21.54</a></li><li class="affix"><a href="21.55.html">21.55</a></li><li class="affix"><a href="21.56.html">21.56</a></li><li class="affix"><a href="21.57.html">21.57</a></li><li class="affix"><a href="21.58.html">21.58</a></li><li class="affix"><a href="21.59.html">21.59</a></li><li class="affix"><a href="21.60.html">21.60</a></li><li class="affix"><a href="21.61.html">21.61</a></li><li class="affix"><a href="21.62.html">21.62</a></li><li class="affix"><a href="21.63.html">21.63</a></li><li class="affix"><a href="21.64.html">21.64</a></li><li class="affix"><a href="21.65.html">21.65</a></li><li class="affix"><a href="21.66.html">21.66</a></li><li class="affix"><a href="21.67.html">21.67</a></li><li class="affix"><a href="21.68.html">21.68</a></li><li class="affix"><a href="21.69.html">21.69</a></li><li class="affix"><a href="21.70.html">21.70</a></li><li class="affix"><a href="21.71.html">21.71</a></li><li class="affix"><a href="21.72.html">21.72</a></li><li class="affix"><a href="21.73.html">21.73</a></li><li class="affix"><a href="21.74.html">21.74</a></li><li class="affix"><a href="21.75.html">21.75</a></li><li class="affix"><a href="21.76.html">21.76</a></li><li class="affix"><a href="21.77.html">21.77</a></li><li class="affix"><a href="21.78.html">21.78</a></li><li class="affix"><a href="21.79.html">21.79</a></li><li class="affix"><a href="21.80.html">21.80</a></li><li class="affix"><a href="21.81.html">21.81</a></li><li class="affix"><a href="21.82.html">21.82</a></li><li class="affix"><a href="21.83.html">21.83</a></li><li class="affix"><a href="21.84.html">21.84</a></li><li class="affix"><a href="21.85.html">21.85</a></li><li class="affix"><a href="21.86.html">21.86</a></li><li class="affix"><a href="21.87.html">21.87</a></li><li class="affix"><a href="21.88.html">21.88</a></li><li class="affix"><a href="21.89.html">21.89</a></li><li class="affix"><a href="21.90.html">21.90</a></li><li class="affix"><a href="21.91.html">21.91</a></li><li class="affix"><a href="21.92.html">21.92</a></li><li class="affix"><a href="21.93-94.html">21.93-94</a></li><li class="affix"><a href="21.95.html">21.95</a></li><li class="affix"><a href="21.96.html">21.96</a></li><li class="affix"><a href="21.97.html">21.97</a></li><li class="affix"><a href="21.98.html">21.98</a></li><li class="affix"><a href="21.99.html">21.99</a></li><li class="affix"><a href="21.100.html">21.100</a></li><li class="affix"><a href="21.101.html">21.101</a></li><li class="affix"><a href="21.102.html">21.102</a></li><li class="affix"><a href="21.103.html">21.103</a></li><li class="affix"><a href="21.104.html">21.104</a></li><li class="affix"><a href="21.105.html">21.105</a></li><li class="affix"><a href="21.106.html">21.106</a></li><li class="affix"><a href="21.107.html">21.107</a></li><li class="affix"><a href="21.108.html">21.108</a></li><li class="affix"><a href="21.109.html">21.109</a></li><li class="affix"><a href="21.110.html">21.110</a></li><li class="affix"><a href="21.111.html">21.111</a></li><li class="affix"><a href="21.112.html">21.112</a></li><li class="affix"><a href="21.113.html">21.113</a></li><li class="affix"><a href="21.114.html">21.114</a></li><li class="affix"><a href="21.115.html">21.115</a></li><li class="affix"><a href="21.116.html">21.116</a></li><li class="affix"><a href="21.117.html">21.117</a></li><li class="affix"><a href="21.118.html">21.118</a></li><li class="affix"><a href="21.119.html">21.119</a></li><li class="affix"><a href="21.120.html">21.120</a></li><li class="affix"><a href="21.121.html">21.121</a></li><li class="affix"><a href="21.122.html">21.122</a></li><li class="affix"><a href="21.123.html">21.123</a></li><li class="affix"><a href="21.124.html">21.124</a></li><li class="affix"><a href="21.125.html">21.125</a></li><li class="affix"><a href="21.126.html">21.126</a></li><li class="affix"><a href="21.127.html">21.127</a></li><li class="affix"><a href="21.128.html">21.128</a></li><li class="affix"><a href="21.129.html">21.129</a></li><li class="affix"><a href="21.130.html">21.130</a></li><li class="affix"><a href="21.131.html">21.131</a></li><li class="affix"><a href="21.132.html">21.132</a></li><li class="affix"><a href="21.133.html">21.133</a></li><li class="affix"><a href="21.134.html">21.134</a></li><li class="affix"><a href="21.135.html">21.135</a></li><li class="affix"><a href="21.136.html">21.136</a></li><li class="affix"><a href="21.137.html">21.137</a></li><li class="affix"><a href="21.138.html">21.138</a></li><li class="affix"><a href="21.139.html">21.139</a></li><li class="affix"><a href="21.140.html">21.140</a></li><li class="affix"><a href="21.141.html">21.141</a></li><li class="affix"><a href="21.142.html">21.142</a></li><li class="affix"><a href="21.143.html">21.143</a></li><li class="affix"><a href="21.144.html">21.144</a></li><li class="affix"><a href="21.145.html">21.145</a></li><li class="affix"><a href="21.146.html">21.146</a></li><li class="affix"><a href="21.147.html">21.147</a></li><li class="affix"><a href="21.148.html">21.148</a></li><li class="affix"><a href="21.149.html">21.149</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">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-11.html">20.10-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.html">20.67</a></li><li class="affix"><a href="20.68.html">20.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-96.html">20.95-96</a></li><li class="affix"><a href="20.97.html">20.97</a></li><li class="affix"><a href="20.98.html">20.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-109.html">20.108-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.html">20.142</a></li><li class="affix"><a href="20.143.html">20.143</a></li><li class="affix"><a href="20.144.html">20.144</a></li><li class="affix"><a href="20.145.html">20.145</a></li><li class="affix"><a href="20.146.html">20.146</a></li><li class="affix"><a href="20.147-148.html">20.147-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><li class="affix"><a href="20.158.html">20.158</a></li><li class="affix"><a href="20.159.html">20.159</a></li><li class="affix"><a href="20.160.html">20.160</a></li><li class="affix"><a href="20.161.html">20.161</a></li><li class="affix"><a href="20.162.html">20.162</a></li><li class="affix"><a href="20.163.html">20.163</a></li><li class="affix"><a href="20.164.html">20.164</a></li><li class="affix"><a href="20.165.html">20.165</a></li><li class="affix"><a href="20.166.html">20.166</a></li><li class="affix"><a href="20.167.html">20.167</a></li><li class="affix"><a href="20.168.html">20.168</a></li><li class="affix"><a href="20.169.html">20.169</a></li><li class="affix"><a href="20.170.html">20.170</a></li><li class="affix"><a href="20.171.html">20.171</a></li><li class="affix"><a href="20.172.html">20.172</a></li><li class="affix"><a href="20.173.html">20.173</a></li><li class="affix"><a href="20.174.html">20.174</a></li><li class="affix"><a href="20.175.html">20.175</a></li><li class="affix"><a href="20.176.html">20.176</a></li><li class="affix"><a href="20.177.html">20.177</a></li><li class="affix"><a href="20.178.html">20.178</a></li><li class="affix"><a href="20.179.html">20.179</a></li><li class="affix"><a href="20.180.html">20.180</a></li><li class="affix"><a href="20.181.html">20.181</a></li><li class="affix"><a href="20.182.html">20.182</a></li><li class="affix"><a href="20.183.html">20.183</a></li><li class="affix"><a href="20.184.html">20.184</a></li><li class="affix"><a href="20.185.html">20.185</a></li><li class="affix"><a href="20.186.html">20.186</a></li><li class="affix"><a href="20.187.html">20.187</a></li><li class="affix"><a href="20.188.html">20.188</a></li><li class="affix"><a href="20.189.html">20.189</a></li><li class="affix"><a href="20.190.html">20.190</a></li><li class="affix"><a href="20.191.html">20.191</a></li><li class="affix"><a href="20.192.html">20.192</a></li><li class="affix"><a href="20.193.html">20.193</a></li><li class="affix"><a href="20.194.html">20.194</a></li><li class="affix"><a href="20.195.html">20.195</a></li><li class="affix"><a href="20.196.html">20.196</a></li><li class="affix"><a href="20.197.html">20.197</a></li><li class="affix"><a href="20.198.html">20.198</a></li><li class="affix"><a href="20.199.html">20.199</a></li><li class="affix"><a href="20.200.html">20.200</a></li><li class="affix"><a href="20.201.html">20.201</a></li><li class="affix"><a href="20.202.html">20.202</a></li><li class="affix"><a href="20.203.html">20.203</a></li><li class="affix"><a href="20.204.html">20.204</a></li><li class="affix"><a href="20.205.html">20.205</a></li><li class="affix"><a href="20.206.html">20.206</a></li><li class="affix"><a href="20.207.html">20.207</a></li><li class="affix"><a href="20.208.html">20.208</a></li><li class="affix"><a href="20.209.html">20.209</a></li><li class="affix"><a href="20.210.html">20.210</a></li><li class="affix"><a href="20.211.html">20.211</a></li><li class="affix"><a href="20.212.html">20.212</a></li><li class="affix"><a href="20.213.html">20.213</a></li><li class="affix"><a href="20.214.html">20.214</a></li><li class="affix"><a href="20.215.html">20.215</a></li><li class="affix"><a href="20.216.html">20.216</a></li><li class="affix"><a href="20.217.html">20.217</a></li><li class="affix"><a href="20.218.html">20.218</a></li><li class="affix"><a href="20.219.html">20.219</a></li><li class="affix"><a href="20.220.html">20.220</a></li><li class="affix"><a href="20.221.html">20.221</a></li><li class="affix"><a href="20.222.html">20.222</a></li><li class="affix"><a href="20.223.html">20.223</a></li><li class="affix"><a href="20.224.html">20.224</a></li><li class="affix"><a href="20.225.html">20.225</a></li><li class="affix"><a href="20.226.html">20.226</a></li><li class="affix"><a href="20.227.html">20.227</a></li><li class="affix"><a href="20.228.html">20.228</a></li><li class="affix"><a href="20.229.html">20.229</a></li><li class="affix"><a href="20.230.html">20.230</a></li><li class="affix"><a href="20.231.html">20.231</a></li><li class="affix"><a href="20.232.html">20.232</a></li><li class="affix"><a href="20.233.html">20.233</a></li><li class="affix"><a href="20.234.html">20.234</a></li><li class="affix"><a href="20.235.html">20.235</a></li><li class="affix"><a href="20.236.html">20.236</a></li><li class="affix"><a href="20.237.html">20.237</a></li><li class="affix"><a href="20.238.html">20.238</a></li><li class="affix"><a href="20.239.html">20.239</a></li><li class="affix"><a href="20.240.html">20.240</a></li><li class="affix"><a href="20.241.html">20.241</a></li><li class="affix"><a href="20.242.html">20.242</a></li><li class="affix"><a href="20.243.html">20.243</a></li><li class="affix"><a href="20.244.html">20.244</a></li><li class="affix"><a href="20.245.html">20.245</a></li><li class="affix"><a href="20.246.html">20.246</a></li><li class="affix"><a href="20.247.html">20.247</a></li><li class="affix"><a href="20.248.html">20.248</a></li><li class="affix"><a href="20.249.html">20.249</a></li><li class="affix"><a href="20.250.html">20.250</a></li><li class="affix"><a href="20.251.html">20.251</a></li><li class="affix"><a href="20.252.html">20.252</a></li><li class="affix"><a href="20.253.html">20.253</a></li><li class="affix"><a href="20.254.html">20.254</a></li><li class="affix"><a href="20.255.html">20.255</a></li><li class="affix"><a href="20.256.html">20.256</a></li><li class="affix"><a href="20.257.html">20.257</a></li><li class="affix"><a href="20.258.html">20.258</a></li><li class="affix"><a href="20.259.html">20.259</a></li><li class="affix"><a href="20.260.html">20.260</a></li><li class="affix"><a href="20.261.html">20.261</a></li><li class="affix"><a href="20.262.html">20.262</a></li><li class="affix"><a href="20.263.html">20.263</a></li><li class="affix"><a href="20.264.html">20.264</a></li><li class="affix"><a href="20.265.html">20.265</a></li><li class="affix"><a href="20.266.html">20.266</a></li><li class="affix"><a href="20.267.html">20.267</a></li><li class="affix"><a href="20.268.html">20.268</a></li><li class="affix"><a href="20.269.html">20.269</a></li><li class="affix"><a href="20.270.html">20.270</a></li><li class="affix"><a href="20.271.html">20.271</a></li><li class="affix"><a href="20.272.html">20.272</a></li><li class="affix"><a href="20.273.html">20.273</a></li><li class="affix"><a href="20.274.html">20.274</a></li><li class="affix"><a href="20.275.html">20.275</a></li><li class="affix"><a href="20.276.html">20.276</a></li><li class="affix"><a href="20.277.html">20.277</a></li><li class="affix"><a href="20.278.html">20.278</a></li><li class="affix"><a href="20.279-280.html">20.279-280</a></li><li class="affix"><a href="20.281.html">20.281</a></li><li class="affix"><a href="20.282.html">20.282</a></li><li class="affix"><a href="20.283.html">20.283</a></li><li class="affix"><a href="20.284.html">20.284</a></li><li class="affix"><a href="20.285.html">20.285</a></li><li class="affix"><a href="20.286.html">20.286</a></li><li class="affix"><a href="20.287.html">20.287</a></li><li class="affix"><a href="20.288.html">20.288</a></li><li class="affix"><a href="20.289.html">20.289</a></li><li class="affix"><a href="20.290.html">20.290</a></li><li class="affix"><a href="20.291.html">20.291</a></li><li class="affix"><a href="20.292.html">20.292</a></li><li class="affix"><a href="20.293.html">20.293</a></li><li class="affix"><a href="20.294.html">20.294</a></li><li class="affix"><a href="20.295.html">20.295</a></li><li class="affix"><a href="20.296.html">20.296</a></li><li class="affix"><a href="20.297.html">20.297</a></li><li class="affix"><a href="20.298.html">20.298</a></li><li class="affix"><a href="20.299.html">20.299</a></li><li class="affix"><a href="20.300.html">20.300</a></li><li class="affix"><a href="20.301.html">20.301</a></li><li class="affix"><a href="20.302.html">20.302</a></li><li class="affix"><a href="20.303.html">20.303</a></li><li class="affix"><a href="20.304.html">20.304</a></li><li class="affix"><a href="20.305.html">20.305</a></li><li class="affix"><a href="20.306.html">20.306</a></li><li class="affix"><a href="20.307.html">20.307</a></li><li class="affix"><a href="20.308.html">20.308</a></li><li class="affix"><a href="20.309.html">20.309</a></li><li class="affix"><a href="20.310.html">20.310</a></li><li class="affix"><a href="20.311.html">20.311</a></li><li class="affix"><a href="20.312.html">20.312</a></li><li class="affix"><a href="20.313.html">20.313</a></li><li class="affix"><a href="20.314.html">20.314</a></li><li class="affix"><a href="20.315.html">20.315</a></li><li class="affix"><a href="20.316.html">20.316</a></li><li class="affix"><a href="20.317.html">20.317</a></li><li class="affix"><a href="20.318.html">20.318</a></li><li class="affix"><a href="20.319.html">20.319</a></li><li class="affix"><a href="20.320.html">20.320</a></li><li class="affix"><a href="20.321.html">20.321</a></li><li class="affix"><a href="20.322.html">20.322</a></li><li class="affix"><a href="20.323.html">20.323</a></li><li class="affix"><a href="20.324.html">20.324</a></li><li class="affix"><a href="20.325.html">20.325</a></li><li class="affix"><a href="20.326.html">20.326</a></li><li class="affix"><a href="20.327.html">20.327</a></li><li class="affix"><a href="20.328.html">20.328</a></li><li class="affix"><a href="20.329.html">20.329</a></li><li class="affix"><a href="20.330.html">20.330</a></li><li class="affix"><a href="20.331.html">20.331</a></li><li class="affix"><a href="20.332.html">20.332</a></li><li class="affix"><a href="20.333.html">20.333</a></li><li class="affix"><a href="20.334.html">20.334</a></li><li class="affix"><a href="20.335.html">20.335</a></li><li class="affix"><a href="20.336.html">20.336</a></li><li class="affix"><a href="20.337.html">20.337</a></li><li class="affix"><a href="20.338.html">20.338</a></li><li class="affix"><a href="20.339.html">20.339</a></li><li class="affix"><a href="20.340.html">20.340</a></li><li class="affix"><a href="20.341.html">20.341</a></li><li class="affix"><a href="20.342.html">20.342</a></li><li class="affix"><a href="20.343.html">20.343</a></li><li class="affix"><a href="20.344.html">20.344</a></li><li class="affix"><a href="20.345.html">20.345</a></li><li class="affix"><a href="20.346.html">20.346</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">2.1</a></li><li class="affix"><a href="2.2.html">2.2</a></li><li class="affix"><a href="2.3.html">2.3</a></li><li class="affix"><a href="2.4.html">2.4</a></li><li class="affix"><a href="2.5.html">2.5</a></li><li class="affix"><a href="2.6.html">2.6</a></li><li class="affix"><a href="2.7.html">2.7</a></li><li class="affix"><a href="2.8.html">2.8</a></li><li class="affix"><a href="2.9.html">2.9</a></li><li class="affix"><a href="2.10.html">2.10</a></li><li class="affix"><a href="2.11.html">2.11</a></li><li class="affix"><a href="2.12.html">2.12</a></li><li class="affix"><a href="2.13.html">2.13</a></li><li class="affix"><a href="2.14.html">2.14</a></li><li class="affix"><a href="2.15.html">2.15</a></li><li class="affix"><a href="2.16.html">2.16</a></li><li class="affix"><a href="2.17.html">2.17</a></li><li class="affix"><a href="2.18.html">2.18</a></li><li class="affix"><a href="2.19.html">2.19</a></li><li class="affix"><a href="2.20.html">2.20</a></li><li class="affix"><a href="2.21.html">2.21</a></li><li class="affix"><a href="2.22.html">2.22</a></li><li class="affix"><a href="2.23.html">2.23</a></li><li class="affix"><a href="2.24.html">2.24</a></li><li class="affix"><a href="2.25.html">2.25</a></li><li class="affix"><a href="2.26.html">2.26</a></li><li class="affix"><a href="2.27.html">2.27</a></li><li class="affix"><a href="2.28.html">2.28</a></li><li class="affix"><a href="2.29.html">2.29</a></li><li class="affix"><a href="2.30.html">2.30</a></li><li class="affix"><a href="2.31.html">2.31</a></li><li class="affix"><a href="2.32.html">2.32</a></li><li class="affix"><a href="2.33.html">2.33</a></li><li class="affix"><a href="2.34.html">2.34</a></li><li class="affix"><a href="2.35.html">2.35</a></li><li class="affix"><a href="2.36.html">2.36</a></li><li class="affix"><a href="2.37.html">2.37</a></li><li class="affix"><a href="2.38.html">2.38</a></li><li class="affix"><a href="2.39.html">2.39</a></li><li class="affix"><a href="2.40.html">2.40</a></li><li class="affix"><a href="2.41.html">2.41</a></li><li class="affix"><a href="2.42.html">2.42</a></li><li class="affix"><a href="2.43.html">2.43</a></li><li class="affix"><a href="2.44.html">2.44</a></li><li class="affix"><a href="2.45.html">2.45</a></li><li class="affix"><a href="2.46.html">2.46</a></li><li class="affix"><a href="2.47.html">2.47</a></li><li class="affix"><a href="2.48.html">2.48</a></li><li class="affix"><a href="2.49.html">2.49</a></li><li class="affix"><a href="2.50.html">2.50</a></li><li class="affix"><a href="2.51.html">2.51</a></li><li class="affix"><a href="2.52.html">2.52</a></li><li class="affix"><a href="2.53.html">2.53</a></li><li class="affix"><a href="2.54.html">2.54</a></li><li class="affix"><a href="2.55.html">2.55</a></li><li class="affix"><a href="2.56.html">2.56</a></li><li class="affix"><a href="2.57.html">2.57</a></li><li class="affix"><a href="2.58.html">2.58</a></li><li class="affix"><a href="2.59.html">2.59</a></li><li class="affix"><a href="2.60.html">2.60</a></li><li class="affix"><a href="2.61.html">2.61</a></li><li class="affix"><a href="2.62.html">2.62</a></li><li class="affix"><a href="2.63.html">2.63</a></li><li class="affix"><a href="2.64.html">2.64</a></li><li class="affix"><a href="2.65.html">2.65</a></li><li class="affix"><a href="2.66.html">2.66</a></li><li class="affix"><a href="2.67.html">2.67</a></li><li class="affix"><a href="2.68.html">2.68</a></li><li class="affix"><a href="2.69.html">2.69</a></li><li class="affix"><a href="2.70.html">2.70</a></li><li class="affix"><a href="2.71.html">2.71</a></li><li class="affix"><a href="2.72.html">2.72</a></li><li class="affix"><a href="2.73.html">2.73</a></li><li class="affix"><a href="2.74.html">2.74</a></li><li class="affix"><a href="2.75.html">2.75</a></li><li class="affix"><a href="2.76.html">2.76</a></li><li class="affix"><a href="2.77.html">2.77</a></li><li class="affix"><a href="2.78.html">2.78</a></li><li class="affix"><a href="2.79.html">2.79</a></li><li class="affix"><a href="2.80.html">2.80</a></li><li class="affix"><a href="2.81.html">2.81</a></li><li class="affix"><a href="2.82.html">2.82</a></li><li class="affix"><a href="2.83.html">2.83</a></li><li class="affix"><a href="2.84.html">2.84</a></li><li class="affix"><a href="2.85.html">2.85</a></li><li class="affix"><a href="2.86.html">2.86</a></li><li class="affix"><a href="2.87.html">2.87</a></li><li class="affix"><a href="2.88.html">2.88</a></li><li class="affix"><a href="2.89.html">2.89</a></li><li class="affix"><a href="2.90.html">2.90</a></li><li class="affix"><a href="2.91.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></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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">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><li class="affix"><a href="19.113.html">19.113</a></li><li class="affix"><a href="19.114.html">19.114</a></li><li class="affix"><a href="19.115.html">19.115</a></li><li class="affix"><a href="19.116.html">19.116</a></li><li class="affix"><a href="19.117.html">19.117</a></li><li class="affix"><a href="19.118.html">19.118</a></li><li class="affix"><a href="19.119.html">19.119</a></li><li class="affix"><a href="19.120.html">19.120</a></li><li class="affix"><a href="19.121.html">19.121</a></li><li class="affix"><a href="19.122.html">19.122</a></li><li class="affix"><a href="19.123.html">19.123</a></li><li class="affix"><a href="19.124.html">19.124</a></li><li class="affix"><a href="19.125.html">19.125</a></li><li class="affix"><a href="19.126.html">19.126</a></li><li class="affix"><a href="19.127.html">19.127</a></li><li class="affix"><a href="19.128.html">19.128</a></li><li class="affix"><a href="19.129.html">19.129</a></li><li class="affix"><a href="19.130.html">19.130</a></li><li class="affix"><a href="19.131.html">19.131</a></li><li class="affix"><a href="19.132.html">19.132</a></li><li class="affix"><a href="19.133.html">19.133</a></li><li class="affix"><a href="19.134.html">19.134</a></li><li class="affix"><a href="19.135.html">19.135</a></li><li class="affix"><a href="19.136.html">19.136</a></li><li class="affix"><a href="19.137.html">19.137</a></li><li class="affix"><a href="19.138.html">19.138</a></li><li class="affix"><a href="19.139.html">19.139</a></li><li class="affix"><a href="19.140.html">19.140</a></li><li class="affix"><a href="19.141.html">19.141</a></li><li class="affix"><a href="19.142.html">19.142</a></li><li class="affix"><a href="19.143.html">19.143</a></li><li class="affix"><a href="19.144.html">19.144</a></li><li class="affix"><a href="19.145.html">19.145</a></li><li class="affix"><a href="19.146.html">19.146</a></li><li class="affix"><a href="19.147.html">19.147</a></li><li class="affix"><a href="19.148.html">19.148</a></li><li class="affix"><a href="19.149.html">19.149</a></li><li class="affix"><a href="19.150.html">19.150</a></li><li class="affix"><a href="19.151.html">19.151</a></li><li class="affix"><a href="19.152.html">19.152</a></li><li class="affix"><a href="19.153.html">19.153</a></li><li class="affix"><a href="19.154.html">19.154</a></li><li class="affix"><a href="19.155.html">19.155</a></li><li class="affix"><a href="19.156.html">19.156</a></li><li class="affix"><a href="19.157.html">19.157</a></li><li class="affix"><a href="19.158.html">19.158</a></li><li class="affix"><a href="19.159.html">19.159</a></li><li class="affix"><a href="19.160.html">19.160</a></li><li class="affix"><a href="19.161.html">19.161</a></li><li class="affix"><a href="19.162.html">19.162</a></li><li class="affix"><a href="19.163.html">19.163</a></li><li class="affix"><a href="19.164.html">19.164</a></li><li class="affix"><a href="19.165.html">19.165</a></li><li class="affix"><a href="19.166.html">19.166</a></li><li class="affix"><a href="19.167.html">19.167</a></li><li class="affix"><a href="19.168.html">19.168</a></li><li class="affix"><a href="19.169.html">19.169</a></li><li class="affix"><a href="19.170.html">19.170</a></li><li class="affix"><a href="19.171.html">19.171</a></li><li class="affix"><a href="19.172.html">19.172</a></li><li class="affix"><a href="19.173.html">19.173</a></li><li class="affix"><a href="19.174.html">19.174</a></li><li class="affix"><a href="19.175.html">19.175</a></li><li class="affix"><a href="19.176.html">19.176</a></li><li class="affix"><a href="19.177.html">19.177</a></li><li class="affix"><a href="19.178.html">19.178</a></li><li class="affix"><a href="19.179.html">19.179</a></li><li class="affix"><a href="19.180.html">19.180</a></li><li class="affix"><a href="19.181.html">19.181</a></li><li class="affix"><a href="19.182.html">19.182</a></li><li class="affix"><a href="19.183-184.html">19.183-184</a></li><li class="affix"><a href="19.185.html">19.185</a></li><li class="affix"><a href="19.186.html">19.186</a></li><li class="affix"><a href="19.187.html">19.187</a></li><li class="affix"><a href="19.188.html">19.188</a></li><li class="affix"><a href="19.189.html">19.189</a></li><li class="affix"><a href="19.190.html">19.190</a></li><li class="affix"><a href="19.191.html">19.191</a></li><li class="affix"><a href="19.192.html">19.192</a></li><li class="affix"><a href="19.193.html">19.193</a></li><li class="affix"><a href="19.194.html">19.194</a></li><li class="affix"><a href="19.195.html">19.195</a></li><li class="affix"><a href="19.196.html">19.196</a></li><li class="affix"><a href="19.197.html">19.197</a></li><li class="affix"><a href="19.198.html">19.198</a></li><li class="affix"><a href="19.199-200.html">19.199-200</a></li><li class="affix"><a href="19.201.html">19.201</a></li><li class="affix"><a href="19.202.html">19.202</a></li><li class="affix"><a href="19.203.html">19.203</a></li><li class="affix"><a href="19.204.html">19.204</a></li><li class="affix"><a href="19.205.html">19.205</a></li><li class="affix"><a href="19.206.html">19.206</a></li><li class="affix"><a href="19.207-209.html">19.207-209</a></li><li class="affix"><a href="19.210.html">19.210</a></li><li class="affix"><a href="19.211.html">19.211</a></li><li class="affix"><a href="19.212.html">19.212</a></li><li class="affix"><a href="19.213.html">19.213</a></li><li class="affix"><a href="19.214.html">19.214</a></li><li class="affix"><a href="19.215.html">19.215</a></li><li class="affix"><a href="19.216.html">19.216</a></li><li class="affix"><a href="19.217.html">19.217</a></li><li class="affix"><a href="19.218.html">19.218</a></li><li class="affix"><a href="19.219.html">19.219</a></li><li class="affix"><a href="19.220.html">19.220</a></li><li class="affix"><a href="19.221.html">19.221</a></li><li class="affix"><a href="19.222.html">19.222</a></li><li class="affix"><a href="19.223.html">19.223</a></li><li class="affix"><a href="19.224.html">19.224</a></li><li class="affix"><a href="19.225.html">19.225</a></li><li class="affix"><a href="19.226.html">19.226</a></li><li class="affix"><a href="19.227.html">19.227</a></li><li class="affix"><a href="19.228.html">19.228</a></li><li class="affix"><a href="19.229.html">19.229</a></li><li class="affix"><a href="19.230.html">19.230</a></li><li class="affix"><a href="19.231.html">19.231</a></li><li class="affix"><a href="19.232.html">19.232</a></li><li class="affix"><a href="19.233.html">19.233</a></li><li class="affix"><a href="19.234.html">19.234</a></li><li class="affix"><a href="19.235.html">19.235</a></li><li class="affix"><a href="19.236.html">19.236</a></li><li class="affix"><a href="19.237.html">19.237</a></li><li class="affix"><a href="19.238.html">19.238</a></li><li class="affix"><a href="19.239.html">19.239</a></li><li class="affix"><a href="19.240.html">19.240</a></li><li class="affix"><a href="19.241.html">19.241</a></li><li class="affix"><a href="19.242.html">19.242</a></li><li class="affix"><a href="19.243.html">19.243</a></li><li class="affix"><a href="19.244.html">19.244</a></li><li class="affix"><a href="19.245.html">19.245</a></li><li class="affix"><a href="19.246.html">19.246</a></li><li class="affix"><a href="19.247.html">19.247</a></li><li class="affix"><a href="19.248.html">19.248</a></li><li class="affix"><a href="19.249.html">19.249</a></li><li class="affix"><a href="19.250.html">19.250</a></li><li class="affix"><a href="19.251.html">19.251</a></li><li class="affix"><a href="19.252.html">19.252</a></li><li class="affix"><a href="19.253.html">19.253</a></li><li class="affix"><a href="19.254.html">19.254</a></li><li class="affix"><a href="19.255.html">19.255</a></li><li class="affix"><a href="19.256.html">19.256</a></li><li class="affix"><a href="19.257.html">19.257</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">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.html">18.16</a></li><li class="affix"><a href="18.17.html">18.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-122.html">18.121-122</a></li><li class="affix"><a href="18.123.html">18.123</a></li><li class="affix"><a href="18.124.html">18.124</a></li><li class="affix"><a href="18.125.html">18.125</a></li><li class="affix"><a href="18.126.html">18.126</a></li><li class="affix"><a href="18.127.html">18.127</a></li><li class="affix"><a href="18.128.html">18.128</a></li><li class="affix"><a href="18.129.html">18.129</a></li><li class="affix"><a href="18.130.html">18.130</a></li><li class="affix"><a href="18.131.html">18.131</a></li><li class="affix"><a href="18.132.html">18.132</a></li><li class="affix"><a href="18.133.html">18.133</a></li><li class="affix"><a href="18.134.html">18.134</a></li><li class="affix"><a href="18.135.html">18.135</a></li><li class="affix"><a href="18.136.html">18.136</a></li><li class="affix"><a href="18.137.html">18.137</a></li><li class="affix"><a href="18.138.html">18.138</a></li><li class="affix"><a href="18.139.html">18.139</a></li><li class="affix"><a href="18.140.html">18.140</a></li><li class="affix"><a href="18.141.html">18.141</a></li><li class="affix"><a href="18.142.html">18.142</a></li><li class="affix"><a href="18.143.html">18.143</a></li><li class="affix"><a href="18.144.html">18.144</a></li><li class="affix"><a href="18.145.html">18.145</a></li><li class="affix"><a href="18.146.html">18.146</a></li><li class="affix"><a href="18.147.html">18.147</a></li><li class="affix"><a href="18.148.html">18.148</a></li><li class="affix"><a href="18.149.html">18.149</a></li><li class="affix"><a href="18.150.html">18.150</a></li><li class="affix"><a href="18.151.html">18.151</a></li><li class="affix"><a href="18.152.html">18.152</a></li><li class="affix"><a href="18.153.html">18.153</a></li><li class="affix"><a href="18.154.html">18.154</a></li><li class="affix"><a href="18.155.html">18.155</a></li><li class="affix"><a href="18.156.html">18.156</a></li><li class="affix"><a href="18.157.html">18.157</a></li><li class="affix"><a href="18.158.html">18.158</a></li><li class="affix"><a href="18.159.html">18.159</a></li><li class="affix"><a href="18.160.html">18.160</a></li><li class="affix"><a href="18.161.html">18.161</a></li><li class="affix"><a href="18.162.html">18.162</a></li><li class="affix"><a href="18.163.html">18.163</a></li><li class="affix"><a href="18.164.html">18.164</a></li><li class="affix"><a href="18.165.html">18.165</a></li><li class="affix"><a href="18.166.html">18.166</a></li><li class="affix"><a href="18.167.html">18.167</a></li><li class="affix"><a href="18.168.html">18.168</a></li><li class="affix"><a href="18.169.html">18.169</a></li><li class="affix"><a href="18.170.html">18.170</a></li><li class="affix"><a href="18.171.html">18.171</a></li><li class="affix"><a href="18.172.html">18.172</a></li><li class="affix"><a href="18.173.html">18.173</a></li><li class="affix"><a href="18.174.html">18.174</a></li><li class="affix"><a href="18.175.html">18.175</a></li><li class="affix"><a href="18.176.html">18.176</a></li><li class="affix"><a href="18.177.html">18.177</a></li><li class="affix"><a href="18.178.html">18.178</a></li><li class="affix"><a href="18.179.html">18.179</a></li><li class="affix"><a href="18.180.html">18.180</a></li><li class="affix"><a href="18.181.html">18.181</a></li><li class="affix"><a href="18.182.html">18.182</a></li><li class="affix"><a href="18.183.html">18.183</a></li><li class="affix"><a href="18.184.html">18.184</a></li><li class="affix"><a href="18.185.html">18.185</a></li><li class="affix"><a href="18.186.html">18.186</a></li><li class="affix"><a href="18.187.html">18.187</a></li><li class="affix"><a href="18.188.html">18.188</a></li><li class="affix"><a href="18.189.html">18.189</a></li><li class="affix"><a href="18.190.html">18.190</a></li><li class="affix"><a href="18.191.html">18.191</a></li><li class="affix"><a href="18.192.html">18.192</a></li><li class="affix"><a href="18.193.html">18.193</a></li><li class="affix"><a href="18.194.html">18.194</a></li><li class="affix"><a href="18.195.html">18.195</a></li><li class="affix"><a href="18.196.html">18.196</a></li><li class="affix"><a href="18.197.html">18.197</a></li><li class="affix"><a href="18.198.html">18.198</a></li><li class="affix"><a href="18.199.html">18.199</a></li><li class="affix"><a href="18.200.html">18.200</a></li><li class="affix"><a href="18.201.html">18.201</a></li><li class="affix"><a href="18.202.html">18.202</a></li><li class="affix"><a href="18.203.html">18.203</a></li><li class="affix"><a href="18.204.html">18.204</a></li><li class="affix"><a href="18.205.html">18.205</a></li><li class="affix"><a href="18.206.html">18.206</a></li><li class="affix"><a href="18.207.html">18.207</a></li><li class="affix"><a href="18.208.html">18.208</a></li><li class="affix"><a href="18.209.html">18.209</a></li><li class="affix"><a href="18.210.html">18.210</a></li><li class="affix"><a href="18.211.html">18.211</a></li><li class="affix"><a href="18.212.html">18.212</a></li><li class="affix"><a href="18.213.html">18.213</a></li><li class="affix"><a href="18.214.html">18.214</a></li><li class="affix"><a href="18.215.html">18.215</a></li><li class="affix"><a href="18.216.html">18.216</a></li><li class="affix"><a href="18.217.html">18.217</a></li><li class="affix"><a href="18.218.html">18.218</a></li><li class="affix"><a href="18.219.html">18.219</a></li><li class="affix"><a href="18.220.html">18.220</a></li><li class="affix"><a href="18.221.html">18.221</a></li><li class="affix"><a href="18.222.html">18.222</a></li><li class="affix"><a href="18.223.html">18.223</a></li><li class="affix"><a href="18.224.html">18.224</a></li><li class="affix"><a href="18.225.html">18.225</a></li><li class="affix"><a href="18.226.html">18.226</a></li><li class="affix"><a href="18.227.html">18.227</a></li><li class="affix"><a href="18.228.html">18.228</a></li><li class="affix"><a href="18.229.html">18.229</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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">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-49.html">17.48-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-63.html">17.62-63</a></li><li class="affix"><a href="17.64.html">17.64</a></li><li class="affix"><a href="17.65.html">17.65</a></li><li class="affix"><a href="17.66.html">17.66</a></li><li class="affix"><a href="17.67.html">17.67</a></li><li class="affix"><a href="17.68.html">17.68</a></li><li class="affix"><a href="17.69.html">17.69</a></li><li class="affix"><a href="17.70.html">17.70</a></li><li class="affix"><a href="17.71.html">17.71</a></li><li class="affix"><a href="17.72.html">17.72</a></li><li class="affix"><a href="17.73.html">17.73</a></li><li class="affix"><a href="17.74.html">17.74</a></li><li class="affix"><a href="17.75.html">17.75</a></li><li class="affix"><a href="17.76.html">17.76</a></li><li class="affix"><a href="17.77.html">17.77</a></li><li class="affix"><a href="17.78.html">17.78</a></li><li class="affix"><a href="17.79.html">17.79</a></li><li class="affix"><a href="17.80.html">17.80</a></li><li class="affix"><a href="17.81.html">17.81</a></li><li class="affix"><a href="17.82.html">17.82</a></li><li class="affix"><a href="17.83.html">17.83</a></li><li class="affix"><a href="17.84.html">17.84</a></li><li class="affix"><a href="17.85.html">17.85</a></li><li class="affix"><a href="17.86.html">17.86</a></li><li class="affix"><a href="17.87.html">17.87</a></li><li class="affix"><a href="17.88.html">17.88</a></li><li class="affix"><a href="17.89.html">17.89</a></li><li class="affix"><a href="17.90.html">17.90</a></li><li class="affix"><a href="17.91.html">17.91</a></li><li class="affix"><a href="17.92.html">17.92</a></li><li class="affix"><a href="17.93.html">17.93</a></li><li class="affix"><a href="17.94.html">17.94</a></li><li class="affix"><a href="17.95.html">17.95</a></li><li class="affix"><a href="17.96.html">17.96</a></li><li class="affix"><a href="17.97.html">17.97</a></li><li class="affix"><a href="17.98.html">17.98</a></li><li class="affix"><a href="17.99.html">17.99</a></li><li class="affix"><a href="17.100.html">17.100</a></li><li class="affix"><a href="17.101.html">17.101</a></li><li class="affix"><a href="17.102.html">17.102</a></li><li class="affix"><a href="17.103.html">17.103</a></li><li class="affix"><a href="17.104.html">17.104</a></li><li class="affix"><a href="17.105.html">17.105</a></li><li class="affix"><a href="17.106.html">17.106</a></li><li class="affix"><a href="17.107.html">17.107</a></li><li class="affix"><a href="17.108.html">17.108</a></li><li class="affix"><a href="17.109.html">17.109</a></li><li class="affix"><a href="17.110.html">17.110</a></li><li class="affix"><a href="17.111.html">17.111</a></li><li class="affix"><a href="17.112.html">17.112</a></li><li class="affix"><a href="17.113.html">17.113</a></li><li class="affix"><a href="17.114.html">17.114</a></li><li class="affix"><a href="17.115.html">17.115</a></li><li class="affix"><a href="17.116.html">17.116</a></li><li class="affix"><a href="17.117.html">17.117</a></li><li class="affix"><a href="17.118.html">17.118</a></li><li class="affix"><a href="17.119.html">17.119</a></li><li class="affix"><a href="17.120.html">17.120</a></li><li class="affix"><a href="17.121.html">17.121</a></li><li class="affix"><a href="17.122.html">17.122</a></li><li class="affix"><a href="17.123.html">17.123</a></li><li class="affix"><a href="17.124.html">17.124</a></li><li class="affix"><a href="17.125.html">17.125</a></li><li class="affix"><a href="17.126.html">17.126</a></li><li class="affix"><a href="17.127.html">17.127</a></li><li class="affix"><a href="17.128.html">17.128</a></li><li class="affix"><a href="17.129.html">17.129</a></li><li class="affix"><a href="17.130.html">17.130</a></li><li class="affix"><a href="17.131.html">17.131</a></li><li class="affix"><a href="17.132.html">17.132</a></li><li class="affix"><a href="17.133.html">17.133</a></li><li class="affix"><a href="17.134.html">17.134</a></li><li class="affix"><a href="17.135.html">17.135</a></li><li class="affix"><a href="17.136.html">17.136</a></li><li class="affix"><a href="17.137.html">17.137</a></li><li class="affix"><a href="17.138.html">17.138</a></li><li class="affix"><a href="17.139.html">17.139</a></li><li class="affix"><a href="17.140.html">17.140</a></li><li class="affix"><a href="17.141.html">17.141</a></li><li class="affix"><a href="17.142.html">17.142</a></li><li class="affix"><a href="17.143.html">17.143</a></li><li class="affix"><a href="17.144.html">17.144</a></li><li class="affix"><a href="17.145.html">17.145</a></li><li class="affix"><a href="17.146.html">17.146</a></li><li class="affix"><a href="17.147.html">17.147</a></li><li class="affix"><a href="17.148.html">17.148</a></li><li class="affix"><a href="17.149.html">17.149</a></li><li class="affix"><a href="17.150.html">17.150</a></li><li class="affix"><a href="17.151.html">17.151</a></li><li class="affix"><a href="17.152.html">17.152</a></li><li class="affix"><a href="17.153.html">17.153</a></li><li class="affix"><a href="17.154.html">17.154</a></li><li class="affix"><a href="17.155.html">17.155</a></li><li class="affix"><a href="17.156.html">17.156</a></li><li class="affix"><a href="17.157.html">17.157</a></li><li class="affix"><a href="17.158.html">17.158</a></li><li class="affix"><a href="17.159.html">17.159</a></li><li class="affix"><a href="17.160.html">17.160</a></li><li class="affix"><a href="17.161.html">17.161</a></li><li class="affix"><a href="17.162.html">17.162</a></li><li class="affix"><a href="17.163.html">17.163</a></li><li class="affix"><a href="17.164.html">17.164</a></li><li class="affix"><a href="17.165.html">17.165</a></li><li class="affix"><a href="17.166.html">17.166</a></li><li class="affix"><a href="17.167.html">17.167</a></li><li class="affix"><a href="17.168.html">17.168</a></li><li class="affix"><a href="17.169.html">17.169</a></li><li class="affix"><a href="17.170.html">17.170</a></li><li class="affix"><a href="17.171.html">17.171</a></li><li class="affix"><a href="17.172.html">17.172</a></li><li class="affix"><a href="17.173.html">17.173</a></li><li class="affix"><a href="17.174.html">17.174</a></li><li class="affix"><a href="17.175.html">17.175</a></li><li class="affix"><a href="17.176.html">17.176</a></li><li class="affix"><a href="17.177.html">17.177</a></li><li class="affix"><a href="17.178.html">17.178</a></li><li class="affix"><a href="17.179.html">17.179</a></li><li class="affix"><a href="17.180.html">17.180</a></li><li class="affix"><a href="17.181.html">17.181</a></li><li class="affix"><a href="17.182.html">17.182</a></li><li class="affix"><a href="17.183.html">17.183</a></li><li class="affix"><a href="17.184.html">17.184</a></li><li class="affix"><a href="17.185.html">17.185</a></li><li class="affix"><a href="17.186.html">17.186</a></li><li class="affix"><a href="17.187.html">17.187</a></li><li class="affix"><a href="17.188.html">17.188</a></li><li class="affix"><a href="17.189.html">17.189</a></li><li class="affix"><a href="17.190.html">17.190</a></li><li class="affix"><a href="17.191.html">17.191</a></li><li class="affix"><a href="17.192.html">17.192</a></li><li class="affix"><a href="17.193.html">17.193</a></li><li class="affix"><a href="17.194.html">17.194</a></li><li class="affix"><a href="17.195.html">17.195</a></li><li class="affix"><a href="17.196.html">17.196</a></li><li class="affix"><a href="17.197.html">17.197</a></li><li class="affix"><a href="17.198.html">17.198</a></li><li class="affix"><a href="17.199.html">17.199</a></li><li class="affix"><a href="17.200.html">17.200</a></li><li class="affix"><a href="17.201.html">17.201</a></li><li class="affix"><a href="17.202.html">17.202</a></li><li class="affix"><a href="17.203.html">17.203</a></li><li class="affix"><a href="17.204.html">17.204</a></li><li class="affix"><a href="17.205.html">17.205</a></li><li class="affix"><a href="17.206.html">17.206</a></li><li class="affix"><a href="17.207.html">17.207</a></li><li class="affix"><a href="17.208.html">17.208</a></li><li class="affix"><a href="17.209.html">17.209</a></li><li class="affix"><a href="17.210.html">17.210</a></li><li class="affix"><a href="17.211.html">17.211</a></li><li class="affix"><a href="17.212.html">17.212</a></li><li class="affix"><a href="17.213.html">17.213</a></li><li class="affix"><a href="17.214.html">17.214</a></li><li class="affix"><a href="17.215.html">17.215</a></li><li class="affix"><a href="17.216.html">17.216</a></li><li class="affix"><a href="17.217.html">17.217</a></li><li class="affix"><a href="17.218.html">17.218</a></li><li class="affix"><a href="17.219.html">17.219</a></li><li class="affix"><a href="17.220.html">17.220</a></li><li class="affix"><a href="17.221.html">17.221</a></li><li class="affix"><a href="17.222.html">17.222</a></li><li class="affix"><a href="17.223.html">17.223</a></li><li class="affix"><a href="17.224.html">17.224</a></li><li class="affix"><a href="17.225.html">17.225</a></li><li class="affix"><a href="17.226.html">17.226</a></li><li class="affix"><a href="17.227.html">17.227</a></li><li class="affix"><a href="17.228-229.html">17.228-229</a></li><li class="affix"><a href="17.230.html">17.230</a></li><li class="affix"><a href="17.231.html">17.231</a></li><li class="affix"><a href="17.232.html">17.232</a></li><li class="affix"><a href="17.233.html">17.233</a></li><li class="affix"><a href="17.234.html">17.234</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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-15.html">16.14-15</a></li><li class="affix"><a href="16.16-17.html">16.16-17</a></li><li class="affix"><a href="16.18.html">16.18</a></li><li class="affix"><a href="16.19.html">16.19</a></li><li class="affix"><a href="16.20.html">16.20</a></li><li class="affix"><a href="16.21.html">16.21</a></li><li class="affix"><a href="16.22.html">16.22</a></li><li class="affix"><a href="16.23.html">16.23</a></li><li class="affix"><a href="16.24.html">16.24</a></li><li class="affix"><a href="16.25.html">16.25</a></li><li class="affix"><a href="16.26.html">16.26</a></li><li class="affix"><a href="16.27.html">16.27</a></li><li class="affix"><a href="16.28.html">16.28</a></li><li class="affix"><a href="16.29.html">16.29</a></li><li class="affix"><a href="16.30.html">16.30</a></li><li class="affix"><a href="16.31.html">16.31</a></li><li class="affix"><a href="16.32.html">16.32</a></li><li class="affix"><a href="16.33.html">16.33</a></li><li class="affix"><a href="16.34.html">16.34</a></li><li class="affix"><a href="16.35.html">16.35</a></li><li class="affix"><a href="16.36.html">16.36</a></li><li class="affix"><a href="16.37.html">16.37</a></li><li class="affix"><a href="16.38.html">16.38</a></li><li class="affix"><a href="16.39.html">16.39</a></li><li class="affix"><a href="16.40.html">16.40</a></li><li class="affix"><a href="16.41.html">16.41</a></li><li class="affix"><a href="16.42.html">16.42</a></li><li class="affix"><a href="16.43.html">16.43</a></li><li class="affix"><a href="16.44.html">16.44</a></li><li class="affix"><a href="16.45.html">16.45</a></li><li class="affix"><a href="16.46.html">16.46</a></li><li class="affix"><a href="16.47.html">16.47</a></li><li class="affix"><a href="16.48.html">16.48</a></li><li class="affix"><a href="16.49.html">16.49</a></li><li class="affix"><a href="16.50.html">16.50</a></li><li class="affix"><a href="16.51.html">16.51</a></li><li class="affix"><a href="16.52.html">16.52</a></li><li class="affix"><a href="16.53.html">16.53</a></li><li class="affix"><a href="16.54.html">16.54</a></li><li class="affix"><a href="16.55.html">16.55</a></li><li class="affix"><a href="16.56.html">16.56</a></li><li class="affix"><a href="16.57.html">16.57</a></li><li class="affix"><a href="16.58.html">16.58</a></li><li class="affix"><a href="16.59.html">16.59</a></li><li class="affix"><a href="16.60.html">16.60</a></li><li class="affix"><a href="16.61.html">16.61</a></li><li class="affix"><a href="16.62.html">16.62</a></li><li class="affix"><a href="16.63.html">16.63</a></li><li class="affix"><a href="16.64.html">16.64</a></li><li class="affix"><a href="16.65.html">16.65</a></li><li class="affix"><a href="16.66.html">16.66</a></li><li class="affix"><a href="16.67.html">16.67</a></li><li class="affix"><a href="16.68.html">16.68</a></li><li class="affix"><a href="16.69.html">16.69</a></li><li class="affix"><a href="16.70.html">16.70</a></li><li class="affix"><a href="16.71.html">16.71</a></li><li class="affix"><a href="16.72.html">16.72</a></li><li class="affix"><a href="16.73.html">16.73</a></li><li class="affix"><a href="16.74.html">16.74</a></li><li class="affix"><a href="16.75.html">16.75</a></li><li class="affix"><a href="16.76.html">16.76</a></li><li class="affix"><a href="16.77.html">16.77</a></li><li class="affix"><a href="16.78.html">16.78</a></li><li class="affix"><a href="16.79.html">16.79</a></li><li class="affix"><a href="16.80.html">16.80</a></li><li class="affix"><a href="16.81.html">16.81</a></li><li class="affix"><a href="16.82.html">16.82</a></li><li class="affix"><a href="16.83.html">16.83</a></li><li class="affix"><a href="16.84.html">16.84</a></li><li class="affix"><a href="16.85.html">16.85</a></li><li class="affix"><a href="16.86.html">16.86</a></li><li class="affix"><a href="16.87.html">16.87</a></li><li class="affix"><a href="16.88.html">16.88</a></li><li class="affix"><a href="16.89.html">16.89</a></li><li class="affix"><a href="16.90.html">16.90</a></li><li class="affix"><a href="16.91.html">16.91</a></li><li class="affix"><a href="16.92.html">16.92</a></li><li class="affix"><a href="16.93.html">16.93</a></li><li class="affix"><a href="16.94.html">16.94</a></li><li class="affix"><a href="16.95.html">16.95</a></li><li class="affix"><a href="16.96.html">16.96</a></li><li class="affix"><a href="16.97.html">16.97</a></li><li class="affix"><a href="16.98.html">16.98</a></li><li class="affix"><a href="16.99.html">16.99</a></li><li class="affix"><a href="16.100.html">16.100</a></li><li class="affix"><a href="16.101.html">16.101</a></li><li class="affix"><a href="16.102.html">16.102</a></li><li class="affix"><a href="16.103.html">16.103</a></li><li class="affix"><a href="16.104.html">16.104</a></li><li class="affix"><a href="16.105.html">16.105</a></li><li class="affix"><a href="16.106.html">16.106</a></li><li class="affix"><a href="16.107.html">16.107</a></li><li class="affix"><a href="16.108.html">16.108</a></li><li class="affix"><a href="16.109.html">16.109</a></li><li class="affix"><a href="16.110.html">16.110</a></li><li class="affix"><a href="16.111.html">16.111</a></li><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-115.html">16.114-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.html">16.121</a></li><li class="affix"><a href="16.122.html">16.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-129.html">16.127-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><li class="affix"><a href="16.152.html">16.152</a></li><li class="affix"><a href="16.153.html">16.153</a></li><li class="affix"><a href="16.154.html">16.154</a></li><li class="affix"><a href="16.155.html">16.155</a></li><li class="affix"><a href="16.156.html">16.156</a></li><li class="affix"><a href="16.157.html">16.157</a></li><li class="affix"><a href="16.158.html">16.158</a></li><li class="affix"><a href="16.159.html">16.159</a></li><li class="affix"><a href="16.160.html">16.160</a></li><li class="affix"><a href="16.161.html">16.161</a></li><li class="affix"><a href="16.162-163.html">16.162-163</a></li><li class="affix"><a href="16.164.html">16.164</a></li><li class="affix"><a href="16.165.html">16.165</a></li><li class="affix"><a href="16.166.html">16.166</a></li><li class="affix"><a href="16.167.html">16.167</a></li><li class="affix"><a href="16.168.html">16.168</a></li><li class="affix"><a href="16.169.html">16.169</a></li><li class="affix"><a href="16.170.html">16.170</a></li><li class="affix"><a href="16.171.html">16.171</a></li><li class="affix"><a href="16.172.html">16.172</a></li><li class="affix"><a href="16.173.html">16.173</a></li><li class="affix"><a href="16.174.html">16.174</a></li><li class="affix"><a href="16.175.html">16.175</a></li><li class="affix"><a href="16.176.html">16.176</a></li><li class="affix"><a href="16.177.html">16.177</a></li><li class="affix"><a href="16.178.html">16.178</a></li><li class="affix"><a href="16.179.html">16.179</a></li><li class="affix"><a href="16.180.html">16.180</a></li><li class="affix"><a href="16.181.html">16.181</a></li><li class="affix"><a href="16.182.html">16.182</a></li><li class="affix"><a href="16.183.html">16.183</a></li><li class="affix"><a href="16.184.html">16.184</a></li><li class="affix"><a href="16.185.html">16.185</a></li><li class="affix"><a href="16.186.html">16.186</a></li><li class="affix"><a href="16.187.html">16.187</a></li><li class="affix"><a href="16.188.html">16.188</a></li><li class="affix"><a href="16.189.html">16.189</a></li><li class="affix"><a href="16.190.html">16.190</a></li><li class="affix"><a href="16.191.html">16.191</a></li><li class="affix"><a href="16.192.html">16.192</a></li><li class="affix"><a href="16.193.html">16.193</a></li><li class="affix"><a href="16.194.html">16.194</a></li><li class="affix"><a href="16.195.html">16.195</a></li><li class="affix"><a href="16.196.html">16.196</a></li><li class="affix"><a href="16.197.html">16.197</a></li><li class="affix"><a href="16.198.html">16.198</a></li><li class="affix"><a href="16.199.html">16.199</a></li><li class="affix"><a href="16.200.html">16.200</a></li><li class="affix"><a href="16.201.html">16.201</a></li><li class="affix"><a href="16.202.html">16.202</a></li><li class="affix"><a href="16.203.html">16.203</a></li><li class="affix"><a href="16.204.html">16.204</a></li><li class="affix"><a href="16.205.html">16.205</a></li><li class="affix"><a href="16.206.html">16.206</a></li><li class="affix"><a href="16.207.html">16.207</a></li><li class="affix"><a href="16.208.html">16.208</a></li><li class="affix"><a href="16.209.html">16.209</a></li><li class="affix"><a href="16.210.html">16.210</a></li><li class="affix"><a href="16.211.html">16.211</a></li><li class="affix"><a href="16.212.html">16.212</a></li><li class="affix"><a href="16.213.html">16.213</a></li><li class="affix"><a href="16.214-215.html">16.214-215</a></li><li class="affix"><a href="16.216.html">16.216</a></li><li class="affix"><a href="16.217.html">16.217</a></li><li class="affix"><a href="16.218.html">16.218</a></li><li class="affix"><a href="16.219.html">16.219</a></li><li class="affix"><a href="16.220.html">16.220</a></li><li class="affix"><a href="16.221.html">16.221</a></li><li class="affix"><a href="16.222.html">16.222</a></li><li class="affix"><a href="16.223.html">16.223</a></li><li class="affix"><a href="16.224.html">16.224</a></li><li class="affix"><a href="16.225.html">16.225</a></li><li class="affix"><a href="16.226.html">16.226</a></li><li class="affix"><a href="16.227.html">16.227</a></li><li class="affix"><a href="16.228.html">16.228</a></li><li class="affix"><a href="16.229.html">16.229</a></li><li class="affix"><a href="16.230.html">16.230</a></li><li class="affix"><a href="16.231.html">16.231</a></li><li class="affix"><a href="16.232.html">16.232</a></li><li class="affix"><a href="16.233.html">16.233</a></li><li class="affix"><a href="16.234.html">16.234</a></li><li class="affix"><a href="16.235.html">16.235</a></li><li class="affix"><a href="16.236.html">16.236</a></li><li class="affix"><a href="16.237.html">16.237</a></li><li class="affix"><a href="16.238.html">16.238</a></li><li class="affix"><a href="16.239.html">16.239</a></li><li class="affix"><a href="16.240.html">16.240</a></li><li class="affix"><a href="16.241.html">16.241</a></li><li class="affix"><a href="16.242.html">16.242</a></li><li class="affix"><a href="16.243.html">16.243</a></li><li class="affix"><a href="16.244.html">16.244</a></li><li class="affix"><a href="16.245-246.html">16.245-246</a></li><li class="affix"><a href="16.247.html">16.247</a></li><li class="affix"><a href="16.248.html">16.248</a></li><li class="affix"><a href="16.249.html">16.249</a></li><li class="affix"><a href="16.250.html">16.250</a></li><li class="affix"><a href="16.251.html">16.251</a></li><li class="affix"><a href="16.252.html">16.252</a></li><li class="affix"><a href="16.253.html">16.253</a></li><li class="affix"><a href="16.254.html">16.254</a></li><li class="affix"><a href="16.255.html">16.255</a></li><li class="affix"><a href="16.256.html">16.256</a></li><li class="affix"><a href="16.257.html">16.257</a></li><li class="affix"><a href="16.258.html">16.258</a></li><li class="affix"><a href="16.259.html">16.259</a></li><li class="affix"><a href="16.260.html">16.260</a></li><li class="affix"><a href="16.261.html">16.261</a></li><li class="affix"><a href="16.262.html">16.262</a></li><li class="affix"><a href="16.263-264.html">16.263-264</a></li><li class="affix"><a href="16.265-266.html">16.265-266</a></li><li class="affix"><a href="16.267.html">16.267</a></li><li class="affix"><a href="16.268.html">16.268</a></li><li class="affix"><a href="16.269.html">16.269</a></li><li class="affix"><a href="16.270.html">16.270</a></li><li class="affix"><a href="16.271.html">16.271</a></li><li class="affix"><a href="16.272.html">16.272</a></li><li class="affix"><a href="16.273.html">16.273</a></li><li class="affix"><a href="16.274.html">16.274</a></li><li class="affix"><a href="16.275.html">16.275</a></li><li class="affix"><a href="16.276.html">16.276</a></li><li class="affix"><a href="16.277.html">16.277</a></li><li class="affix"><a href="16.278.html">16.278</a></li><li class="affix"><a href="16.279.html">16.279</a></li><li class="affix"><a href="16.280.html">16.280</a></li><li class="affix"><a href="16.281.html">16.281</a></li><li class="affix"><a href="16.282.html">16.282</a></li><li class="affix"><a href="16.283.html">16.283</a></li><li class="affix"><a href="16.284.html">16.284</a></li><li class="affix"><a href="16.285.html">16.285</a></li><li class="affix"><a href="16.286.html">16.286</a></li><li class="affix"><a href="16.287.html">16.287</a></li><li class="affix"><a href="16.288.html">16.288</a></li><li class="affix"><a href="16.289.html">16.289</a></li><li class="affix"><a href="16.290.html">16.290</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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-55.html">15.54-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><li class="affix"><a href="15.100.html">15.100</a></li><li class="affix"><a href="15.101.html">15.101</a></li><li class="affix"><a href="15.102.html">15.102</a></li><li class="affix"><a href="15.103.html">15.103</a></li><li class="affix"><a href="15.104.html">15.104</a></li><li class="affix"><a href="15.105.html">15.105</a></li><li class="affix"><a href="15.106.html">15.106</a></li><li class="affix"><a href="15.107.html">15.107</a></li><li class="affix"><a href="15.108.html">15.108</a></li><li class="affix"><a href="15.109.html">15.109</a></li><li class="affix"><a href="15.110.html">15.110</a></li><li class="affix"><a href="15.111.html">15.111</a></li><li class="affix"><a href="15.112.html">15.112</a></li><li class="affix"><a href="15.113.html">15.113</a></li><li class="affix"><a href="15.114.html">15.114</a></li><li class="affix"><a href="15.115.html">15.115</a></li><li class="affix"><a href="15.116.html">15.116</a></li><li class="affix"><a href="15.117.html">15.117</a></li><li class="affix"><a href="15.118.html">15.118</a></li><li class="affix"><a href="15.119.html">15.119</a></li><li class="affix"><a href="15.120.html">15.120</a></li><li class="affix"><a href="15.121.html">15.121</a></li><li class="affix"><a href="15.122.html">15.122</a></li><li class="affix"><a href="15.123.html">15.123</a></li><li class="affix"><a href="15.124.html">15.124</a></li><li class="affix"><a href="15.125.html">15.125</a></li><li class="affix"><a href="15.126.html">15.126</a></li><li class="affix"><a href="15.127.html">15.127</a></li><li class="affix"><a href="15.128-129.html">15.128-129</a></li><li class="affix"><a href="15.130.html">15.130</a></li><li class="affix"><a href="15.131.html">15.131</a></li><li class="affix"><a href="15.132.html">15.132</a></li><li class="affix"><a href="15.133.html">15.133</a></li><li class="affix"><a href="15.134.html">15.134</a></li><li class="affix"><a href="15.135.html">15.135</a></li><li class="affix"><a href="15.136.html">15.136</a></li><li class="affix"><a href="15.137.html">15.137</a></li><li class="affix"><a href="15.138.html">15.138</a></li><li class="affix"><a href="15.139.html">15.139</a></li><li class="affix"><a href="15.140.html">15.140</a></li><li class="affix"><a href="15.141.html">15.141</a></li><li class="affix"><a href="15.142.html">15.142</a></li><li class="affix"><a href="15.143.html">15.143</a></li><li class="affix"><a href="15.144.html">15.144</a></li><li class="affix"><a href="15.145.html">15.145</a></li><li class="affix"><a href="15.146.html">15.146</a></li><li class="affix"><a href="15.147.html">15.147</a></li><li class="affix"><a href="15.148.html">15.148</a></li><li class="affix"><a href="15.149.html">15.149</a></li><li class="affix"><a href="15.150.html">15.150</a></li><li class="affix"><a href="15.151.html">15.151</a></li><li class="affix"><a href="15.152.html">15.152</a></li><li class="affix"><a href="15.153.html">15.153</a></li><li class="affix"><a href="15.154.html">15.154</a></li><li class="affix"><a href="15.155.html">15.155</a></li><li class="affix"><a href="15.156.html">15.156</a></li><li class="affix"><a href="15.157.html">15.157</a></li><li class="affix"><a href="15.158.html">15.158</a></li><li class="affix"><a href="15.159.html">15.159</a></li><li class="affix"><a href="15.160.html">15.160</a></li><li class="affix"><a href="15.161.html">15.161</a></li><li class="affix"><a href="15.162.html">15.162</a></li><li class="affix"><a href="15.163.html">15.163</a></li><li class="affix"><a href="15.164.html">15.164</a></li><li class="affix"><a href="15.165.html">15.165</a></li><li class="affix"><a href="15.166.html">15.166</a></li><li class="affix"><a href="15.167.html">15.167</a></li><li class="affix"><a href="15.168.html">15.168</a></li><li class="affix"><a href="15.169.html">15.169</a></li><li class="affix"><a href="15.170.html">15.170</a></li><li class="affix"><a href="15.171.html">15.171</a></li><li class="affix"><a href="15.172.html">15.172</a></li><li class="affix"><a href="15.173.html">15.173</a></li><li class="affix"><a href="15.174.html">15.174</a></li><li class="affix"><a href="15.175.html">15.175</a></li><li class="affix"><a href="15.176.html">15.176</a></li><li class="affix"><a href="15.177.html">15.177</a></li><li class="affix"><a href="15.178.html">15.178</a></li><li class="affix"><a href="15.179.html">15.179</a></li><li class="affix"><a href="15.180.html">15.180</a></li><li class="affix"><a href="15.181.html">15.181</a></li><li class="affix"><a href="15.182.html">15.182</a></li><li class="affix"><a href="15.183.html">15.183</a></li><li class="affix"><a href="15.184-185.html">15.184-185</a></li><li class="affix"><a href="15.186.html">15.186</a></li><li class="affix"><a href="15.187.html">15.187</a></li><li class="affix"><a href="15.188.html">15.188</a></li><li class="affix"><a href="15.189.html">15.189</a></li><li class="affix"><a href="15.190.html">15.190</a></li><li class="affix"><a href="15.191.html">15.191</a></li><li class="affix"><a href="15.192.html">15.192</a></li><li class="affix"><a href="15.193.html">15.193</a></li><li class="affix"><a href="15.194.html">15.194</a></li><li class="affix"><a href="15.195.html">15.195</a></li><li class="affix"><a href="15.196.html">15.196</a></li><li class="affix"><a href="15.197.html">15.197</a></li><li class="affix"><a href="15.198.html">15.198</a></li><li class="affix"><a href="15.199.html">15.199</a></li><li class="affix"><a href="15.200.html">15.200</a></li><li class="affix"><a href="15.201.html">15.201</a></li><li class="affix"><a href="15.202.html">15.202</a></li><li class="affix"><a href="15.203.html">15.203</a></li><li class="affix"><a href="15.204.html">15.204</a></li><li class="affix"><a href="15.205.html">15.205</a></li><li class="affix"><a href="15.206.html">15.206</a></li><li class="affix"><a href="15.207.html">15.207</a></li><li class="affix"><a href="15.208.html">15.208</a></li><li class="affix"><a href="15.209.html">15.209</a></li><li class="affix"><a href="15.210.html">15.210</a></li><li class="affix"><a href="15.211.html">15.211</a></li><li class="affix"><a href="15.212.html">15.212</a></li><li class="affix"><a href="15.213.html">15.213</a></li><li class="affix"><a href="15.214.html">15.214</a></li><li class="affix"><a href="15.215.html">15.215</a></li><li class="affix"><a href="15.216.html">15.216</a></li><li class="affix"><a href="15.217.html">15.217</a></li><li class="affix"><a href="15.218.html">15.218</a></li><li class="affix"><a href="15.219.html">15.219</a></li><li class="affix"><a href="15.220.html">15.220</a></li><li class="affix"><a href="15.221.html">15.221</a></li><li class="affix"><a href="15.222.html">15.222</a></li><li class="affix"><a href="15.223.html">15.223</a></li><li class="affix"><a href="15.224.html">15.224</a></li><li class="affix"><a href="15.225.html">15.225</a></li><li class="affix"><a href="15.226.html">15.226</a></li><li class="affix"><a href="15.227.html">15.227</a></li><li class="affix"><a href="15.228.html">15.228</a></li><li class="affix"><a href="15.229.html">15.229</a></li><li class="affix"><a href="15.230.html">15.230</a></li><li class="affix"><a href="15.231.html">15.231</a></li><li class="affix"><a href="15.232.html">15.232</a></li><li class="affix"><a href="15.233.html">15.233</a></li><li class="affix"><a href="15.234.html">15.234</a></li><li class="affix"><a href="15.235.html">15.235</a></li><li class="affix"><a href="15.236.html">15.236</a></li><li class="affix"><a href="15.237.html">15.237</a></li><li class="affix"><a href="15.238.html">15.238</a></li><li class="affix"><a href="15.239.html">15.239</a></li><li class="affix"><a href="15.240.html">15.240</a></li><li class="affix"><a href="15.241.html">15.241</a></li><li class="affix"><a href="15.242.html">15.242</a></li><li class="affix"><a href="15.243.html">15.243</a></li><li class="affix"><a href="15.244.html">15.244</a></li><li class="affix"><a href="15.245.html">15.245</a></li><li class="affix"><a href="15.246.html">15.246</a></li><li class="affix"><a href="15.247.html">15.247</a></li><li class="affix"><a href="15.248.html">15.248</a></li><li class="affix"><a href="15.249.html">15.249</a></li><li class="affix"><a href="15.250.html">15.250</a></li><li class="affix"><a href="15.251.html">15.251</a></li><li class="affix"><a href="15.252.html">15.252</a></li><li class="affix"><a href="15.253.html">15.253</a></li><li class="affix"><a href="15.254.html">15.254</a></li><li class="affix"><a href="15.255.html">15.255</a></li><li class="affix"><a href="15.256.html">15.256</a></li><li class="affix"><a href="15.257.html">15.257</a></li><li class="affix"><a href="15.258.html">15.258</a></li><li class="affix"><a href="15.259.html">15.259</a></li><li class="affix"><a href="15.260.html">15.260</a></li><li class="affix"><a href="15.261.html">15.261</a></li><li class="affix"><a href="15.262.html">15.262</a></li><li class="affix"><a href="15.263.html">15.263</a></li><li class="affix"><a href="15.264.html">15.264</a></li><li class="affix"><a href="15.265.html">15.265</a></li><li class="affix"><a href="15.266.html">15.266</a></li><li class="affix"><a href="15.267.html">15.267</a></li><li class="affix"><a href="15.268.html">15.268</a></li><li class="affix"><a href="15.269.html">15.269</a></li><li class="affix"><a href="15.270.html">15.270</a></li><li class="affix"><a href="15.271.html">15.271</a></li><li class="affix"><a href="15.272.html">15.272</a></li><li class="affix"><a href="15.273.html">15.273</a></li><li class="affix"><a href="15.274.html">15.274</a></li><li class="affix"><a href="15.275.html">15.275</a></li><li class="affix"><a href="15.276.html">15.276</a></li><li class="affix"><a href="15.277.html">15.277</a></li><li class="affix"><a href="15.278.html">15.278</a></li><li class="affix"><a href="15.279.html">15.279</a></li><li class="affix"><a href="15.280.html">15.280</a></li><li class="affix"><a href="15.281.html">15.281</a></li><li class="affix"><a href="15.282.html">15.282</a></li><li class="affix"><a href="15.283.html">15.283</a></li><li class="affix"><a href="15.284.html">15.284</a></li><li class="affix"><a href="15.285.html">15.285</a></li><li class="affix"><a href="15.286.html">15.286</a></li><li class="affix"><a href="15.287.html">15.287</a></li><li class="affix"><a href="15.288.html">15.288</a></li><li class="affix"><a href="15.289.html">15.289</a></li><li class="affix"><a href="15.290.html">15.290</a></li><li class="affix"><a href="15.291.html">15.291</a></li><li class="affix"><a href="15.292.html">15.292</a></li><li class="affix"><a href="15.293.html">15.293</a></li><li class="affix"><a href="15.294.html">15.294</a></li><li class="affix"><a href="15.295.html">15.295</a></li><li class="affix"><a href="15.296.html">15.296</a></li><li class="affix"><a href="15.297.html">15.297</a></li><li class="affix"><a href="15.298.html">15.298</a></li><li class="affix"><a href="15.299.html">15.299</a></li><li class="affix"><a href="15.300.html">15.300</a></li><li class="affix"><a href="15.301.html">15.301</a></li><li class="affix"><a href="15.302.html">15.302</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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.html">14.65</a></li><li class="affix"><a href="14.66.html">14.66</a></li><li class="affix"><a href="14.67.html">14.67</a></li><li class="affix"><a href="14.68.html">14.68</a></li><li class="affix"><a href="14.69.html">14.69</a></li><li class="affix"><a href="14.70.html">14.70</a></li><li class="affix"><a href="14.71.html">14.71</a></li><li class="affix"><a href="14.72.html">14.72</a></li><li class="affix"><a href="14.73.html">14.73</a></li><li class="affix"><a href="14.74.html">14.74</a></li><li class="affix"><a href="14.75.html">14.75</a></li><li class="affix"><a href="14.76.html">14.76</a></li><li class="affix"><a href="14.77.html">14.77</a></li><li class="affix"><a href="14.78.html">14.78</a></li><li class="affix"><a href="14.79.html">14.79</a></li><li class="affix"><a href="14.80.html">14.80</a></li><li class="affix"><a href="14.81.html">14.81</a></li><li class="affix"><a href="14.82.html">14.82</a></li><li class="affix"><a href="14.83.html">14.83</a></li><li class="affix"><a href="14.84.html">14.84</a></li><li class="affix"><a href="14.85.html">14.85</a></li><li class="affix"><a href="14.86.html">14.86</a></li><li class="affix"><a href="14.87.html">14.87</a></li><li class="affix"><a href="14.88.html">14.88</a></li><li class="affix"><a href="14.89.html">14.89</a></li><li class="affix"><a href="14.90.html">14.90</a></li><li class="affix"><a href="14.91.html">14.91</a></li><li class="affix"><a href="14.92.html">14.92</a></li><li class="affix"><a href="14.93.html">14.93</a></li><li class="affix"><a href="14.94.html">14.94</a></li><li class="affix"><a href="14.95.html">14.95</a></li><li class="affix"><a href="14.96.html">14.96</a></li><li class="affix"><a href="14.97.html">14.97</a></li><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-118.html">14.117-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><li class="affix"><a href="14.124.html">14.124</a></li><li class="affix"><a href="14.125.html">14.125</a></li><li class="affix"><a href="14.126.html">14.126</a></li><li class="affix"><a href="14.127.html">14.127</a></li><li class="affix"><a href="14.128.html">14.128</a></li><li class="affix"><a href="14.129.html">14.129</a></li><li class="affix"><a href="14.130.html">14.130</a></li><li class="affix"><a href="14.131.html">14.131</a></li><li class="affix"><a href="14.132.html">14.132</a></li><li class="affix"><a href="14.133.html">14.133</a></li><li class="affix"><a href="14.134.html">14.134</a></li><li class="affix"><a href="14.135.html">14.135</a></li><li class="affix"><a href="14.136.html">14.136</a></li><li class="affix"><a href="14.137.html">14.137</a></li><li class="affix"><a href="14.138.html">14.138</a></li><li class="affix"><a href="14.139.html">14.139</a></li><li class="affix"><a href="14.140.html">14.140</a></li><li class="affix"><a href="14.141.html">14.141</a></li><li class="affix"><a href="14.142.html">14.142</a></li><li class="affix"><a href="14.143.html">14.143</a></li><li class="affix"><a href="14.144.html">14.144</a></li><li class="affix"><a href="14.145.html">14.145</a></li><li class="affix"><a href="14.146.html">14.146</a></li><li class="affix"><a href="14.147.html">14.147</a></li><li class="affix"><a href="14.148.html">14.148</a></li><li class="affix"><a href="14.149.html">14.149</a></li><li class="affix"><a href="14.150.html">14.150</a></li><li class="affix"><a href="14.151.html">14.151</a></li><li class="affix"><a href="14.152.html">14.152</a></li><li class="affix"><a href="14.153.html">14.153</a></li><li class="affix"><a href="14.154.html">14.154</a></li><li class="affix"><a href="14.155.html">14.155</a></li><li class="affix"><a href="14.156.html">14.156</a></li><li class="affix"><a href="14.157.html">14.157</a></li><li class="affix"><a href="14.158.html">14.158</a></li><li class="affix"><a href="14.159.html">14.159</a></li><li class="affix"><a href="14.160.html">14.160</a></li><li class="affix"><a href="14.161.html">14.161</a></li><li class="affix"><a href="14.162.html">14.162</a></li><li class="affix"><a href="14.163.html">14.163</a></li><li class="affix"><a href="14.164.html">14.164</a></li><li class="affix"><a href="14.165.html">14.165</a></li><li class="affix"><a href="14.166.html">14.166</a></li><li class="affix"><a href="14.167.html">14.167</a></li><li class="affix"><a href="14.168.html">14.168</a></li><li class="affix"><a href="14.169.html">14.169</a></li><li class="affix"><a href="14.170.html">14.170</a></li><li class="affix"><a href="14.171.html">14.171</a></li><li class="affix"><a href="14.172.html">14.172</a></li><li class="affix"><a href="14.173.html">14.173</a></li><li class="affix"><a href="14.174.html">14.174</a></li><li class="affix"><a href="14.175.html">14.175</a></li><li class="affix"><a href="14.176.html">14.176</a></li><li class="affix"><a href="14.177.html">14.177</a></li><li class="affix"><a href="14.178.html">14.178</a></li><li class="affix"><a href="14.179.html">14.179</a></li><li class="affix"><a href="14.180.html">14.180</a></li><li class="affix"><a href="14.181.html">14.181</a></li><li class="affix"><a href="14.182.html">14.182</a></li><li class="affix"><a href="14.183.html">14.183</a></li><li class="affix"><a href="14.184.html">14.184</a></li><li class="affix"><a href="14.185.html">14.185</a></li><li class="affix"><a href="14.186.html">14.186</a></li><li class="affix"><a href="14.187.html">14.187</a></li><li class="affix"><a href="14.188.html">14.188</a></li><li class="affix"><a href="14.189.html">14.189</a></li><li class="affix"><a href="14.190.html">14.190</a></li><li class="affix"><a href="14.191.html">14.191</a></li><li class="affix"><a href="14.192.html">14.192</a></li><li class="affix"><a href="14.193.html">14.193</a></li><li class="affix"><a href="14.194.html">14.194</a></li><li class="affix"><a href="14.195.html">14.195</a></li><li class="affix"><a href="14.196.html">14.196</a></li><li class="affix"><a href="14.197.html">14.197</a></li><li class="affix"><a href="14.198.html">14.198</a></li><li class="affix"><a href="14.199.html">14.199</a></li><li class="affix"><a href="14.200.html">14.200</a></li><li class="affix"><a href="14.201.html">14.201</a></li><li class="affix"><a href="14.202.html">14.202</a></li><li class="affix"><a href="14.203.html">14.203</a></li><li class="affix"><a href="14.204.html">14.204</a></li><li class="affix"><a href="14.205.html">14.205</a></li><li class="affix"><a href="14.206.html">14.206</a></li><li class="affix"><a href="14.207.html">14.207</a></li><li class="affix"><a href="14.208.html">14.208</a></li><li class="affix"><a href="14.209.html">14.209</a></li><li class="affix"><a href="14.210.html">14.210</a></li><li class="affix"><a href="14.211.html">14.211</a></li><li class="affix"><a href="14.212.html">14.212</a></li><li class="affix"><a href="14.213.html">14.213</a></li><li class="affix"><a href="14.214.html">14.214</a></li><li class="affix"><a href="14.215.html">14.215</a></li><li class="affix"><a href="14.216.html">14.216</a></li><li class="affix"><a href="14.217.html">14.217</a></li><li class="affix"><a href="14.218.html">14.218</a></li><li class="affix"><a href="14.219.html">14.219</a></li><li class="affix"><a href="14.220.html">14.220</a></li><li class="affix"><a href="14.221.html">14.221</a></li><li class="affix"><a href="14.222.html">14.222</a></li><li class="affix"><a href="14.223.html">14.223</a></li><li class="affix"><a href="14.224.html">14.224</a></li><li class="affix"><a href="14.225.html">14.225</a></li><li class="affix"><a href="14.226.html">14.226</a></li><li class="affix"><a href="14.227.html">14.227</a></li><li class="affix"><a href="14.228.html">14.228</a></li><li class="affix"><a href="14.229.html">14.229</a></li><li class="affix"><a href="14.230.html">14.230</a></li><li class="affix"><a href="14.231.html">14.231</a></li><li class="affix"><a href="14.232.html">14.232</a></li><li class="affix"><a href="14.233.html">14.233</a></li><li class="affix"><a href="14.234.html">14.234</a></li><li class="affix"><a href="14.235.html">14.235</a></li><li class="affix"><a href="14.236.html">14.236</a></li><li class="affix"><a href="14.237.html">14.237</a></li><li class="affix"><a href="14.238.html">14.238</a></li><li class="affix"><a href="14.239.html">14.239</a></li><li class="affix"><a href="14.240.html">14.240</a></li><li class="affix"><a href="14.241.html">14.241</a></li><li class="affix"><a href="14.242.html">14.242</a></li><li class="affix"><a href="14.243.html">14.243</a></li><li class="affix"><a href="14.244.html">14.244</a></li><li class="affix"><a href="14.245.html">14.245</a></li><li class="affix"><a href="14.246.html">14.246</a></li><li class="affix"><a href="14.247.html">14.247</a></li><li class="affix"><a href="14.248.html">14.248</a></li><li class="affix"><a href="14.249.html">14.249</a></li><li class="affix"><a href="14.250.html">14.250</a></li><li class="affix"><a href="14.251.html">14.251</a></li><li class="affix"><a href="14.252.html">14.252</a></li><li class="affix"><a href="14.253.html">14.253</a></li><li class="affix"><a href="14.254.html">14.254</a></li><li class="affix"><a href="14.255.html">14.255</a></li><li class="affix"><a href="14.256.html">14.256</a></li><li class="affix"><a href="14.257.html">14.257</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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.html">13.136</a></li><li class="affix"><a href="13.137.html">13.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><li class="affix"><a href="13.140.html">13.140</a></li><li class="affix"><a href="13.141.html">13.141</a></li><li class="affix"><a href="13.142.html">13.142</a></li><li class="affix"><a href="13.143.html">13.143</a></li><li class="affix"><a href="13.144.html">13.144</a></li><li class="affix"><a href="13.145.html">13.145</a></li><li class="affix"><a href="13.146.html">13.146</a></li><li class="affix"><a href="13.147.html">13.147</a></li><li class="affix"><a href="13.148.html">13.148</a></li><li class="affix"><a href="13.149.html">13.149</a></li><li class="affix"><a href="13.150.html">13.150</a></li><li class="affix"><a href="13.151.html">13.151</a></li><li class="affix"><a href="13.152.html">13.152</a></li><li class="affix"><a href="13.153.html">13.153</a></li><li class="affix"><a href="13.154.html">13.154</a></li><li class="affix"><a href="13.155.html">13.155</a></li><li class="affix"><a href="13.156.html">13.156</a></li><li class="affix"><a href="13.157.html">13.157</a></li><li class="affix"><a href="13.158.html">13.158</a></li><li class="affix"><a href="13.159.html">13.159</a></li><li class="affix"><a href="13.160.html">13.160</a></li><li class="affix"><a href="13.161.html">13.161</a></li><li class="affix"><a href="13.162.html">13.162</a></li><li class="affix"><a href="13.163.html">13.163</a></li><li class="affix"><a href="13.164.html">13.164</a></li><li class="affix"><a href="13.165.html">13.165</a></li><li class="affix"><a href="13.166.html">13.166</a></li><li class="affix"><a href="13.167.html">13.167</a></li><li class="affix"><a href="13.168.html">13.168</a></li><li class="affix"><a href="13.169.html">13.169</a></li><li class="affix"><a href="13.170.html">13.170</a></li><li class="affix"><a href="13.171.html">13.171</a></li><li class="affix"><a href="13.172.html">13.172</a></li><li class="affix"><a href="13.173.html">13.173</a></li><li class="affix"><a href="13.174.html">13.174</a></li><li class="affix"><a href="13.175.html">13.175</a></li><li class="affix"><a href="13.176.html">13.176</a></li><li class="affix"><a href="13.177.html">13.177</a></li><li class="affix"><a href="13.178.html">13.178</a></li><li class="affix"><a href="13.179.html">13.179</a></li><li class="affix"><a href="13.180.html">13.180</a></li><li class="affix"><a href="13.181.html">13.181</a></li><li class="affix"><a href="13.182.html">13.182</a></li><li class="affix"><a href="13.183.html">13.183</a></li><li class="affix"><a href="13.184.html">13.184</a></li><li class="affix"><a href="13.185.html">13.185</a></li><li class="affix"><a href="13.186.html">13.186</a></li><li class="affix"><a href="13.187.html">13.187</a></li><li class="affix"><a href="13.188.html">13.188</a></li><li class="affix"><a href="13.189.html">13.189</a></li><li class="affix"><a href="13.190.html">13.190</a></li><li class="affix"><a href="13.191.html">13.191</a></li><li class="affix"><a href="13.192.html">13.192</a></li><li class="affix"><a href="13.193.html">13.193</a></li><li class="affix"><a href="13.194.html">13.194</a></li><li class="affix"><a href="13.195.html">13.195</a></li><li class="affix"><a href="13.196.html">13.196</a></li><li class="affix"><a href="13.197.html">13.197</a></li><li class="affix"><a href="13.198.html">13.198</a></li><li class="affix"><a href="13.199.html">13.199</a></li><li class="affix"><a href="13.200.html">13.200</a></li><li class="affix"><a href="13.201.html">13.201</a></li><li class="affix"><a href="13.202.html">13.202</a></li><li class="affix"><a href="13.203.html">13.203</a></li><li class="affix"><a href="13.204.html">13.204</a></li><li class="affix"><a href="13.205.html">13.205</a></li><li class="affix"><a href="13.206.html">13.206</a></li><li class="affix"><a href="13.207.html">13.207</a></li><li class="affix"><a href="13.208.html">13.208</a></li><li class="affix"><a href="13.209.html">13.209</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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.html">12.46</a></li><li class="affix"><a href="12.47.html">12.47</a></li><li class="affix"><a href="12.48.html">12.48</a></li><li class="affix"><a href="12.49.html">12.49</a></li><li class="affix"><a href="12.50.html">12.50</a></li><li class="affix"><a href="12.51.html">12.51</a></li><li class="affix"><a href="12.52.html">12.52</a></li><li class="affix"><a href="12.53.html">12.53</a></li><li class="affix"><a href="12.54.html">12.54</a></li><li class="affix"><a href="12.55.html">12.55</a></li><li class="affix"><a href="12.56.html">12.56</a></li><li class="affix"><a href="12.57.html">12.57</a></li><li class="affix"><a href="12.58.html">12.58</a></li><li class="affix"><a href="12.59.html">12.59</a></li><li class="affix"><a href="12.60.html">12.60</a></li><li class="affix"><a href="12.61.html">12.61</a></li><li class="affix"><a href="12.62.html">12.62</a></li><li class="affix"><a href="12.63.html">12.63</a></li><li class="affix"><a href="12.64.html">12.64</a></li><li class="affix"><a href="12.65.html">12.65</a></li><li class="affix"><a href="12.66.html">12.66</a></li><li class="affix"><a href="12.67.html">12.67</a></li><li class="affix"><a href="12.68.html">12.68</a></li><li class="affix"><a href="12.69.html">12.69</a></li><li class="affix"><a href="12.70.html">12.70</a></li><li class="affix"><a href="12.71.html">12.71</a></li><li class="affix"><a href="12.72.html">12.72</a></li><li class="affix"><a href="12.73.html">12.73</a></li><li class="affix"><a href="12.74.html">12.74</a></li><li class="affix"><a href="12.75.html">12.75</a></li><li class="affix"><a href="12.76.html">12.76</a></li><li class="affix"><a href="12.77.html">12.77</a></li><li class="affix"><a href="12.78.html">12.78</a></li><li class="affix"><a href="12.79.html">12.79</a></li><li class="affix"><a href="12.80.html">12.80</a></li><li class="affix"><a href="12.81.html">12.81</a></li><li class="affix"><a href="12.82.html">12.82</a></li><li class="affix"><a href="12.83.html">12.83</a></li><li class="affix"><a href="12.84.html">12.84</a></li><li class="affix"><a href="12.85.html">12.85</a></li><li class="affix"><a href="12.86.html">12.86</a></li><li class="affix"><a href="12.87.html">12.87</a></li><li class="affix"><a href="12.88.html">12.88</a></li><li class="affix"><a href="12.89.html">12.89</a></li><li class="affix"><a href="12.90.html">12.90</a></li><li class="affix"><a href="12.91.html">12.91</a></li><li class="affix"><a href="12.92.html">12.92</a></li><li class="affix"><a href="12.93.html">12.93</a></li><li class="affix"><a href="12.94.html">12.94</a></li><li class="affix"><a href="12.95.html">12.95</a></li><li class="affix"><a href="12.96.html">12.96</a></li><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-155.html">12.154-155</a></li><li class="affix"><a href="12.156.html">12.156</a></li><li class="affix"><a href="12.157.html">12.157</a></li><li class="affix"><a href="12.158.html">12.158</a></li><li class="affix"><a href="12.159.html">12.159</a></li><li class="affix"><a href="12.160.html">12.160</a></li><li class="affix"><a href="12.161.html">12.161</a></li><li class="affix"><a href="12.162.html">12.162</a></li><li class="affix"><a href="12.163-164.html">12.163-164</a></li><li class="affix"><a href="12.165.html">12.165</a></li><li class="affix"><a href="12.166.html">12.166</a></li><li class="affix"><a href="12.167.html">12.167</a></li><li class="affix"><a href="12.168.html">12.168</a></li><li class="affix"><a href="12.169.html">12.169</a></li><li class="affix"><a href="12.170.html">12.170</a></li><li class="affix"><a href="12.171.html">12.171</a></li><li class="affix"><a href="12.172.html">12.172</a></li><li class="affix"><a href="12.173.html">12.173</a></li><li class="affix"><a href="12.174.html">12.174</a></li><li class="affix"><a href="12.175.html">12.175</a></li><li class="affix"><a href="12.176.html">12.176</a></li><li class="affix"><a href="12.177.html">12.177</a></li><li class="affix"><a href="12.178.html">12.178</a></li><li class="affix"><a href="12.179.html">12.179</a></li><li class="affix"><a href="12.180.html">12.180</a></li><li class="affix"><a href="12.181.html">12.181</a></li><li class="affix"><a href="12.182.html">12.182</a></li><li class="affix"><a href="12.183.html">12.183</a></li><li class="affix"><a href="12.184.html">12.184</a></li><li class="affix"><a href="12.185.html">12.185</a></li><li class="affix"><a href="12.186.html">12.186</a></li><li class="affix"><a href="12.187.html">12.187</a></li><li class="affix"><a href="12.188.html">12.188</a></li><li class="affix"><a href="12.189.html">12.189</a></li><li class="affix"><a href="12.190.html">12.190</a></li><li class="affix"><a href="12.191.html">12.191</a></li><li class="affix"><a href="12.192.html">12.192</a></li><li class="affix"><a href="12.193.html">12.193</a></li><li class="affix"><a href="12.194.html">12.194</a></li><li class="affix"><a href="12.195.html">12.195</a></li><li class="affix"><a href="12.196.html">12.196</a></li><li class="affix"><a href="12.197.html">12.197</a></li><li class="affix"><a href="12.198.html">12.198</a></li><li class="affix"><a href="12.199.html">12.199</a></li><li class="affix"><a href="12.200.html">12.200</a></li><li class="affix"><a href="12.201.html">12.201</a></li><li class="affix"><a href="12.202.html">12.202</a></li><li class="affix"><a href="12.203.html">12.203</a></li><li class="affix"><a href="12.204.html">12.204</a></li><li class="affix"><a href="12.205.html">12.205</a></li><li class="affix"><a href="12.206.html">12.206</a></li><li class="affix"><a href="12.207.html">12.207</a></li><li class="affix"><a href="12.208.html">12.208</a></li><li class="affix"><a href="12.209.html">12.209</a></li><li class="affix"><a href="12.210.html">12.210</a></li><li class="affix"><a href="12.211.html">12.211</a></li><li class="affix"><a href="12.212.html">12.212</a></li><li class="affix"><a href="12.213.html">12.213</a></li><li class="affix"><a href="12.214.html">12.214</a></li><li class="affix"><a href="12.215.html">12.215</a></li><li class="affix"><a href="12.216.html">12.216</a></li><li class="affix"><a href="12.217.html">12.217</a></li><li class="affix"><a href="12.218.html">12.218</a></li><li class="affix"><a href="12.219.html">12.219</a></li><li class="affix"><a href="12.220.html">12.220</a></li><li class="affix"><a href="12.221.html">12.221</a></li><li class="affix"><a href="12.222.html">12.222</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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-30.html">11.29-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.html">11.91</a></li><li class="affix"><a href="11.92.html">11.92</a></li><li class="affix"><a href="11.93.html">11.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><li class="affix"><a href="11.109.html">11.109</a></li><li class="affix"><a href="11.110.html">11.110</a></li><li class="affix"><a href="11.111.html">11.111</a></li><li class="affix"><a href="11.112.html">11.112</a></li><li class="affix"><a href="11.113.html">11.113</a></li><li class="affix"><a href="11.114.html">11.114</a></li><li class="affix"><a href="11.115.html">11.115</a></li><li class="affix"><a href="11.116.html">11.116</a></li><li class="affix"><a href="11.117.html">11.117</a></li><li class="affix"><a href="11.118.html">11.118</a></li><li class="affix"><a href="11.119.html">11.119</a></li><li class="affix"><a href="11.120-121.html">11.120-121</a></li><li class="affix"><a href="11.122.html">11.122</a></li><li class="affix"><a href="11.123.html">11.123</a></li><li class="affix"><a href="11.124.html">11.124</a></li><li class="affix"><a href="11.125.html">11.125</a></li><li class="affix"><a href="11.126.html">11.126</a></li><li class="affix"><a href="11.127.html">11.127</a></li><li class="affix"><a href="11.128.html">11.128</a></li><li class="affix"><a href="11.129.html">11.129</a></li><li class="affix"><a href="11.130.html">11.130</a></li><li class="affix"><a href="11.131.html">11.131</a></li><li class="affix"><a href="11.132.html">11.132</a></li><li class="affix"><a href="11.133.html">11.133</a></li><li class="affix"><a href="11.134.html">11.134</a></li><li class="affix"><a href="11.135-136.html">11.135-136</a></li><li class="affix"><a href="11.137.html">11.137</a></li><li class="affix"><a href="11.138.html">11.138</a></li><li class="affix"><a href="11.139.html">11.139</a></li><li class="affix"><a href="11.140.html">11.140</a></li><li class="affix"><a href="11.141.html">11.141</a></li><li class="affix"><a href="11.142.html">11.142</a></li><li class="affix"><a href="11.143.html">11.143</a></li><li class="affix"><a href="11.144.html">11.144</a></li><li class="affix"><a href="11.145.html">11.145</a></li><li class="affix"><a href="11.146.html">11.146</a></li><li class="affix"><a href="11.147.html">11.147</a></li><li class="affix"><a href="11.148.html">11.148</a></li><li class="affix"><a href="11.149.html">11.149</a></li><li class="affix"><a href="11.150.html">11.150</a></li><li class="affix"><a href="11.151.html">11.151</a></li><li class="affix"><a href="11.152.html">11.152</a></li><li class="affix"><a href="11.153.html">11.153</a></li><li class="affix"><a href="11.154.html">11.154</a></li><li class="affix"><a href="11.155.html">11.155</a></li><li class="affix"><a href="11.156.html">11.156</a></li><li class="affix"><a href="11.157.html">11.157</a></li><li class="affix"><a href="11.158.html">11.158</a></li><li class="affix"><a href="11.159-160.html">11.159-160</a></li><li class="affix"><a href="11.161.html">11.161</a></li><li class="affix"><a href="11.162.html">11.162</a></li><li class="affix"><a href="11.163.html">11.163</a></li><li class="affix"><a href="11.164.html">11.164</a></li><li class="affix"><a href="11.165.html">11.165</a></li><li class="affix"><a href="11.166.html">11.166</a></li><li class="affix"><a href="11.167.html">11.167</a></li><li class="affix"><a href="11.168.html">11.168</a></li><li class="affix"><a href="11.169.html">11.169</a></li><li class="affix"><a href="11.170.html">11.170</a></li><li class="affix"><a href="11.171.html">11.171</a></li><li class="affix"><a href="11.172.html">11.172</a></li><li class="affix"><a href="11.173.html">11.173</a></li><li class="affix"><a href="11.174.html">11.174</a></li><li class="affix"><a href="11.175.html">11.175</a></li><li class="affix"><a href="11.176.html">11.176</a></li><li class="affix"><a href="11.177.html">11.177</a></li><li class="affix"><a href="11.178.html">11.178</a></li><li class="affix"><a href="11.179.html">11.179</a></li><li class="affix"><a href="11.180.html">11.180</a></li><li class="affix"><a href="11.181.html">11.181</a></li><li class="affix"><a href="11.182.html">11.182</a></li><li class="affix"><a href="11.183.html">11.183</a></li><li class="affix"><a href="11.184.html">11.184</a></li><li class="affix"><a href="11.185.html">11.185</a></li><li class="affix"><a href="11.186.html">11.186</a></li><li class="affix"><a href="11.187.html">11.187</a></li><li class="affix"><a href="11.188.html">11.188</a></li><li class="affix"><a href="11.189.html">11.189</a></li><li class="affix"><a href="11.190.html">11.190</a></li><li class="affix"><a href="11.191.html">11.191</a></li><li class="affix"><a href="11.192.html">11.192</a></li><li class="affix"><a href="11.193.html">11.193</a></li><li class="affix"><a href="11.194.html">11.194</a></li><li class="affix"><a href="11.195.html">11.195</a></li><li class="affix"><a href="11.196.html">11.196</a></li><li class="affix"><a href="11.197.html">11.197</a></li><li class="affix"><a href="11.198.html">11.198</a></li><li class="affix"><a href="11.199.html">11.199</a></li><li class="affix"><a href="11.200.html">11.200</a></li><li class="affix"><a href="11.201.html">11.201</a></li><li class="affix"><a href="11.202.html">11.202</a></li><li class="affix"><a href="11.203.html">11.203</a></li><li class="affix"><a href="11.204.html">11.204</a></li><li class="affix"><a href="11.205.html">11.205</a></li><li class="affix"><a href="11.206.html">11.206</a></li><li class="affix"><a href="11.207.html">11.207</a></li><li class="affix"><a href="11.208.html">11.208</a></li><li class="affix"><a href="11.209.html">11.209</a></li><li class="affix"><a href="11.210.html">11.210</a></li><li class="affix"><a href="11.211.html">11.211</a></li><li class="affix"><a href="11.212.html">11.212</a></li><li class="affix"><a href="11.213.html">11.213</a></li><li class="affix"><a href="11.214.html">11.214</a></li><li class="affix"><a href="11.215.html">11.215</a></li><li class="affix"><a href="11.216.html">11.216</a></li><li class="affix"><a href="11.217.html">11.217</a></li><li class="affix"><a href="11.218.html">11.218</a></li><li class="affix"><a href="11.219.html">11.219</a></li><li class="affix"><a href="11.220.html">11.220</a></li><li class="affix"><a href="11.221.html">11.221</a></li><li class="affix"><a href="11.222.html">11.222</a></li><li class="affix"><a href="11.223.html">11.223</a></li><li class="affix"><a href="11.224.html">11.224</a></li><li class="affix"><a href="11.225.html">11.225</a></li><li class="affix"><a href="11.226.html">11.226</a></li><li class="affix"><a href="11.227.html">11.227</a></li><li class="affix"><a href="11.228.html">11.228</a></li><li class="affix"><a href="11.229.html">11.229</a></li><li class="affix"><a href="11.230.html">11.230</a></li><li class="affix"><a href="11.231.html">11.231</a></li><li class="affix"><a href="11.232.html">11.232</a></li><li class="affix"><a href="11.233.html">11.233</a></li><li class="affix"><a href="11.234.html">11.234</a></li><li class="affix"><a href="11.235.html">11.235</a></li><li class="affix"><a href="11.236.html">11.236</a></li><li class="affix"><a href="11.237.html">11.237</a></li><li class="affix"><a href="11.238.html">11.238</a></li><li class="affix"><a href="11.239.html">11.239</a></li><li class="affix"><a href="11.240.html">11.240</a></li><li class="affix"><a href="11.241.html">11.241</a></li><li class="affix"><a href="11.242.html">11.242</a></li><li class="affix"><a href="11.243.html">11.243</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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.html">10.9</a></li><li class="affix"><a href="10.10.html">10.10</a></li><li class="affix"><a href="10.11.html">10.11</a></li><li class="affix"><a href="10.12.html">10.12</a></li><li class="affix"><a href="10.13.html">10.13</a></li><li class="affix"><a href="10.14.html">10.14</a></li><li class="affix"><a href="10.15.html">10.15</a></li><li class="affix"><a href="10.16.html">10.16</a></li><li class="affix"><a href="10.17.html">10.17</a></li><li class="affix"><a href="10.18.html">10.18</a></li><li class="affix"><a href="10.19.html">10.19</a></li><li class="affix"><a href="10.20.html">10.20</a></li><li class="affix"><a href="10.21.html">10.21</a></li><li class="affix"><a href="10.22.html">10.22</a></li><li class="affix"><a href="10.23.html">10.23</a></li><li class="affix"><a href="10.24.html">10.24</a></li><li class="affix"><a href="10.25.html">10.25</a></li><li class="affix"><a href="10.26.html">10.26</a></li><li class="affix"><a href="10.27.html">10.27</a></li><li class="affix"><a href="10.28.html">10.28</a></li><li class="affix"><a href="10.29.html">10.29</a></li><li class="affix"><a href="10.30.html">10.30</a></li><li class="affix"><a href="10.31.html">10.31</a></li><li class="affix"><a href="10.32.html">10.32</a></li><li class="affix"><a href="10.33.html">10.33</a></li><li class="affix"><a href="10.34.html">10.34</a></li><li class="affix"><a href="10.35.html">10.35</a></li><li class="affix"><a href="10.36.html">10.36</a></li><li class="affix"><a href="10.37.html">10.37</a></li><li class="affix"><a href="10.38.html">10.38</a></li><li class="affix"><a href="10.39.html">10.39</a></li><li class="affix"><a href="10.40.html">10.40</a></li><li class="affix"><a href="10.41.html">10.41</a></li><li class="affix"><a href="10.42.html">10.42</a></li><li class="affix"><a href="10.43.html">10.43</a></li><li class="affix"><a href="10.44.html">10.44</a></li><li class="affix"><a href="10.45.html">10.45</a></li><li class="affix"><a href="10.46.html">10.46</a></li><li class="affix"><a href="10.47.html">10.47</a></li><li class="affix"><a href="10.48.html">10.48</a></li><li class="affix"><a href="10.49.html">10.49</a></li><li class="affix"><a href="10.50.html">10.50</a></li><li class="affix"><a href="10.51.html">10.51</a></li><li class="affix"><a href="10.52.html">10.52</a></li><li class="affix"><a href="10.53.html">10.53</a></li><li class="affix"><a href="10.54.html">10.54</a></li><li class="affix"><a href="10.55.html">10.55</a></li><li class="affix"><a href="10.56.html">10.56</a></li><li class="affix"><a href="10.57.html">10.57</a></li><li class="affix"><a href="10.58.html">10.58</a></li><li class="affix"><a href="10.59.html">10.59</a></li><li class="affix"><a href="10.60.html">10.60</a></li><li class="affix"><a href="10.61.html">10.61</a></li><li class="affix"><a href="10.62.html">10.62</a></li><li class="affix"><a href="10.63.html">10.63</a></li><li class="affix"><a href="10.64.html">10.64</a></li><li class="affix"><a href="10.65.html">10.65</a></li><li class="affix"><a href="10.66.html">10.66</a></li><li class="affix"><a href="10.67.html">10.67</a></li><li class="affix"><a href="10.68.html">10.68</a></li><li class="affix"><a href="10.69.html">10.69</a></li><li class="affix"><a href="10.70.html">10.70</a></li><li class="affix"><a href="10.71.html">10.71</a></li><li class="affix"><a href="10.72.html">10.72</a></li><li class="affix"><a href="10.73.html">10.73</a></li><li class="affix"><a href="10.74.html">10.74</a></li><li class="affix"><a href="10.75.html">10.75</a></li><li class="affix"><a href="10.76.html">10.76</a></li><li class="affix"><a href="10.77.html">10.77</a></li><li class="affix"><a href="10.78.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.html">10.83</a></li><li class="affix"><a href="10.84.html">10.84</a></li><li class="affix"><a href="10.85.html">10.85</a></li><li class="affix"><a href="10.86.html">10.86</a></li><li class="affix"><a href="10.87.html">10.87</a></li><li class="affix"><a href="10.88.html">10.88</a></li><li class="affix"><a href="10.89.html">10.89</a></li><li class="affix"><a href="10.90.html">10.90</a></li><li class="affix"><a href="10.91.html">10.91</a></li><li class="affix"><a href="10.92.html">10.92</a></li><li class="affix"><a href="10.93.html">10.93</a></li><li class="affix"><a href="10.94.html">10.94</a></li><li class="affix"><a href="10.95.html">10.95</a></li><li class="affix"><a href="10.96.html">10.96</a></li><li class="affix"><a href="10.97.html">10.97</a></li><li class="affix"><a href="10.98.html">10.98</a></li><li class="affix"><a href="10.99.html">10.99</a></li><li class="affix"><a href="10.100.html">10.100</a></li><li class="affix"><a href="10.101.html">10.101</a></li><li class="affix"><a href="10.102.html">10.102</a></li><li class="affix"><a href="10.103.html">10.103</a></li><li class="affix"><a href="10.104.html">10.104</a></li><li class="affix"><a href="10.105.html">10.105</a></li><li class="affix"><a href="10.106.html">10.106</a></li><li class="affix"><a href="10.107.html">10.107</a></li><li class="affix"><a href="10.108.html">10.108</a></li><li class="affix"><a href="10.109.html">10.109</a></li><li class="affix"><a href="10.110.html">10.110</a></li><li class="affix"><a href="10.111.html">10.111</a></li><li class="affix"><a href="10.112.html">10.112</a></li><li class="affix"><a href="10.113.html">10.113</a></li><li class="affix"><a href="10.114.html">10.114</a></li><li class="affix"><a href="10.115.html">10.115</a></li><li class="affix"><a href="10.116.html">10.116</a></li><li class="affix"><a href="10.117.html">10.117</a></li><li class="affix"><a href="10.118.html">10.118</a></li><li class="affix"><a href="10.119.html">10.119</a></li><li class="affix"><a href="10.120.html">10.120</a></li><li class="affix"><a href="10.121.html">10.121</a></li><li class="affix"><a href="10.122.html">10.122</a></li><li class="affix"><a href="10.123.html">10.123</a></li><li class="affix"><a href="10.124.html">10.124</a></li><li class="affix"><a href="10.125.html">10.125</a></li><li class="affix"><a href="10.126.html">10.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.html">10.135</a></li><li class="affix"><a href="10.136.html">10.136</a></li><li class="affix"><a href="10.137.html">10.137</a></li><li class="affix"><a href="10.138.html">10.138</a></li><li class="affix"><a href="10.139.html">10.139</a></li><li class="affix"><a href="10.140.html">10.140</a></li><li class="affix"><a href="10.141.html">10.141</a></li><li class="affix"><a href="10.142.html">10.142</a></li><li class="affix"><a href="10.143.html">10.143</a></li><li class="affix"><a href="10.144.html">10.144</a></li><li class="affix"><a href="10.145.html">10.145</a></li><li class="affix"><a href="10.146.html">10.146</a></li><li class="affix"><a href="10.147.html">10.147</a></li><li class="affix"><a href="10.148.html">10.148</a></li><li class="affix"><a href="10.149.html">10.149</a></li><li class="affix"><a href="10.150.html">10.150</a></li><li class="affix"><a href="10.151.html">10.151</a></li><li class="affix"><a href="10.152.html">10.152</a></li><li class="affix"><a href="10.153.html">10.153</a></li><li class="affix"><a href="10.154.html">10.154</a></li><li class="affix"><a href="10.155.html">10.155</a></li><li class="affix"><a href="10.156.html">10.156</a></li><li class="affix"><a href="10.157.html">10.157</a></li><li class="affix"><a href="10.158.html">10.158</a></li><li class="affix"><a href="10.159.html">10.159</a></li><li class="affix"><a href="10.160.html">10.160</a></li><li class="affix"><a href="10.161.html">10.161</a></li><li class="affix"><a href="10.162.html">10.162</a></li><li class="affix"><a href="10.163.html">10.163</a></li><li class="affix"><a href="10.164.html">10.164</a></li><li class="affix"><a href="10.165.html">10.165</a></li><li class="affix"><a href="10.166.html">10.166</a></li><li class="affix"><a href="10.167.html">10.167</a></li><li class="affix"><a href="10.168.html">10.168</a></li><li class="affix"><a href="10.169.html">10.169</a></li><li class="affix"><a href="10.170.html">10.170</a></li><li class="affix"><a href="10.171.html">10.171</a></li><li class="affix"><a href="10.172.html">10.172</a></li><li class="affix"><a href="10.173.html">10.173</a></li><li class="affix"><a href="10.174.html">10.174</a></li><li class="affix"><a href="10.175.html">10.175</a></li><li class="affix"><a href="10.176.html">10.176</a></li><li class="affix"><a href="10.177.html">10.177</a></li><li class="affix"><a href="10.178.html">10.178</a></li><li class="affix"><a href="10.179.html">10.179</a></li><li class="affix"><a href="10.180.html">10.180</a></li><li class="affix"><a href="10.181.html">10.181</a></li><li class="affix"><a href="10.182.html">10.182</a></li><li class="affix"><a href="10.183.html">10.183</a></li><li class="affix"><a href="10.184.html">10.184</a></li><li class="affix"><a href="10.185.html">10.185</a></li><li class="affix"><a href="10.186.html">10.186</a></li><li class="affix"><a href="10.187.html">10.187</a></li><li class="affix"><a href="10.188.html">10.188</a></li><li class="affix"><a href="10.189.html">10.189</a></li><li class="affix"><a href="10.190.html">10.190</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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.html">1.3</a></li><li class="affix"><a href="1.4.html">1.4</a></li><li class="affix"><a href="1.5.html">1.5</a></li><li class="affix"><a href="1.6.html">1.6</a></li><li class="affix"><a href="1.7.html">1.7</a></li><li class="affix"><a href="1.8.html">1.8</a></li><li class="affix"><a href="1.9.html">1.9</a></li><li class="affix"><a href="1.10.html">1.10</a></li><li class="affix"><a href="1.11-12.html">1.11-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-40.html">1.39-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.html">1.103</a></li><li class="affix"><a href="1.104.html">1.104</a></li><li class="affix"><a href="1.105.html">1.105</a></li><li class="affix"><a href="1.106.html">1.106</a></li><li class="affix"><a href="1.107.html">1.107</a></li><li class="affix"><a href="1.108.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><li class="affix"><a href="1.224.html">1.224</a></li><li class="affix"><a href="1.225.html">1.225</a></li><li class="affix"><a href="1.226.html">1.226</a></li><li class="affix"><a href="1.227.html">1.227</a></li><li class="affix"><a href="1.228.html">1.228</a></li><li class="affix"><a href="1.229.html">1.229</a></li><li class="affix"><a href="1.230.html">1.230</a></li><li class="affix"><a href="1.231.html">1.231</a></li><li class="affix"><a href="1.232.html">1.232</a></li><li class="affix"><a href="1.233.html">1.233</a></li><li class="affix"><a href="1.234.html">1.234</a></li><li class="affix"><a href="1.235.html">1.235</a></li><li class="affix"><a href="1.236.html">1.236</a></li><li class="affix"><a href="1.237.html">1.237</a></li><li class="affix"><a href="1.238.html">1.238</a></li><li class="affix"><a href="1.239.html">1.239</a></li><li class="affix"><a href="1.240.html">1.240</a></li><li class="affix"><a href="1.241.html">1.241</a></li><li class="affix"><a href="1.242.html">1.242</a></li><li class="affix"><a href="1.243.html">1.243</a></li><li class="affix"><a href="1.244.html">1.244</a></li><li class="affix"><a href="1.245.html">1.245</a></li><li class="affix"><a href="1.246.html">1.246</a></li><li class="affix"><a href="1.247.html">1.247</a></li><li class="affix"><a href="1.248.html">1.248</a></li><li class="affix"><a href="1.249.html">1.249</a></li><li class="affix"><a href="1.250.html">1.250</a></li><li class="affix"><a href="1.251.html">1.251</a></li><li class="affix"><a href="1.252.html">1.252</a></li><li class="affix"><a href="1.253.html">1.253</a></li><li class="affix"><a href="1.254.html">1.254</a></li><li class="affix"><a href="1.255-256.html">1.255-256</a></li><li class="affix"><a href="1.257.html">1.257</a></li><li class="affix"><a href="1.258.html">1.258</a></li><li class="affix"><a href="1.259.html">1.259</a></li><li class="affix"><a href="1.260.html">1.260</a></li><li class="affix"><a href="1.261.html">1.261</a></li><li class="affix"><a href="1.262.html">1.262</a></li><li class="affix"><a href="1.263.html">1.263</a></li><li class="affix"><a href="1.264.html">1.264</a></li><li class="affix"><a href="1.265.html">1.265</a></li><li class="affix"><a href="1.266.html">1.266</a></li><li class="affix"><a href="1.267.html">1.267</a></li><li class="affix"><a href="1.268.html">1.268</a></li><li class="affix"><a href="1.269.html">1.269</a></li><li class="affix"><a href="1.270.html">1.270</a></li><li class="affix"><a href="1.271.html">1.271</a></li><li class="affix"><a href="1.272.html">1.272</a></li><li class="affix"><a href="1.273.html">1.273</a></li><li class="affix"><a href="1.274.html">1.274</a></li><li class="affix"><a href="1.275.html">1.275</a></li><li class="affix"><a href="1.276.html">1.276</a></li><li class="affix"><a href="1.277.html">1.277</a></li><li class="affix"><a href="1.278.html">1.278</a></li><li class="affix"><a href="1.279.html">1.279</a></li><li class="affix"><a href="1.280.html">1.280</a></li><li class="affix"><a href="1.281.html">1.281</a></li><li class="affix"><a href="1.282.html">1.282</a></li><li class="affix"><a href="1.283.html">1.283</a></li><li class="affix"><a href="1.284.html">1.284</a></li><li class="affix"><a href="1.285.html">1.285</a></li><li class="affix"><a href="1.286.html">1.286</a></li><li class="affix"><a href="1.287.html">1.287</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: Madhya-lila&amp;amp;amp;lt;/h1&amp;amp;amp;gt;
&amp;amp;amp;lt;div class=&amp;amp;amp;quot;right-buttons&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;a href=&amp;amp;amp;quot;print.html&amp;amp;amp;quot; title=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot; aria-label=&amp;amp;amp;quot;Print this book&amp;amp;amp;quot;&amp;amp;amp;gt;
&amp;amp;amp;lt;i id=&amp;amp;amp;quot;print-button&amp;amp;amp;quot; class=&amp;amp;amp;quot;fa fa-print&amp;amp;amp;quot;&amp;amp;amp;gt;&amp;amp;amp;lt;/i&amp;amp;amp;gt;
&amp;amp;amp;lt;/a&amp;amp;amp;gt;
&amp;amp;amp;lt;/div&amp;amp;amp;gt;
&amp;amp;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;
&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;
&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
9.1
nana-mata-graha-grastan
daksinatya-jana-dvipan
krparina vimucyaitan
gauras cakre sa vaisnavan
SYNONYMS
nana-mata—by various philosophies; graha—like crocodiles; grastan—captured; daksinatya-jana—the inhabitants of South India; dvipan—like elephants; krpa-arina—by His disc of mercy; vimucya—liberating; etan—all these; gaurah—Sri Caitanya Mahaprabhu; cakre—converted; sah—He; vaisnavan—to the Vaisnava cult.
Lord Sri Caitanya Mahaprabhu converted the inhabitants of South India.
These people were as strong as elephants, but they were in the clutches of the crocodiles of various philosophies, such as the Buddhist, Jain and Mayavada philosophies.
With His disc of mercy the Lord delivered them all by converting them into Vaisnavas, devotees of the Lord.
PURPORT
Sri Caitanya Mahaprabhu’s converting the people of South India into Vaisnavas is compared herein to Lord Visnu’s delivering Gajendra the elephant from the attack of a crocodile.
When Sri Caitanya Mahaprabhu visited southern India, almost all the residents were within the jaws of the crocodiles of Buddhist, Jain and Mayavada philosophy.
Here Kaviraja Gosvami states that although these people were as strong as elephants, they were almost in the clutches of death because they were being attacked by the crocodiles of various philosophies.
However, as Sri Caitanya Mahaprabhu in the form of Visnu mercifully saved the elephant Gajendra from the clutches of a crocodile, so He saved all the people of South India from the clutches of various philosophies by converting them into Vaisnavas.
9.2
jaya jaya sri-caitanya jaya nityananda
jayadvaita-candra jaya gaura-bhakta-vrnda
SYNONYMS
jaya jaya—all glories; sri-caitanya—to Lord Caitanya Mahaprabhu; jaya—all glories; nityananda—unto Nityananda Prabhu; jaya advaita-candra—all glories to Advaita Prabhu; jaya—all glories; gaura-bhakta-vrnda—to the devotees of Lord Sri Caitanya Mahaprabhu.
All glories to Lord Sri Caitanya Mahaprabhu! All glories to Lord Nityananda Prabhu! All glories to Sri Advaita Prabhu! And all glories to the devotees of Sri Caitanya Mahaprabhu!
9.3
daksina-gamana prabhura ati vilaksana
sahasra sahasra tirtha kaila darasana
SYNONYMS
daksina-gamana—touring in South India; prabhura—of the Lord; ati—very; vilaksana—extraordinary; sahasra sahasra—thousands and thousands; tirtha—holy places; kaila—did; darasana—visit.
Sri Caitanya Mahaprabhu’s tour of South India was certainly very extraordinary because He visited many thousands of places of pilgrimage there.
9.4
sei saba tirtha sparsi’ maha-tirtha kaila
sei chale sei desera loka nistarila
SYNONYMS
sei saba—all those; tirtha—holy places; sparsi’-touching; maha-tirtha—into great places of pilgrimage; kaila—made them; sei chale—under that plea; sei desera—of those countries; loka—the people; nistarila—He delivered.
On the plea of visiting all those holy places, the Lord converted many thousands of residents and thus delivered them.
Simply by touching the holy places, He made them into great places of pilgrimage.
PURPORT
9.5
sei saba tirthera krama kahite na pari
daksina-vame tirtha-gamana haya pherapheri
SYNONYMS
sei saba—all those; tirthera—of holy places; krama—the chronological order; kahite—to tell of; na pari—I am unable; daksina-vame—left and right; tirtha-gamana—visiting the holy places; haya—is; pherapheri—going and coming back
I cannot chronologically record all the places of pilgrimage visited by Lord Sri Caitanya Mahaprabhu.
I can only summarize everything by saying that the Lord visited all holy places right and left, coming and going.
9.6
ataeva nama-matra kariye ganana
kahite na pari tara yatha anukrama
SYNONYMS
ataeva—therefore; nama-matra—only as a token record; kariye ganana—I count; kahite—to tell; na pari—I am unable; tara—of that; yatha—as; anukrama—chronological order.
Because it is impossible for me to record all these places in chronological order, I simply make a token gesture of recording them.
9.7-8
purvavat pathe yaite ye paya darasana
yei grame yaya, se gramera yata jana
sabei vaisnava haya, kahe ’krsna’ ’hari’
anya grama nistaraye sei ’vaisnava’ kari’
SYNONYMS
purva-vat—as done previously; pathe—on the way; yaite—while going; ye—anyone who; paya—gets; darasana—audience; yei—which; grame—in the village; yaya—Lord Sri Caitanya Mahaprabhu goes; se—that; gramera—of the village; yata—all; jana—people; sabei—all of them; vaisnava haya—become devotees; kahe—say; krsna hari—the holy names of Lord Krsna and Hari; anya grama—other villages; nistaraye—delivers; sei—He; vaisnava—devotees; kari’-making.
As previously stated, all the residents of the villages visited by Lord Caitanya became Vaisnavas and began to chant “Hari” and “Krsna.” In this way, in all the villages visited by the Lord, everyone became a Vaisnava, a devotee.
PURPORT
The holy names of Krsna and Hari, or the chanting of the Hare Krsna maha-mantra, are so spiritually powerful that even today, as our preachers go to remote parts of the world, people immediately begin chanting Hare Krsna.
Sri Caitanya Mahaprabhu was the Supreme Personality of Godhead Himself.
There cannot be anyone who can compare to Him or His potencies.
However, because we are following in His footsteps and are also chanting the Hare Krsna maha-mantra, the effect is almost as potent as during the time of Lord Caitanya Mahaprabhu.
Our preachers mainly belong to European and American countries, yet by the grace of Lord Caitanya they have tremendous success wherever they go to open branches.
Indeed, everywhere people are very seriously chanting Hare Krsna, Hare Krsna, Krsna Krsna, Hare Hare Hare Rama, Hare Rama, Rama Rama, Hare Hare.
9.9
daksina desera loka aneka prakara
keha jnani, keha karmi, pasandi apara
SYNONYMS
daksina desera—of South India; loka—people; aneka—many; prakara—varieties; keha—someone; jnani—philosophical speculator; keha—someone; karmi—fruitive worker; pasandi—nondevotees; apara—innumerable.
In South India there were many types of people.
Some were philosophical speculators, and some were fruitive workers, but in any case there were innumerable nondevotees.
9.10
sei saba loka prabhura darsana-prabhave
nija-nija-mata chadi’ ha-ila vaisnave
SYNONYMS
sei saba loka—all those people; prabhura—of Lord Sri Caitanya Mahaprabhu; darsana-prabhave—by the influence of His visit; nija-nija—their own; mata—opinion; chadi’-giving up; ha-ila—became; vaisnave—devotees.
By the influence of Sri Caitanya Mahaprabhu, all these people abandoned their own opinions and became Vaisnavas, devotees of Krsna.
9.11
vaisnavera madhye rama-upasaka saba
keha ’tattvavadi’, keha haya ’sri-vaisnava’
SYNONYMS
vaisnavera madhye—amongst Vaisnavas; rama-upasaka saba—all worshipers of Lord Sri Ramacandra; keha—someone; tattva-vadi—followers of Madhvacarya; keha—someone; haya—is; sri-vaisnava—devotees following the disciplic succession of Sri Ramanujacarya
At the time, all the South Indian Vaisnavas were worshipers of Lord Ramacandra.
Some were Tattvavadis, and some were followers of Ramanujacarya.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura points out that the word “Tattvavadi” refers to the followers of Srila Madhvacarya.
To distinguish his disciplic succession from the Mayavadi followers of Sankaracarya, Srila Madhvacarya named his party the Tattvavadis.
Impersonal monists are always attacked by these Tattvavadis, who attempt to defeat their philosophy of impersonalism.
Generally, they establish the supremacy of the Supreme Personality of Godhead.
Actually the disciplic succession of Madhvacarya is known as the Brahma Vaisnava sect; that is the sect coming down from Lord Brahma.
Consequently the Tattvavadis, or followers of Madhvacarya, do not accept the incident of Lord Brahma’s illusion, which is recorded in the Tenth Canto of Srimad-Bhagavatam.
Srila Madhvacarya has purposefully avoided commenting on that portion of Srimad-Bhagavatam in which brahma-mohana, the illusion of Lord Brahma, is mentioned.
Srila Madhavendra Puri was one of the acaryas in the Tattvavada disciplic succession, and he established the ultimate goal of transcendentalism to be attainment of pure devotional service, love of Godhead.
Those Vaisnavas belonging to the Gaudiya-sampradaya, the disciplic succession following Sri Caitanya Mahaprabhu, are distinct from the Tattvavadis, although they belong to the same Tattvavada-sampradaya.
The followers of Sri Caitanya Mahaprabhu are therefore known as the Madhva-Gaudiya-sampradaya.
The word pasandi refers to those who are opposed to pure devotional service.
In particular, these are the Mayavadis, the impersonalists.
A definition of pasandi is given in the Hari-bhakti-vilasa (1.73), wherein it is stated:
yas tu narayanam devam
brahma-rudradi-daivataih
samatvenaiva vikseta
sa pasandi bhaved dhruvam A pasandi is one who thinks that the Supreme Lord Narayana, the Personality of Godhead, is on the same level with the demigods, headed by Lord Brahma and Lord Siva.
The devotee never considers Lord Narayana to be on the same platform with Lord Brahma and Lord Siva.
The Madhvacarya-sampradaya and Ramanuja-sampradaya are mainly worshipers of Lord Ramacandra, although the Sri Vaisnavas are supposed to be worshipers of Lord Narayana and Laksmi and the Tattvavadis are supposed to be worshipers of Lord Krsna.
At present, in most of the monasteries belonging to the Madhva-sampradaya, Lord Ramacandra is worshiped.
In the book known as Adhyatma-ramayana, there are statements in Chapters Twelve to Fifteen about the worship of the Deities Sri Ramacandra and Sita.
There it is stated that during Lord Ramacandra’s time there was a brahmana who took a vow to fast until he saw Lord Ramacandra.
Sometimes, due to business, Lord Ramacandra was absent from His capital for a full week and could not be seen by citizens during that time.
Because of his vow, the brahmana could not take even a drop of water during that week.
Later, after eight or nine days, when the brahmana could see Lord Ramacandra personally, he would break his fast.
Upon observing the brahmana’s rigid vow, Lord Sri Ramacandra ordered His younger brother Laksmana to deliver a pair of Sita-Rama Deities to the brahmana.
The brahmana received the Deities from Sri Laksmanaji and worshiped Them faithfully as long as he lived.
At the time of his death, he delivered the Deities to Sri Hanumanji, who, for many years, hung Them around his neck and served Them with all devotion.
After many years, when Hanumanji departed on the hill known as Gandha-madana, he delivered the Deities to Bhimasena, one of the Pandavas, and Bhimasena brought Them to his palace, where he kept Them very carefully.
The last king of the Pandavas, Ksemakanta, worshiped the Deities in that palace.
Later, the same Deities were kept in the custody of the kings of Orissa known as Gajapatis.
One of the acaryas, known as Narahari Tirtha, who was in the disciplic succession of Madhvacarya, received these Deities from the King of Orissa.
It may be noted that these particular Deities of Rama and Sita have been worshiped from the time of King Iksvaku.
Indeed, they were worshiped by the royal princes even before the appearance of Lord Ramacandra.
Later, during Lord Ramacandra’s presence, the Deities were worshiped by Laksmana.
It is said that just three months before his disappearance, Sri Madhvacarya received these Deities and installed them in the Udupi temple.
Since then the Deities have been worshiped by the Madhvacarya-sampradaya at that monastery.
As far as the Sri Vaisnavas are concerned, beginning with Ramanujacarya, they also worshiped Deities of Sita-Rama.
Sita-Rama Deities are also being worshiped in Tirupati and other places.
From the Sri Ramanuja-sampradaya there is another branch known as Ramanandi or Ramat, and the followers of that branch also worship Deities of Sita-Rama very rigidly.
The Ramanuja-sampradaya Vaisnavas prefer the worship of Lord Ramacandra to that of Radha-Krsna.
9.12
sei saba vaisnava mahaprabhura darsane
krsna-upasaka haila, laya krsna-name
SYNONYMS
sei saba—all those; vaisnava—devotees; mahaprabhura—of Sri Caitanya Mahaprabhu; darsane—by seeing; krsna-upasaka—devotees of Lord Krsna; haila—became; laya—took; krsna-name—the holy name of Lord Krsna.
After meeting Sri Caitanya Mahaprabhu, all those different Vaisnavas became devotees of Krsna and began chanting the Hare Krsna maha-mantra.
9.13
rama! raghava! rama! raghava! rama! raghava! pahi mam
krsna! kesava! krsna! kesava! krsna! kesava! raksa mam
SYNONYMS
rama—O Rama; raghava—O descendant of Raghu; pahi—please protect; mam—me; krsna—O Krsna; kesava—O killer of Kesi; raksa—protect; mam—me “ ’O Lord Ramacandra, descendant of Maharaja Raghu, kindly protect me! O Lord Krsna, killer of the Kesi demon, kindly protect me!’ ”
9.14
ei sloka pathe padi’ karila prayana
gautami-gangaya yai’ kaila ganga-snana
SYNONYMS
ei sloka—this Sanskrit verse; pathe—on the way; padi’-reciting; karila—did; prayana—going; gautami-gangaya—to the bank of the Gautami-ganga; yai’-going; kaila—did; ganga-snana—bathing in the Ganges.
While walking on the road, Sri Caitanya Mahaprabhu used to chant this Rama Raghava mantra.
Chanting in this way, He arrived at the banks of the Gautami-ganga and took His bath there.
PURPORT
The Gautami-ganga is another branch of the river Godavari.
Formerly a great sage named Gautama Rsi used to live on the bank of this river opposite the city of Rajamahendri, and consequently this branch was called the Gautami-ganga.
Srila Bhaktivinoda Thakura says that Srila Kaviraja Gosvami has recorded the names of the holy places visited by Sri Caitanya Mahaprabhu but that there is no chronological order of the places visited.
However, there is a notebook of Govinda dasa’s containing a chronological order and references to geographical positions.
Srila Bhaktivinoda Thakura requests the readers to refer to that book.
According to Govinda dasa, Sri Caitanya Mahaprabhu went to Trimanda from the Gautami-ganga.
From there He went to Dhundirama-tirtha, another place of pilgrimage.
According to this book, after visiting the Gautami-ganga, Sri Caitanya Mahaprabhu went to Mallikarjuna-tirtha.
9.15
mallikarjuna-tirthe yai’ mahesa dekhila
tahan saba loke krsna-nama laoyaila
SYNONYMS
mallikarjuna-tirthe—to the holy place known as Mallikarjuna; yai’-going; mahesa—the deity of Lord Siva; dekhila—He saw; tahan—there; saba loke—all the people; krsna-nama—Lord Krsna’s holy name; laoyaila—He induced to chant.
Sri Caitanya Mahaprabhu then went to Mallikarjuna-tirtha and saw the deity of Lord Siva there.
He also induced all the people to chant the Hare Krsna maha-mantra.
PURPORT
Mallikarjuna is also known as Sri Saila.
It is situated about seventy miles south of Karnula on the right bank of the Krsna River.
There are great walls all around the village, and within the walls resides the deity known as Mallikarjuna.
It is a deity of Lord Siva and is one of the Jyotirlingas.
9.16
ramadasa mahadeve karila darasana
ahovala-nrsimhere karila gamana
SYNONYMS
rama-dasa—Ramadasa; maha-deve—of Mahadeva; karila—did; darasana—seeing; ahovala-nrsimhere—to Ahovala-nrsimha; karila—did; gamana—going.
There he saw Lord Mahadeva (Siva), the servant of Lord Rama.
He then went to Ahovala-nrsimha.
9.17
nrsimha dekhiya tanre kaila nati-stuti
siddhavata gela yahan murti sitapati
SYNONYMS
nrsimha dekhiya—after seeing the Lord Nrsimha Deity; tanre—unto Him; kaila—did; nati-stuti—offering of various prayers; siddhavata—to Siddhavata; gela—He went; yahan—where; murti—the Deity; sita-pati—Lord Ramacandra.
After seeing the Ahovala-nrsimha Deity, Caitanya Mahaprabhu offered many prayers unto the Lord.
He then went to Siddhavata, where He saw the Deity of Ramacandra, the Lord of Sitadevi.
PURPORT
Siddhavata, also known as Sidhauta, is ten miles east of the village Kudapa.
Previously this place was also known as southern Benares.
There is a great banyan tree there, and it is therefore known as Siddhavata.
Vata means banyan tree.
9.18
raghunatha dekhi’ kaila pranati stavana
tahan eka vipra prabhura kaila nimantrana
SYNONYMS
raghu-natha dekhi’-after seeing Lord Ramacandra, the descendant of Maharaja Raghu; kaila—offered; pranati—obeisances; stavana—prayers; tahan—there; eka—one; vipra—brahmana; prabhura—to Lord Sri Caitanya Mahaprabhu; kaila—did; nimantrana—invitation.
After seeing the Deity of Lord Ramacandra, the descendant of King Raghu, the Lord offered His prayers and obeisances.
Then a brahmana invited the Lord to take lunch.
9.19
sei vipra rama-nama nirantara laya
’rama’’rama’ vina anya vani na kahaya
SYNONYMS
sei vipra—that brahmana; rama-nama—the holy name of Lord Ramacandra; nirantara—constantly; laya—chants; rama rama—the holy names Rama Rama; vina—without; anya—other; vani—vibration; na—does not; kahaya—speak.
That brahmana constantly chanted the holy name of Ramacandra.
Indeed, but for chanting Lord Ramacandra’s holy name, that brahmana did not speak a word.
9.20
sei dina tanra ghare rahi’ bhiksa kari’
tanre krpa kari’ age calila gaurahari
SYNONYMS
sei dina—on that day; tanra ghare—the house of that brahmana; rahi’-staying; bhiksa kari’-accepting prasada; tanre—unto him; krpa kari’-showing mercy; age—ahead; calila—departed; gaura-hari—Lord Sri Caitanya Mahaprabhu.
That day, Lord Caitanya remained there and accepted prasada at his house.
After bestowing mercy upon him in this way, the Lord proceeded ahead.
9.21
skanda-ksetra-tirthe kaila skanda darasana
trimatha aila, tahan dekhi’ trivikrama
SYNONYMS
skanda-ksetra-tirthe—in the holy place known as Skanda-ksetra; kaila—did; skanda darasana—visiting Lord Skanda (Karttikeya, son of Lord Siva); trimatha—at Trimatha; aila—arrived; tahan—there; dekhi’-seeing; trivikrama—a form of Lord Visnu, Trivikrama.
At the holy place known as Skanda-ksetra, Lord Sri Caitanya Mahaprabhu visited the temple of Skanda.
From there He went to Trimatha, where He saw the Visnu Deity Trivikrama.
9.22
punah siddhavata aila sei vipra-ghare
sei vipra krsna-nama laya nirantare
SYNONYMS
punah—again; siddha-vata—to the place known as Siddhavata; aila—returned; sei—that; vipra-ghare—in the house of the brahmana; sei vipra—that brahmana; krsna-nama—the holy name of Lord Krsna; laya—chants; nirantare—constantly.
After visiting the temple of Trivikrama, the Lord returned to Siddhavata, where He again visited the house of the brahmana, who was now constantly chanting the Hare Krsna maha-mantra.
9.23
bhiksa kari’ mahaprabhu tanre prasna kaila
’’kaha vipra, ei tomara kon dasa haila
SYNONYMS
bhiksa kari’-after accepting lunch; mahaprabhu—Sri Caitanya Mahaprabhu; tanre—unto him; prasna kaila—asked a question; kaha vipra—My dear brahmana friend, please say; ei—this; tomara—your; kon—what; dasa—situation; haila—became.
After finishing His lunch there, Sri Caitanya Mahaprabhu asked the brahmana, "My dear friend, kindly tell Me what your position is now.
9.24
purve tumi nirantara laite rama-nama
ebe kene nirantara lao krsna-nama’’
SYNONYMS
purve—formerly; tumi—you; nirantara—constantly; laite—used to chant; rama-nama—the holy name of Lord Ramacandra; ebe—now; kene—why; nirantara—constantly; lao—you chant; krsna-nama—the holy name of Krsna “Formerly you were constantly chanting the holy name of Lord Rama.
Why are you now constantly chanting the holy name of Krsna?”
9.25
vipra bale,--ei tomara darsana-prabhave
toma dekhi’ gela mora ajanma svabhave
SYNONYMS
vipra bale—the brahmana replied; ei—this; tomara darsana-prabhave—by the influence of Your visit; toma dekhi’-after seeing You; gela—went; mora—my; a-janma—from childhood; svabhave—nature.
The brahmana replied, "This is all due to Your influence, sir.
After seeing You, I have lost my lifelong practice.
9.26
balyavadhi rama-nama-grahana amara
toma dekhi’ krsna-nama aila eka-bara
SYNONYMS
balya-avadhi—since the days of my childhood; rama-nama-grahana—chanting the holy name of Lord Ramacandra; amara—my; toma dekhi’-upon seeing You; krsna-nama—the holy name of Lord Krsna; aila—came; eka-bara—once only "From my childhood I have been chanting the holy name of Lord Ramacandra, but upon seeing You I chanted the holy name of Lord Krsna just once.
9.27
sei haite krsna-nama jihvate vasila
krsna-nama sphure, rama-nama dure gela
SYNONYMS
sei haite—since that time; krsna-nama—the holy name of Lord Krsna; jihvate—on the tongue; vasila—was seated tightly; krsna-nama—the holy name of Lord Krsna; sphure—automatically comes; rama-nama—the holy name of Lord Ramacandra; dure—far away; gela—went "Since then, the holy name of Krsna has been tightly fixed upon my tongue.
Indeed, since I have been chanting the holy name of Krsna, the holy name of Lord Ramacandra has gone far away.
9.28
balya-kala haite mora svabhava eka haya
namera mahima-sastra kariye sancaya
SYNONYMS
balya-kala haite—from my childhood; mora—my; svabhava—practice; eka—one; haya—there is; namera—of the holy name; mahima—concerning the glories; sastra—the revealed scriptures; kariye sancaya—I collect "From my childhood I have been practicing this chanting and have been collecting the glories of the holy name from revealed scriptures.
9.29
ramante yogino ’nante
satyanande cid-atmani
iti rama-padenasau
param brahmabhidhiyate
SYNONYMS
ramante—take pleasure; yoginah—transcendentalists; anante—in the unlimited; satya-anande—real pleasure; cit-atmani—in spiritual existence; iti—thus; rama—Rama; padena—by the word; asau—He; param—supreme; brahma—truth; abhidhiyate—is called " ’The Supreme Absolute Truth is called Rama because the transcendentalists take pleasure in the unlimited true pleasure of spiritual existence.’
PURPORT
This is the eighth verse of the Sata-nama-stotra of Lord Ramacandra, which is found in the Padma Purana.
9.30
krsir bhu-vacakah sabdo
nas ca nirvrti-vacakah
tayor aikyam param brahma
krsna ity abhidhiyate
SYNONYMS
krsih—the verbal root krs; bhu—attractive existence; vacakah—signifying; sabdah—word; nah—the syllable na; ca—and; nirvrti—spiritual pleasure; vacakah—indicating; tayoh—of both; aikyam—amalgamation; param—supreme; brahma—Absolute Truth; krsnah—Lord Krsna; iti—thus; abhidhiyate—is called “ ’The word ”krs“ is the attractive feature of the Lord’s existence, and ”na“ means spiritual pleasure.
When the verb ”krs“ is added to the affix ”na,“ it becomes ”Krsna," which indicates the Absolute Truth.’
PURPORT
This is a verse from the Mahabharata (Udyoga-parva 71.4).
9.31
param brahma dui-nama samana ha-ila
punah ara sastre kichu visesa paila
SYNONYMS
param brahma—the Absolute Truth; dui-nama—two names (Rama and Krsna); samana—on an equal level; ha-ila—were; punah—again; ara—further; sastre—in revealed scriptures; kichu—some; visesa—specification; paila—is found "As far as the holy names of Rama and Krsna are concerned, they are on an equal level, but for further advancement we receive some specific information from revealed scriptures.
9.32
rama rameti rameti
rame rame manorame
sahasra-namabhis tulyam
rama-nama varanane
SYNONYMS
rama—Rama; rama—Rama; iti—thus; rama—Rama; iti—thus; rame—I enjoy; rame—in the holy name of Rama; manah-rame—most beautiful; sahasra-namabhih—with the one thousand names; tulyam—equal; rama-nama—the holy name of Rama; vara-anane—O lovely-faced woman “ ’Lord Siva addressed his wife Durga as Varanana and explained, ”I chant the holy name of Rama, Rama, Rama and thus enjoy this beautiful sound.
This holy name of Ramacandra is equal to one thousand holy names of Lord Visnu."’
PURPORT
This is a verse from the Brhad-visnu-sahasranama-stotra in the Uttara-khanda of the Padma Purana (72.335).
9.33
sahasra-namnam punyanam
trir-avrttya tu yat phalam
ekavrttya tu krsnasya
namaikam tat prayacchati
SYNONYMS
sahasra-namnam—of one thousand names; punyanam—holy; trih-avrttya—by thrice chanting; tu—but; yat—which; phalam—result; eka-avrttya—by one repetition; tu—but; krsnasya—of Lord Krsna; nama—holy name; ekam—only one; tat—that result; prayacchati—gives " ’The pious results derived from chanting the thousand holy names of Visnu three times can be attained by only one utterance of the holy name of Krsna.’
PURPORT
This verse from the Brahmanda Purana is found in the Laghu-bhagavatamrta (1.5.354), by Rupa Gosvami.
Simply by chanting the name of Krsna once, one can attain the same results achieved by chanting the holy name of Rama three times.
9.34
ei vakye krsna-namera mahima apara
tathapi la-ite nari, suna hetu tara
SYNONYMS
ei vakye—in this statement; krsna-namera—of the holy name of Krsna; mahima—glories; apara—unlimited; tathapi—still; la-ite—to chant; nari—I am unable; suna—just hear; hetu—the reason; tara—of that "According to this statement of the sastras, the glories of the holy name of Krsna are unlimited.
Still I could not chant His holy name.
Please hear the reason for this.
9.35
ista-deva rama, tanra name sukha pai
sukha pana rama-nama ratri-dina gai
SYNONYMS
ista-deva—my worshipable Lord; rama—Lord Sri Ramacandra; tanra name—in His holy name; sukha pai—I get happiness; sukha pana—getting such transcendental happiness; rama-nama—the holy name of Lord Rama; ratri-dina—day and night; gai—I chant "My worshipable Lord has been Lord Ramacandra, and by chanting His holy name I received happiness.
Because I received such happiness, I chanted the holy name of Lord Rama day and night.
9.36
tomara darsane yabe krsna-nama aila
tahara mahima tabe hrdaye lagila
SYNONYMS
tomara darsane—by meeting You; yabe—when; krsna-nama—the holy name of Krsna; aila—appeared; tahara—His; mahima—glories; tabe—at that time; hrdaye—in the heart; lagila—became fixed “By Your appearance, Lord Krsna’s holy name also appeared, and at that time the glories of Krsna’s name awoke in my heart.”
9.37
sei krsna tumi saksat--iha nirdharila
eta kahi’ vipra prabhura carane padila
SYNONYMS
sei—that; krsna—the Personality of Godhead, Krsna; tumi—You; saksat—directly; iha—this; nirdharila—concluded; eta kahi’-saying this; vipra—the brahmana; prabhura—of Lord Caitanya Mahaprabhu; carane—at the lotus feet; padila—fell down.
The brahmana concluded, “Sir, You are that Lord Krsna Himself.
This is my conclusion.” Saying this, the brahmana fell down at the lotus feet of Sri Caitanya Mahaprabhu.
9.38
tanre krpa kari’ prabhu calila ara dine
vrddhakasi asi’ kaila siva-darasane
SYNONYMS
tanre—unto him; krpa kari’-showing mercy; prabhu—Lord Sri Caitanya Mahaprabhu; calila—traveled; ara dine—the next day; vrddhakasi—to Vrddhakasi; asi’-coming; kaila—did; siva-darasane—visiting Lord Siva’s temple.
After showing mercy to the brahmana, Lord Sri Caitanya Mahaprabhu left the next day and arrived at Vrddhakasi, where He visited the temple of Lord Siva.
PURPORT
Vrddhakasi’s present name is Vrddhacalam.
It is situated in the southern Arcot district on the bank of the river Manimukha.
This place is also known as Kalahastipura.
Lord Siva’s temple there was worshiped for many years by Govinda, the cousin of Ramanujacarya.
9.39
tahan haite cali’ age gela eka grame
brahmana-samaja tahan, karila visrame
SYNONYMS
tahan haite—from there; cali’-going; age—forward; gela—went; eka—one; grame—to a village; brahmana-samaja—assembly of brahmanas; tahan—there; karila visrame—He rested.
Sri Caitanya Mahaprabhu then left Vrddhakasi and proceeded further.
In one village He saw that most of the residents were brahmanas, and He took His rest there.
9.40
prabhura prabhave loka aila darasane
laksarbuda loka aise na yaya ganane
SYNONYMS
prabhura—of Lord Sri Caitanya Mahaprabhu; prabhave—by the influence; loka—people; aila—came; darasane—to see Him; laksa-arbuda—many millions; loka—persons; aise—came; na—not; yaya ganane—can be counted.
Due to the influence of Lord Caitanya Mahaprabhu, many millions of men came just to see Him.
Indeed, the assembly being unlimited, its members could not be counted.
9.41
gosanira saundarya dekhi’ tate premavesa
sabe ’krsna’ kahe, ’vaisnava’ haila sarva-desa
SYNONYMS
gosanira—of the Lord; saundarya—the beauty; dekhi’-seeing; tate—in that; prema-avesa—ecstatic love; sabe—everyone; krsna kahe—uttered the holy name of Krsna; vaisnava—Vaisnava devotees; haila—became; sarva-desa—everyone.
The Lord’s bodily features were very beautiful, and in addition He was always in the ecstasy of love of Godhead.
Simply by seeing Him, everyone began chanting the holy name of Krsna, and thus everyone became a Vaisnava devotee.
9.42
tarkika-mimamsaka, yata mayavadi-gana
sankhya, patanjala, smrti, purana, agama
SYNONYMS
tarkika—logicians; mimamsaka—followers of Mimamsa philosophy; yata—all; mayavadi-gana—followers of Sankaracarya; sankhya—followers of Kapila; patanjala—followers of mystic yoga; smrti—supplementary Vedic literature; purana—Puranas; agama—the tantra-sastras.
There are many kinds of philosophers.
Some are logicians who follow Gautama or Kanada.
Some follow the Mimamsa philosophy of Jaimini.
Some follow the Mayavada philosophy of Sankaracarya, and others follow Kapila’s Sankhya philosophy or the mystic yoga system of Patanjali.
Some follow the smrti-sastra composed of twenty religious scriptures, and others follow the Puranas and the tantra-sastra.
In this way there are many different types of philosophers.
9.43
nija-nija-sastrodgrahe sabai pracanda
sarva mata dusi’ prabhu kare khanda khanda
SYNONYMS
nija-nija—their own; sastra—of the scripture; udgrahe—to establish the conclusion; sabai—all of them; pracanda—very powerful; sarva—all; mata—opinions; dusi’-condemning; prabhu—Sri Caitanya Mahaprabhu; kare—does; khanda khanda—breaking to pieces.
All of these adherents of various scriptures were ready to present the conclusions of their respective scriptures, but Sri Caitanya Mahaprabhu broke all their opinions to pieces and established His own cult of bhakti based on the Vedas, Vedanta, the Brahma-sutra and the philosophy of acintya-bhedabheda-tattva.
9.44
sarvatra sthapaya prabhu vaisnava-siddhante
prabhura siddhanta keha na pare khandite
SYNONYMS
sarvatra—everywhere; sthapaya—establishes; prabhu—Sri Caitanya Mahaprabhu; vaisnava-siddhante—the conclusion of the Vaisnavas; prabhura—of Lord Sri Caitanya Mahaprabhu; siddhanta—conclusion; keha—anyone; na pare—is not able; khandite—to defy.
Sri Caitanya Mahaprabhu established the devotional cult everywhere.
No one could defeat Him.
9.45
hari’ hari’ prabhu-mate karena pravesa
ei-mate ’vaisnava’ prabhu kaila daksina desa
SYNONYMS
hari’ hari’-being defeated; prabhu-mate—into the cult of Sri Caitanya Mahaprabhu; karena pravesa—enter; ei-mate—in this way; vaisnava—Vaisnava devotees; prabhu—Lord Sri Caitanya Mahaprabhu; kaila—made; daksina—South India; desa—country.
Being thus defeated by Lord Sri Caitanya Mahaprabhu, all these philosophers and their followers entered into His cult.
In this way Lord Caitanya made South India into a country of Vaisnavas.
9.46
pasandi aila yata panditya suniya
garva kari’ aila sange sisya-gana lana
SYNONYMS
pasandi—nonbelievers; aila—came there; yata—all; panditya—erudition; suniya—hearing; garva kari’-with great pride; aila—came there; sange—with; sisya-gana—disciples; lana—taking.
When the nonbelievers heard of the erudition of Sri Caitanya Mahaprabhu, they came to Him with great pride, bringing their disciples with them.
9.47
bauddhacarya maha-pandita nija nava-mate
prabhura age udgraha kari’ lagila balite
SYNONYMS
bauddha-acarya—the leader in Buddhist philosophy; maha-pandita—greatly learned scholar; nija—own; nava—nine; mate—philosophical conclusions; prabhura age—before Lord Sri Caitanya Mahaprabhu; udgraha—argument; kari’-making; lagila—began; balite—to speak.
One of them was a leader of the Buddhist cult and was a very learned scholar.
To establish the nine philosophical conclusions of Buddhism, he came before the Lord and began to speak.
9.48
yadyapi asambhasya bauddha ayukta dekhite
tathapi balila prabhu garva khandaite
SYNONYMS
yadyapi—although; asambhasya—not fit for discussion; bauddha—followers of Buddha’s philosophy; ayukta—not fit; dekhite—to see; tathapi—still; balila—spoke; prabhu—Lord Sri Caitanya Mahaprabhu; garva—pride; khandaite—to diminish.
Although the Buddhists are unfit for discussion and should not be seen by Vaisnavas, Caitanya Mahaprabhu spoke to them just to decrease their false pride.
9.49
tarka-pradhana bauddha-sastra ’nava mate’
tarkei khandila prabhu, na pare sthapite
SYNONYMS
tarka-pradhana—argumentative; bauddha-sastra—scriptures of the Buddhist cult; nava mate—in nine basic principles; tarkei—by argument; khandila—refuted; prabhu—Sri Caitanya Mahaprabhu; na—not; pare—can; sthapite—establish.
The scriptures of the Buddhist cult are chiefly based on argument and logic, and they contain nine chief principles.
Because Sri Caitanya Mahaprabhu defeated them in their argument, they could not establish their cult.Srila Bhaktivinoda Thakura states that according to the Buddhist cult there are two ways of understanding philosophy.
One is called Hinayana, and the other is called Mahayanaa.
Along the Buddhist path there are nine principles: (1) The creation is eternal; therefore there is no need to accept a creator (2) This cosmic manifestation is false (3) “I am” is the truth (4) There is repetition of birth and death (5) Lord Buddha is the only source of understanding the truth (6) The principle of nirvana, or annihilation, is the ultimate goal (7) The philosophy of Buddha is the only philosophical path (8) The Vedas are compiled by human beings (9) Pious activities, showing mercy to others and so on are advised.
No one can attain the Absolute Truth by argument.
One may be very expert in logic, and another person may be even more expert in the art of argument.
Because there is so much word jugglery in logic, one can never come to the real conclusion about the Absolute Truth by argument.
The followers of Vedic principles understand this.
However, it is seen here that Sri Caitanya Mahaprabhu defeated the Buddhist philosophy by argument.
Those who are preachers in ISKCON will certainly meet many people who believe in intellectual arguments.
Most of these people do not believe in the authority of the Vedas.
Nevertheless, they accept intellectual speculation and argument.
Therefore the preachers of Krsna consciousness should be prepared to defeat others by argument, just as Sri Caitanya Mahaprabhu did.
In this verse it is clearly said, tarkei khandila prabhu.
Lord Sri Caitanya Mahaprabhu put forward such a strong argument that they could not counter Him to establish their cult.
Their first principle is that the creation is always existing.
But if this is the case, there can be no theory of annihilation.
The Buddhists maintain that annihilation, or dissolution, is the highest truth.
If the creation is eternally existing, there is no question of dissolution or annihilation.
This argument is not very strong because by practical experience we see that material things have a beginning, a middle and an end.
The ultimate aim of the Buddhist philosophy is to dissolve the body.
This is proposed because the body has a beginning.
Similarly, the entire cosmic manifestation is also a gigantic body, but if we accept the fact that it is always existing, there can be no question of annihilation.
Therefore the attempt to annihilate everything in order to attain zero is an absurdity.
By our own practical experience we have to accept the beginning of creation, and when we accept the beginning, we must accept a creator.
Such a creator must possess an all-pervasive body, as pointed out in the Bhagavad-gita (13.14):
sarvatah pani-padam tat
sarvato-’ksi-siro-mukham
sarvatah sruti-mal loke
sarvam avrtya tisthati “Everywhere are His hands and legs, His eyes, heads and faces, and He has ears everywhere.
In this way the Supersoul exists, pervading everything.” The Supreme Person must be present everywhere.
His body existed before the creation; otherwise He could not be the creator.
If the Supreme Person is a created being, there can be no question of a creator.
The conclusion is that the cosmic manifestation is certainly created at a certain time, and the creator existed before the creation; therefore the creator is not a created being.
The creator is Param Brahman, or the Supreme Spirit.
Matter is not only subordinate to spirit but is actually created on the basis of spirit.
When the spirit soul enters the womb of a mother, the body is created by material ingredients supplied by the mother.
Everything is created in the material world, and consequently there must be a creator who is the Supreme Spirit and who is distinct from matter.
It is confirmed in the Bhagavad-gita that the material energy is inferior and that the spiritual energy is the living entity.
Both inferior and superior energies belong to a supreme person.
The Buddhists argue that the world is false, but this is not valid.
The world is temporary, but it is not false.
As long as we have the body, we must suffer the pleasures and pains of the body, even though we are not the body.
We may not take these pleasures and pains very seriously, but they are factual nonetheless.
We cannot actually say that they are false.
If the bodily pains and pleasures were false, the creation would be false also, and consequently no one would take very much interest in it.
The conclusion is that the material creation is not false or imaginary, but it is temporary.
The Buddhists maintain that the principle “I am” is the Ultimate Truth, but this excludes the individuality of “I” and “you.” If there is no “I” and “you,” or individuality, there is no possibility of argument.
The Buddhist philosophy depends on argument, but there can be no argument if one simply depends on “I am.” There must be a “you,” or another person also.
The philosophy of duality-the existence of the individual soul and the Supersoul-must be there.
This is confirmed in the Second Chapter of the Bhagavad-gita (2.12), wherein the Lord says:
na tv evaham jatu nasam
na tvam neme janadhipah
na caiva na bhavisyamah
sarve vayam atah param “Never was there a time when I did not exist, nor you, nor all these kings; nor in the future shall any of us cease to be.” We existed in the past in different bodies, and after the annihilation of this body we shall exist in another body.
The principle of the soul is eternal, and it exists in this body or in another body.
Even in this lifetime we experience existence in a child’s body, a youth’s body, a man’s body and an old body.
After the annihilation of the body, we acquire another body.
The Buddhist cult also accepts the philosophy of transmigration, but the Buddhists do not properly explain the next birth.
There are 8,400,000 species of life, and our next birth may be in any one of them; therefore this human body is not guaranteed.
According to the Buddhist’s fifth principle, Lord Buddha is the only source for the attainment of knowledge.
We cannot accept this, for Lord Buddha rejected the principles of Vedic knowledge.
One must accept a principle of standard knowledge because one cannot attain the Absolute Truth simply by intellectual speculation.
If everyone is an authority, or if everyone accepts his own intelligence as the ultimate criterion-as is presently fashionable-the scriptures will be interpreted in many different ways, and everyone will claim that his own philosophy is supreme.
This has become a very great problem, and everyone is interpreting scripture in his own way and setting up his own basis of authority.
Yata mata tata patha.
Now everybody and anybody is trying to establish his own theory as the ultimate truth.
The Buddhists theorize that annihilation, or nirvana, is the ultimate goal.
Annihilation applies to the body, but the spirit soul transmigrates from one body to another.
If this were not the case, how can so many multifarious bodies come into existence? If the next birth is a fact, the next bodily form is also a fact.
As soon as we accept a material body, we must accept the fact that that body will be annihilated and that we will have to accept another body.
If all material bodies are doomed to annihilation, we must obtain a nonmaterial body, or a spiritual body, if we wish the next birth to be anything but false.
How the spiritual body is attained is explained by Lord Krsna in the Bhagavad-gita (4.9):
janma karma ca me divyam
evam yo vetti tattvatah
tyaktva deham punar janma
9.50
bauddhacarya ’nava prasna’ saba uthaila
drdha yukti-tarke prabhu khanda khanda kaila
SYNONYMS
bauddha-acarya—the teacher of the Buddhist cult; nava prasna—nine different types of questions; saba—all; uthaila—raised; drdha—strong; yukti—argument; tarke—with logic; prabhu—Lord Sri Caitanya Mahaprabhu; khanda khanda kaila—broke into pieces.
The teacher of the Buddhist cult set forth the nine principles, but Sri Caitanya Mahaprabhu broke them to pieces with His strong logic.
9.51
darsanika pandita sabai paila parajaya
loke hasya kare, bauddha paila lajja-bhaya
SYNONYMS
darsanika—philosophical speculators; pandita—scholars; sabai—all of them; paila parajaya—were defeated; loke—people in general; hasya kare—laugh; bauddha—the Buddhists; paila—got; lajja—shame; bhaya—fear.
All mental speculators and learned scholars were defeated by Sri Caitanya Mahaprabhu, and when the people began to laugh, the Buddhist philosophers felt both shame and fear.
PURPORT
These philosophers were all atheists, for they did not believe in the existence of God.
Atheists may be very expert in mental speculation and may be so-called great philosophers, but they can be defeated by a Vaisnava firmly situated in his conviction and God consciousness.
Following in the footsteps of Sri Caitanya Mahaprabhu, all the preachers engaged in the service of ISKCON should be very expert in putting forward strong arguments and defeating all types of atheists.
9.52
prabhuke vaisnava jani’ bauddha ghare gela
sakala bauddha mili’ tabe kumantrana kaila
SYNONYMS
prabhuke—Lord Sri Caitanya Mahaprabhu; vaisnava jani’-knowing to be a Vaisnava; bauddha—the Buddhists; ghare gela—returned home; sakala bauddha—all the Buddhists; mili’-coming together; tabe—thereafter; ku-mantrana—plot; kaila—made.
The Buddhists could understand that Lord Sri Caitanya Mahaprabhu was a Vaisnava, and they returned home very unhappy.
Later, however, they began to plot against the Lord.
9.53
apavitra anna eka thalite bhariya
prabhu-age nila ’maha-prasada’ baliya
SYNONYMS
apavitra—polluted; anna—food; eka—one; thalite—plate; bhariya—filling; prabhu-age—in front of Lord Sri Caitanya Mahaprabhu; nila—brought; maha-prasada baliya—calling it maha-prasada.
Having made their plot, the Buddhists brought a plate of untouchable food before Lord Sri Caitanya Mahaprabhu and called it maha-prasada.
PURPORT
The word apavitra anna refers to food that is unacceptable for a Vaisnava.
In other words, a Vaisnava cannot accept any food offered by an avaisnava in the name of maha-prasada.
This should be a principle for all Vaisnavas.
When asked, “What is the behavior of a Vaisnava?” Sri Caitanya Mahaprabhu replied, “A Vaisnava must avoid the company of an avaisnava (asat).” The word asat refers to an avaisnava, that is, one who is not a Vaisnava.
Asat-sanga-tyaga,-ei vaisnava-acara (Cc.Madhya 22.87).
A Vaisnava must be very strict in this respect and should not at all cooperate with an avaisnava.
If an avaisnava offers food in the name of maha-prasada, it should not be accepted.
Such food cannot be prasada because an avaisnava cannot offer anything to the Lord.
Sometimes preachers in the Krsna consciousness movement have to accept food in a home where the householder is an avaisnava; however, if this food is offered to the Deity, it can be taken.
Ordinary food cooked by an avaisnava should not be accepted by a Vaisnava.
Even if an avaisnava cooks food without fault, he cannot offer it to Lord Visnu, and it cannot be accepted as maha-prasada.
According to Lord Krsna in the Bhagavad-gita (9.26):
patram puspam phalam toyam
yo me bhaktya prayacchati
tad aham bhakty-upahrtam
asnami prayatatmanah “If one offers Me with love and devotion a leaf, a flower, a fruit or water, I will accept it.” Krsna can accept anything offered by His devotee with devotion.
An avaisnava may be a vegetarian and a very clean cook, but because he cannot offer the food he cooks to Visnu, it cannot be accepted as maha-prasada.
It is better that a Vaisnava abandon such food as untouchable.
9.54
hena-kale maha-kaya eka paksi aila
thonte kari’ anna-saha thali lana gela
SYNONYMS
hena-kale—at this time; maha-kaya—having a large body; eka—one; paksi—bird; aila—appeared there; thonte kari’-by the beak; anna-saha—with food; thali—the plate; lana—taking; gela—went away.
When the contaminated food was offered to Sri Caitanya Mahaprabhu, a very large bird appeared on the spot, picked up the plate in its beak and flew away.
9.55
bauddha-ganera upare anna pade amedhya haiya
bauddhacaryera mathaya thali padila bajiya
SYNONYMS
bauddha-ganera—all the Buddhists; upare—upon; anna—the food; pade—began to fall down; amedhya—untouchable; haiya—being; bauddha-acaryera—of the teacher of the Buddhists; mathaya—on the head; thali—the plate; padila—fell down; bajiya—making a great sound.
Indeed, the untouchable food fell upon the Buddhists, and the large bird dropped the plate on the head of the chief Buddhist teacher.
When it fell on his head, it made a big sound.
9.56
terache padila thali,--matha kati’ gela
murcchita hana acarya bhumite padila
SYNONYMS
terache—at an angle; padila—fell down; thali—the plate; matha—the head; kati’-cutting; gela—went; murcchita—unconscious; hana—becoming; acarya—the teacher; bhumite—on the ground; padila—fell down.
The plate was made of metal, and when its edge hit the head of the teacher, it cut him, and the teacher immediately fell to the ground unconscious.
9.57
hahakara kari’ kande saba sisya-gana
sabe asi’ prabhu-pade la-ila sarana
SYNONYMS
haha-kara—a roaring sound; kari’-making; kande—cry; saba—all; sisya-gana—disciples; sabe—all of them; asi’-coming; prabhu-pade—to the lotus feet of Lord Caitanya Mahaprabhu; la-ila—took; sarana—shelter.
When the teacher fell unconscious, his Buddhist disciples cried aloud and ran to the lotus feet of Sri Caitanya Mahaprabhu for shelter.
9.58
tumi ta’ isvara saksat, ksama aparadha
jiyao amara guru, karaha prasada
SYNONYMS
tumi—You; ta’-indeed; isvara—the Supreme Personality of Godhead; saksat—directly; ksama—please excuse; aparadha—offense; jiyao—bring back to consciousness; amara—our; guru—spiritual master; karaha—do; prasada—this mercy.
They all prayed to Lord Sri Caitanya Mahaprabhu, addressing Him as the Supreme Personality of Godhead Himself and saying, “Sir, please excuse our offense.
Please have mercy upon us and bring our spiritual master back to life.”
9.59
prabhu kahe,--sabe kaha ’krsna’ ’krsna’ ’hari’
guru-karne kaha krsna-nama ucca kari’
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; sabe—all of you; kaha—chant; krsna krsna hari—the holy names of Lord Krsna and Hari; guru-karne—near the ear of your spiritual master; kaha—chant; krsna-nama—the holy name of Lord Krsna; ucca kari’-very loudly.
The Lord then replied to the Buddhist disciples, "You should all chant the names of Krsna and Hari very loudly near the ear of your spiritual master.
9.60
toma-sabara ’guru’ tabe paibe cetana
saba bauddha mili’ kare krsna-sankirtana
SYNONYMS
toma-sabara—all of you; guru—the spiritual master; tabe—then; paibe—will get; cetana—consciousness; saba bauddha—all the Buddhist disciples; mili’-coming together; kare—do; krsna-sankirtana—chanting of the Hare Krsna mantra “By this method your spiritual master will regain his consciousness.” Following Sri Caitanya Mahaprabhu’s advice, all the Buddhist disciples began to chant the holy name of Krsna congregationally.
9.61
guru-karne kahe sabe ’krsna’ ’rama’ ’hari’
cetana pana acarya bale ’hari’ ’hari’
SYNONYMS
guru-karne—into the ear of the spiritual master; kahe—they said; sabe—all together; krsna rama hari—the holy names of the Lord, namely Krsna, Rama and Hari; cetana—consciousness; pana—getting; acarya—the teacher; bale—chanted; hari hari—the name of Lord Hari.
When all the disciples chanted the holy names Krsna, Rama and Hari, the Buddhist teacher regained consciousness and immediately began to chant the holy name of Lord Hari.
PURPORT
9.62
krsna bali’ acarya prabhure karena vinaya
dekhiya sakala loka ha-ila vismaya
SYNONYMS
krsna bali’-chanting the holy name of Krsna; acarya—the so-called spiritual master of the Buddhists; prabhure—unto Lord Sri Caitanya Mahaprabhu; karena—does; vinaya—submission; dekhiya—seeing this; sakala loka—all the people; ha-ila—became; vismaya—astonished.
When the spiritual master of the Buddhists began to chant the holy name of Krsna and submitted to Lord Sri Caitanya Mahaprabhu, all the people who were gathered there were astonished.
9.63
ei-rupe kautuka kari’ sacira nandana
antardhana kaila, keha na paya darsana
SYNONYMS
ei-rupe—in this way; kautuka kari’-making fun; sacira nandana—the son of mother Saci; antardhana kaila—disappeared; keha—anyone; na—does not; paya—get; darsana—audience.
Sri Caitanya Mahaprabhu, the son of Sacidevi, then suddenly and humorously disappeared from everyone’s sight, and it was impossible for anyone to find Him.
9.64
mahaprabhu cali’ aila tripati-trimalle
catur-bhuja murti dekhi’ vyenkatadrye cale
SYNONYMS
mahaprabhu—Lord Sri Caitanya Mahaprabhu; cali’ aila—arrived by walking; tripati-trimalle—at the holy places named Tirupati and Tirumala; catur-bhuja—fourhanded; murti—Deity; dekhi’-seeing; vyenkata-adrye—to the holy place Venkata Hill; cale—began to proceed.
Sri Caitanya Mahaprabhu next arrived at Tirupati and Tirumala, where He saw a four-handed Deity.
Then He next proceeded toward Venkata Hill.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura has actually described the chronological order of Lord Caitanya Mahaprabhu’s visit.
The Tirupati temple is sometimes called Tirupatura.
It is situated on the northern side of Arcot in the district of Candragiri.
It is a famous holy place of pilgrimage.
In pursuance of His name, Venkatesvara, the four-handed Lord Visnu, the Deity of Balaji, with His potencies named Sri and Bhu, is located on Venkata Hill, about eight miles from Tirupati.
This Venkatesvara Deity is in the form of Lord Visnu, and the place where He is situated is known as Venkata-ksetra.
There are many temples in southern India, but this Balaji temple is especially opulent.
A great fair is held there in the months of September and October.
There is a railway station called Tirupati on the Southern Railway.
Nimna-tirupati is located in the valley of the Venkata Hill.
There are several temples there also, among which are those of Govindaraja and Lord Ramacandra.
9.65
tripati asiya kaila sri-rama darasana
raghunatha-age kaila pranama stavana
SYNONYMS
tripati asiya—coming to Tirupati; kaila sri-rama darasana—visited the temple of Ramacandra; raghunatha-age—before Lord Ramacandra; kaila—did; pranama—obeisances; stavana—offering prayers.
After arriving at Tirupati, Lord Sri Caitanya Mahaprabhu visited the temple of Lord Ramacandra.
He offered His prayers and obeisances before Ramacandra, the descendant of King Raghu.
9.66
sva-prabhave loka-sabara karana vismaya
pana-nrsimhe aila prabhu daya-maya
SYNONYMS
sva-prabhave—by His own influence; loka-sabara—of all the people; karana—inducing; vismaya—astonishment; pana-nrsimhe—to the Lord named Pana-nrsimha; aila—came; prabhu—Lord Sri Caitanya Mahaprabhu; daya-maya—the most merciful.
Everywhere Sri Caitanya Mahaprabhu went, His influence astonished everyone.
He next arrived at the temple of Pana-nrsimha.
The Lord is so merciful.
PURPORT
Pana-nrsimha, or Panakal-narasimha, is located in the district of Krishna in the hills known as Mangalagiri, about seven miles from a city known as Vijayawada.
One must climb six hundred steps to reach the temple.
It is said that when the Lord is offered food with syrup here, He does not take more than half.
Within this temple is a conchshell presented by the late king of Tanjor, and it is said that this shell was used by Lord Krsna Himself.
During the month of March, a great fair takes place in this temple.
9.67
nrsimhe pranati-stuti premavese kaila
prabhura prabhave loka camatkara haila
SYNONYMS
nrsimhe—unto Lord Nrsimha; pranati-stuti—obeisances and prayers; prema-avese—in ecstatic love; kaila—offered; prabhura—of the Lord; prabhave—by the influence; loka—the people; camatkara haila—were astonished.
In great ecstatic love, Sri Caitanya Mahaprabhu offered obeisances and prayers unto Lord Nrsimha.
The people were astonished to see Lord Caitanya’s influence.
9.68
siva-kanci asiya kaila siva darasana
prabhave ’vaisnava’ kaila saba saiva-gana
SYNONYMS
siva-kanci—to the holy place named Siva-kanci; asiya—coming; kaila—did; siva darasana—visiting the temple of Lord Siva; prabhave—by His influence; vaisnava kaila—turned into Vaisnavas; saba—all; saiva-gana—the devotees of Lord Siva.
Arriving at Siva-kanci, Caitanya Mahaprabhu visited the deity of Lord Siva.
By His influence, He converted all the devotees of Lord Siva into Vaisnavas.
PURPORT
Siva-kanci is also known as Kanjivarama, or the Benares of southern India.
In Siva-kanci there are hundreds of temples containing symbolic representations of Lord Siva, and one of these temples is said to be very, very old.
9.69
visnu-kanci asi’ dekhila laksmi-narayana
pranama kariya kaila bahuta stavana
SYNONYMS
visnu-kanci—to the holy place named Visnu-kanci; asi’-coming; dekhila—the Lord saw; laksmi-narayana—the Deity of Lord Narayana with mother Laksmi, the goddess of fortune; pranama kariya—after offering obeisances; kaila—made; bahuta stavana—many prayers.
The Lord then visited a holy place known as Visnu-kanci.
There He saw Laksmi-Narayana Deities, and He offered His respects and many prayers to please Them.
PURPORT
Visnu-kanci is situated about five miles away from Kanjivarama.
It is here that Lord Varadaraja, another form of Lord Visnu, resides.
There is also a big lake known as Ananta-sarovara.
9.70
premavese nrtya-gita bahuta karila
dina-dui rahi’ loke ’krsna-bhakta’ kaila
SYNONYMS
prema-avese—in ecstatic love; nrtya-gita—dancing and chanting; bahuta—much; karila—performed; dina-dui—for two days; rahi’-staying; loke—the people in general; krsna-bhakta—devotees of Lord Krsna; kaila—made.
When Sri Caitanya Mahaprabhu stayed at Visnu-kanci for two days, He danced and performed kirtana in ecstasy.
When all the people saw Him, they were converted into devotees of Lord Krsna.
9.71
trimalaya dekhi’ gela trikala-hasti-sthane
mahadeva dekhi’ tanre karila praname
SYNONYMS
trimalaya dekhi’-after seeing Trimalaya; gela—went; trikala-hasti-sthane—to the place named Trikala-hasti; mahadeva—Lord Siva; dekhi’-seeing; tanre—unto him; karila praname—offered obeisances.
After visiting Trimalaya, Caitanya Mahaprabhu went to see Trikala-hasti.
There He saw Lord Siva and offered him all respects and obeisances.
PURPORT
Trikala-hasti is situated about twenty-two miles northeast of Tirupati.
On its northern side is a river known as Suvarna-mukhi.
The temple of Trikala-hasti is located on the southern side of the river.
The place is generally known as Sri Kalahasti or Kalahasti and is famous for its temple of Lord Siva.
There he is called Vayu-linga Siva.
9.72
paksi-tirtha dekhi’ kaila siva darasana
vrddhakola-tirthe tabe karila gamana
SYNONYMS
paksi-tirtha dekhi’-after visiting the place known as Paksi-tirtha; kaila—did; siva darasana—visiting the temple of Lord Siva; vrddhakola-tirthe—to the holy place known as Vrddhakola; tabe—then; karila gamana—went.
At Paksi-tirtha, Lord Sri Caitanya Mahaprabhu visited the temple of Lord Siva.
Then He went to the Vrddhakola place of pilgrimage.
PURPORT
Paksi-tirtha, also called Tirukadi-kundam, is located nine miles southeast of Cimlipat.
It has a five-hundred-foot elevation and is situated in a chain of hills known as Vedagiri or Vedacalam.
There is a temple of Lord Siva there, and the deity is known as Vedagirisvara.
Two birds come there daily to receive food from the temple priest, and it is claimed that they have been coming since time immemorial.
9.73
sveta-varaha dekhi, tanre namaskari’
pitambara-siva-sthane gela gaurahari
SYNONYMS
sveta-varaha—the white boar incarnation; dekhi—seeing; tanre—unto Him; namaskari’-offering respect; pita-ambara—dressed with yellow garments; siva-sthane—to the temple of Lord Siva; gela—went; gaurahari—Lord Sri Caitanya Mahaprabhu.
At Vrddhakola, Lord Sri Caitanya Mahaprabhu visited the temple of Sveta-varaha, the white boar incarnation.
After offering Him respects, the Lord visited the temple of Lord Siva, wherein the deity is dressed with yellow garments.
PURPORT
The temple of the white boar incarnation is situated at Vrddhakola.
The temple is made of stone and is located about one mile south of an oasis known as Balipitham.
There is a Deity of the white boar incarnation, above whose head Sesa Naga serves as an umbrella.
The deity of Lord Siva is known as Pitambara and also as Cidambaram.
This temple is located twenty-six miles south of Cuddaloreda, and the deity there is also known as Akasa-linga.
The deity is in the form of Lord Siva.
This temple is situated on about thirty-nine acres of land, and all this land is surrounded by a wall sixty feet high.
9.74
siyali bhairavi devi kari’ darasana
kaverira tire aila sacira nandana
SYNONYMS
siyali bhairavi—Siyali-bhairavi; devi—goddess; kari’ darasana—visiting; kaverira tire—on the bank of the river Kaveri; aila—came; sacira nandana—the son of mother Saci.
After visiting the temple of Siyali-bhairavi (another form of the goddess Durga), Sri Caitanya Mahaprabhu, the son of mother Saci, went to the bank of the river Kaveri.
PURPORT
Siyali-bhairavi is located in the Tanjorean district, about forty-eight miles northeast of Tanjorean City.
There is a very much celebrated temple of Lord Siva there and also a very large lake.
It is said that once a small boy who was a devotee of Lord Siva came to that temple and the goddess Durga, known as Bhairavi, gave him her breast to suck.
After visiting this temple, Sri Caitanya Mahaprabhu went to the bank of the river Kaveri via the district of Tiruchchirapalli.
The Kaveri is mentioned in Srimad-Bhagavatam (11.5.40) as a very pious river.
9.75
go-samaje siva dekhi’ aila vedavana
mahadeva dekhi’ tanre karila vandana
SYNONYMS
go-samaje—at the place named Go-samaja; siva dekhi’-seeing the deity of Lord Siva; aila vedavana—He arrived at Vedavana; mahadeva dekhi’-seeing Lord Siva; tanre—unto him; karila vandana—offered prayers.
The Lord then visited a place known as Go-samaja, where He saw Lord Siva’s temple.
He then arrived at Vedavana, where He saw another deity of Lord Siva and offered him prayers.
PURPORT
Go-samaja is a place of pilgrimage for the devotees of Lord Siva.
It is very important and is located next to Vedavana.
9.76
amrtalinga-siva dekhi’ vandana karila
saba sivalaye saiva ’vaisnava’ ha-ila
SYNONYMS
amrta-linga-siva—the Lord Siva deity named Amrta-linga; dekhi’-seeing; vandana karila—offered obeisances; saba siva-alaye—in all the temples of Lord Siva; saiva—devotees of Lord Siva; vaisnava ha-ila—became devotees of Lord Krsna.
Seeing the Siva deity named Amrta-linga, Lord Caitanya Mahaprabhu offered His obeisances.
Thus He visited all the temples of Lord Siva and converted the devotees of Lord Siva into Vaisnavas.
9.77
deva-sthane asi’ kaila visnu darasana
sri-vaisnavera sange tahan gosthi anuksana
SYNONYMS
deva-sthane—to the place known as Devasthana; asi’-coming; kaila—did; visnu darasana—visiting the temple of Lord Visnu; sri-vaisnavera sange—with the Vaisnavas in the disciplic succession of Ramanuja; tahan—there; gosthi—discussion; anuksana—always.
At Devasthana, Caitanya Mahaprabhu visited the temple of Lord Visnu, and there He talked with the Vaisnavas in the disciplic succession of Ramanujacarya.
These Vaisnavas are known as Sri Vaisnavas.
9.78
kumbhakarna-kapale dekhi’ sarovara
siva-ksetre siva dekhe gauranga-sundara
SYNONYMS
kumbhakarna-kapale—at Kumbhakarna-kapala; dekhi’-after seeing; sarovara—the lake; siva-ksetre—at Siva-ksetra; siva—Lord Siva; dekhe—sees; gauranga-sundara—Lord Sri Caitanya Mahaprabhu.
At Kumbhakarna-kapala, Sri Caitanya Mahaprabhu saw a great lake and then the holy place named Siva-ksetra, where a temple of Lord Siva is located.
PURPORT
Kumbhakarna is the name of the brother of Ravana.
At the present moment the city of Kumbhakarna-kapala is known as Kumbhakonnam; it is situated twenty miles northeast of the city of Tanjorean.
There are twelve temples of Lord Siva located at Kumbhakonnam, as well as four Visnu temples and one temple to Lord Brahma.
Siva-ksetra, within the city of Tanjorean, is situated near a big lake known as Siva-ganga.
At this place is a large temple of Lord Siva known as Brhatisvara-siva-mandira.
9.79
papa-nasane visnu kaila darasana
sri-ranga-ksetre tabe karila gamana
SYNONYMS
papa-nasane—at the place named Papanasana; visnu—Lord Visnu; kaila—did; darasana—visiting; sri-ranga-ksetre—to the holy place named Sri Ranga-ksetra; tabe—then; karila—did; gamana—departure.
After visiting the holy place named Siva-ksetra, Caitanya Mahaprabhu arrived at Papanasana and there saw the temple of Lord Visnu.
Then He finally reached Sri Ranga-ksetra.
PURPORT
According to some, the place known as Papanasana was located eight miles southwest of Kumbhakonnam.
Others say that in the district of Tinebheli there is a city known as Palamakota and that Twenty miles west of there is the holy place known as Papanasana, near the river Tamraparni.
Sri Ranga-ksetra is a very famous place.
Near Tiruchchirapalli is a river named Kaveri, or Kolirana.
A city known as Sri Rangam is located on this river in the district of Tanjorean, about ten miles west of Kumbhakonnam.
The Sri Ranga temple is the largest in India, and there are seven walls surrounding it.
There are also seven roads leading to Sri Ranga.
The ancient names of these roads are the road of Dharma, the road of Rajamahendra, the road of Kulasekhara, the road of Alinadana, the road of Tiruvikrama, the Tirubidi road of Madamadi-gaisa, and the road of Ada-iyavala-indana.
The temple was founded before the reign of Dharmavarma, who reigned before Rajamahendra.
Many celebrated kings like Kulasekhara, and others such as Alabandaru, resided in the temple of Sri Rangam.
Yamunacarya, Sri Ramanuja, Sudarsanacarya and others also supervised this temple.
The incarnation of the goddess of fortune known as Godadevi, who was one of the twelve liberated persons known as divya-suris, was married to the Deity, Lord Sri Ranganatha.
Later she entered into the body of the Lord.
An incarnation of Karmuka, Tirumanga (one of the Alwars), acquired some money by stealing and built the fourth boundary wall of Sri Rangam.
It is said that in the year 289 of the Age of Kali, the Alwar of the name Tondaradippadi was born.
While engaged in devotional service, he fell victim to a prostitute, and Sri Ranganatha, seeing His devotee so degraded, sent one of His servants with a golden plate to that prostitute.
When the golden plate was discovered missing from the temple, there was a search, and it was found in the prostitute’s house.
When the devotee saw Ranganatha’s mercy upon this prostitute, his mistake was rectified.
He then prepared the third boundary wall of the Ranganatha temple and cultivated a tulasi garden there.
There was also a celebrated disciple of Ramanujacarya’s known as Kuresa.
Sri Ramapilla was the son of Kuresa, and his son was Vagvijaya Bhatta, whose son was Vedavyasa Bhatta, or Sri Sudarsanacarya.
When Sudarsanacarya was an old man, the Mohammedans attacked the temple of Ranganatha and killed about twelve hundred Sri Vaisnavas.
At that time the Deity of Ranganatha was transferred to the temple of Tirupati in the kingdom of Vijaya-nagara.
The governor of Gingeen, Goppanarya, brought Sri Ranganatha from the temple of Tirupati to a place known as Simha-brahma, where the Lord was situated for three years.
In the year 1293 Saka (A.D 1372) the Deity was reinstalled in the Ranganatha temple.
On the eastern wall of the Ranganatha temple is an inscription written by Vedanta-desika relating how Ranganatha was returned to the temple.
9.80
kaverite snana kari’ dekhi’ ranganatha
stuti-pranati kari’ manila krtartha
SYNONYMS
kaverite—in the river known as Kaveri; snana kari’-after bathing; dekhi’-visiting; ranga-natha—the Ranganatha temple; stuti—prayers; pranati—obeisances; kari’-offering; manila—thought Himself; krta-artha—very successful.
After bathing in the river Kaveri, Sri Caitanya Mahaprabhu saw the temple of Ranganatha and offered His ardent prayers and obeisances.
Thus He felt Himself successful.
9.81
premavese kaila bahuta gana nartana
dekhi’ camatkara haila saba lokera mana
SYNONYMS
prema-avese—in the ecstasy of love; kaila—did; bahuta—various; gana—songs; nartana—dancing; dekhi’-seeing which; camatkara—astonished; haila—were; saba—all; lokera—of persons; mana—minds.
In the temple of Ranganatha, Sri Caitanya Mahaprabhu chanted and danced in ecstatic love of Godhead.
Seeing His performance, everyone was struck with wonder.
9.82
sri-vaisnava eka,--’vyenkata bhatta’ nama
prabhure nimantrana kaila kariya sammana
SYNONYMS
sri-vaisnava eka—a devotee belonging to the Ramanuja-sampradaya; vyenkata bhatta—Venkata Bhatta; nama—named; prabhure—unto Lord Caitanya Mahaprabhu; nimantrana—invitation; kaila—did; kariya—offering; sammana—great respect.
One Vaisnava known as Venkata Bhatta then invited Sri Caitanya Mahaprabhu to his home with great respect.
PURPORT
Sri Venkata Bhatta was a Vaisnava brahmana and an inhabitant of Sri Ranga-ksetra.
He belonged to the disciplic succession of Sri Ramanujacarya.
Sri Ranga is one of the places of pilgrimage in the province of Tamil Nadus.
The inhabitants of that province do not retain the name Venkata.
It is therefore supposed that Venkata Bhatta did not belong to that province, although he may have been residing there for a very long time.
Venkata Bhatta was in a branch of the Ramanuja-sampradaya known as Badagala-i.
He had a brother in the Ramanuja-sampradaya known as Sripada Prabodhananda Sarasvati.
The son of Venkata Bhatta was later known in the Gaudiya-sampradaya as Gopala Bhatta Gosvami, and he established the Radharamana temple in Vrndavana.
More information about him may be found in a book known as Bhakti-ratnakara, by Narahari Cakravarti.
9.83
nija-ghare lana kaila pada-praksalana
sei jala lana kaila sa-vamse bhaksana
SYNONYMS
nija-ghare—to his own home; lana—bringing; kaila—did; pada-praksalana—washing of the feet; sei jala—that water; lana—taking; kaila—did; sa-vamse—with all the family members; bhaksana—drinking.
Sri Venkata Bhatta took Sri Caitanya Mahaprabhu to his home.
After he washed the Lord’s feet, all the members of his family drank the water.
9.84
bhiksa karana kichu kaila nivedana
caturmasya asi’ prabhu, haila upasanna
SYNONYMS
bhiksa karana—after offering lunch; kichu—some; kaila—did; nivedana—submission; caturmasya—the period of Caturmasya; asi’-coming; prabhu—my Lord; haila upasanna—has already arrived.
After offering lunch to the Lord, Venkata Bhatta submitted that the period of Caturmasya had already arrived.
9.85
caturmasye krpa kari’ raha mora ghare
krsna-katha kahi’ krpaya uddhara’ amare
SYNONYMS
caturmasye—during this period of Caturmasya; krpa kari’-being merciful; raha—please stay; mora ghare—at my place; krsna-katha—topics of Lord Krsna; kahi’-speaking; krpaya—by Your mercy; uddhara’ amare—kindly deliver me.
Venkata Bhatta said, “Please be merciful to me and stay at my house during Caturmasya.
Speak about Lord Krsna’s pastimes and kindly deliver me by Your mercy.”
9.86
tanra ghare rahila prabhu krsna-katha-rase
bhatta-sange gonaila sukhe cari mase
SYNONYMS
tanra ghare—in his home; rahila—stayed; prabhu—Lord Sri Caitanya Mahaprabhu; krsna-katha-rase—enjoying the transcendental mellow of discussing Lord Krsna’s pastimes; bhatta-sange—with Venkata Bhatta; gonaila—passed; sukhe—in happiness; cari mase—four months.
Sri Caitanya Mahaprabhu remained at the house of Venkata Bhatta for four continuous months.
The Lord passed His days in great happiness, enjoying the transcendental mellow of discussing Lord Krsna’s pastimes.
9.87
kaverite snana kari’ sri-ranga darsana
pratidina premavese karena nartana
SYNONYMS
kaverite—in the river known as Kaveri; snana kari’-taking a bath; sri-ranga darsana—visiting the temple of Sri Ranga; prati-dina—every day; prema-avese—in great happiness; karena—does perform; nartana—dancing.
While there, Sri Caitanya Mahaprabhu took His bath in the river Kaveri and visited the temple of Sri Ranga.
Every day the Lord also danced in ecstasy.
9.88
saundaryadi premavesa dekhi, sarva-loka
dekhibare aise, dekhe, khande duhkha-soka
SYNONYMS
saundarya-adi—the beauty of the body, etc.; prema-avesa—His ecstatic love; dekhi—seeing; sarva-loka—all men; dekhibare—to see; aise—come there; dekhe—and see; khande duhkha-soka—are relieved from all unhappiness and distress.
The beauty of Lord Caitanya’s body and His ecstatic love of God were witnessed by everyone.
Many people used to come see Him, and as soon as they saw Him, all their unhappiness and distress vanished.
9.89
laksa laksa loka aila nana-desa haite
sabe krsna-nama kahe prabhuke dekhite
SYNONYMS
laksa laksa—many hundreds of thousands; loka—of people; aila—came there; nana-desa—different countries; haite—from; sabe—all of them; krsna-nama kahe—chant the Hare Krsna maha-mantra; prabhuke—the Lord; dekhite—seeing.
Many hundreds of thousands of people from various countries came to see the Lord, and after seeing Him they all chanted the Hare Krsna maha-mantra.
9.90
krsna-nama vina keha nahi kahe ara
sabe krsna-bhakta haila,--loke camatkara
SYNONYMS
krsna-nama vina—without chanting the Hare Krsna maha-mantra; keha—anyone; nahi—does not; kahe—speak; ara—anything else; sabe—all of them; krsna-bhakta—Lord Krsna’s devotees; haila—became; loke—the people; camatkara—astonished.
Indeed, they did not chant anything but the Hare Krsna maha-mantra, and all of them became Lord Krsna’s devotees.
Thus the general populace was astonished.
9.91
sri-ranga-ksetre vaise yata vaisnava-brahmana
eka eka dina sabe kaila nimantrana
SYNONYMS
sri-ranga-ksetre—in Sri Ranga-ksetra; vaise—residing; yata—all; vaisnava-brahmana—Vaisnava brahmanas; eka eka dina—every day; sabe—all of them; kaila nimantrana—invited the Lord.
All the Vaisnava brahmanas residing in Sri Ranga-ksetra invited the Lord to their homes.
Indeed, He had an invitation every day.
9.92
eka eka dine caturmasya purna haila
kataka brahmana bhiksa dite na paila
SYNONYMS
eka eka dine—day by day; caturmasya—the period of Caturmasya; purna haila—became filled; kataka brahmana—some of the brahmanas; bhiksa dite—to offer Him lunch; na—did not; paila—get the opportunity.
Each day the Lord was invited by a different brahmana, but some of the brahmanas did not get the opportunity to offer Him lunch because the period of Caturmasya came to an end.
9.93
sei ksetre rahe eka vaisnava-brahmana
devalaye asi’ kare gita avartana
SYNONYMS
sei ksetre-in that holy place; rahe-there was; eka-one; vaisnava-brahmana-a brahmana following the Vaisnava cult; deva-alaye-in the temple; asi’-coming; kare-does; gita-of the Bhagavad-gita; avartana-recitation.
In the holy place of Sri Ranga-ksetra, a brahmana Vaisnava used to visit the temple daily and recite the entire text of the Bhagavad-gita.
9.94
astadasadhyaya pade ananda-avese
asuddha padena, loka kare upahase
SYNONYMS
astadasa-adhyaya—eighteen chapters; pade—reads; ananda-avese—in great ecstasy; asuddha padena—could not pronounce the text correctly; loka—people in general; kare—do; upahase—joking.
The brahmana regularly read the eighteen chapters of the Bhagavad-gita in great transcendental ecstasy, but because he could not pronounce the words correctly, people used to joke about him.
9.95
keha hase, keha ninde, taha nahi mane
avista hana gita pade anandita-mane
SYNONYMS
keha hase—someone laughs; keha ninde—someone criticizes; taha—that; nahi mane—he does not care for; avista hana—being in great ecstasy; gita pade—reads the Bhagavad-gita; anandita—in great happiness; mane—his mind.
Due to his incorrect pronunciation, people sometimes criticized him and laughed at him, but he did not care.
He was full of ecstasy due to reading the Bhagavad-gita and was personally very happy.
9.96
pulakasru, kampa, sveda,--yavat pathana
dekhi’ anandita haila mahaprabhura mana
SYNONYMS
pulaka—standing of the hairs of the body; asru—tears; kampa—trembling; sveda—perspiration; yavat—during; pathana—the reading of the book; dekhi’-seeing this; anandita—very happy; haila—became; mahaprabhura—of Sri Caitanya Mahaprabhu; mana—the mind.
While reading the book, the brahmana experienced transcendental bodily transformations.
His hair stood on end, tears welled in his eyes, and his body trembled and perspired as he read.
Seeing this, Sri Caitanya Mahaprabhu became very happy.
PURPORT
Although the brahmana could not pronounce the words very well due to illiteracy, he still experienced ecstatic symptoms while reading the Bhagavad-gita.
Sri Caitanya Mahaprabhu was very much pleased to observe these symptoms, and this indicates that the Supreme Personality of Godhead is pleased by devotion, not by erudite scholarship.
Even though the words were imperfectly pronounced, Sri Caitanya Mahaprabhu, Lord Krsna Himself, did not think this very serious.
Rather, the Lord was pleased by the bhava (devotion).
In Srimad-Bhagavatam (1.5.11) this is confirmed:
tad-vag-visargo janatagha-viplavo
yasmin prati-slokam abaddhavaty api
namany anantasya yaso-’nkitani yat
srnvanti gayanti grnanti sadhavah “On the other hand, that literature which is full of descriptions of the transcendental glories of the name, fame, forms and pastimes of the unlimited Supreme Lord is a different creation, full of transcendental words directed toward bringing about a revolution in the impious lives of this world’s misdirected civilization.
Such transcendental literature, even though imperfectly composed, is heard, sung and accepted by purified men who are thoroughly honest.” The purport to this verse may be considered for further information on this subject.
9.97
mahaprabhu puchila tanre, suna, mahasaya
kon artha jani’ tomara eta sukha haya
SYNONYMS
mahaprabhu—Sri Caitanya Mahaprabhu; puchila—inquired; tanre—from him; suna—please hear; maha-asaya—My dear sir; kon—what; artha—meaning; jani’-knowing; tomara—your; eta—so great; sukha—happiness; haya—is.
Sri Caitanya Mahaprabhu asked the brahmana, “My dear sir, why are you in such ecstatic love? Which portion of the Bhagavad-gita gives you such transcendental pleasure?”
9.98
vipra kahe,--murkha ami, sabdartha na jani
suddhasuddha gita padi, guru-ajna mani’
SYNONYMS
vipra kahe—the brahmana replied; murkha ami—I am illiterate; sabda-artha—the meaning of the words; na jani—I do not know; suddha-asuddha—sometimes correct and sometimes not correct; gita—the Bhagavad-gita; padi—I read; guru-ajna—the order of my spiritual master; mani’-accepting.
The brahmana replied, “I am illiterate and therefore do not know the meaning of the words.
Sometimes I read the Bhagavad-gita correctly and sometimes incorrectly, but in any case I am doing this in compliance with the orders of my spiritual master.”
PURPORT
This is a good example of a person who had become so successful that he was able to capture the attention of Sri Caitanya Mahaprabhu even while reading the Bhagavad-gita incorrectly.
His spiritual activities did not depend on material things such as correct pronunciation.
Rather, his success depended on strictly following the instructions of his spiritual master yasya deve para bhaktir
yatha deve tatha gurau
tasyaite kathita hy arthah
prakasante mahatmanah “Only unto those great souls who have implicit faith in both the Lord and the spiritual master are all the imports of Vedic knowledge automatically revealed.”(Svetasvatara Upanisad 6.23) Actually the meaning of the words of the Bhagavad-gita or Srimad-Bhagavatam are revealed to one strictly following the orders of the spiritual master.
They are also revealed to one who has equal faith in the Supreme Personality of Godhead.
In other words, being faithful to both Krsna and the spiritual master is the secret of success in spiritual life.
9.99
arjunera rathe krsna haya rajju-dhara
vasiyache hate totra syamala sundara
SYNONYMS
arjunera—of Arjuna; rathe—in the chariot; krsna—Lord Krsna; haya—is; rajju-dhara—holding the reins; vasiyache—He was sitting there; hate—in the hand; totra—a bridle; syamala—blackish; sundara—very beautiful.
The brahmana continued, "Actually I only see Lord Krsna sitting on a chariot as Arjuna’s charioteer.
Taking the reins in His hands, He appears very beautiful and blackish.
9.100
arjunere kahitechena hita-upadesa
tanre dekhi’ haya mora ananda-avesa
SYNONYMS
arjunere—unto Arjuna; kahitechena—He is speaking; hita-upadesa—good instruction; tanre—Him; dekhi’-seeing; haya—there is; mora—my; ananda—transcendental happiness; avesa—ecstasy "While seeing Lord Krsna sitting in a chariot and instructing Arjuna, I am filled with ecstatic happiness.
9.101
yavat padon, tavat pana tanra darasana
ei lagi’ gita-patha na chade mora mana
SYNONYMS
yavat—as long as; padon—I read; tavat—so long; pana—I get; tanra—His; darasana—audience; ei lagi’-for this reason; gita-patha—reading the Bhagavad-gita; na chade—does not quit; mora mana—my mind “As long as I read the Bhagavad-gita, I simply see the Lord’s beautiful features.
It is for this reason that I am reading the Bhagavad-gita, and my mind cannot be distracted from this.”
9.102
prabhu kahe,--gita-pathe tomara-i adhikara
tumi se janaha ei gitara artha-sara
SYNONYMS
prabhu kahe—the Lord replied; gita-pathe—in reading the Bhagavad-gita; tomarai adhikara—you have the proper authority; tumi—you; se—that; janaha—know; ei—this; gitara—of the Bhagavad-gita; artha-sara—the real purport.
Sri Caitanya Mahaprabhu told the brahmana, “Indeed, you are an authority in the reading of the Bhagavad-gita.
Whatever you know constitutes the real purport of the Bhagavad-gita.”
PURPORT
According to the sastras: bhaktya bhagavatam grahyam na buddhya na ca tikaya.
One should understand the Bhagavad-gita and Srimad-Bhagavatam by hearing them from a real devotee.
One cannot understand them simply by erudite scholarship or sharp intelligence.
It is also said:
gitadhita ca yenapi
bhakti-bhavena cetasa
veda-sastra-puranani
tenadhitani sarvasah To one who reads the Bhagavad-gita with faith and devotion, the essence of Vedic knowledge is revealed.
And according to the Svetasvatara Upanisad (6.23):
yasya deve para bhaktir
yatha deve tatha gurau
tasyaite kathita hy arthah
prakasante mahatmanah All Vedic scriptures are to be understood with faith and devotion, not by mundane scholarship.
We therefore present the Bhagavad-gita As It Is.
There are many so-called scholars and philosophers who read the Bhagavad-gita in a scholarly way.
They simply waste their time and mislead those who read their commentaries.
9.103
eta bali’ sei vipre kaila alingana
prabhu-pada dhari’ vipra karena rodana
SYNONYMS
eta bali’-saying this; sei vipre—that brahmana; kaila alingana—He embraced; prabhu-pada—the lotus feet of Lord Sri Caitanya Mahaprabhu; dhari’-catching; vipra—the brahmana; karena—does; rodana—crying.
After saying this, Lord Caitanya Mahaprabhu embraced the brahmana, and the brahmana, catching the lotus feet of the Lord, began to cry.
9.104
toma dekhi’ taha haite dvi-guna sukha haya
sei krsna tumi,--hena mora mane laya
SYNONYMS
toma dekhi’-by seeing You; taha haite—than the vision of Lord Krsna; dvi-guna—twice as much; sukha—happiness; haya—there is; sei krsna—that Lord Krsna; tumi—You are; hena—such; mora—my; mane—in the mind; laya—takes.
The brahmana said, “Upon seeing You, my happiness is doubled.
I take it that You are the same Lord Krsna.”
9.105
krsna-sphurtye tanra mana hanache nirmala
ataeva prabhura tattva janila sakala
SYNONYMS
krsna-sphurtye—by revelation of Lord Krsna; tanra—his; mana—mind; hanache—did become; nirmala—purified; ataeva—therefore; prabhura—of Lord Sri Caitanya Mahaprabhu; tattva—truth; janila—could understand; sakala—all.
The mind of the brahmana was purified by the revelation of Lord Krsna, and therefore he could understand the truth of Sri Caitanya Mahaprabhu in all details.
9.106
tabe mahaprabhu tanre karaila siksana
ei bat kahan na kariha prakasana
SYNONYMS
tabe—then; mahaprabhu—Sri Caitanya Mahaprabhu; tanre—unto the brahmana; karaila—made; siksana—instruction; ei bat—this version; kahan—anywhere; na—do not; kariha—do; prakasana—revelation.
Sri Caitanya Mahaprabhu then taught the brahmana very thoroughly and requested him not to disclose the fact that He was Lord Krsna Himself.
9.107
sei vipra mahaprabhura bada bhakta haila
cari masa prabhu-sanga kabhu na chadila
SYNONYMS
sei vipra—that brahmana; mahaprabhura—of Sri Caitanya Mahaprabhu; bada—big; bhakta—devotee; haila—became; cari masa—for four months; prabhu-sanga—association of the Lord; kabhu—at any time; na—did not; chadila—give up.
That brahmana became a great devotee of Sri Caitanya Mahaprabhu, and for four continuous months he did not give up the Lord’s company.
9.108
ei-mata bhatta-grhe rahe gauracandra
nirantara bhatta-sange krsna-kathananda
SYNONYMS
ei-mata—in this way; bhatta-grhe—in the house of Venkata Bhatta; rahe—remained; gauracandra—Sri Caitanya Mahaprabhu; nirantara—constantly; bhatta-sange—with Venkata Bhatta; krsna-katha-ananda—the transcendental bliss of talking about Krsna.
Sri Caitanya Mahaprabhu remained at the house of Venkata Bhatta and constantly talked with him about Lord Krsna.
In this way He was very happy.
9.109
sri-vaisnava’ bhatta seve laksmi-narayana
tanra bhakti dekhi’ prabhura tusta haila mana
SYNONYMS
sri-vaisnava—a devotee of the Ramanuja-sampradaya; bhatta—Venkata Bhatta; seve—used to worship; laksmi-narayana—the Deities of Lord Narayana and the goddess of fortune, Laksmi; tanra—his; bhakti—devotion; dekhi’-seeing; prabhura—of Lord Sri Caitanya Mahaprabhu; tusta—happy; haila—became; mana—the mind.
Being a Vaisnava in the Ramanuja-sampradaya, Venkata Bhatta worshiped the Deities of Laksmi and Narayana.
Seeing his pure devotion, Sri Caitanya Mahaprabhu was very much satisfied.
9.110
nirantara tanra sange haila sakhya-bhava
hasya-parihase dunhe sakhyera svabhava
SYNONYMS
nirantara—constantly; tanra sange—being associated with him; haila—there was; sakhya-bhava—a friendly relationship; hasya—laughing; parihase—joking; dunhe—both of them; sakhyera—of fraternity; svabhava—nature.
Constantly associating with each other, Sri Caitanya Mahaprabhu and Venkata Bhatta gradually developed a friendly relationship.
Indeed, sometimes they laughed and joked together.
9.111
prabhu kahe,--bhatta, tomara laksmi-thakurani
kanta-vaksah-sthita, pativrata-siromani
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; bhatta—My dear Bhattacarya; tomara—your; laksmi-thakurani—goddess of fortune; kanta—of her husband, Narayana; vaksah-sthita—situated on the chest; pati-vrata—chaste woman; siromani—the topmost.
Sri Caitanya Mahaprabhu told the Bhattacarya, "Your worshipable goddess of fortune, Laksmi, always remains on the chest of Narayana, and she is certainly the most chaste woman in the creation.
9.112
amara thakura krsna--gopa, go-caraka
sadhvi hana kene cahe tanhara sangama
SYNONYMS
amara thakura—My worshipable Deity; krsna—Lord Krsna; gopa—cowherd; go-caraka—a tender of cows; sadhvi hana—being so chaste; kene—why; cahe—wants; tanhara—His; sangama—association "However, my Lord is Lord Sri Krsna, a cowherd boy who is engaged in tending cows.
Why is it that Laksmi, being such a chaste wife, wants to associate with My Lord?
9.113
ei lagi’ sukha-bhoga chadi’ cira-kala
vrata-niyama kari’ tapa karila apara
SYNONYMS
ei lagi’-for this reason; sukha-bhoga—the enjoyment of Vaikuntha; chadi’-giving up; cira-kala—for a long time; vrata-niyama—vows and regulative principles; kari’-accepting; tapa—austerity; karila apara—performed unlimitedly “Just to associate with Krsna, Laksmi abandoned all transcendental happiness in Vaikuntha and for a long time accepted vows and regulative principles and performed unlimited austerities.”
9.114
kasyanubhavo ’sya na deva vidmahe
tavanghri-renu-sparasadhikarah
yad-vanchaya srir lalanacarat tapo
vihaya kaman su-ciram dhrta-vrata
SYNONYMS
kasya—of what; anubhavah—a result; asya—of the serpent (Kaliya); na—not; deva—O Lord; vidmahe—we know; tava anghri—of Your lotus feet; renu—of the dust; sparasa—for touching; adhikarah—qualification; yat—which; vanchaya—by desiring; srih—the goddess of fortune; lalana—the topmost woman; acarat—performed; tapah—austerity; vihaya—giving up; kaman—all desires; su-ciram—for a long time; dhrta—a law upheld; vrata—as a vow.
Caitanya Mahaprabhu then said, “ ’O Lord, we do not know how the serpent Kaliya attained such an opportunity to be touched by the dust of Your lotus feet.
Even the goddess of fortune, for this end, performed austerities for centuries, giving up all other desires and observing austere vows.
Indeed, we do not know how the serpent Kaliya got such an opportunity.”’
PURPORT
This is a quotation from Srimad-Bhagavatam (10.16.36); it was spoken by the wives of the Kaliya serpent.
9.115
bhatta kahe, krsna-narayana--eka-i svarupa
krsnete adhika lila-vaidagdhyadi-rupa
SYNONYMS
bhatta kahe—Venkata Bhatta said; krsna-narayana—Krsna and Narayana; eka-i svarupa—one and the same; krsnete—in Lord Krsna; adhika—more; lila—pastimes; vaidagdhya-adi-rupa—sportive nature.
Venkata Bhatta then said, "Lord Krsna and Lord Narayana are one and the same, but the pastimes of Krsna are more relishable due to their sportive nature.
9.116
tara sparse nahi yaya pativrata-dharma
kautuke laksmi cahena krsnera sangama
SYNONYMS
tara sparse—by the touching of Krsna by Laksmi; nahi—does not; yaya—disappear; pati-vrata-dharma—the vow of chastity; kautuke—in great fun; laksmi—the goddess of fortune; cahena—wants; krsnera—of Lord Krsna; sangama—association “Since Krsna and Narayana are the same personality, Laksmi’s association with Krsna does not break her vow of chastity.
Rather, it was in great fun that the goddess of fortune wanted to associate with Lord Krsna.”
PURPORT
This is an answer to Lord Sri Caitanya Mahaprabhu’s question, and from this we can understand that Venkata Bhatta knew the truth.
He told Sri Caitanya Mahaprabhu that Narayana is a form of Krsna associated with transcendental opulence.
Although Krsna is two-armed and Narayana four-armed, there is no difference in the person.
They are one and the same.
Narayana is as beautiful as Krsna, but Krsna’s pastimes are more sportive.
It is not that the sportive pastimes of Krsna make Him different from Narayana.
Laksmi’s desiring to associate with Krsna was perfectly natural.
In other words, it is understandable that a chaste woman wants to associate with her husband in all his different dresses.
Therefore one should not criticize Laksmi for wanting to associate with Krsna.
9.117
siddhantatas tv abhede ’pi
srisa-krsna-svarupayoh
rasenotkrsyate krsna-
rupam esa rasa-sthitih
SYNONYMS
siddhantatah—in reality; tu—but; abhede—no difference; api—although; sri-isa—of the husband of Laksmi, Narayana; krsna—of Lord Krsna; svarupayoh—between the forms; rasena—by transcendental mellows; utkrsyate—is superior; krsna-rupam—the form of Lord Krsna; esa—this; rasa-sthitih—reservoir of pleasure.
Venkata Bhatta continued, " ’According to transcendental realization, there is no difference between the forms of Narayana and Krsna.
Yet in Krsna there is a special transcendental attraction due to the conjugal mellow, and consequently He surpasses Narayana.
This is the conclusion of transcendental mellows.’
PURPORT
This verse quoted by Venkata Bhatta is also found in Bhakti-rasamrta-sindhu (1.2.59).
9.118
krsna-sange pativrata-dharma nahe nasa
adhika labha paiye, ara rasa-vilasa
SYNONYMS
krsna-sange—in the association of Lord Krsna; pati-vrata—of chastity; dharma—vow; nahe—is not; nasa—lost; adhika—more; labha—profit; paiye—I get; ara—also; rasa-vilasa—the enjoyment in the rasa dance “The goddess of fortune considered that her vow of chastity would not be damaged by her relationship with Krsna.
Rather, by associating with Krsna she could enjoy the benefit of the rasa dance.”
9.119
vinodini laksmira haya krsne abhilasa
ihate ki dosa, kene kara parihasa
SYNONYMS
vinodini—the enjoyer; laksmira—of the goddess of fortune; haya—there is; krsne—for Lord Krsna; abhilasa—desire; ihate—in this; ki—what; dosa—fault; kene—why; kara—You do; parihasa—joking.
Venkata Bhatta further explained, “Mother Laksmi, the goddess of fortune, is also an enjoyer of transcendental bliss; therefore if she wanted to enjoy herself with Krsna, what fault is there? Why are You joking so about this?”
9.120
prabhu kahe,--dosa nahi, iha ami jani
rasa na paila laksmi, sastre iha suni
SYNONYMS
prabhu kahe—the Lord replied; dosa nahi—there is no fault; iha ami jani—this I know; rasa na paila laksmi—Laksmi, the goddess of fortune, could not join the rasa dance; sastre iha suni—we get this information from revealed scriptures.
Lord Caitanya Mahaprabhu replied, "I know that there is no fault on the part of the goddess of fortune, but still she could not enter into the rasa dance.
We hear this from revealed scriptures.
9.121
nayam sriyo ’nga u nitanta-rateh prasadah
svar-yositam nalina-gandha-rucam kuto ’nyah
rasotsave ’sya bhuja-danda-grhita-kantha-
labdhasisam ya udagad vraja-sundarinam
SYNONYMS
na—not; ayam—this; sriyah—of the goddess of fortune; ange—on the chest; u—alas; nitanta-rateh—one who is very intimately related; prasadah—the favor; svah—of the heavenly planets; yositam—of women; nalina—of the lotus flower; gandha—having the aroma; rucam—and bodily luster; kutah—much less; anyah—others; rasa-utsave—in the festival of the rasa dance; asya—of Lord Sri Krsna; bhuja-danda—by the arms; grhita—embraced; kantha—their necks; labdha-asisam—who achieved such a blessing; yah—which; udagat—became manifest; vraja-sundarinam—of the beautiful gopis, the transcendental girls of Vrajabhumi " ’When Lord Sri Krsna was dancing with the gopis in the rasa-lila, He put His arms around their necks and embraced them.
This transcendental favor was never bestowed upon the goddess of fortune or the other consorts in the spiritual world.
Nor was such a thing ever imagined by the most beautiful girls in the heavenly planets, girls whose bodily luster and aroma exactly resemble the lotus flower.
And what to speak of worldly women, who may be very, very beautiful according to material estimation?’
PURPORT
This is a verse from Srimad-Bhagavatam (10.47.60).
9.122
laksmi kene na paila, ihara ki karana
tapa kari’ kaiche krsna paila sruti-gana
SYNONYMS
laksmi—the goddess of fortune; kene—why; na—did not; paila—get; ihara—of this; ki—what; karana—cause; tapa kari’-undergoing severe austerities; aiche—how; krsna—Lord Krsna; paila—attained; sruti-gana—Vedic authorities "But can you tell Me why the goddess of fortune, Laksmi, could not enter the rasa dance? The authorities of Vedic knowledge could enter the dance and associate with Krsna.
9.123
nibhrta-marun-mano-’ksa-drdha-yoga-yujo hrdi yan-
munaya upasate tad arayo ’pi yayuh smaranat
striya uragendra-bhoga-bhuja-danda-visakta-dhiyo
vayam api te samah samadrso ’nghri-saroja-sudhah
SYNONYMS
nibhrta—controlled; marut—the life air; manah—the mind; aksa—the senses; drdha—strong; yoga—in the mystic yoga process; yujah—who are engaged; hrdi—within the heart; yat—who; munayah—the great sages; upasate—worship; tat—that; arayah—the enemies; api—also; yayuh—obtain; smaranat—from remembering; striyah—the gopis; uraga-indra—of serpents; bhoga—like the bodies; bhuja—the arms; danda—like rods; visakta—fastened to; dhiyah—whose minds; vayam api—we also; te—Your; samah—equal to them; sama-drsah—having the same ecstatic emotions; anghri-saroja—of the lotus feet; sudhah—the nectar “ ’Great sages conquer the mind and senses by practicing the mystic yoga system and controlling the breath.
Thus engaging in mystic yoga, they see the Supersoul within their hearts and ultimately enter into impersonal Brahman.
But even the enemies of the Supreme Personality of Godhead attain that position simply by thinking of the Supreme Lord.
However, the damsels of Vraja, the gopis, being attracted by the beauty of Krsna, simply wanted to embrace Him and His arms, which are like serpents.
Thus the gopis ultimately tasted the nectar of the lotus feet of the Lord.
Similarly, we Upanisads can also taste the nectar of His lotus feet by following in the footsteps of the gopis.’ ”
PURPORT
This verse is from Srimad-Bhagavatam (10.87.23).
9.124
sruti paya, laksmi na paya, ithe ki karana
bhatta kahe,--iha pravesite nare mora mana
SYNONYMS
sruti paya—the Vedic authorities got admission; laksmi na paya—and the goddess of fortune could not get admission; ithe ki karana—what must be the reason for this; bhatta kahe—Venkata Bhatta replied; iha—this; pravesite—to enter; nare—is not able; mora—my; mana—mind.
Having been asked by Caitanya Mahaprabhu why the goddess of fortune could not enter into the rasa dance whereas the authorities on Vedic knowledge could, Venkata Bhatta replied, “I cannot enter into the mysteries of this behavior.”
9.125
ami jiva,--ksudra-buddhi, sahaje asthira
isvarera lila--koti-samudra-gambhira
SYNONYMS
ami jiva—I am an ordinary living being; ksudra-buddhi—possessing limited intelligence; sahaje asthira—very easily agitated; isvarera lila—the pastimes of the Lord; koti-samudra—as millions of oceans; gambhira—as deep.
Venkata Bhatta then admitted, "I am an ordinary human being.
Since my intelligence is very much limited and I am easily agitated, my mind cannot enter within the deep ocean of the pastimes of the Lord.
9.126
tumi saksat sei krsna, jana nija-karma
yare janaha, sei jane tomara lila-marma
SYNONYMS
tumi—You; saksat—directly; sei—that; krsna—the Supreme Personality of Godhead; jana—You know; nija-karma—Your activities; yare janaha—and unto whom You make it known; sei—that person; jane—knows; tomara—Your; lila-marma—the purport of the pastimes “You are the Supreme Personality of Godhead Krsna Himself.
You know the purpose of Your activities, and the person whom You enlighten can also understand Your pastimes.”
PURPORT
The Supreme Personality of Godhead Krsna and His pastimes cannot be understood by blunt material senses.
One has to purify the senses by rendering transcendental loving service unto the Lord.
When the Lord is pleased and reveals Himself, one can understand the transcendental form, name, qualities and pastimes of the Lord.
This is confirmed in the Katha Upanisad (2.23) and in the Mundaka Upanisad (3.2.3): yam evaisa vrnute tena labhyas tasyaisa atma vivrnute tanum svam.
9.127
prabhu kahe,--krsnera eka svabhava vilaksana
sva-madhurye sarva citta kare akarsana
SYNONYMS
prabhu kahe—the Lord replied; krsnera—of Lord Krsna; eka—one; svabhava—characteristic; vilaksana—special; sva-madhurye—His conjugal love; sarva—all; citta—hearts; kare—does; akarsana—attraction.
The Lord replied, "Lord Krsna has a special characteristic: He attracts everyone’s heart by the mellow of His personal conjugal love.
9.128
vraja-lokera bhave paiye tanhara carana
tanre isvara kari’ nahi jane vraja-jana
SYNONYMS
vraja-lokera—of the inhabitants of Goloka Vrndavana; bhave—in the ecstasy; paiye—one gets; tanhara—Lord Krsna’s; carana—lotus feet; tanre—unto Him; isvara—the Supreme Person; kari’-accepting; nahi—do not; jane—know; vraja-jana—the inhabitants of Vrajabhumi "By following in the footsteps of the inhabitants of the planet known as Vrajaloka or Goloka Vrndavana one can attain the shelter of the lotus feet of Sri Krsna.
However, in that planet the inhabitants do not know that Lord Krsna is the Supreme Personality of Godhead.
9.129
keha tanre putra-jnane udukhale bandhe
keha sakha-jnane jini’ cade tanra kandhe
SYNONYMS
keha—someone; tanre—Him; putra-jnane—by accepting as a son; udukhale—to a big mortar; bandhe—ties; keha—someone; sakha-jnane—by accepting as a friend; jini’-conquering; cade—gets up; tanra—His; kandhe—on the shoulder "There someone may accept Him as a son and sometimes bind Him to a grinding mortar.
Someone else may accept Him as an intimate friend and, attaining victory over Him, playfully mount His shoulders.
9.130
’vrajendra-nandana’ bali’ tanre jane vraja-jana
aisvarya-jnane nahi kona sambandha-manana
SYNONYMS
vrajendra-nandana—the son of Nanda Maharaja, the King of Vrajabhumi; bali’-as; tanre—Him; jane—know; vraja-jana—the inhabitants of Vrajabhumi; aisvarya-jnane—in opulence; nahi—there is not; kona—any; sambandha—relationship; manana—regarding "The inhabitants of Vrajabhumi know Krsna as the son of Maharaja Nanda, the King of Vrajabhumi, and they consider that they can have no relationship with the Lord in the rasa of opulence.
9.131
vraja-lokera bhave yei karaye bhajana
sei jana paya vraje vrajendra-nandana
SYNONYMS
vraja-lokera—of the inhabitants of Vrajabhumi; bhave—in the ecstasy; yei—anyone who; karaye—does; bhajana—worship; sei jana—that person; paya—attains; vraje—in Vraja; vrajendra-nandana—Lord Krsna, the son of Maharaja Nanda “One who worships the Lord by following in the footsteps of the inhabitants of Vrajabhumi attains Him in the transcendental planet of Vraja, where He is known as the son of Maharaja Nanda.”
PURPORT
The inhabitants of Vrajabhumi, or Goloka Vrndavana, know Krsna as the son of Maharaja Nanda.
They do not accept Him as the Supreme Personality of Godhead, as people in general do.
The Lord is the supreme maintainer of everyone and the chief personality among all personalities.
In Vrajabhumi Krsna is certainly the central point of love, but no one knows Him there as the Supreme Personality of Godhead.
Rather, a person may know Him as a friend, son, lover or master.
In any case, the center is Krsna.
The inhabitants of Vrajabhumi are related to the Lord in servitude, friendship, parental love and conjugal love.
A person engaged in devotional service may accept any one of these transcendental relationships, which are known as mellows.
When such a person reaches the perfectional stage, he returns home, back to Krsna, in his pure spiritual identity.
9.132
nayam sukhapo bhagavan
dehinam gopika-sutah
jnaninam catma-bhutanam
yatha bhakti-matam iha
SYNONYMS
na—not; ayam—this Lord Sri Krsna; sukha-apah—easily available; bhagavan—the Supreme Personality of Godhead; dehinam—for materialistic persons who have accepted the body as the self; gopika-sutah—the son of mother Yasoda; jnaninam—for persons addicted to mental speculation; ca—and; atma-bhutanam—for persons performing severe austerities and penances; yatha—as; bhakti-matam—for persons engaged in spontaneous devotional service; iha—in this world.
Caitanya Mahaprabhu then quoted, " ’The Supreme Personality of Godhead, Krsna, the son of mother Yasoda, is accessible to those devotees engaged in spontaneous loving service, but He is not as easily accessible to mental speculators, to those striving for self-realization by severe austerities and penances, or to those who consider the body the same as the self.’
PURPORT
This verse, also given in Madhya-lila
8.227, is quoted from Srimad-Bhagavatam (10.9.21).
9.133
sruti-gana gopi-ganera anugata hana
vrajesvari-suta bhaje gopi-bhava lana
SYNONYMS
sruti-gana—the authorities of Vedic hymns; gopi-ganera—of the gopis; anugata hana—following in the footsteps; vrajesvari-suta—the son of mother Yasoda; bhaje—worship; gopi-bhava—the ecstasy of the gopis; lana—accepting "The authorities in the Vedic literature who are known as the sruti-gana worshiped Lord Krsna in the ecstasy of the gopis and followed in their footsteps.
PURPORT
The authorities in the Vedic literature known as the sruti-gana desired to enter into Lord Sri Krsna’s rasa dance; therefore they began to worship the Lord in the ecstasy of the gopis.
In the beginning, however, they were unsuccessful.
When they could not enter the dance simply by thinking of Krsna in the ecstasy of the gopis, they actually accepted bodies like those of the gopis.
They even took birth in Vrajabhumi just like the gopis and consequently became engrossed in the ecstasy of the gopis’ love.
In this way they were allowed to enter into the rasa-lila dance of the Lord.
9.134
bahyantare gopi-deha vraje yabe paila
sei dehe krsna-sange rasa-krida kaila
SYNONYMS
bahya-antare—externally and internally; gopi-deha—the body of a gopi; vraje—in Vrajabhumi; yabe—when; paila—they got; sei dehe—in that body; krsna-sange—with Krsna; rasa-krida—pastimes of the rasa dance; kaila—performed "The personified authorities on the Vedic hymns acquired bodies like those of the gopis and took birth in Vrajabhumi.
In those bodies they were allowed to enter into the Lord’s rasa-lila dance.
9.135
gopa-jati krsna, gopi--preyasi tanhara
devi va anya stri krsna na kare angikara
SYNONYMS
gopa-jati—belonging to the cowherd community; krsna—Lord Krsna; gopi—the damsels of Vrajabhumi, the gopis; preyasi—dearmost; tanhara—His; devi—the wives of the demigods; va—or; anya—other; stri—women; krsna—Lord Krsna; na—does not; kare—do; angikara—acceptance "Lord Krsna belongs to the cowherd community, and the gopis are the dearmost lovers of Krsna.
Although the wives of the denizens of the heavenly planets are most opulent within the material world, neither they nor any other women in the material universe can acquire Krsna’s association.
9.136
laksmi cahe sei dehe krsnera sangama
gopika-anuga hana na kaila bhajana
SYNONYMS
laksmi—the goddess of fortune; cahe—wants; sei—that; dehe—in the body; krsnera sangama—the association of Krsna; gopika—of the gopis; anuga—follower; hana—becoming; na—did not; kaila—perform; bhajana—worship "The goddess of fortune, Laksmi, wanted to enjoy Krsna and at the same time retain her spiritual body in the form of Laksmi.
However, she did not follow in the footsteps of the gopis in her worship of Krsna.
9.137
anya dehe na paiye rasa-vilasa
ataeva ’nayam’ sloka kahe veda-vyasa
SYNONYMS
anya dehe—in a body other than those of the gopis; na—not; paiye—one gets; rasa-vilasa—the pastimes of the rasa dance; ataeva—therefore; nayam—beginning with the word nayam; sloka—the Sanskrit verse; kahe—says; veda-vyasa—Dvaipayana Vedavyasa “Vyasadeva, the supreme authority on Vedic literature, composed the verse beginning ’nayam sukhapo bhagavan’ because no one can enter into the rasa-lila dance in any body other than that of a gopi.”
PURPORT
This verse confirms a verse of the Bhagavad-gita (9.25):
yanti deva-vrata devan
pitrn yanti pitr-vratah
bhutani yanti bhutejya
yanti mad-yajino ’pi mam “(Lord Krsna said:) ’Those who worship the demigods will take birth among the demigods; those who worship the ancestors go the ancestors; those who worship ghosts and spirits will take birth among such beings; and those who worship Me will live with Me.’ ” In the material world, every conditioned soul changes his material body again and again, but when the spirit soul is purified of all material coverings, there is no longer a chance of his accepting a material body.
Such a soul then remains in his original, spiritual identity, a state that is possible to achieve only by understanding Krsna in truth through the practice of Krsna consciousness.
As Krsna says in the Bhagavad-gita (4.9), janma karma ca me divyam
evam yo vetti tattvatah
tyaktva deham punar janma
9.138
purve bhattera mane eka chila abhimana
’sri-narayana’ hayena svayam-bhagavan
SYNONYMS
purve—before this; bhattera—of Venkata Bhatta; mane—in the mind; eka—one; chila—there was; abhimana—an impression; sri-narayana—the form of the Lord as Narayana; hayena—is; svayam—personally; bhagavan—the Supreme Personality of Godhead.
Before this explanation was given by Sri Caitanya Mahaprabhu, Venkata Bhatta thought that Sri Narayana was the Supreme Personality of Godhead.
9.139
tanhara bhajana sarvopari-kaksa haya
sri-vaisnave’ra bhajana ei sarvopari haya
SYNONYMS
tanhara bhajana—worship of Narayana; sarva-upari—topmost; kaksa—department; haya—is; sri-vaisnavera—of the followers of Ramanujacarya; bhajana—worship; ei—this; sarva-upari haya—is the topmost.
Thinking in this way, Venkata Bhatta believed that worship of Narayana was the supreme form of worship, superior to all other processes of devotional service, for it was followed by the Sri Vaisnava disciples of Ramanujacarya.
9.140
ei tanra garva prabhu karite khandana
parihasa-dvare uthaya eteka vacana
SYNONYMS
ei—this; tanra—his (Venkata Bhatta’s); garva—pride; prabhu—Lord Caitanya Mahaprabhu; karite khandana—to curb; parihasa-dvare—by joking; uthaya—raises; eteka—so many; vacana—words.
Sri Caitanya Mahaprabhu had understood this misconception of Venkata Bhatta’s, and to correct it the Lord talked so much in a joking way.
9.141
prabhu kahe,--bhatta, tumi na kariha samsaya
’svayam-bhagavan’ krsna ei ta’ niscaya
SYNONYMS
prabhu kahe—the Lord said; bhatta—My dear Venkata Bhatta; tumi—you; na kariha—do not do; samsaya—doubt; svayam-bhagavan—the Supreme Personality of Godhead; krsna—is Lord Krsna; ei ta’ niscaya—this is the conclusion.
The Lord then continued, "My dear Venkata Bhatta, please do not continue doubting.
Lord Krsna is the Supreme Personality of Godhead, and this is the conclusion of the Vedic literature.
9.142
krsnera vilasa-murti--sri-narayana
ataeva laksmi-adyera hare tenha mana
SYNONYMS
krsnera—of Lord Krsna; vilasa-murti—form for enjoyment; sri-narayana—Lord Narayana; ataeva—therefore; laksmi-adyera—of the goddess of fortune and her followers; hare—attracts; tenha—He (Lord Narayana); mana—the mind "Lord Narayana, the opulent form of Krsna, attracts the minds of the goddess of fortune and her followers.
9.143
ete camsa-kalah pumsah
krsnas tu bhagavan svayam
indrari-vyakulam lokam
mrdayanti yuge yuge
SYNONYMS
ete—these; ca—and; amsa—plenary portions; kalah—parts of plenary portions; pumsah—of the purusa-avataras; krsnah—Lord Krsna; tu—but; bhagavan—the Supreme Personality of Godhead; svayam—Himself; indra-ari—the enemies of Lord Indra; vyakulam—full of; lokam—the world; mrdayanti—make happy; yuge yuge—at the right time in each age " ’All these incarnations of Godhead are either plenary portions or parts of the plenary portions of the purusa-avataras.
But Krsna is the Supreme Personality of Godhead Himself.
In every age He protects the world through His different features when the world is disturbed by the enemies of Indra.’
PURPORT
This is a verse from Srimad-Bhagavatam (1.3.28).
9.144
narayana haite krsnera asadharana guna
ataeva laksmira krsne trsna anuksana
SYNONYMS
narayana haite—over and above Narayana; krsnera—of Lord Krsna; asadharana guna—uncommon qualities; ataeva—therefore; laksmira—of the goddess of fortune; krsne—unto Krsna; trsna—desire; anuksana—always "Because Krsna has four extraordinary qualities not possessed by Lord Narayana, the goddess of fortune, Laksmi, always desires His company.
PURPORT
Lord Narayana has sixty transcendental qualities.
Over and above these, Krsna has four extraordinary transcendental qualities absent in Lord Narayana.
These four qualities are: (1) His wonderful pastimes, which are compared to an ocean; (2) His association in the circle of the supreme devotees in conjugal love (the gopis); (3) His playing on the flute, whose vibration attracts the three worlds; and (4) His extraordinary beauty, which surpasses the beauty of the three worlds.
Lord Krsna’s beauty is unequaled and unsurpassed.
9.145
tumi ye padila sloka, se haya pramana
sei sloke aise ’krsna--svayam bhagavan’
SYNONYMS
tumi—you; ye—which; padila—have recited; sloka—verse; se—that; haya—is; pramana—evidence; sei sloke—in that verse; aise krsna—Krsna is; svayam bhagavan—the Supreme Personality of Godhead "You have recited the sloka beginning with ’siddhantatas tv abhede ’pi.’ That very verse is evidence that Krsna is the Supreme Personality of Godhead.
9.146
siddhantatas tv abhede ’pi
srisa-krsna-svarupayoh
rasenotkrsyate krsna-
rupam esa rasa-sthitih
SYNONYMS
siddhantatah—in reality; tu—but; abhede—no difference; api—although; sri-isa—of the husband of Laksmi, Narayana; krsna—of Lord Krsna; svarupayoh—between the forms; rasena—by transcendental mellows; utkrsyate—is superior; krsna-rupam—the form of Lord Krsna; esa—this; rasa-sthitih—the reservoir of pleasure " ’According to transcendental realization, there is no difference between the forms of Krsna and Narayana.
Yet in Krsna there is a special transcendental attraction due to the conjugal mellow, and consequently He surpasses Narayana.
This is the conclusion of transcendental mellows.’
PURPORT
This is a verse from the Bhakti-rasamrta-sindhu (1.2.59).
Here Srila Krsnadasa Kaviraja says that Lord Caitanya spoke the verse to Venkata Bhatta, and earlier he said that Venkata Bhatta spoke it to the Lord.
But since their conversation took place long, long before the Bhakti-rasamrta-sindhu was composed, the question my be raised as to how either of them quoted the verse.
Srila Bhaktivinoda Thakura explains that this verse and many others like it were current among devotees long before the Bhakti-rasamrta-sindhu was composed.
Thus devotees would always quote them and explain their purport in ecstasy.
9.147
svayam bhagavan ’krsna’ hare laksmira mana
gopikara mana harite nare ’narayana’
SYNONYMS
svayam bhagavan—the Supreme Personality of Godhead; krsna—is Lord Krsna; hare—attracts; laksmira—of the goddess of fortune; mana—the mind; gopikara—of the gopis; mana—the minds; harite—to attract; nare—is not able; narayana—Lord Narayana "The Supreme Personality of Godhead, Krsna, attracts the mind of the goddess of fortune, but Lord Narayana cannot attract the minds of the gopis.
This proves the superexcellence of Krsna.
9.148
narayanera ka katha, sri-krsna apane
gopikare hasya karaite haya ’narayane’
SYNONYMS
narayanera—of Lord Narayana; ka katha—what to speak; sri-krsna—Lord Sri Krsna; apane—Himself; gopikare—the gopis; hasya karaite—to make them jubilant; haya—becomes; narayane—in the form of Narayana "To say nothing of Lord Narayana personally, Lord Krsna Himself appeared as Narayana just to play a joke on the gopis.
9.149
’catur-bhuja-murti’ dekhaya gopi-ganera age
sei ’krsne’ gopikara nahe anurage
SYNONYMS
catur-bhuja-murti—four-handed form; dekhaya—exhibits; gopi-ganera—of the gopis; age—in front; sei krsne—unto that Krsna; gopikara—of the gopis; nahe—not; anurage—attraction "Although Krsna assumed the four-armed form of Narayana, He could not attract the serious attention of the gopis in ecstatic love.
9.150
gopinam pasupendra-nandana-juso bhavasya kas tam krti
vijnatum ksamate duruha-padavi-sancarinah prakriyam
aviskurvati vaisnavim api tanum tasmin bhujair jisnubhir
yasam hanta caturbhir adbhuta-rucim ragodayah kuncati
SYNONYMS
gopinam—of the gopis; pasupa-indra-nandana-jusah—of the service of the son of Vraja’s King, Maharaja Nanda; bhavasya—ecstatic; kah—what; tam—that; krti—learned man; vijnatum—to understand; ksamate—is able; duruha—very difficult to understand; padavi—the position; sancarinah—which provokes; prakriyam—activity; aviskurvati—He manifests; vaisnavim—of Visnu; api—certainly; tanum—the body; tasmin—in that; bhujaih—with arms; jisnubhih—very beautiful; yasam—of whom (the gopis); hanta—alas; caturbhih—four; adbhuta—wonderfully; rucim—beautiful; raga-udayah—the evoking of ecstatic feelings; kuncati—cripples “ ’Once Lord Sri Krsna playfully manifested Himself as Narayana, with four victorious hands and a very beautiful form.
When the gopis saw this exalted form, however, their ecstatic feelings were crippled.
A learned scholar, therefore, cannot understand the gopis’ ecstatic feelings, which are firmly fixed upon the original form of Lord Krsna as the son of Nanda Maharaja.
The wonderful feelings of the gopis in ecstatic parama-rasa with Krsna constitute the greatest mystery in spiritual life.’ ”
PURPORT
This is a verse spoken by Narada Muni in the Lalita-madhava-nataka (6.14), a drama written by Srila Rupa Gosvami.
9.151
eta kahi’ prabhu tanra garva curna kariya
tanre sukha dite kahe siddhanta phiraiya
SYNONYMS
eta kahi’-saying this; prabhu—Lord Sri Caitanya Mahaprabhu; tanra—his (of Venkata Bhatta); garva—pride; curna kariya—smashing into pieces; tanre—unto him; sukha dite—to give happiness; kahe—says; siddhanta phiraiya—turning the whole conversation.
In this way Lord Sri Caitanya Mahaprabhu deflated the pride of Venkata Bhatta, but just to make him happy again, He spoke as follows.
9.152
duhkha na bhaviha, bhatta, kailun parihasa
sastra-siddhanta suna, yate vaisnava-visvasa
SYNONYMS
duhkha—unhappiness; na—do not; bhaviha—bear; bhatta—My dear Venkata Bhatta; kailun parihasa—I was simply making a joke; sastra-siddhanta—the conclusion of the revealed scriptures; suna—hear; yate—in which; vaisnava-visvasa—the faith of the Vaisnavas.
The Lord pacified Venkata Bhatta by saying, "Actually whatever I have said is by way of jest.
Now you can hear from Me the conclusion of the sastras, in which every Vaisnava devotee has firm faith.
9.153
krsna-narayana, yaiche eka-i svarupa
gopi-laksmi-bheda nahi haya eka-rupa
SYNONYMS
krsna-narayana—Lord Krsna and Lord Narayana; yaiche—as; eka-i—one; svarupa—form; gopi—the gopis; laksmi—the goddess of fortune; bheda—difference; nahi—there is not; haya—there is; eka-rupa—one form "There is no difference between Lord Krsna and Lord Narayana, for They are of the same form.
Similarly, there is no difference between the gopis and the goddess of fortune, for they also are of the same form.
9.154
gopi-dvare laksmi kare krsna-sangasvada
isvaratve bheda manile haya aparadha
SYNONYMS
gopi-dvare—through the gopis; laksmi—the goddess of fortune; kare—does; krsna-sanga-asvada—tasting the sweetness of the association of Lord Krsna; isvaratve—in the Supreme Personality of Godhead; bheda—difference; manile—if one considers; haya—there is; aparadha—offense "The goddess of fortune enjoys the association of Krsna through the gopis.
One should not see a difference between the forms of the Lord, for such a conception is offensive.
9.155
eka isvara--bhaktera dhyana-anurupa
eka-i vigrahe kare nanakara rupa
SYNONYMS
eka isvara—the Lord is one; bhaktera—of the devotees; dhyana—meditation; anurupa—according to; eka-i—one; vigrahe—in form; kare—exhibits; nana-akara—different; rupa—forms "There is no difference between the transcendental forms of the Lord.
Different forms are manifest due to different attachments of different devotees.
Actually the Lord is one, but He appears in different forms just to satisfy His devotees.
PURPORT
In the Brahma-samhita (5.33) it is stated:
advaitam acyutam anadim ananta-rupam
adyam purana-purusam nava-yauvanam ca The Lord is advaita, without differentiation.
There is no difference between the forms of Krsna, Rama, Narayana and Visnu.
All of them are one.
Sometimes foolish people ask whether when we chant “Rama” in the Hare Krsna mantra we refer to Lord Ramacandra or Lord Balarama.
If a devotee says that the name Rama in the Hare Krsna maha-mantra refers to Balarama, a foolish person may become angry because to him the name Rama refers to Lord Ramacandra.
Actually there is no difference between Balarama and Lord Rama.
It does not matter if one chants Hare Rama referring to Balarama or Lord Ramacandra, for there is no difference between Them.
However, it is offensive to think that Balarama is superior to Lord Ramacandra or vice versa.
Neophyte devotees do not understand this sastric conclusion, and consequently they unnecessarily create an offensive situation.
In text 154 Sri Caitanya Mahaprabhu clarified this in a very lucid way: isvaratve bheda manile haya aparadha “It is offensive for one to differentiate between the forms of the Lord.” On the other hand, one should not think that the forms of the Lord are the same as the forms of the demigods.
This is certainly offensive, as confirmed by the Vaisnava-tantra:
yas tu narayanam devam
brahma-rudradi-daivataih
samatvenaiva vikseta
sa pasandi bhaved dhruvam “A pasandi is one who considers the great demigods such as Lord Brahma and Lord Siva equal to the Supreme Personality of Godhead, Narayana.” (Hari-bhakti-vilasa 7.117) The conclusion is that we should neither differentiate between the forms of the Lord nor equate the forms of the Lord with the forms of demigods or human beings.
For instance, sometimes foolish sannyasis, thinking the body of the Lord to be material, equate daridra-narayana with Narayana, and this is certainly offensive.
Unless one is instructed by a bona fide spiritual master, he cannot perfectly understand these different forms.
The Brahma-samhita confirms, vedesu durlabham adurlabham atma-bhaktau.
One cannot understand the differences between the forms of the Lord simply by academic study or by reading Vedic literature.
One must learn from a realized devotee.
Only then can one learn how to distinguish between one form of the Lord and another.
The conclusion is that there is no difference between the forms of the Lord, but there is a difference between His forms and those of the demigods.
9.156
manir yatha vibhagena
nila-pitadibhir yutah
rupa-bhedam avapnoti
dhyana-bhedat tathacyutah
SYNONYMS
manih—jewel, specifically the jewel known as vaidurya; yatha—as; vibhagena—separately; nila—blue; pita—yellow; adibhih—and with other colors; yutah—joined; rupa-bhedam—difference of form; avapnoti—gets; dhyana-bhedat—by different types of meditation; tatha—similarly; acyutah—the infallible Supreme Personality of Godhead “ ’When the jewel known as vaidurya touches various other materials, it appears to be separated into different colors, and consequently its forms also appear different.
Similarly, according to the meditational ecstasy of the devotee, the Lord, who is known as Acyuta (infallible), appears in different forms, although He is essentially one.’ ”
PURPORT
This is a verse quoted from Sri Narada-pancaratra.
9.157
bhatta kahe,--kahan ami jiva pamara
kahan tumi sei krsna,--saksat isvara
SYNONYMS
bhatta kahe—Venkata Bhatta said; kahan—whereas; ami—I; jiva—an ordinary living being; pamara—fallen; kahan—whereas; tumi—You; sei krsna—the same Supreme Personality of Godhead, Krsna; saksat isvara—directly the Lord.
Venkata Bhatta then said, "I am an ordinary fallen living entity, but You are Krsna, the Supreme Personality of Godhead Himself.
9.158
agadha isvara-lila kichui na jani
tumi yei kaha, sei satya kari’ mani
SYNONYMS
agadha—unfathomable; isvara-lila—pastimes of the Lord; kichui—anything; na jani—I do not know; tumi—You; yei—whatever; kaha—say; sei satya—that is right; kari’ mani—I accept "The transcendental pastimes of the Lord are unfathomable, and I do not know anything about them.
Whatever You say I accept as the truth.
PURPORT
This is the way to understand the truth about the Supreme Personality of Godhead.
After hearing the Bhagavad-gita, Arjuna said very much the same thing:
sarvam etad rtam manye
yan mam vadasi kesava
na hi te bhagavan vyaktim
vidur deva na danavah “O Krsna, I totally accept as truth all that You have told me.
Neither the demigods nor the demons, O Lord, can understand Your personality.” (Bg.10.14) It is not possible to understand the truth about the pastimes of the Lord simply by using our own logic, argument and academic education.
We must receive bona fide information from the Supreme Personality of Godhead, just as Arjuna received information when Krsna spoke the Bhagavad-gita.
We have to accept the Bhagavad-gita or any other Vedic literature in good faith.
These Vedic scriptures are the only source of knowledge about the Lord.
We must understand that we cannot comprehend the Absolute Truth by the speculative process.
9.159
more purna krpa kaila laksmi-narayana
tanra krpaya painu tomara carana-darasana
SYNONYMS
more—unto me; purna—complete; krpa—mercy; kaila—did; laksmi-narayana—the Deity of mother goddess of fortune and Narayana; tanra krpaya—by Their mercy; painu—I have gotten; tomara—Your; carana-darasana—vision of the lotus feet "I have been engaged in the service of Laksmi-Narayana, and it is due to Their mercy that I have been able to see Your lotus feet.
9.160
krpa kari’ kahile more krsnera mahima
yanra rupa-gunaisvaryera keha na paya sima
SYNONYMS
krpa kari’-showing causeless mercy; kahile—You have spoken; more—unto me; krsnera—of Lord Krsna; mahima—the glories; yanra—whose; rupa-guna-aisvaryera—of forms, qualities and opulence; keha—anyone; na—not; paya—gets; sima—the limit "Out of Your causeless mercy You have told me of the glories of Lord Krsna.
No one can reach the end of the opulence, qualities and forms of the Lord.
9.161
ebe se janinu krsna-bhakti sarvopari
krtartha karile, more kahile krpa kari’
SYNONYMS
ebe—now; se—that; janinu—I understand; krsna-bhakti—devotional service to Lord Krsna; sarva-upari—above all; krta-artha—successful; karile—You have made; more—unto me; kahile—You have spoken; krpa kari’-by Your causeless mercy “I can now understand that devotional service unto Lord Krsna is the supreme form of worship.
Out of Your causeless mercy You have made my life successful simply by explaining the facts.”
9.162
eta bali’ bhatta padila prabhura carane
krpa kari’ prabhu tanre kaila alingane
SYNONYMS
eta bali’-saying this; bhatta-Venkata Bhatta; padila-fell down; prabhura carane-at the lotus feet of the Lord; krpa kari’-showing him mercy; prabhu-Lord Sri Caitanya Mahaprabhu; tanre-unto him; kaila-did; alingane-embracing.
After saying this, Venkata Bhatta fell down before the lotus feet of the Lord, and the Lord, out of His causeless mercy, embraced him.
9.163
caturmasya purna haila, bhatta-ajna lana
daksina calila prabhu sri-ranga dekhiya
SYNONYMS
caturmasya—the period of Caturmasya; purna haila—became completed; bhatta-ajna lana—taking permission from Venkata Bhatta; daksina—south; calila—proceeded; prabhu—Sri Caitanya Mahaprabhu; sri-ranga dekhiya—visiting Sri Ranga.
When the period of Caturmasya was completed, Sri Caitanya Mahaprabhu took permission to leave Venkata Bhatta, and after visiting Sri Ranga He proceeded further toward southern India.
9.164
sangete calila bhatta, na yaya bhavane
tanre vidaya dila prabhu aneka yatane
SYNONYMS
sangete—along with Him; calila—began to go; bhatta—Venkata Bhatta; na yaya bhavane—does not return to his home; tanre—unto him; vidaya dila—gave farewell; prabhu—Sri Caitanya Mahaprabhu; aneka yatane—with great endeavor.
Venkata Bhatta did not want to return home but also wanted to go with the Lord.
It was with great endeavor that Sri Caitanya Mahaprabhu bade him farewell.
9.165
prabhura viyoge bhatta haila acetana
ei ranga-lila kare sacira nandana
SYNONYMS
prabhura viyoge—on account of separation from Sri Caitanya Mahaprabhu; bhatta—Venkata Bhatta; haila—became; acetana—unconscious; ei—this; ranga-lila—pastime at Sri Ranga-ksetra; kare—does; sacira nandana—the son of mother Saci.
When He did so, Venkata Bhatta fell down unconscious.
Such are the pastimes of Lord Sri Caitanya Mahaprabhu, the son of mother Saci, at Sri Ranga-ksetra.
9.166
rsabha-parvate cali’ aila gaurahari
narayana dekhila tanha nati-stuti kari’
SYNONYMS
rsabha-parvate—to the Rsabha Hill; cali’-walking; aila—arrived; gaurahari—Lord Sri Caitanya Mahaprabhu; narayana—the Deity of Lord Narayana; dekhila—saw; tanha—there; nati-stuti kari’-offering obeisances and prayers.
When the Lord arrived at Rsabha Hill, He saw the temple of Lord Narayana and offered obeisances and various prayers.
PURPORT
Rsabha Hill is in southern Karnata, in the district of Madurai.
Twelve miles north of Madurai City is a place called Anagada-malaya-parvata, which is situated within the forest of Kutakacala.
Within this forest Lord Rsabhadeva burned Himself to ashes.
Now this place is known as Palni Hill.
9.167
paramananda-puri tahan rahe catur-masa
suni’ mahaprabhu gela puri-gosanira pasa
SYNONYMS
paramananda-puri—Paramananda Puri; tahan—there; rahe—remained; catur-masa—four months; suni’-hearing; mahaprabhu—Sri Caitanya Mahaprabhu; gela—went; puri—Paramananda Puri; gosanira—the spiritual master; pasa—near.
Paramananda Puri was staying at Rsabha Hill during the four months of the rainy season, and when Sri Caitanya Mahaprabhu heard this, He immediately went to see him.
9.168
puri-gosanira prabhu kaila carana vandana
preme puri gosani tanre kaila alingana
SYNONYMS
puri-gosanira—of Paramananda Puri; prabhu—Sri Caitanya Mahaprabhu; kaila—did; carana vandana—worship of the lotus feet; preme—in ecstasy; puri gosani—Paramananda Puri; tanre—unto Him; kaila—did; alingana—embracing.
Upon meeting Paramananda Puri, Sri Caitanya Mahaprabhu offered him all respects, touching his lotus feet, and Paramananda Puri embraced the Lord in ecstasy.
9.169
tina-dina preme donhe krsna-katha-range
sei vipra-ghare donhe rahe eka-sange
SYNONYMS
tina-dina—three days; preme—in ecstasy; donhe—both; krsna-katha—discussing topics of Krsna; range—in jubilation; sei vipra-ghare—in the home of a brahmana; donhe—both of them; rahe—stayed; eka-sange—together.
Sri Caitanya Mahaprabhu stayed with Paramananda Puri in the brahmana’s house where he was residing.
The two of them passed three days there discussing topics of Krsna.
9.170
puri-gosani bale,--ami yaba purusottame
purusottama dekhi’ gaude yaba ganga-snane
SYNONYMS
puri-gosani—Paramananda Puri; bale—said; ami—I; yaba—shall go; purusottame—to Jagannatha Puri; purusottama dekhi’-after visiting Jagannatha Puri; gaude yaba—I shall go to Bengal; ganga-snane—for bathing in the Ganges.
Paramananda Puri informed Sri Caitanya Mahaprabhu that he was going to see Purusottama at Jagannatha Puri.
After seeing Lord Jagannatha there, he would go to Bengal to bathe in the Ganges.
9.171
prabhu kahe,--tumi punah aisa nilacale
ami setubandha haite asiba alpa-kale
SYNONYMS
prabhu kahe—the Lord said; tumi—you; punah—again; aisa—come; nilacale—to Jagannatha Puri; ami—I; setubandha haite—from Ramesvara; asiba—shall return; alpa-kale—very soon.
Sri Caitanya Mahaprabhu then told him, "Please return to Jagannatha Puri, for I will return there very soon from Ramesvara (Setubandha).
9.172
tomara nikate rahi,--hena vancha haya
nilacale asibe more hana sadaya
SYNONYMS
tomara nikate—with you; rahi—I may stay; hena—such; vancha haya—is My desire; nilacale—to Jagannatha Puri; asibe—please come; more—unto Me; hana—being; sa-daya—merciful “It is My desire to stay with you, and therefore if you would return to Jagannatha Puri, you would show great mercy to Me.”
9.173
eta bali’ tanra thani ei ajna lana
daksine calila prabhu harasita hana
SYNONYMS
eta bali’-saying this; tanra thani—from him; ei ajna lana—taking permission; daksine calila—departed for southern India; prabhu—Lord Sri Caitanya Mahaprabhu; harasita hana—being very much pleased.
After talking in this way with Paramananda Puri, the Lord took his permission to leave and, very much pleased, departed for southern India.
9.174
paramananda puri tabe calila nilacale
mahaprabhu cali cali aila sri-saile
SYNONYMS
paramananda puri—Paramananda Puri; tabe—then; calila nilacale—departed for Jagannatha Puri; mahaprabhu—Sri Caitanya Mahaprabhu; cali cali—walking; aila—came; sri-saile—to Sri Saila.
Thus Paramananda Puri started for Jagannatha Puri, and Sri Caitanya Mahaprabhu began walking toward Sri Saila.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura remarks, “Which Sri Saila is being indicated by Krsnadasa Kaviraja Gosvami is not clearly understood.
There is no temple of Mallikarjuna in this area because the Sri Saila located in the district of Dharwad cannot possibly be there.
That Sri Saila is on the southern side of Belgauma, and the Siva temple of Mallikarjuna is located there (Refer to text fifteen of this chapter.) It is said that on that hill Lord Siva lived with Devi.
9.175
siva-durga rahe tahan brahmanera vese
mahaprabhu dekhi’ donhara ha-ila ullase
SYNONYMS
siva-durga—Lord Siva and his wife, Durga; rahe tahan—stayed there; brahmanera vese—in the dress of brahmanas; mahaprabhu dekhi’-seeing Sri Caitanya Mahaprabhu; donhara—of both of them; ha-ila—there was; ullase—great pleasure.
It was in Sri Saila that Lord Siva and his wife Durga lived in the dress of brahmanas, and when they saw Sri Caitanya Mahaprabhu, they became very much pleased.
9.176
tina dina bhiksa dila kari’ nimantrana
nibhrte vasi’ gupta-varta kahe dui jana
SYNONYMS
tina dina—for three days; bhiksa dila—offered alms; kari’ nimantrana—inviting Him; nibhrte—in a solitary place; vasi’-sitting together; gupta-varta—confidential talks; kahe—speak; dui jana—both of them.
Lord Siva, dressed like a brahmana, gave alms to Sri Caitanya Mahaprabhu and invited Him to spend three days in a solitary place.
Sitting there together, they talked very confidentially.
9.177
tanra sange mahaprabhu kari istagosthi
tanra ajna lana aila puri kamakosthi
SYNONYMS
tanra sange—with him; mahaprabhu—Sri Caitanya Mahaprabhu; kari ista-gosthi—discussing spiritual subject matter; tanra—his; ajna—order; lana—taking; aila—came; puri kamakosthi—to Kamakosthi-puri.
After talking with Lord Siva, Sri Caitanya Mahaprabhu took his permission to leave and went to Kamakosthi-puri.
9.178
daksina-mathura aila kamakosthi haite
tahan dekha haila eka brahmana-sahite
SYNONYMS
daksina-mathura—at southern Mathura; aila—arrived; kamakosthi haite—from Kamakosthi; tahan—there; dekha haila—He met; eka—one; brahmana-sahite—with a brahmana.
When Sri Caitanya Mahaprabhu arrived at southern Mathura from Kamakosthi, He met a brahmana.
PURPORT
Southern Madurai, presently known as Madura, is situated on the banks of the Bhagai River.
This place of pilgrimage is specifically meant for the devotees of Lord Siva; therefore it is called Saiva-ksetra, that is, the place where Lord Siva is worshiped.
In this area there are mountains and forests.
There are also two Siva temples, one known as Ramesvara and the other known as Sundaresvara.
There is also a temple to Devi called the Minaksi-devi temple, which displays very great architectural craftsmanship.
It was built under the supervision of the kings of the Pandya Dynasty, and when the Muslims attacked this temple, as well as the temple of Sundaresvara, great damage was done.
In the Christian year 1372, a king named Kampanna Udaiyara reigned on the throne of Madura.
Long ago, Emperor Kulasekhara ruled this area, and during his reign he established a colony of brahmanas.
A well-known king named Anantaguna Pandya is an eleventh-generation descendant of Emperor Kulasekhara.
9.179
sei vipra mahaprabhuke kaila nimantrana
rama-bhakta sei vipra--virakta mahajana
SYNONYMS
sei vipra—that brahmana; mahaprabhuke—unto Lord Sri Caitanya Mahaprabhu; kaila—did; nimantrana—invitation; rama-bhakta—devotee of Lord Ramacandra; sei—that; vipra—brahmana; virakta—very much detached; mahajana—a great devotee and authority.
The brahmana who met Sri Caitanya Mahaprabhu invited the Lord to his home.
This brahmana was a great devotee and an authority on Lord Sri Ramacandra.
He was always detached from material activities.
9.180
krtamalaya snana kari’ aila tanra ghare
bhiksa ki dibena vipra,--paka nahi kare
SYNONYMS
krtamalaya—in the Krtamala River; snana kari’-bathing; aila—came; tanra—of the brahmana; ghare—to the home; bhiksa—offering of alms; ki dibena—what shall give; vipra—the brahmana; paka—cooking; nahi kare—did not do.
After bathing in the river Krtamala, Sri Caitanya Mahaprabhu went to the brahmana’s house to take lunch, but He saw that the food was unprepared because the brahmana had not cooked it.
9.181
mahaprabhu kahe tanre,--suna mahasaya
madhyahna haila, kene paka nahi haya
SYNONYMS
mahaprabhu kahe—Sri Caitanya Mahaprabhu said; tanre—unto him; suna mahasaya—please hear, My dear sir; madhya-ahna haila—it is already noon; kene—why; paka nahi haya—you did not cook.
Seeing this, Sri Caitanya Mahaprabhu said, “My dear sir, please tell Me why you have not cooked.
It is already noon.”
9.182
vipra kahe,--prabhu, mora aranye vasati
pakera samagri vane na mile samprati
SYNONYMS
vipra kahe—the brahmana replied; prabhu—O Lord; mora—my; aranye—in the forest; vasati—residence; pakera samagri—the ingredients for cooking; vane—in the forest; na mile—are not available; samprati—at this time.
The brahmana replied, "My dear Lord, we are living in the forest.
For the time being we cannot get all the ingredients for cooking.
9.183
vanya saka-phala-mula anibe laksmana
tabe sita karibena paka-prayojana
SYNONYMS
vanya—of the forest; saka—vegetables; phala-mula—fruits and roots; anibe—will bring; laksmana—Laksmana; tabe—that time; sita—mother Sita; karibena—will do; paka-prayojana—the necessary cooking “When Laksmana brings all the vegetables, fruits and roots from the forest, Sita will do the necessary cooking.”
9.184
tanra upasana suni’ prabhu tusta haila
aste-vyaste sei vipra randhana karila
SYNONYMS
tanra—his; upasana—method of worship; suni’-hearing; prabhu—Lord Sri Caitanya Mahaprabhu; tusta haila—was very much pleased; aste-vyaste—with great haste; sei—that; vipra—brahmana; randhana karila—began to cook.
Sri Caitanya Mahaprabhu was very much satisfied to hear about the brahmana’s method of worship.
Finally the brahmana hastily made arrangements for cooking.
9.185
prabhu bhiksa kaila dinera trtiya-prahare
nirvinna sei vipra upavasa kare
SYNONYMS
prabhu—Lord Caitanya Mahaprabhu; bhiksa kaila—took His luncheon; dinera—of the day; trtiya-prahare—at about three o’clock; nirvinna—sorrowful; sei—that; vipra—brahmana; upavasa kare—fasted.
Sri Caitanya Mahaprabhu took His lunch at about three o’clock, but the brahmana, being very sorrowful, fasted.
9.186
prabhu kahe,--vipra kanhe kara upavasa
kene eta duhkha, kene karaha hutasa
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; vipra—My dear brahmana; kanhe—why; kara upavasa—you are fasting; kene—why; eta—so much; duhkha—unhappiness; kene—why; karaha hutasa—you express so much worry.
While the brahmana was fasting, Sri Caitanya Mahaprabhu asked him, “Why are you fasting? Why are you so unhappy? Why are you so worried?”
9.187
vipra kahe,--jivane mora nahi prayojana
agni-jale pravesiya chadiba jivana
SYNONYMS
vipra kahe—the brahmana said; jivane mora—for my life; nahi—there is not; prayojana—necessity; agni—in fire; jale—in water; pravesiya—entering; chadiba—I shall give up; jivana—life.
The brahmana replied, "I have no reason to live.
I shall give up my life by entering either fire or water.
9.188
jagan-mata maha-laksmi sita-thakurani
raksase sparsila tanre,--iha kane suni
SYNONYMS
jagat-mata—the mother of the universe; maha-laksmi—the supreme goddess of fortune; sita-thakurani—mother Sita; raksase—the demon Ravana; sparsila—touched; tanre—her; iha—this; kane suni—I have heard "My dear Sir, mother Sita is the mother of the universe and the supreme goddess of fortune.
She has been touched by the demon Ravana, and I am troubled upon hearing this news.
9.189
e sarira dharibare kabhu na yuyaya
ei duhkhe jvale deha, prana nahi yaya
SYNONYMS
e sarira—this body; dharibare—to keep; kabhu—ever; na—not; yuyaya—deserve; ei duhkhe—in this unhappiness; jvale deha—my body is burning; prana—my life; nahi yaya—does not go away “Sir, due to my unhappiness I cannot continue living.
Although my body is burning, my life is not leaving.”
9.190
prabhu kahe,--e bhavana na kariha ara
pandita hana kene na karaha vicara
SYNONYMS
prabhu kahe—the Lord said; e bhavana—this kind of thinking; na—do not; kariha—do; ara—anymore; pandita hana—being a learned pandita; kena—why; na karaha—you do not make; vicara—consideration.
Sri Caitanya Mahaprabhu replied, “Please do not think this way any longer.
You are a learned pandita.
Why don’t you consider the case?”
9.191
isvara-preyasi sita--cid-ananda-murti
prakrta-indriyera tanre dekhite nahi sakti
SYNONYMS
isvara-preyasi—the dearmost wife of the Lord; sita—mother Sita; cit-ananda-murti—spiritual blissful form; prakrta—material; indriyera—of the senses; tanre—her; dekhite—to see; nahi—there is not; sakti—power.
Sri Caitanya Mahaprabhu continued, "Sitadevi, the dearmost wife of the Supreme Lord Ramacandra, certainly has a spiritual form full of bliss.
No one can see her with material eyes, for no materialist has such power.
9.192
sparsibara karya achuka, na paya darsana
sitara akrti-maya harila ravana
SYNONYMS
sparsibara—to touch; karya—business; achuka—let it be; na—does not; paya—get; darsana—sight; sitara—of mother Sita; akrti-maya—the form made of maya; harila—took away; ravana—the demon Ravana "To say nothing of touching mother Sita, a person with material senses cannot even see her.
When Ravana kidnapped her, he kidnapped only her material, illusory form.
9.193
ravana asitei sita antardhana kaila
ravanera age maya-sita pathaila
SYNONYMS
ravana—the demon Ravana; asitei—as soon as he arrived; sita—mother Sita; antardhana kaila—disappeared; ravanera age—before the demon Ravana; maya-sita—illusory, material form of Sita; pathaila—sent "As soon as Ravana arrived before Sita, she disappeared.
Then just to cheat Ravana she sent an illusory, material form.
9.194
aprakrta vastu nahe prakrta-gocara
veda-puranete ei kahe nirantara
SYNONYMS
aprakrta—spiritual; vastu—substance; nahe—not; prakrta—of matter; gocara—within the jurisdiction; veda-puranete—the Vedas and the Puranas; ei—this; kahe—say; nirantara—always “Spiritual substance is never within the jurisdiction of the material conception.
This is always the verdict of the Vedas and Puranas.”
PURPORT
As stated in the Katha Upanisad (2.3.9, 12):
na samdrse tisthati rupam asya
na caksusa pasyati kascanainam
hrda manisa manasabhiklpto
ya etad vidur amrtas te bhavanti
naiva vaca na manasa
praptum sakyo na caksusa “Spirit is not within the jurisdiction of material eyes, words or mind.” Similarly, Srimad-Bhagavatam (10.84.13) states:
yasyatma-buddhih kunape tri-dhatuke
sva-dhih kalatradisu bhauma ijya-dhih
yat-tirtha-buddhih salile na karhicij
janesv abhijnesu sa eva go-kharah “A human being who identifies his body made of three elements with his self, who considers the by-products of his body to be his kinsmen, who considers the land of his birth worshipable, and who goes to a place of pilgrimage simply to take a bath rather than to meet men of transcendental knowledge there, is to be considered like an ass or a cow.” These are some Vedic statements about spiritual substance.
Spiritual substance cannot be seen by the unintelligent, because they do not have the eyes or the mentality to see the spirit soul.
Consequently they think that there is no such thing as spirit.
But the followers of the Vedic injunctions take their information from Vedic statements, such as the verses from the Katha Upanisad and Srimad-Bhagavatam quoted above.
9.195
visvasa karaha tumi amara vacane
punarapi ku-bhavana na kariha mane
SYNONYMS
visvasa karaha—believe; tumi—you; amara—My; vacane—in the words; punarapi—again; ku-bhavana—misconception; na kariha—do not do; mane—in the mind.
Sri Caitanya Mahaprabhu then assured the brahmana, “Have faith in My words and do not burden your mind any longer with this misconception.”
PURPORT
This is the process of spiritual understanding.
Acintya khalu ye bhava na tams tarkena yojayet: “We should not try to understand things beyond our material conception by argument and counterargument.” Maha-jano yena gatah sa panthah: “We have to follow in the footsteps of great authorities coming down in the parampara system.” If we approach a bona fide acarya and keep faith in his words, spiritual realization will be easy.
9.196
prabhura vacane viprera ha-ila visvasa
bhojana karila, haila jivanera asa
SYNONYMS
prabhura vacane—in the words of Lord Sri Caitanya Mahaprabhu; viprera—of the brahmana; ha-ila—was; visvasa—faith; bhojana karila—he took his lunch; haila—there was; jivanera—for living; asa—hope.
Although the brahmana was fasting, he had faith in the words of Sri Caitanya Mahaprabhu and accepted food.
In this way his life was saved.
9.197
tanre asvasiya prabhu karila gamana
krtamalaya snana kari aila durvasana
SYNONYMS
tanre asvasiya—assuring him; prabhu—Sri Caitanya Mahaprabhu; karila gamana—departed; krtamalaya—in the river known as Krtamala; snana kari—bathing; aila—came; durvasana—to Durvasana.
After thus assuring the brahmana, Sri Caitanya Mahaprabhu proceeded further into southern India and finally arrived at Durvasana, where He bathed in the river Krtamala.
PURPORT
Presently the Krtamala River is known as the river Bhagai.
This river has three tributaries, named Suruli, Varaha-nadi and Battilla-gundu.
The river Krtamala is also mentioned in Srimad-Bhagavatam (11.5.39) by the sage Karabhajana.
9.198
durvasane raghunathe kaila darasana
mahendra-saile parasuramera kaila vandana
SYNONYMS
durvasane—at Durvasana; raghunathe—Lord Ramacandra; kaila darasana—Sri Caitanya Mahaprabhu visited; mahendra-saile—on Mahendra-saila; parasu-ramera—to Lord Parasurama; kaila vandana—offered prayers.
At Durvasana Sri Caitanya Mahaprabhu visited the temple of Lord Ramacandra, and on the hill known as Mahendra-saila He saw Lord Parasurama.
PURPORT
In Durvasana, or Darbhasayana, seven miles east of Ramnad, there is a temple of Lord Ramacandra overlooking the ocean.
The hill known as Mahendra-saila is near Tirunelveli, and at the end of this hill is a city known as Tiruchendurd.
West of Mahendra-saila is the territory of Tribankura.
There is mention of Mahendra-saila in the Ramayana.
9.199
setubandhe asi’ kaila dhanustirthe snana
ramesvara dekhi’ tahan karila visrama
SYNONYMS
setubandhe asi’-coming to Setubandha; kaila—did; dhanuh-tirthe snana—bathing at the holy place known as Dhanustirtha; ramesvara dekhi’-visiting the holy place Ramesvara; tahan—there; karila visrama—took rest.
Sri Caitanya Mahaprabhu then went to Setubandha (Ramesvara), where He took His bath at the place called Dhanustirtha.
From there He visited the Ramesvara temple and then took rest.
PURPORT
The path through the ocean to the islands known as Mandndapam and Pambam consists partly of sand and partly of water.
The island of Pambam is about eleven miles long and six miles wide.
On this island, four miles north of Pambam Harbor, is Setubandha, where the temple of Ramesvara is located.
This is a temple of Lord Siva, and the name Ramesvara indicates that he is a great personality whose worshipable Deity is Lord Rama.
Thus the Lord Siva found in the temple of Ramesvara is a great devotee of Lord Ramacandra.
It is said, devi-pattanam arabhya gaccheyuh setu-bandhanam: “After visiting the temple of the goddess Durga, one should go to the temple of Ramesvara.” In this area there are twenty-four different holy places, one of which is Dhanustirtha, located about twelve miles southeast of Ramesvara.
It is near the last station of the South Indian Railway, a station called Ramnada.
It is said that here, on the request of Ravana’s younger brother Vibhisana, Lord Ramacandra destroyed the bridge to Lanka with His bow while returning to His capital.
It is also said that one who visits Dhanustirtha is liberated from the cycle of birth and death, and that one who bathes there gets all the fruitive results of performing the yajna known as agnistoma.
9.200
vipra-sabhaya sune tanha kurma-purana
tara madhye aila pativrata-upakhyana
SYNONYMS
vipra-sabhaya—among the assembly of brahmanas; sune—hears; tanha—there; kurma-purana—the Kurma Purana; tara madhye—within that book; aila—there was; pati-vrata—of the chaste woman; upakhyana—narration.
There, among the brahmanas, Sri Caitanya Mahaprabhu listened to the Kurma Purana, wherein was mentioned the chaste woman’s narration.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura remarks that only two khandas of the Kurma Purana are now available, namely the Purva-khanda and Uttara-khanda.
Sometimes it is said that the Kurma Purana contains six thousand verses, but originally the Kurma Purana contained seventeen thousand verses.
According to Srimad-Bhagavatam, there are seventeen thousand verses in the Kurma Purana, which is one of the eighteen Maha-puranas.
The Kurma Purana is considered the fifteenth of these Maha-puranas.
9.201
pativrata-siromani janaka-nandini
jagatera mata sita--ramera grhini
SYNONYMS
pati-vrata—chaste woman; siromani—the topmost; janaka-nandini—is the daughter of King Janaka; jagatera—of all the three worlds; mata—the mother; sita—Sita; ramera—of Lord Ramacandra; grhini—wife.
Srimati Sitadevi is the mother of the three worlds and the wife of Lord Ramacandra.
Among chaste women she is supreme, and she is the daughter of King Janaka.
9.202
ravana dekhiya sita laila agnira sarana
ravana haite agni kaila sitake avarana
SYNONYMS
ravana dekhiya—after seeing Ravana; sita—mother Sita; laila—took; agnira—of fire; sarana—shelter; ravana—Ravana; haite—from; agni—fire; kaila—did; sitake—unto mother Sita; avarana—covering.
When Ravana came to kidnap mother Sita and she saw him, she took shelter of the fire-god, Agni.
The fire-god covered the body of mother Sita, and in this way she was protected from the hands of Ravana.
9.203
’maya-sita’ ravana nila, sunila akhyane
suni’ mahaprabhu haila anandita mane
SYNONYMS
maya-sita—false, illusory Sita; ravana—the demon Ravana; nila—took; sunila—heard; akhyane—in the narration of the Kurma Purana; suni’-hearing this; mahaprabhu—Lord Sri Caitanya Mahaprabhu; haila—became; anandita—very happy; mane—within the mind.
Upon hearing from the Kurma Purana how Ravana had kidnapped a false form of mother Sita, Sri Caitanya Mahaprabhu became very much satisfied.
9.204
sita lana rakhilena parvatira sthane
’maya-sita’ diya agni vancila ravane
SYNONYMS
sita lana—taking away mother Sita; rakhilena—kept; parvatira sthane—with mother Parvati, or goddess Durga; maya-sita—the false, illusory form of Sita; diya—delivering; agni—fire-god; vancila—cheated; ravane—the demon Ravana.
The fire-god, Agni, took away the real Sita and brought her to the place of Parvati, goddess Durga.
An illusory form of mother Sita was then delivered to Ravana, and in this way Ravana was cheated.
9.205
raghunatha asi’ yabe ravane marila
agni-pariksa dite yabe sitare anila
SYNONYMS
raghunatha—Lord Ramacandra; asi’-coming; yabe—when; ravane—Ravana; marila—killed; agni-pariksa—test by fire; dite—to give; yabe—when; sitare—Sita; anila—brought.
After Ravana was killed by Lord Ramacandra, Sitadevi was brought before the fire and tested.
9.206
tabe maya-sita agni kari antardhana
satya-sita ani’ dila rama-vidyamana
SYNONYMS
tabe—at that time; maya-sita—the illusory form of Sita; agni—the fire-god; kari—doing; antardhana—disappearing; satya-sita—real Sita; ani’-bringing; dila—delivered; rama—of Ramacandra; vidyamana—in the presence.
When the illusory Sita was brought before the fire by Lord Ramacandra, the fire-god made the illusory form disappear and delivered the real Sita to Lord Ramacandra.
9.207
sunina prabhura anandita haila mana
ramadasa-viprera katha ha-ila smarana
SYNONYMS
sunina—hearing; prabhura—of Sri Caitanya Mahaprabhu; anandita—very much pleased; haila—became; mana—the mind; ramadasa-viprera—of the brahmana known as Ramadasa; katha—words; ha-ila smarana—He remembered.
When Sri Caitanya Mahaprabhu heard this story, He was very much pleased, and He remembered the words of Ramadasa Vipra.
9.208
e-saba siddhanta suni’ prabhura ananda haila
brahmanera sthane magi’ sei patra nila
SYNONYMS
e-saba siddhanta—all these conclusive statements; suni’-hearing; prabhura—of Lord Sri Caitanya Mahaprabhu; ananda—happiness; haila—there was; brahmanera sthane—from the brahmanas; magi’-asking; sei—those; patra—leaves; nila—took.
Indeed, when Sri Caitanya Mahaprabhu heard these conclusive statements from the Kurma Purana, He felt great happiness.
After asking the brahmanas’ permission, He took possession of those manuscript leaves.
9.209
nutana patra lekhana pustake deoyaila
pratiti lagi’ puratana patra magi’ nila
SYNONYMS
nutana—new; patra—leaves; lekhana—getting written; pustake—the book; deoyaila—He gave; pratiti lagi’-for direct evidence; puratana—the old; patra—leaves; magi’-requesting; nila—He took.
Since the Kurma Purana was very old, the manuscript was also very old.
Sri Caitanya Mahaprabhu took possession of the original leaves in order to have direct evidence.
The text was copied onto new leaves in order that the Purana be replaced.
9.210
patra lana punah daksina-mathura aila
ramadasa vipre sei patra ani dila
SYNONYMS
patra lana—taking those leaves; punah—again; daksina-mathura—to southern Mathura; aila—came; ramadasa vipre—unto the brahmana known as Ramadasa; sei patra—those leaves; ani—bringing back; dila—delivered.
Sri Caitanya Mahaprabhu returned to southern Mathura (Madurai) and delivered the original manuscript of the Kurma Purana to Ramadasa Vipra.
9.211-212
sitayaradhito vahnis
chaya-sitam ajijanat
tam jahara dasa-grivah
sita vahni-puram gata
pariksa-samaye vahnim
chaya-sita vivesa sa
vahnih sitam samaniya
tat-purastad aninayat
SYNONYMS
sitaya—by mother Sita; aradhitah—being called for; vahnih—the fire-god; chaya-sitam—the illusory form of mother Sita; ajijanat—created; tam—her; jahara—kidnapped; dasa-grivah—the ten-faced Ravana; sita—mother Sita; vahni-puram—to the abode of the fire-god; gata—departed; pariksa-samaye—at the time of testing; vahnim—the fire; chaya-sita—the illusory form of Sita; vivesa—entered; sa—she; vahnih—the fire-god; sitam—the original mother Sita; samaniya—bringing back; tat-purastat—in His presence; aninayat—brought back “When he was petitioned by mother Sita, the fire-god, Agni, brought forth an illusory form of Sita, and Ravana, who had ten heads, kidnapped the false Sita.
The original Sita then went to the abode of the fire-god.
When Lord Ramacandra tested the body of Sita, it was the false, illusory Sita that entered the fire.
At that time the fire-god brought the original Sita from his abode and delivered her to Lord Ramacandra.”
PURPORT
These two verses are taken from the Kurma Purana.
9.213
patra pana viprera haila anandita mana
prabhura carane dhari’ karaye krandana
SYNONYMS
patra pana—getting the leaves; viprera—of the brahmana; haila—there was; anandita—pleased; mana—mind; prabhura carane—the lotus feet of Lord Sri Caitanya Mahaprabhu; dhari’-taking; karaye—does; krandana—crying.
Ramadasa Vipra was very much pleased to receive the original leaf manuscript of the Kurma Purana, and he immediately fell down before the lotus feet of Sri Caitanya Mahaprabhu and began to cry.
9.214
vipra kahe,--tumi saksat sri-raghunandana
sannyasira vese more dila darasana
SYNONYMS
vipra kahe—the brahmana said; tumi—You; saksat—directly; sri-raghunandana—Lord Sri Ramacandra; sannyasira vese—in the dress of a mendicant; more—unto me; dila—You gave; darasana—audience.
After receiving the manuscript, the brahmana, being very much pleased, said, "Sir, You are Lord Ramacandra Himself and have come in the dress of a sannyasi to give me audience.
9.215
maha-duhkha ha-ite more karila nistara
aji mora ghare bhiksa kara angikara
SYNONYMS
maha-duhkha—great unhappiness; ha-ite—from; more—me; karila nistara—You delivered; aji—today; mora—my; ghare—at home; bhiksa—lunch; kara—do; angikara—accept "My dear Sir, You have delivered me from a very unhappy condition.
I request that You take Your lunch at my place.
Please accept this invitation.
9.216
mano-duhkhe bhala bhiksa na dila sei dine
mora bhagye punarapi pailun darasane
SYNONYMS
mano-duhkhe—out of great mental distress; bhala bhiksa—good lunch; na dila—could not give You; sei dine—that day; mora bhagye—because of my good fortune; punarapi—again; pailun—I have gotten; darasane—visit “Due to my mental distress I could not give You a very nice lunch the other day.
Now, by good fortune, You have come again to my home.”
9.217
eta bali’ sei vipra sukhe paka kaila
uttama prakare prabhuke bhiksa karaila
SYNONYMS
eta bali’-saying this; sei vipra—that brahmana; sukhe—in great happiness; paka kaila—cooked; uttama prakare—very nicely; prabhuke—unto Lord Sri Caitanya Mahaprabhu; bhiksa—lunch; karaila—gave.
Saying this, the brahmana very happily cooked food, and a first-class dinner was offered to Sri Caitanya Mahaprabhu.
9.218
sei ratri tahan rahi’ tanre krpa kari’
pandya-dese tamraparni gela gaurahari
SYNONYMS
sei ratri—that night; tahan—there; rahi’-staying; tanre—unto the brahmana; krpa kari’-showing mercy; pandya-dese—in the country known as Pandyadesa; tamraparni—to the place named Tamraparni; gela—went; gaurahari—Lord Sri Caitanya Mahaprabhu.
Sri Caitanya Mahaprabhu passed that night in the house of the brahmana.
Then, after showing him mercy, the Lord started toward Tamraparni in Pandya-desa.
PURPORT
Pandya-desa is situated in the southern part of India known as Kerala and Cola.
In all these areas there were many kings with the title Pandya who ruled over Madurai and Ramesvara.
In the Ramayana the name of Tamraparni is mentioned.
Tamraparni is also known as Purunai and is situated on the bank of the Tinebheli River.
This river flows into the Bay of Bengal.
Tamraparni is also mentioned in Srimad-Bhagavatam (11.5.39)
(i)
9.219
tamraparni snana kari’ tamraparni-tire
naya tripati dekhi’ bule kutuhale
SYNONYMS
tamraparni—in the Tamraparni River; snana kari’-taking a bath; tamraparni-tire—on the bank of the Tamraparni River; naya tripati—the Deity named Naya-tripati; dekhi’-after seeing; bule—wandered on; kutuhale—in great curiosity.
There was also a temple of Lord Visnu at Naya-tripati on the bank of the river Tamraparni, and after bathing in the river, Lord Caitanya Mahaprabhu saw the Deity with great curiosity and wandered on.
PURPORT
This Naya-tripati is also called Alwar Tirunagarai.
It is a town about seventeen miles southeast of Tirunelveli.
There are nine temples there of Sripati, or Visnu.
All the Deities of the temples assemble together during a yearly festival in the town.
9.220
ciyadatala tirthe dekhi’ sri-rama-laksmana
tila-kanci asi’ kaila siva darasana
SYNONYMS
ciyadatala—named Ciyadatala; tirthe—at the holy place; dekhi’-seeing; sri-rama-laksmana—the Deity of Lord Rama and Laksmana; tila-kanci—to Tila-kanci; asi’-coming; kaila—did; siva darasana—visiting the temple of Lord Siva.
After this, Sri Caitanya Mahaprabhu went to a holy place known as Ciyadatala, where He saw the Deities of the two brothers Lord Ramacandra and Laksmana.
He then proceeded to Tila-kanci, where He saw the temple of Lord Siva.
PURPORT
Ciyadatala is sometimes known as Cheratala.
It is near the city of Kaila, and there is a temple there dedicated to Lord Sri Ramacandra and His brother Laksmana.
Tila-kanci is about thirty miles northeast of the city of Tirunelveli.
9.221
gajendra-moksana-tirthe dekhi visnu-murti
panagadi-tirthe asi’ dekhila sitapati
SYNONYMS
gajendra-moksana-tirthe—at the holy place named Gajendra-moksana; dekhi—seeing; visnu-murti—the Deity of Lord Visnu; panagadi-tirthe—to the holy place Panagadi; asi’-coming; dekhila—saw; sita-pati—Lord Sri Ramacandra and Sitadevi.
Lord Sri Caitanya Mahaprabhu then visited the holy place named Gajendra-moksana, where He went to a temple of Lord Visnu.
He then came to Panagadi, a holy place where He saw the Deities of Lord Ramacandra and Sita.
PURPORT
The Gajendra-moksana temple is sometimes mistaken for a temple of Lord Siva.
It is about two miles south of the city of Kaivera.
Actually the Deity is not of Lord Siva but of Visnu.
Panagadi is about thirty miles south of Tirunelveli.
Formerly the temple there contained the Deity of Sri Ramacandra, but later the devotees of Lord Siva replaced Lord Ramacandra with a deity of Lord Siva named Ramesvara or Rama-linga Siva.
9.222
camtapure asi’ dekhi’ sri-rama-laksmana
sri-vaikunthe asi’ kaila visnu darasana
SYNONYMS
camtapure—to Camtapura; asi’-coming; dekhi’-seeing; sri-rama-laksmana—Lord Ramacandra and Laksmana; sri-vaikunthe asi’-coming to Sri Vaikuntha; kaila—did; visnu darasana—seeing the temple of Lord Visnu.
Later the Lord went to Camtapura, where He saw the Deities of Lord Ramacandra and Laksmana.
He then went to Sri Vaikuntha and saw the temple of Lord Visnu there.
PURPORT
Camtapura is sometimes called Cenganura and is located in the state of Tribankura.
A temple of Lord Ramacandra and Laksmana is located there.
Sri Vaikuntha-about four miles north of Alwar Tirunagarai and sixteen miles southeast of Tirunelveli-is situated on the bank of the Tamraparni River.
9.223
malaya-parvate kaila agastya-vandana
kanya-kumari tanhan kaila darasana
SYNONYMS
malaya-parvate—in the Malaya Hills; kaila—did; agastya-vandana—obeisances to Agastya Muni; kanya-kumari—Kanya-kumari; tanhan—there; kaila darasana—visited.
Sri Caitanya Mahaprabhu then went to Malaya-parvata and offered prayers to Agastya Muni.
He then visited Kanya-kumari (Cape Comorin).
PURPORT
The range of mountains in South India beginning at Kerala and extending to Cape Comorin is called Malaya-parvata.
Concerning Agastya, there are four opinions: (1) There is a temple of Agastya Muni in the village of Agastyampalli in the district of Tanjorean (2) There is a temple of Lord Skanda on a hill known as Siva-giri, and it is supposed to have been established by Agastya Muni (3) Some say that near Cape Comorin there is a hill known as Pathiya, which was supposed to have served as Agastya Muni’s residence (4) There is a place known as Agastya-malaya, which is a range of hills on both sides of the Tamraparni River.
Cape Comorin itself is known as Kanya-kumari.
9.224
amlitalaya dekhi’ sri-rama gaurahari
mallara-desete aila yatha bhattathari
SYNONYMS
amlitalaya—at Amlitala; dekhi’-seeing; sri-rama—the Deity of Ramacandra; gaurahari—Sri Caitanya Mahaprabhu; mallara-desete—to Mallara-desa; aila—came; yatha—where; bhattathari—the Bhattathari community.
After visiting Kanya-kumari, Sri Caitanya Mahaprabhu came to Amlitala, where He saw the Deity of Sri Ramacandra.
Thereafter He went to a place known as Mallara-desa, where a community of Bhattatharis lived.
PURPORT
North of Mallara-desa is South Kanarada.
To the east is Coorg and Mysoreisu, to the south is Cochin, and to the west is the Arabian Sea.
As far as the Bhattatharis are concerned, they are a nomadic community.
They camp wherever they like and have no fixed place of residence.
Outwardly they take up the dress of sannyasis, but their real business is stealing and cheating.
They allure others to supply women for their camp, and they cheat many women and keep them within their community.
In this way they increase their population.
In Bengal also there is a similar community.
Actually, all over the world there are nomadic communities whose business is simply to allure, cheat and steal innocent women.
9.225
tamala-kartika dekhi’ aila vetapani
raghunatha dekhi’ tahan vancila rajani
SYNONYMS
tamala-kartika—the place named Tamala-kartika; dekhi’-seeing; aila—came; vetapani—to Vetapani; raghunatha dekhi’-seeing the temple of Lord Ramacandra; tahan—there; vancila rajani—passed the night.
After visiting Mallara-desa, Caitanya Mahaprabhu went to Tamala-kartika and then to Vetapani.
There He saw the temple of Raghunatha, Lord Ramacandra, and passed the night.
PURPORT
Tamala-kartika is forty-four miles south of Tirunelveli and two miles south of Aramavalli Mountain.
It is located within the jurisdiction of Tovalai.
At Tamala-kartika is a temple of Subrahmanya, or Lord Kartika, the son of Lord Siva.
Vetapani, or Vatapani, is north of Kaila in the Trivandrum district.
It is also known as Bhutapandi and is within the jurisdiction of the Tobala district.
It is understood that formerly there was a Deity of Lord Ramacandra there.
Later the Deity was replaced with a deity of Lord Siva known as Ramesvara or Bhutanatha.
9.226
gosanira sange rahe krsnadasa brahmana
bhattathari-saha tahan haila darasana
SYNONYMS
gosanira—the Lord; sange—with; rahe—there was; krsnadasa brahmana—a brahmana servant named Krsnadasa; bhattathari-saha—with the Bhattatharis; tahan—there; haila—there was; darasana—a meeting.
Sri Caitanya Mahaprabhu was accompanied by His servant, Krsnadasa.
He was a brahmana, but he met with the Bhattatharis there.
9.227
stri-dhana dekhana tanra lobha janmaila
arya sarala viprera buddhi-nasa kaila
SYNONYMS
stri-dhana—women; dekhana—showing; tanra—his; lobha—attraction; janmaila—they created; arya—gentleman; sarala—simple; viprera—of the brahmana; buddhi-nasa—loss of intelligence; kaila—they made.
With women the Bhattatharis allured the brahmana Krsnadasa, who was simple and gentle.
By virtue of their bad association, they polluted his intelligence.
9.228
prate uthi’ aila vipra bhattathari-ghare
tahara uddese prabhu aila satvare
SYNONYMS
prate—in the morning; uthi’-rising from bed; aila—came; vipra—the brahmana Krsnadasa; bhattathari-ghare—to the place of the Bhattatharis; tahara uddese—for him; prabhu—Lord Caitanya Mahaprabhu; aila—came; satvare—very soon.
Allured by the Bhattatharis, Krsnadasa went to their place early in the morning.
The Lord also went there very quickly just to find him out.
9.229
asiya kahena saba bhattathari-gane
amara brahmana tumi rakha ki karane
SYNONYMS
asiya—coming; kahena—He said; saba—all; bhattathari-gane—to the Bhattatharis; amara—My; brahmana—brahmana assistant; tumi—you; rakha—are keeping; ki—for what; karane—reason.
Upon reaching their community, Sri Caitanya Mahaprabhu asked the Bhattatharis, "Why are you keeping My brahmana assistant?
9.230
amiha sannyasi dekha, tumiha sannyasi
more duhkha deha,--tomara ’nyaya’ nahi vasi
SYNONYMS
amiha—I; sannyasi—in the renounced order of life; dekha—you see; tumiha—you; sannyasi—in the renounced order of life; more—unto Me; duhkha—pains; deha—you give; tomara—your; nyaya—logic; nahi vasi—I do not find “I am in the renounced order of life, and so are you.
Yet you are purposefully giving Me pain, and I do not see any good logic in this.”
9.231
suna’ saba bhattathari uthe astra lana
maribare aila sabe cari-dike dhana
SYNONYMS
suna’-hearing; saba—all; bhattathari—nomads; uthe—rise up; astra—weapons; lana—taking; maribare—to kill; aila—came; sabe—all; cari-dike—all around; dhana—running.
Upon hearing Sri Caitanya Mahaprabhu, all the Bhattatharis came running from all sides with weapons in their hands, desiring to hurt the Lord.
9.232
tara astra tara ange pade hata haite
khanda khanda haila bhattathari palaya cari bhite
SYNONYMS
tara astra—their weapons; tara ange—on their bodies; pade—fall; hata haite—from their hands; khanda khanda—cut into pieces; haila—became; bhattathari—the nomads; palaya—run away; cari bhite—in the four directions.
However, their weapons fell from their hands and struck their own bodies.
When some of the Bhattatharis were thus cut to pieces, the others ran away in the four directions.
9.233
bhattathari-ghare maha uthila krandana
kese dhari’ vipre lana karila gamana
SYNONYMS
bhattathari-ghare—at the home of the Bhattatharis; maha—great; uthila—there arose; krandana—crying; kese dhari’-catching by the hair; vipre—the brahmana Krsnadasa; lana—taking; karila—did; gamana—departure.
While there was much roaring and crying at the Bhattathari community, Sri Caitanya Mahaprabhu grabbed Krsnadasa by the hair and took him away.
9.234
sei dina cali’ aila payasvini-tire
snana kari’ gela adi-kesava-mandire
SYNONYMS
sei dina—on that very day; cali’-walking; aila—came; payasvini-tire—to the bank of the Payasvini River; snana kari’-bathing; gela—went; adi-kesava-mandire—to the temple of Adi-kesava.
That very night, Sri Caitanya Mahaprabhu and His assistant Krsnadasa arrived at the bank of the Payasvini River.
They took their bath and then went to see the temple of Adi-kesava.
9.235
kesava dekhiya preme avista haila
nati, stuti, nrtya, gita, bahuta karila
SYNONYMS
kesava dekhiya—after seeing the Deity of Lord Kesava; preme—in ecstasy; avista haila—became overwhelmed; nati—obeisances; stuti—prayer; nrtya—dancing; gita—chanting; bahuta karila—performed in various ways.
When the Lord saw the Adi-kesava temple, He was immediately overwhelmed with ecstasy.
Offering various obeisances and prayers, He chanted and danced.
9.236
prema dekhi’ loke haila maha-camatkara
sarva-loka kaila prabhura parama satkara
SYNONYMS
prema dekhi’-seeing His ecstatic features; loke—people; haila—became; maha-camatkara—greatly astonished; sarva-loka—all people; kaila—did; prabhura—of Lord Sri Caitanya Mahaprabhu; parama satkara—great reception.
All the people there were greatly astonished to see the ecstatic pastimes of Sri Caitanya Mahaprabhu.
They all received the Lord very well.
9.237
maha-bhakta-gana-saha tahan gosthi kaila
’brahma-samhitadhyaya’-punthi tahan paila
SYNONYMS
maha-bhakta-gana-saha—among highly advanced devotees; tahan—there; gosthi kaila—discussed; brahma-samhita-adhyaya—one chapter of the Brahma-samhita; punthi—scripture; tahan—there; paila—found.
In the temple of Adi-kesava, Sri Caitanya Mahaprabhu discussed spiritual matters among highly advanced devotees.
While there, He found a chapter of the Brahma-samhita.
9.238
punthi pana prabhura haila ananda apara
kampasru-sveda-stambha-pulaka vikara
SYNONYMS
punthi pana—getting that scripture; prabhura—of Lord Sri Caitanya Mahaprabhu; haila—there was; ananda—happiness; apara—unlimited; kampa—trembling; asru—tears; sveda—perspiration; stambha—being stunned; pulaka—jubilation; vikara—transformations.
Sri Caitanya Mahaprabhu was greatly happy to find a chapter of that scripture, and symptoms of ecstatic transformation-trembling, tears, perspiration, trance and jubilation-were manifest in His body.
9.239-240
siddhanta-sastra nahi ’brahma-samhita’ra sama
govinda-mahima jnanera parama karana
alpaksare kahe siddhanta apara
sakala-vaisnava-sastra-madhye ati sara
SYNONYMS
siddhanta-sastra—conclusive scripture; nahi—there is not; brahma-samhitara sama—like the scripture Brahma-samhita; govinda-mahima—of the glories of Lord Govinda; jnanera—of knowledge; parama—final; karana—cause; alpa-aksare—briefly; kahe—expresses; siddhanta—conclusion; apara—unlimited; sakala—all; vaisnava-sastra—devotional scriptures; madhye—among; ati sara—very essential.
There is no scripture equal to the Brahma-samhita as far as the final spiritual conclusion is concerned.
Indeed, that scripture is the supreme revelation of the glories of Lord Govinda, for it reveals the topmost knowledge about Him.
Since all conclusions are briefly presented in the Brahma-samhita, it is essential among all the Vaisnava scriptures.
PURPORT
The Brahma-samhita is a very important scripture.
Sri Caitanya Mahaprabhu acquired the Fifth Chapter from the Adi-kesava temple.
In that Fifth Chapter, the philosophical conclusion of acintya-bhedabheda-tattva (simultaneous oneness and difference) is presented.
The chapter also presents methods of devotional service; the eighteen-syllable Vedic hymn; discourses on the soul, the Supersoul and fruitive activity; an explanation of Kama-gayatri, kama-bija and the original Maha-Visnu; and a detailed description of the spiritual world, specifically Goloka Vrndavana.
Brahma-samhita also explains the demigod Ganesa; Garbhodakasayi Visnu; the origin of the Gayatri mantra; the form of Govinda and His transcendental position and abode; the living entities; the highest goal; the goddess Durga; the meaning of austerity; the five gross elements; love of Godhead; impersonal Brahman; the initiation of Lord Brahma; and the vision of transcendental love enabling one to see the Lord.
The steps of devotional service are also explained.
The mind; yoga-nidra; the goddess of fortune; devotional service in spontaneous ecstasy; incarnations beginning with Lord Ramacandra; Deities; the conditioned soul and its duties; the truth about Lord Visnu; prayers; Vedic hymns; Lord Siva; the Vedic literature; personalism and impersonalism; good behavior; and many other subjects are also discussed.
There is also a description of the sun and the universal form of the Lord.
All these subjects are conclusively explained in a nutshell in the Brahma-samhita.
9.241
bahu yatne sei punthi nila lekhaiya
’ananta padmanabha’ aila harasita hana
SYNONYMS
bahu yatne—with great attention; sei punthi—that scripture; nila—took; lekhaiya—having it copied; ananta-padmanabha—to Ananta Padmanabha; aila—came; harasita—in great happiness; hana—being.
Sri Caitanya Mahaprabhu copied the Brahma-samhita and afterwards, with great pleasure, went to a place known as Ananta Padmanabha.
PURPORT
Concerning Ananta Padmanabha, one should refer to Madhya-lila, Chapter One, text 115.
9.242
dina-dui padmanabhera kaila darasana
anande dekhite aila sri-janardana
SYNONYMS
dina-dui—two days; padmanabhera—of the Deity known as Padmanabha; kaila darasana—visited the temple; anande—in great ecstasy; dekhite—to see; aila—came; sri-janardana—to the temple of Sri Janardana.
Sri Caitanya Mahaprabhu remained for two or three days at Ananta Padmanabha and visited the temple there.
Then, in great ecstasy He went to see the temple of Sri Janardana.
PURPORT
The temple of Sri Janardana is situated twenty-six miles north of Trivandrum, near the Varkala railway station.
9.243
dina-dui tahan kari’ kirtana-nartana
payasvini asiya dekhe sankara narayana
SYNONYMS
dina-dui—two days; tahan—there; kari’-performing; kirtana-nartana—chanting and dancing; payasvini asiya—coming to the bank of the Payasvini River; dekhe—sees; sankara narayana—the temple of Sankara-narayana.
Sri Caitanya Mahaprabhu chanted and danced at Sri Janardana for two days.
He then went to the bank of the Payasvini River and visited the temple of Sankara-narayana.
9.244
srngeri-mathe aila sankaracarya-sthane
matsya-tirtha dekhi’ kaila tungabhadraya snane
SYNONYMS
srngeri-mathe—to the Srngeri monastery; aila—came; sankaracarya-sthane—at the place of Sankaracarya; matsya-tirtha—the holy place named Matsya-tirtha; dekhi’-seeing; kaila—did; tungabhadraya snane—bathing in the river Tungabhadra.
Then He saw the monastery known as Srngeri-matha, the abode of Acarya Sankara.
He then visited Matsya-tirtha, a place of pilgrimage, and took a bath in the river Tungabhadra.
PURPORT
9.245
madhvacarya-sthane aila yanha ’tattvavadi’
udupite ’krsna’ dekhi, tahan haila premonmadi
SYNONYMS
madhva-acarya-sthane—at the place of Madhvacarya; aila—arrived; yanha—where; tattva-vadi—philosophers known as Tattvavadis; udupite—at the place known as Udupi; krsna—the Deity of Lord Krsna; dekhi—seeing; tahan—there; haila—became; prema-unmadi—mad in ecstasy.
Caitanya Mahaprabhu next arrived at Udupi, the place of Madhvacarya, where the philosophers known as Tattvavadis resided.
There He saw the Deity of Lord Krsna and became mad with ecstasy.
PURPORT
9.246
nartaka gopala dekhe parama-mohane
madhvacarye svapna diya aila tanra sthane
SYNONYMS
nartaka gopala—dancing Gopala; dekhe—saw; parama-mohane—most beautiful; madhva-acarye—unto Madhvacarya; svapna diya—appearing in a dream; aila—came; tanra—his; sthane—to the place.
While at the Udupi monastery, Sri Caitanya Mahaprabhu saw “dancing Gopala,” a most beautiful Deity.
This Deity appeared to Madhvacarya in a dream.
9.247
gopi-candana-tale achila dingate
madhvacarya sei krsna paila kona-mate
SYNONYMS
gopi-candana-tale—under heaps of gopi-candana (yellowish clay used for tilaka); achila—came; dingate—in a boat; madhva-acarya—Madhvacarya; sei krsna—that Krsna Deity; paila—got; kona-mate—somehow or other.
Madhvacarya had somehow or other acquired the Deity of Krsna from a heap of gopi-candana that had been transported in a boat.
9.248
madhvacarya ani’ tanre karila sthapana
adyavadhi seva kare tattvavadi-gana
SYNONYMS
madhva-acarya—Madhvacarya; ani’-bringing; tanre—Him; karila sthapana—installed; adya-avadhi—to date; seva kare—worship; tattvavadi-gana—the Tattvavadis.
Madhvacarya brought this dancing Gopala Deity to Udupi and installed Him in the temple.
To date, the followers of Madhvacarya, known as Tattvavadis, worship this Deity.
9.249
krsna-murti dekhi’ prabhu maha-sukha paila
premavese bahu-ksana nrtya-gita kaila
SYNONYMS
krsna-murti dekhi’-seeing the Deity of Lord Krsna; prabhu—Lord Sri Caitanya Mahaprabhu; maha-sukha—great happiness; paila—got; prema-avese—in ecstatic love; bahu-ksana—for a long time; nrtya-gita—dancing and singing; kaila—performed.
Sri Caitanya Mahaprabhu received great pleasure in seeing this beautiful form of Gopala.
For a long time He danced and chanted in ecstatic love.
9.250
tattvavadi-gana prabhuke ’mayavadi’ jnane
prathama darsane prabhuke na kaila sambhasane
SYNONYMS
tattvavadi-gana—the Tattvavadis; prabhuke—Sri Caitanya Mahaprabhu; mayavadi jnane—considering as a Mayavadi sannyasi; prathama darsane—in the first meeting; prabhuke—Sri Caitanya Mahaprabhu; na—did not; kaila—do; sambhasane—addressing.
When they first saw Him, the Tattvavadi Vaisnavas considered Sri Caitanya Mahaprabhu a Mayavadi sannyasi.
Therefore they did not talk to Him.
9.251
pache premavesa dekhi’ haila camatkara
vaisnava-jnane bahuta karila satkara
SYNONYMS
pache—later; prema-avesa—ecstatic love; dekhi’-seeing; haila camatkara—became struck with wonder; vaisnava-jnane—understanding as a Vaisnava; bahuta—much; karila—did; satkara—reception.
Later, after seeing Sri Caitanya Mahaprabhu in ecstatic love, they were struck with wonder.
Then, considering Him a Vaisnava, they gave Him a nice reception.
9.252
’vaisnavata’ sabara antare garva jani’
isat hasiya kichu kahe gauramani
SYNONYMS
vaisnavata—Vaisnavism; sabara—of all of them; antare—within the mind; garva—pride; jani’-knowing; isat—mildly; hasiya—smiling; kichu—something; kahe—says; gaura-mani—Lord Sri Caitanya Mahaprabhu.
Sri Caitanya Mahaprabhu could understand that the Tattvavadis were very proud of their Vaisnavism.
He therefore smiled and began to speak to them.
9.253
tan-sabara antare garva jani gauracandra
tan-saba-sange gosthi karila arambha
SYNONYMS
tan-sabara—of all of them; antare—within the mind; garva—pride; jani—knowing; gaura-candra—Sri Caitanya Mahaprabhu; tan-saba-sange—with them; gosthi—discussion; karila—made; arambha—beginning.
Considering them very proud, Caitanya Mahaprabhu began His discussion.
9.254
tattvavadi acarya--saba sastrete pravina
tanre prasna kaila prabhu hana yena dina
SYNONYMS
tattvavadi acarya—the chief preacher of the Tattvavada community; saba—all; sastrete—in revealed scriptures; pravina—experienced; tanre—unto him; prasna—question; kaila—did; prabhu—Sri Caitanya Mahaprabhu; hana—becoming; yena—as if; dina—very humble.
The chief acarya of the Tattvavada community was very learned in the revealed scriptures.
Sri Caitanya Mahaprabhu humbly questioned him.
9.255
sadhya-sadhana ami na jani bhala-mate
sadhya-sadhana-srestha janaha amate
SYNONYMS
sadhya-sadhana—the aim of life and how to achieve it; ami—I; na—not; jani—know; bhala-mate—very well; sadhya-sadhana—the aim of life and how to achieve it; srestha—the best; janaha—kindly explain; amate—unto Me.
Caitanya Mahaprabhu said, “I do not know very well the aim of life and how to achieve it.
Please tell Me of the best ideal for humanity and how to attain it.”
9.256
acarya kahe,--’varnasrama-dharma, krsne samarpana’
ei haya krsna-bhaktera srestha ’sadhana’
SYNONYMS
acarya kahe—the acarya said; varna-asrama-dharma—the institution of four castes and four asramas; krsne—unto Krsna; samarpana—to dedicate; ei haya—this is; krsna-bhaktera—of the devotee of Krsna; srestha sadhana—the best means of achievement.
The acarya replied, "When the activities of the four castes and the four asramas are dedicated to Krsna, they constitute the best means whereby one can attain the highest goal of life.
9.257
’panca-vidha mukti’ pana vaikunthe gamana
’sadhya-srestha’ haya,--ei sastra-nirupana
SYNONYMS
panca-vidha mukti—five kinds of liberation; pana—getting; vaikunthe—to the spiritual world; gamana—transference; sadhya-srestha haya—is the highest achievement of the goal of life; ei—this; sastra-nirupana—the verdict of all revealed scriptures “When one dedicates the duties of varnasrama-dharma to Krsna, he is eligible for five kinds of liberation.
Thus he is transferred to the spiritual world in Vaikuntha.
This is the highest goal of life and the verdict of all revealed scriptures.”
9.258
prabhu kahe,--sastre kahe sravana-kirtana
krsna-prema-seva-phalera ’parama-sadhana’
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; sastre kahe—in the sastra it is said; sravana-kirtana—the process of chanting and hearing; krsna-prema-seva—of loving service to Lord Krsna; phalera—of the result; parama-sadhana—best process of achievement.
Sri Caitanya Mahaprabhu said, "According to the verdict of the sastras, the process of hearing and chanting is the best means to attain loving service to Krsna.
PURPORT
According to the Tattvavadis, the best process for achieving the highest goal of life is to execute the duties of the four varnas and asramas.
In the material world, unless one is situated in one of the varnas (brahmana, ksatriya, vaisya or sudra) one cannot manage social affairs properly to attain the ultimate goal.
One also has to follow the principles of the asramas (brahmacarya, grhastha, vanaprastha and sannyasa), for these principles are considered essential for the attainment of the highest goal.
In this way the Tattvavadis establish that the execution of the principles of varna and asrama for the sake of Krsna is the best way to attain the topmost goal.
The Tattvavadis thus established their principles in terms of human society.
Sri Caitanya Mahaprabhu, however, differed when He said that the best process is hearing and chanting about Lord Visnu.
According to the Tattvavadis, the highest goal is returning home, back to Godhead, but in Sri Caitanya Mahaprabhu’s opinion the highest goal is attaining love of Godhead, either in the material world or in the spiritual world.
In the material world this is practiced according to sastric injunction, and in the spiritual world the real achievement is already there.
9.259-260
sravanam kirtanam visnoh
smaranam pada-sevanam
arcanam vandanam dasyam
sakhyam atma-nivedanam
iti pumsarpita visnau
bhaktis cen nava-laksana
kriyeta bhagavaty addha
tan manye ’dhitam uttamam
SYNONYMS
sravanam—hearing of the holy name, form, qualities, entourage and pastimes, all of which must pertain to Lord Visnu; kirtanam—vibrating transcendental sounds pertaining to the holy name, form, qualities and entourage, and inquiring about them (these also should be only in relationship to Visnu); visnoh—of Lord Visnu; smaranam—remembering the holy name, form and entourage, and inquiring about them, also only for Visnu; pada-sevanam—executing devotional service according to time, circumstances and situation, only in relationship with Visnu; arcanam—worshiping the Deity of Lord Krsna, Lord Ramacandra, Laksmi-Narayana or the other forms of Visnu; vandanam—offering prayers to the Supreme Personality of Godhead; dasyam—always thinking oneself an eternal servant of the Supreme Personality of Godhead; sakhyam—making friends with the Supreme Personality of Godhead; atma-nivedanam—dedicating everything (body, mind and soul) for the service of the Lord; iti—thus; pumsa—by the human being; arpita—dedicated; visnau—unto the Supreme Personality of Godhead, Visnu; bhaktih—devotional service; cet—if; nava-laksana—possessing nine different systems, as above mentioned; kriyeta—one should execute; bhagavati—unto the Supreme Personality of Godhead; addha—directly (not indirectly through karma, jnana or yoga); tat—that; manye—I understand; adhitam—studied; uttamam—first class " ’This process entails hearing, chanting and remembering the holy name, form, pastimes, qualities and entourage of the Lord, offering service according to the time, place and performer, worshiping the Deity, offering prayers, always considering oneself the eternal servant of Krsna, making friends with Him and dedicating everything unto Him.
These nine items of devotional service, when directly offered to Krsna, constitute the highest attainment of life.
This is the verdict of the revealed scriptures.’
PURPORT
Sri Caitanya Mahaprabhu quoted these verses from Srimad-Bhagavatam (7.5.23-24).
9.261
sravana-kirtana ha-ite krsne haya ’prema’
sei pancama purusartha--purusarthera sima
SYNONYMS
sravana-kirtana—hearing and chanting; ha-ite—from; krsne—unto Lord Krsna; haya—there is; prema—transcendental love; sei—that; pancama purusa-artha—the fifth platform of perfection of life; purusa-arthera sima—the limit of goals of life "When one comes to the platform of loving service to Lord Krsna by executing these nine processes beginning with hearing and chanting, he has attained the fifth platform of success and the limit of life’s goals.
PURPORT
Everyone is after success in religion, economic development, sense gratification and ultimately merging into the existence of Brahman.
These are the general practices of the common man, but according to the strict principles of the Vedas, the highest attainment is to rise to the platform of sravanam kirtanam, hearing and chanting about the Supreme Personality of Godhead.
This is confirmed in Srimad-Bhagavatam (1.1.2):
dharmah projjhita-kaitavo ’tra paramo nirmatsaranam satam
vedyam vastavam atra vastu siva-dam tapa-trayonmulanam
srimad-bhagavate maha-muni-krte kim va parair isvarah
sadyo hrdy avarudhyate ’tra krtibhih susrusubhis tat-ksanat “Completely rejecting all religious activities which are materially motivated, this Bhagavata Purana propounds the highest truth, which is understandable by those devotees who are fully pure in heart.
The highest truth is reality distinguished from illusion for the welfare of all.
Such truth uproots the threefold miseries.
This beautiful Bhagavatam, compiled by the great sage Sri Vyasadeva, is sufficient in itself for God realization.
What is the need of any other scripture? As soon as one attentively and submissively hears the message of Bhagavatam, by this culture of knowledge the Supreme Lord is established within his heart.” This verse of Srimad-Bhagavatam rejects as cheating processes all religious activities that aim at achieving materialistic goals, including dharma, artha, kama and even moksa, or liberation.
According to Sridhara Svami, the material conception of success (moksa, or liberation) is desired by those in material existence.
Devotees, however, not being situated in material existence, have no desire for liberation.
A devotee is always liberated in all stages of life because he is always engaged in the nine items of devotional service (sravanam, kirtanam, etc.).
Sri Caitanya Mahaprabhu’s philosophy holds that devotional service to Krsna always exists in everyone’s heart.
It simply has to be awakened by the process of sravanam kirtanam visnoh.
Sravanadi suddha-citte karaye udaya (Cc.Madhya 22.107).
When a person is actually engaged in devotional service, his eternal relationship with the Lord, the servant-master relationship, is awakened.
9.262
evam-vratah sva-priya-nama-kirtya
jatanurago druta-citta uccaih
hasaty atho roditi rauti gayaty
unmada-van nrtyati loka-bahyah
SYNONYMS
evam-vratah—when one thus engages in a 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—without 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
This verse is a quotation from Srimad-Bhagavatam (11.2.40).
9.263
karma-ninda, karma-tyaga, sarva-sastre kahe
karma haite prema-bhakti krsne kabhu nahe
SYNONYMS
karma-ninda—condemnation of fruitive activities; karma-tyaga—renunciation of fruitive activities; sarva-sastre kahe—is announced in every revealed scripture; karma haite—from fruitive activities; prema-bhakti—devotional service in ecstatic love; krsne—for Krsna; kabhu nahe—can never be achieved "In every revealed scripture there is condemnation of fruitive activities.
It is advised everywhere to give up engagement in fruitive activities, for by executing them no one can attain the highest goal of life, love of Godhead.
PURPORT
In the Vedas there are three kandas, or divisions: karma-kanda, jnana-kanda and upasana-kanda.
The karma-kanda portion stresses the execution of fruitive activities, although ultimately it is advised that one abandon both karma-kanda and jnana-kanda (speculative knowledge) and accept only upasana-kanda, or bhakti-kanda.
One cannot attain love of Godhead by executing karma-kanda or jnana-kanda.
But by dedicating one’s karma, or fruitive activities, to the Supreme Lord, one may be relieved from the polluted mind, and becoming free from mental pollution helps elevate one to the spiritual platform.
Then, however, one needs the association of a pure devotee, for only by a pure devotee’s association can one become a pure devotee of the Supreme Personality of Godhead, Krsna.
When one comes to the stage of pure devotional service, the process of sravanam kirtanam is very essential.
By executing the nine items of devotional service, beginning with sravanam kirtanam, one is completely purified.
Anyabhilasita-sunyam jnana-karmady-anavrtam (Bhakti-rasamrta-sindhu 1.1.12).
Only then is one able to execute Krsna’s orders in the Bhagavad-gita (18.65-66):
man-mana bhava mad-bhakto
mad-yaji mam namaskuru
mam evaisyasi satyam te
pratijane priyo ’si me
sarva-dharman parityajya
mam ekam saranam vraja
aham tvam sarva-papebhyo
moksayisyami ma sucah “Always think of Me, become My devotee, worship Me and offer your homage unto Me.
Thus you will come to Me without fail.
I promise you this because you are My very dear friend.
Abandon all varieties of religion and just surrender unto Me.
I shall deliver you from all sinful reactions.
Do not fear.” In this way one develops his original constitutional position of rendering loving service to the Lord.
One cannot be elevated to the highest platform of devotional service by karma-kanda or jnana-kanda.
Pure devotional service can be understood and attained only through the association of pure devotees.
In this regard, Srila Bhaktisiddhanta Sarasvati Thakura states that there are two types of karma-kanda activities-pious and impious.
Pious activities are certainly better than impious activities, but even pious activities cannot help one achieve ecstatic love of God, Krsna.
Pious and impious activities bring about material happiness and distress, but there is no possibility of one’s becoming a pure devotee simply by acting piously or impiously.
Bhakti, devotional service, means satisfying Krsna.
In every revealed scripture, whether stressing jnana-kanda or karma-kanda, the principle of renunciation is always praised.
The ripened fruit of Vedic knowledge, Srimad-Bhagavatam, is the supreme Vedic evidence.
In Srimad-Bhagavatam (1.5.12) it is said:
naiskarmyam apy acyuta-bhava-varjitam
na sobhate jnanam alam niranjanam
kutah punah sasvad abhadram isvare
na carpitam karma yad apy akaranam “Knowledge of self-realization, even though free from all material affinity, does not look well if devoid of a conception of the Infallible (God).
What, then, is the use of fruitive activities, which are naturally painful from the very beginning and transient by nature, if they are not utilized for the devotional service of the Lord?” This means that even knowledge, which is superior to fruitive activity, is not successful if it is devoid of devotional service.
Therefore in Srimad-Bhagavatam-in the beginning, middle and end-karma-kanda and jnana-kanda are condemned.
For example, in Srimad-Bhagavatam
1.1.2it is said: dharmah projjhita-kaitavo ’tra.
This is explained in the following verses taken from Srimad-Bhagavatam (11.11.32) and the Bhagavad-gita (18.66).
9.264
ajnayaivam gunan dosan
mayadistan api svakan
dharman santyajya yah sarvan
mam bhajet sa ca sattamah
SYNONYMS
ajnaya—knowing perfectly; evam—thus; gunan—qualities; dosan—faults; maya—by Me; adistan—instructed; api—although; svakan—own; dharman—occupational duties; santyajya—giving up; yah—anyone who; sarvan—all; mam—unto Me; bhajet—may render service; sah—he; ca—and; sat-tamah—first-class person " ’Occupational duties are described in the religious scriptures.
If one analyzes them, he can fully understand their qualities and faults and then give them up completely to render service unto the Supreme Personality of Godhead.
A person who does so is considered a first-class man.’
9.265
sarva-dharman parityajya
mam ekam saranam vraja
aham tvam sarva-papebhyo
moksayisyami ma sucah
SYNONYMS
sarva-dharman—all kinds of occupational duties; parityajya—giving up; mam ekam—unto Me only; saranam—as shelter; vraja—go; aham—I; tvam—unto you; sarva-papebhyah—from all the reactions of sinful life; moksayisyami—will give liberation; ma—do not; sucah—worry " ’Abandon all varieties of religion and just surrender unto Me.
I shall deliver you from all sinful reactions.
Do not fear.’
9.266
tavat karmani kurvita
na nirvidyeta yavata
mat-katha-sravanadau va
sraddha yavan na jayate
SYNONYMS
tavat—up to that time; karmani—fruitive activities; kurvita—one should execute; na nirvidyeta—is not satiated; yavata—as long as; mat-katha—of discourses about Me; sravana-adau—in the matter of sravanam, kirtanam, and so on; va—or; sraddha—faith; yavat—as long as; na—not; jayate—is awakened " ’As long as one is not satiated by fruitive activity and has not awakened his taste for devotional service by sravanam kirtanam visnoh, one has to act according to the regulative principles of the Vedic injunctions.’
PURPORT
This is a quotation from Srimad-Bhagavatam (11.20.9).
9.267
panca-vidha mukti tyaga kare bhakta-gana
phalgu kari’ ’mukti’ dekhe narakera sama
SYNONYMS
panca-vidha—five kinds of; mukti—liberation; tyaga kare—give up; bhakta-gana—devotees; phalgu—insignificant; kari’-considering; mukti—liberation; dekhe—see; narakera—to hell; sama—equal "Pure devotees reject the five kinds of liberation; indeed, for them liberation is very insignificant because they see it as hellish.
9.268
salokya-sarsti-samipya-
sarupyaikatvam apy uta
diyamanam na grhnanti
vina mat-sevanam janah
SYNONYMS
salokya—to live on the same planet as the Supreme Personality of Godhead; sarsti—to possess opulence equal to the Lord’s; samipya—to always associate with the Supreme Personality of Godhead; sarupya—to possessing bodily features equal to the Lord’s; ekatvam—to merge into the body of the Supreme Personality of Godhead; api—even; uta—certainly; diyamanam—being offered; na—never; grhnanti—accept; vina—without; mat—My; sevanam—devotional service; janah—devotees " ’Pure devotees always reject the five kinds of liberation, which include living in the spiritual Vaikuntha planets, possessing the same opulences as those possessed by the Supreme Lord, having the same bodily features as the Lord’s, associating with the Lord and merging into the body of the Lord.
The pure devotees do not accept these benedictions without the service of the Lord.’
PURPORT
This is a verse from Srimad-Bhagavatam (3.29.13).
9.269
yo dustyajan ksiti-suta-svajanartha-daran
prarthyam sriyam sura-varaih sadayavalokam
naicchan nrpas tad ucitam mahatam madhu-dvit-
sevanurakta-manasam abhavo ’pi phalguh
SYNONYMS
yah—one who; dustyajan—very difficult to give up; ksiti—land; suta—children; svajana—relatives; artha—riches; daran—and wife; prarthyam—desirable; sriyam—fortune; sura-varaih—by the best of the demigods; sa-daya—merciful; avalokam—whose glance; na aicchat—did not desire; nrpah—the King (Maharaja Bharata); tat—that; ucitam—is befitting; mahatam—of great personalities; madhu-dvit—of the killer of the demon Madhu; seva-anurakta—engaged in the service; manasam—the minds of whom; abhavah—cessation of the repetition of birth and death; api—even; phalguh—insignificant " ’It is very difficult to give up material opulence, land, children, society, friends, riches, wife or the blessings of the goddess of fortune, which are desired even by great demigods.
But King Bharata did not desire such things, and this was quite befitting his position, because for a pure devotee whose mind is always engaged in service of the Lord, even the liberation of merging into the existence of the Lord is insignificant.
And what to speak of material opportunities?’
PURPORT
This is a verse from Srimad-Bhagavatam (5.14.44) concerning the glorification of King Bharata, whom Sukadeva Gosvami was describing to King Pariksit.
9.270
narayana-parah sarve
na kutascana bibhyati
svargapavarga-narakesv
api tulyartha-darsinah
SYNONYMS
narayana-parah—persons who are devotees of the Supreme Personality of Godhead Narayana; sarve—all; na—never; kutascana—anywhere; bibhyati—are afraid; svarga—in the heavenly planetary system; apavarga—on the path of liberation; narakesu—or in a hellish condition of life; api—even; tulya—equal; artha—value; darsinah—seers of " ’A person who is a devotee of Lord Narayana is not afraid of a hellish condition because he considers it the same as elevation to the heavenly planets or liberation.
The devotees of Lord Narayana are accustomed to seeing all these things on the same level.’
PURPORT
This is a verse from Srimad-Bhagavatam (6.17.28) regarding the personality Citraketu.
Once when Citraketu saw the goddess Parvati sitting on the lap of Lord Sambhu (Siva), he criticized Lord Siva for being shameless and sitting just like an ordinary man with his wife on his lap.
For this reason Citraketu was cursed by Parvati.
Later he became a demon named Vrtrasura.
Citraketu was a very powerful king and a devotee, and he could certainly retaliate even against Lord Siva, but when Parvati cursed him, he immediately accepted the curse with a bowed head.
When he agreed to accept this curse, Lord Siva praised him and told Parvati that a devotee of Lord Narayana is never afraid of accepting any position provided there is a chance to serve the Supreme Personality of Godhead.
This is the purport of narayana-parah sarve na kutascana bibhyati.
9.271
mukti, karma--dui vastu tyaje bhakta-gana
sei dui sthapa’ tumi ’sadhya’, ’sadhana’
SYNONYMS
mukti—liberation; karma—fruitive activities; dui—two; vastu—things; tyaje—give up; bhakta-gana—the devotees; sei—those; dui—two; sthapa’-establish; tumi—you; sadhya—the goal of life; sadhana—the process of achievement “Both liberation and fruitive activity are rejected by devotees.
You are trying to establish these things as life’s goal and the process for attaining it.”
9.272
sannyasi dekhiya more karaha vancana
na kahila teni sadhya-sadhana-laksana
SYNONYMS
sannyasi—a person in the renounced order of life; dekhiya—seeing; more—unto Me; karaha—you do; vancana—duplicity; na kahila—did not describe; teni—therefore; sadhya—objective; sadhana—process of achievement; laksana—symptoms.
Sri Caitanya Mahaprabhu continued speaking to the Tattvavadi acarya: “Seeing that I am a mendicant in the renounced order of life, you have been playing with Me in a duplicitous way.
You have not actually described the process and ultimate objective.”
9.273
suni’ tattvacarya haila antare lajjita
prabhura vaisnavata dekhi, ha-ila vismita
SYNONYMS
suni’-hearing; tattva-acarya—the acarya of the Tattvavada-sampradaya; haila—became; antare—within the mind; lajjita—ashamed; prabhura—of Lord Sri Caitanya Mahaprabhu; vaisnavata—devotion in Vaisnavism; dekhi—seeing; ha-ila—became; vismita—struck with wonder.
After hearing Sri Caitanya Mahaprabhu, the acarya of the Tattvavada-sampradaya became very much ashamed.
Upon observing Sri Caitanya Mahaprabhu’s rigid faith in Vaisnavism, he was struck with wonder.
9.274
acarya kahe,--tumi yei kaha, sei satya haya
sarva-sastre vaisnavera ei suniscaya
SYNONYMS
acarya kahe—the Tattvavadi acarya said; tumi—You; yei—whatever; kaha—say; sei—that; satya—truth; haya—is; sarva-sastre—in all revealed scriptures; vaisnavera—of the devotees of Lord Visnu; ei—this; su-niscaya—conclusion.
The Tattvavadi acarya replied, "What You have said is certainly factual.
It is the conclusion of all the revealed scriptures of the Vaisnavas.
9.275
tathapi madhvacarya ye kariyache nirbandha
sei acariye sabe sampradaya-sambandha
SYNONYMS
tathapi—still; madhva-acarya—Madhvacarya; ye—whatever; kariyache—formulated; nirbandha—rules and regulations; sei—that; acariye—we practice; sabe—all; sampradaya—party; sambandha—relationship “Still, whatever Madhvacarya has established as the formula for our party, we practice as a party policy.”
9.276
prabhu kahe,--karmi, jnani,--dui bhakti-hina
tomara sampradaye dekhi sei dui cihna
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; karmi—fruitive worker; jnani—mental speculator; dui—both of them; bhakti-hina—nondevotees; tomara—your; sampradaye—in the community; dekhi—I see; sei—those; dui—both; cihna—symptoms.
Sri Caitanya Mahaprabhu said, "Both the fruitive worker and the speculative philosopher are considered nondevotees.
We see both elements present in your sampradaya.
9.277
sabe, eka guna dekhi tomara sampradaye
satya-vigraha kari’ isvare karaha niscaye
SYNONYMS
sabe—in all; eka—one; guna—quality; dekhi—I see; tomara—your; sampradaye—in the party; satya-vigraha—the form of the Lord as truth; kari’-accepting; isvare—the Supreme Personality of Godhead; karaha—you do; niscaye—conviction “The only qualification that I see in your sampradaya is that you accept the form of the Lord as truth.”
PURPORT
Sri Caitanya Mahaprabhu wanted to point out to the Tattvavadi acarya, who belonged to the Madhvacarya-sampradaya, that the general behavior of the Tattvavadis did not favor pure devotional service, which must be devoid of the taints of fruitive activity and speculative knowledge.
As far as fruitive activity is concerned, the contamination is the desire for elevation to a higher standard of life, and for speculative knowledge the contamination is the desire to merge into the existence of the Absolute Truth.
The Tattvavada-sampradaya of the Madhvacarya school sticks to the principle of varnasrama-dharma, which involves fruitive activity.
Their ultimate goal (mukti) is simply a form of material desire.
A pure devotee should be free from all kinds of material desire.
He simply engages in the service of the Lord.
Nonetheless, Caitanya Mahaprabhu was pleased that the Madhvacarya-sampradaya, or the Tattvavada-sampradaya, accepted the transcendental form of the Lord.
This is the great qualification of the Vaisnava sampradayas.
It is the Mayavada-sampradaya that does not accept the transcendental form of the Lord.
If a Vaisnava sampradaya is also carried away by that impersonal attitude, that sampradaya has no position at all.
It is a fact that there are many so-called Vaisnavas whose ultimate aim is to merge into the existence of the Lord.
For example, the sahajiyas’ Vaisnava philosophy is to become one with the Supreme.
Sri Caitanya Mahaprabhu points out that Sri Madhavendra Puri accepted Madhvacarya only because his sampradaya accepted the transcendental form of the Lord.
9.278
ei-mata tanra ghare garva curna kari’
phalgu-tirthe tabe cali aila gaurahari
SYNONYMS
ei-mata—in this way; tanra ghare—at his place; garva—pride; curna—broken; kari’-making; phalgu-tirthe—to the holy place named Phalgu-tirtha; tabe—then; cali—walking; aila—came; gaurahari—Lord Sri Caitanya Mahaprabhu.
Thus Sri Caitanya Mahaprabhu broke the pride of the Tattvavadis to pieces.
He then went to the holy place known as Phalgu-tirtha.
9.279
tritakupe visalara kari’ darasana
pancapsara-tirthe aila sacira nandana
SYNONYMS
tritakupe—to Tritakupa; visalara—of the Deity named Visala; kari’-doing; darasana—visiting; panca-apsara-tirthe—to Pancapsara-tirtha; aila—came; sacira nandana—the son of mother Saci.
Sri Caitanya Mahaprabhu, the son of mother Saci, went to Tritakupa, and after seeing the Visala Deity there, He went to the holy place known as Pancapsara-tirtha.
PURPORT
The Apsaras, denizens of the heavenly planets, are generally known as dancing girls.
The girls in the heavenly planets are exquisitely beautiful, and if a woman on earth is found to be very beautiful, she is compared to the Apsaras.
There were five Apsaras named Lata, Budbuda, Samici, Saurabheyi and Varna.
It is said that these five beautiful dancing girls were sent by Indra to break the severe austerity of a saintly person called Acyuta Rsi.
This action was typical of Indra, the King of heaven.
Whenever Indra discovered someone undergoing severe austerities, he would begin to fear for his post.
Indra was always anxious about his position, fearing that if someone became more powerful than him he would lose his elevated position.
Thus as soon as he would see a saint undergoing severe austerities, he would send dancing girls to distract him.
Even the great saint Visvamitra Muni fell victim to his plan.
When the five Apsaras went to break Acyuta Rsi’s meditation, they were all chastised and cursed by the saint.
As a result, the girls turned into crocodiles in a lake that came to be known as Pancapsara.
Lord Ramacandra also visited this place.
From Sri Narada Muni’s narration, it is understood that when Arjuna went to visit the holy places, he learned about the condemnation of the five Apsaras.
He delivered them from their abominable condition, and from that day the lake known as Pancapsara became a place of pilgrimage.
9.280
gokarne siva dekhi’ aila dvaipayani
surparaka-tirthe aila nyasi-siromani
SYNONYMS
gokarne—in the place named Gokarna; siva—the temple of Lord Siva; dekhi’-seeing; aila—came; dvaipayani—to Dvaipayani; surparaka-tirthe—to the holy place named Surparaka; aila—came; nyasi-siromani—the best of the sannyasis, Sri Caitanya Mahaprabhu.
After seeing Pancapsara, Sri Caitanya Mahaprabhu went to Gokarna.
While there, He visited the temple of Lord Siva, and then He went to Dvaipayani.
Sri Caitanya Mahaprabhu, the crown jewel of all sannyasis, then went to Surparaka-tirtha.
PURPORT
Gokarna is situated in North Karnarada It is about twenty miles southeast of Karwar.
This place is very famous for the temple of Lord Siva known as Maha-balesvara.
Hundreds and thousands of pilgrims come to see this temple.
Surparaka (nowadays known as Sopara) is about twenty-six miles north of Bombay, in the Maharashtra province, in the district known as Thane.
Surparaka is mentioned in the Mahabharata (Santi-parva, Chapter 41, verses 66-67).
9.281
kolapure laksmi dekhi’ dekhena ksira-bhagavati
langa-ganesa dekhi’ dekhena cora-parvati
SYNONYMS
kolapure—at Kolapura; laksmi—the goddess of fortune; dekhi’-seeing; dekhena—He visited; ksira-bhagavati—the temple of Ksira-bhagavati; langa-ganesa—the deity Langa-ganesa; dekhi’-seeing; dekhena—He sees; cora-parvati—the goddess Parvati, who is known as a thief.
Sri Caitanya Mahaprabhu then visited the town of Kolapura, where He saw the goddess of fortune in the temple of Ksira-bhagavati and Langa-ganesa in another temple, known as Cora-parvati.
PURPORT
Kolapura is a town in the Maharashtra province formerly known as Bombay Pradesa.
Formerly it was a native state, and it is bordered on the north by the district of Satara, on the east and south by the district of Belgauma, and on the west by the district of Ratnagiri.
In this place there is a river named Urna.
From the Bombay Gazette it is understood that there were about 250 temples there, out of which six are very famous.
These are (1) Ambabai, or Mahalaksmi Mandira, (2) Vithoba Mandira, (3) Temblai Mandira, (4) Mahakali Mandira, (5) Phiranga-i, or Pratyangira Mandira, and (6) Yyallamma Mandira.
9.282
tatha haite pandarapure aila gauracandra
viththala-thakura dekhi’ paila ananda
SYNONYMS
tatha haite—from there; pandara-pure—to Pandarapura; aila—came; gauracandra—Lord Sri Caitanya Mahaprabhu; viththala-thakura—the Deity known as Viththala; dekhi’-seeing; paila—got; ananda—great happiness.
From there Sri Caitanya Mahaprabhu went to Pandarapura, where He happily saw the temple of Viththala Thakura.
PURPORT
This city of Pandarapura is situated on the river Bhima.
It is said that Sri Caitanya Mahaprabhu initiated Tukarama when He visited Pandarapura.
This Tukarama Acarya became very famous in the Maharashtra province, and he spread the sankirtana movement all over the province.
The sankirtana party belonging to Tukarama is still very popular in Bombay and throughout the province of Maharashtra.
Tukarama was a disciple of Sri Caitanya Mahaprabhu, and his book is known as Abhanga.
His sankirtana party exactly resembles the Gaudiya-Vaisnava sankirtana parties, for they chant the holy name of the Lord with mrdanga and karatalas.
The Lord Viththaladeva mentioned in this verse is a form of Lord Visnu with four hands.
He is Narayana.
9.283
premavese kaila bahuta kirtana-nartana
tahan eka vipra tanre kaila nimantrana
SYNONYMS
prema-avese—in the great ecstasy of love; kaila—performed; bahuta—much; kirtana-nartana—chanting and dancing; tahan—there; eka—one; vipra—brahmana; tanre—unto Him; kaila—did; nimantrana—invitation.
Sri Caitanya Mahaprabhu chanted and danced in various ways as usual.
A brahmana, seeing Him in ecstatic love, was very much pleased and invited the Lord to his home for lunch.
9.284
bahuta adare prabhuke bhiksa karaila
bhiksa kari’ tatha eka subha-varta paila
SYNONYMS
bahuta adare—with great love; prabhuke—unto Lord Sri Caitanya Mahaprabhu; bhiksa karaila—offered lunch; bhiksa kari’-after finishing His lunch; tatha—there; eka—one; subha-varta—auspicious news; paila—got.
This brahmana offered Sri Caitanya Mahaprabhu food with great respect and love.
After finishing His lunch, the Lord received auspicious news.
9.285
madhava-purira sisya ’sri-ranga-puri’ nama
sei grame vipra-grhe karena visrama
SYNONYMS
madhava-purira sisya—a disciple of Madhavendra Puri; sri-ranga-puri—Sri Ranga Puri; nama—named; sei grame—in that village; vipra-grhe—in the house of a brahmana; karena visrama—rests.
Sri Caitanya Mahaprabhu received word that Sri Ranga Puri, one of the disciples of Sri Madhavendra Puri, was present in that village at the home of a brahmana.
9.286
suniya calila prabhu tanre dekhibare
vipra-grhe vasi’ achena, dekhila tanhare
SYNONYMS
suniya—hearing; calila—went; prabhu—Sri Caitanya Mahaprabhu; tanre—him; dekhibare—to see; vipra-grhe—at the house of the brahmana; vasi’-sitting; achena—was; dekhila—saw; tanhare—him.
Hearing this news, Sri Caitanya Mahaprabhu immediately went to see Sri Ranga Puri at the brahmana’s home.
Upon entering, the Lord saw him sitting there.
9.287
premavese kare tanre danda-paranama
asru, pulaka, kampa, sarvange pade ghama
SYNONYMS
prema-avese—in ecstatic love; kare—does; tanre—unto him; danda-paranama—obeisances, falling flat; asru—tears; pulaka—jubilation; kampa—trembling; sarva-ange—all over the body; pade—there was; ghama—perspiration.
As soon as Sri Caitanya Mahaprabhu saw the brahmana, He immediately offered him obeisances in ecstatic love, falling flat to the ground.
The symptoms of transcendental transformation were visible-namely, tears, jubilation, trembling and perspiration.
9.288
dekhiya vismita haila sri-ranga-purira mana
’uthaha sripada’ bali’ balila vacana
SYNONYMS
dekhiya—seeing; vismita—astonished; haila—became; sri-ranga-purira—of Sri Ranga Puri; mana—the mind; uthaha—get up; sri-pada—Your Holiness; bali’-saying; balila vacana—began to speak.
Upon seeing Sri Caitanya Mahaprabhu in such an ecstatic mood, Sri Ranga Puri said, "Your Holiness, please get up.
9.289
sripada, dhara mora gosanira sambandha
taha vina anyatra nahi ek premara gandha
SYNONYMS
sri-pada—O Your Holiness; dhara—You hold; mora—my; gosanira—with Sri Madhavendra Puri; sambandha—relationship; taha vina—without him; anyatra—elsewhere; nahi—there is not; ei—this; premara—of ecstasy; gandha—fragrance “Your Holiness is certainly related to Sri Madhavendra Puri, without whom there is no fragrance of ecstatic love.”
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura remarks that only Lord Krsna was worshiped in the disciplic succession of Madhvacarya up to the advent of His Holiness Sripada Laksmipati Tirtha.
After Srila Madhavendra Puri, worship of both Radha and Krsna was established.
For this reason Sri Madhavendra Puri is accepted as the root of worship in ecstatic love.
Unless one is connected to the disciplic succession of Madhavendra Puri, there is no possibility of awakening the symptoms of ecstatic love.
The word gosani is significant in this connection.
The spiritual master who is fully surrendered unto the Supreme Personality of Godhead and has no business other than the Lord’s service is called the best of the paramahamsas.
A paramahamsa has no program for sense gratification; he is interested only in satisfying the senses of the Lord.
One who has control of the senses in this way is called a gosani or a gosvami, master of the senses.
The senses cannot be controlled unless one is engaged in the service of the Lord; therefore the bona fide spiritual master, who has full control over his senses, engages twenty-four hours a day in the Lord’s service.
He can therefore be addressed as gosani or gosvami.
The title gosvami cannot be inherited but can be given only to a bona fide spiritual master.
There were six great Gosvamis of Vrndavana-Srila Rupa, Sanatana, Bhatta Raghunatha, Sri Jiva, Gopala Bhatta and Dasa Raghunatha-and none of them inherited the title of gosvami.
All the Gosvamis of Vrndavana were bona fide spiritual masters situated on the highest platform of devotional service, and for that reason they were called gosvamis.
All the temples of Vrndavana were certainly started by the six Gosvamis.
Later the worship in the temples was entrusted to some householder disciples of the Gosvamis, and since then the hereditary title of gosvami has been used.
However, only one who is a bona fide spiritual master expanding the cult of Sri Caitanya Mahaprabhu, the Krsna consciousness movement, and who is in full control of his senses can be addressed as a gosvami.
Unfortunately, the hereditary process is going on; therefore at the present moment, in most cases the title is being misused due to ignorance of the word’s etymology.
9.290
eta bali’ prabhuke uthana kaila alingana
galagali kari’ dunhe karena krandana
SYNONYMS
eta bali’-saying this; prabhuke—Lord Sri Caitanya Mahaprabhu; uthana—lifting up; kaila—did; alingana—embracing; galagali—shoulder to shoulder; kari’-doing; dunhe—both of them; karena—do; krandana—crying.
After saying this, Sri Ranga Puri lifted Sri Caitanya Mahaprabhu up and embraced Him.
As the two of them embraced shoulder to shoulder, they began to cry in ecstasy.
9.291
ksaneke avesa chadi’ dunhara dhairya haila
isvara-purira sambandha gosani janaila
SYNONYMS
ksaneke—after just a few moments; avesa—ecstasy; chadi’-giving up; dunhara—of both of them; dhairya—patience; haila—there was; isvara-purira—of Isvara Puri; sambandha—relationship; gosani—Sri Caitanya Mahaprabhu; janaila—disclosed.
After some moments, they came to their senses and became patient.
Sri Caitanya Mahaprabhu then informed Sri Ranga Puri about His relationship with Isvara Puri.
9.292
adbhuta premera vanya dunhara uthalila
dunhe manya kari’ dunhe anande vasila
SYNONYMS
adbhuta—wonderful; premera—of love of Godhead; vanya—inundation; dunhara—of both of them; uthalila—arose; dunhe—both of them; manya kari’-offering respect; dunhe—both of them; anande—with great happiness; vasila—sat down.
They were both inundated by the wonderful ecstasy of love that was aroused in them.
Finally they sat down and respectfully began to converse.
9.293
dui jane krsna-katha kahe ratri-dine
ei-mate gonaila panca-sata dine
SYNONYMS
dui jane—both the persons; krsna-katha—topics of Krsna; kahe—speak; ratri-dine—day and night; ei-mate—in this way; gonaila—passed; panca-sata—five to seven; dine—days.
In this way they discussed topics about Lord Krsna continually for five to seven days.
9.294
kautuke puri tanre puchila janma-sthana
gosani kautuke kahena ’navadvipa’ nama
SYNONYMS
kautuke—out of curiosity; puri—Sri Ranga Puri; tanre—Him; puchila—asked; janma-sthana—the place of birth; gosani—Sri Caitanya Mahaprabhu; kautuke—as a matter of course; kahena—said; navadvipa—Navadvipa; nama—name.
Out of curiosity, Sri Ranga Puri asked Sri Caitanya Mahaprabhu about His birthplace, and the Lord informed him that it was Navadvipa-dhama.
9.295
sri-madhava-purira sange sri-ranga-puri
purve asiyachila tenho nadiya-nagari
SYNONYMS
sri-madhava-purira sange—with Sri Madhavendra Puri; sri-ranga-puri—Sri Ranga Puri; purve—formerly; asiyachila—came; tenho—he; nadiya-nagari—to the city of Nadia.
Sri Ranga Puri had formerly gone to Navadvipa with Sri Madhavendra Puri, and he therefore remembered the incidents that took place there.
9.296
jagannatha-misra-ghare bhiksa ye karila
apurva mocara ghanta tahan ye khaila
SYNONYMS
jagannatha-misra-ghare—in the house of Sri Jagannatha Misra; bhiksa—lunch; ye—that; karila—took; apurva—unprecedented; mocara ghanta—curry made of plantain flowers; tahan—there; ye—that; khaila—ate.
As soon as Sri Ranga Puri recalled Navadvipa, he also recalled accompanying Sri Madhavendra Puri to the house of Jagannatha Misra, where he had taken lunch.
He even remembered the taste of an unprecedented curry made of banana flowers.
9.297
jagannathera brahmani, tenha--maha-pativrata
vatsalye hayena tenha yena jagan-mata
SYNONYMS
jagannathera—of Jagannatha Misra; brahmani—wife; tenha—she; maha—great; pati-vrata—devoted to her husband; vatsalye—in affection; hayena—was; tenha—she; yena—as if; jagat-mata—the mother of the whole universe.
Sri Ranga Puri also remembered the wife of Jagannatha Misra.
She was very much devoted and chaste.
As for her affection, she was exactly like the mother of the universe.
9.298
randhane nipuna tan-sama nahi tribhuvane
putra-sama sneha karena sannyasi-bhojane
SYNONYMS
randhane—in cooking; nipuna—very expert; tan-sama—like her; nahi—there is none; tri-bhuvane—in the three worlds; putra-sama—like to her own sons; sneha karena—she was affectionate; sannyasi-bhojane—in feeding the sannyasis.
He also remembered how Sri Jagannatha Misra’s wife, Sacimata, was expert in cooking.
He recalled that she was very affectionate toward the sannyasis and fed them exactly like her own sons.
9.299
tanra eka yogya putra kariyache sannyasa
’sankararanya’ nama tanra alpa vayasa
SYNONYMS
tanra—her; eka—one; yogya—deserving; putra—son; kariyache—has accepted; sannyasa—the renounced order of life; sankararanya—Sankararanya; nama—named; tanra—his; alpa—little; vayasa—age.
Sri Ranga Puri also remembered that one of her deserving sons had accepted the renounced order at a very young age.
His name was Sankararanya.
9.300
ei tirthe sankararanyera siddhi-prapti haila
prastave sri-ranga-puri eteka kahila
SYNONYMS
ei tirthe—in this holy place; sankararanyera—of Sankararanya; siddhi-prapti—attainment of perfection; haila—became fulfilled; prastave—in the course of conversation; sri-ranga-puri—Sri Ranga Puri; eteka—thus; kahila—spoke.
Sri Ranga Puri informed Sri Caitanya Mahaprabhu that the sannyasi named Sankararanya had attained perfection in that holy place, Pandarapura.
PURPORT
Sri Caitanya Mahaprabhu’s elder brother was named Visvarupa.
He left home before Sri Caitanya Mahaprabhu and accepted the sannyasa order under the name of Sankararanya Svami.
He traveled all over the country and finally went to Pandarapura, where he passed away after attaining perfection.
In other words, he entered the spiritual world after giving up his mortal body at Pandarapura.
Sri Ranga Puri, a disciple of Sri Madhavendra Puri and godbrother of Isvara Puri, disclosed this important news to Sri Caitanya Mahaprabhu.
9.301
prabhu kahe,--purvasrame tenha mora bhrata
jagannatha misra--purvasrame mora pita
SYNONYMS
prabhu kahe—the Lord replied; purva-asrame—in My previous asrama; tenha—He; mora bhrata—My brother; jagannatha misra—Jagannatha Misra; purva-asrame—in My previous asrama; mora pita—My father.
Sri Caitanya Mahaprabhu said, “In My previous asrama, Sankararanya was My brother and Jagannatha Misra was My father.”
9.302
ei-mata dui-jane ista-gosthi kari’
dvaraka dekhite calila sri-ranga-puri
SYNONYMS
ei-mata—in this way; dui-jane—both of them; ista-gosthi kari’-discussing many topics; dvaraka dekhite—to see Dvaraka; calila—started; sri-ranga-puri—Sri Ranga Puri.
After finishing his talks with Sri Caitanya Mahaprabhu, Sri Ranga Puri started for Dvaraka-dhama.
9.303
dina cari tatha prabhuke rakhila brahmana
bhima-nadi snana kari’ karena viththala darsana
SYNONYMS
dina—days; cari—four; tatha—there; prabhuke—Lord Caitanya Mahaprabhu; rakhila—kept; brahmana—the brahmana; bhima-nadi—in the river Bhima; snana kari’-bathing; karena—does; viththala darsana—visit the temple of Viththala.
After Sri Ranga Puri departed for Dvaraka, Sri Caitanya Mahaprabhu remained with the brahmana at Pandarapura for four more days.
He took His bath in the Bhima River and visited the temple of Viththala.
9.304
tabe mahaprabhu aila krsna-venva-tire
nana tirtha dekhi’ tahan devata-mandire
SYNONYMS
tabe—thereafter; mahaprabhu—Sri Caitanya Mahaprabhu; aila—came; krsna-venva-tire—to the bank of the river Krsna-venva; nana—various; tirtha—holy places; dekhi’-seeing; tahan—there; devata-mandire—in the temples of some gods.
Sri Caitanya Mahaprabhu next went to the bank of the Krsna-venva River, where He visited many holy places and the temples of various gods.
PURPORT
This river is a branch of the river Krsna.
It is said that Thakura Bilvamangala resided on the banks of this river, which is also called the Vina, the Veni, the Sina and the Bhima.
9.305
brahmana-samaja saba--vaisnava-carita
vaisnava sakala pade ’krsna-karnamrta’
SYNONYMS
brahmana-samaja—the community of brahmanas; saba—all; vaisnava-carita—pure devotees; vaisnava sakala—all the Vaisnavas; pade—study; krsna-karnamrta—the Krsna-karnamrta of Bilvamangala Thakura.
The brahmana community there was composed of pure devotees, who regularly studied a book entitled Krsna-karnamrta, which was composed by Bilvamangala Thakura.
PURPORT
This book was composed by Bilvamangala Thakura in 112 verses.
There are two or three other books bearing the same name, and there are also two commentaries on Bilvamangala’s book.
One commentary was written by Krsnadasa Kaviraja Gosvami and the other by Caitanya dasa Gosvami.
9.306
krsna-karnamrta suni’ prabhura ananda haila
agraha kariya punthi lekhana laila
SYNONYMS
krsna-karnamrta suni’-after hearing the Krsna-karnamrta; prabhura—of Lord Sri Caitanya Mahaprabhu; ananda haila—there was great happiness; agraha kariya—with great eagerness; punthi—the book; lekhana—getting copied; laila—took.
Sri Caitanya Mahaprabhu was very much pleased to hear the book Krsna-karnamrta, and with great eagerness He had it copied and took it with Him.
9.307
’karnamrta’-sama vastu nahi tribhuvane
yaha haite haya krsne suddha-prema-jnane
SYNONYMS
karnamrta—the Krsna-karnamrta; sama—like; vastu nahi—there is nothing; tri-bhuvane—in the three worlds; yaha haite—from which; haya—there is; krsne—unto Lord Krsna; suddha-prema-jnane—knowledge of pure devotional service.
There is no comparison to the Krsna-karnamrta within the three worlds.
By studying this book, one is elevated to the knowledge of pure devotional service to Krsna.
9.308
saundarya-madhurya-krsna-lilara avadhi
sei jane, ye ’karnamrta’ pade niravadhi
SYNONYMS
saundarya—beauty; madhurya—sweetness; krsna-lilara—of the pastimes of Lord Krsna; avadhi—limit; sei jane—he knows; ye—one who; karnamrta—the book Krsna-karnamrta; pade—studies; niravadhi—constantly.
One who constantly reads the Krsna-karnamrta can fully understand the beauty and melodious taste of the pastimes of Lord Krsna.
9.309
’brahma-samhita’, ’karnamrta’ dui punthi pana
maha-ratna-praya pai aila sange lana
SYNONYMS
brahma-samhita—the book Brahma-samhita; karnamrta—the book Krsna-karnamrta; dui—two; punthi—books; pana—getting; maha-ratna-praya—like the most valuable jewels; pai—getting; aila—came back; sange—with Him; lana—taking.
The Brahma-samhita and Krsna-karnamrta were two books that Sri Caitanya Mahaprabhu considered to be most valuable jewels.
Therefore He took them with Him on His return trip.
9.310
tapi snana kari’ aila mahismati-pure
nana tirtha dekhi tahan narmadara tire
SYNONYMS
tapi—in the Tapi River; snana kari’-taking a bath; aila—arrived; mahismati-pure—at Mahismati-pura; nana tirtha—many holy places; dekhi—seeing; tahan—there; narmadara tire—on the bank of the river Narmada.
Sri Caitanya Mahaprabhu next arrived at the banks of the river Tapi.
After bathing there, He went to Mahismati-pura.
While there, He saw many holy places on the banks of the river Narmada.
PURPORT
The river Tapi is presently known as Tapti.
The river’s source is a mountain called Multai, and the river flows westward through the state of Saurastra and into the Arabian Sea.
Mahismati-pura is mentioned in Mahabharata in connection with Sahadeva’s victory.
Sahadeva, the youngest brother of the Pandavas, conquered that part of the country.
As stated in the Mahabharata:
tato ratnany upadaya
purim mahismatim yayau
tatra nilena rajna sa
9.311
dhanus-tirtha dekhi’ karila nirvindhyate snane
rsyamuka-giri aila dandakaranye
SYNONYMS
dhanush-tirtha—Dhanus-tirtha; dekhi’-seeing; karila—did; nirvindhyate—in the river Nirvindhya; snane—bathing; rsyamuka-giri—at the Rsyamuka Mountain; aila—arrived; dandaka-aranye—in the forest known as Dandakaranya.
The Lord next arrived at Dhanus-tirtha, where He took His bath in the river Nirvindhya.
He then arrived at Rsyamuka Mountain and then went to the forest called Dandakaranya.
PURPORT
According to some opinions, Rsyamuka is a chain of mountains beginning at the village of Hampi-grama in the district of Belari.
The mountain chain begins along the bank of the river Tungabhadra, which gradually reaches the state of Hyderabad.
According to other opinions, this hill is situated in Madhya Pradesh and bears the present name of Rampa.
Dandakaranya is a spacious tract of land which begins north of Khandesa and extends south to Ahmadnagar, west to Nasika, and east to Aurangabad.
The Godavari River flows through this tract of land, and there is a great forest there where Lord Ramacandra lived.
9.312
’saptatala-vrksa’ dekhe kanana-bhitara
ati vrddha, ati sthula, ati uccatara
SYNONYMS
sapta-tala-vrksa—seven palm trees; dekhe—sees; kanana bhitara—within the forest; ati vrddha—very old; ati sthula—very bulky; ati uccatara—very high.
Within that forest Sri Caitanya Mahaprabhu then visited a place called Saptatala.
The seven palm trees there were very old, very bulky and very high.
PURPORT
The name Saptatala is mentioned in the Kiskindhya Chapter of the Ramayana and is described in the eleventh and twelfth sections of this chapter.
9.313
saptatala dekhi’ prabhu alingana kaila
sasarire saptatala vaikunthe calila
SYNONYMS
sapta-tala dekhi’-after seeing the seven palm trees; prabhu—Lord Caitanya Mahaprabhu; alingana kaila—embraced; sa-sarire—with their bodies; sapta-tala—the seven palm trees; vaikunthe calila—returned to Vaikunthaloka.
After seeing the seven palm trees, Sri Caitanya Mahaprabhu embraced them.
As a result, they all returned to Vaikunthaloka, the spiritual world.
9.314
sunya-sthala dekhi’ lokera haila camatkara
loke kahe, e sannyasi--rama-avatara
SYNONYMS
sunya-sthala—the vacant place; dekhi’-seeing; lokera—of the people in general; haila—there was; camatkara—astonishment; loke kahe—all people began to say; e sannyasi—this sannyasi; rama-avatara—incarnation of Lord Ramacandra.
After the seven palm trees had departed for Vaikuntha, everyone was astonished to see them gone.
The people then began to say, "This sannyasi called Sri Caitanya Mahaprabhu must be an incarnation of Lord Ramacandra.
9.315
sasarire tala gela sri-vaikuntha-dhama
aiche sakti kara haya, vina eka rama
SYNONYMS
sa-sarire—with the material body; tala—the palm trees; gela—went; sri-vaikuntha-dhama—to the spiritual kingdom, known as Vaikuntha; aiche—such; sakti—power; kara—whose; haya—is; vina—without; eka—one; rama—Lord Ramacandra “Only Lord Ramacandra has the power to send seven palm trees to the spiritual Vaikuntha planets.”
9.316
prabhu asi’ kaila pampa-sarovare snana
pancavati asi, tahan karila visrama
SYNONYMS
prabhu—Sri Caitanya Mahaprabhu; asi’-coming; kaila—did; pampa-sarovare—in the lake known as Pampa; snana—bathing; pancavati asi—then coming to Pancavati; tahan—there; karila—took; visrama—rest.
Eventually Sri Caitanya Mahaprabhu arrived at a lake known as Pampa, where He took His bath.
He then went to a place called Pancavati, where He rested.
PURPORT
According to some, the old name of the Tungabhadra River was Pamba.
According to others, Vijaya-nagara, the capital of the state, was known as Pampatirtha.
Yet according to others, the lake near Anagundi, in the direction of Hyderabad, is Pampa-sarovara.
The river Tungabhadra also flows through there.
There are many different opinions about the lake called Pampa-sarovara.
9.317
nasike tryambaka dekhi’ gela brahmagiri
kusavarte aila yahan janmila godavari
SYNONYMS
nasike—at the holy place Nasika; tryambaka—a deity of Lord Siva; dekhi’-after seeing; gela—went; brahmagiri—to the place known as Brahmagiri; kusavarte aila—then He came to the holy place known as Kusavarta; yahan—where; janmila—took birth; godavari—the river Godavari.
Sri Caitanya Mahaprabhu then visited Nasika, where He saw the deity of Tryambaka (Lord Siva).
He then went to Brahma-giri and then to Kusavarta, the source of the river Godavari.
PURPORT
Kusavarta is located in the western ghata, at Sahyadri.
It is near Nasika, a holy place, but according to some it was situated in the valley of Vindhya.
9.318
sapta godavari aila kari’ tirtha bahutara
punarapi aila prabhu vidyanagara
SYNONYMS
sapta godavari—to the place known as Sapta-godavari; aila—came; kari’ tirtha bahutara—visiting various holy places; punarapi—again; aila—came back; prabhu—Sri Caitanya Mahaprabhu; vidyanagara—to the place where He met Ramananda Raya.
After visiting many other holy places, the Lord went to Sapta-godavari.
At last He returned to Vidyanagara.
PURPORT
In this way Sri Caitanya Mahaprabhu traveled from the source of the Godavari River and eventually visited the northern side of Hyderabad state.
He finally arrived at the state of Kalinga.
9.319
ramananda raya suni’ prabhura agamana
anande asiya kaila prabhu-saha milana
SYNONYMS
ramananda raya—Ramananda Raya; suni’-hearing; prabhura—of Lord Caitanya Mahaprabhu; agamana—return; anande—in great happiness; asiya—coming; kaila—did; prabhu-saha—with Lord Caitanya Mahaprabhu; milana—meeting.
When Ramananda Raya heard of Sri Caitanya Mahaprabhu’s arrival, he was very much pleased, and he immediately went to see Him.
9.320
dandavat hana pade carane dhariya
alingana kaila prabhu tanre uthana
SYNONYMS
dandavat hana—like a stick; pade—fell; carane—the lotus feet; dhariya—catching; alingana—embracing; kaila—did; prabhu—Sri Caitanya Mahaprabhu; tanre—him; uthana—getting up.
When Ramananda Raya fell flat, touching the lotus feet of Sri Caitanya Mahaprabhu, the Lord immediately raised him to his feet and embraced him.
9.321
dui jane premavese karena krandana
premanande sithila haila dunhakara mana
SYNONYMS
dui jane—both of them; prema-avese—in ecstatic love; karena—do; krandana—crying; prema-anande—in ecstatic love; sithila haila—became slackened; dunhakara—of both of them; mana—minds.
In great ecstatic love they both began to cry, and thus their minds were slackened.
9.322
kata-ksane dui jana susthira hana
nana ista-gosthi kare ekatra vasiya
SYNONYMS
kata-ksane—after some time; dui—two; jana—people; su-sthira hana—coming to their senses; nana—various; ista-gosthi—discussions; kare—do; ekatra—together; vasiya—sitting.
After some time they regained their senses and sat together to discuss various subjects.
9.323
tirtha-yatra-katha prabhu sakala kahila
karnamrta, brahma-samhita,--dui punthi dila
SYNONYMS
tirtha-yatra-katha—topics of His pilgrimage; prabhu—Lord Sri Caitanya Mahaprabhu; sakala kahila—described everything; karnamrta—the book named Krsna-karnamrta; brahma-samhita—the book named Brahma-samhita; dui—two; punthi—scriptures; dila—delivered.
Sri Caitanya Mahaprabhu gave Ramananda Raya a vivid description of His travels to the holy places and told him how He had acquired the two books named Krsna-karnamrta and Brahma-samhita.
The Lord delivered the books to Ramananda Raya.
9.324
prabhu kahe,--tumi yei siddhanta kahile
ei dui punthi sei saba saksi dile
SYNONYMS
prabhu kahe—the Lord said; tumi—you; yei—whatever; siddhanta—conclusion; kahile—informed; ei dui—these two; punthi—books; sei—that; saba—everything; saksi—evidence; dile—gave.
The Lord said, “Whatever you have told Me about devotional service is all supported by these two books.”
9.325
rayera ananda haila pustaka paiya
prabhu-saha asvadila, rakhila likhiya
SYNONYMS
rayera—of Raya Ramananda; ananda—happiness; haila—there was; pustaka paiya—getting those two books; prabhu-saha—with the Lord; asvadila—tasted; rakhila—kept; likhiya—writing.
Ramananda Raya was very happy to receive these books.
He tasted their contents along with the Lord and made a copy of each of them.
9.326
’gosani’ aila’ grame haila kolahala
prabhuke dekhite loka aila sakala
SYNONYMS
gosani—Sri Caitanya Mahaprabhu; aila’-has returned; grame—in the village; haila—there was; kolahala—commotion; prabhuke—Lord Sri Caitanya Mahaprabhu; dekhite—to see; loka—people; aila—came there; sakala—all.
News spread in the village of Vidyanagara about the arrival of Sri Caitanya Mahaprabhu, and everyone came to see Him once again.
9.327
loka dehki’ ramananda gela nija-ghare
madhyahne uthila prabhu bhiksa karibare
SYNONYMS
loka dekhi’-seeing the people; ramananda—Raya Ramananda; gela—departed; nija-ghare—to his own home; madhyahne—at noon; uthila prabhu—Sri Caitanya Mahaprabhu got up; bhiksa karibare—to take His lunch.
After seeing the people who gathered there, Sri Ramananda Raya returned to his own home.
At noon, Sri Caitanya Mahaprabhu got up to take His lunch.
9.328
ratri-kale raya punah kaila agamana
dui jane krsna-kathaya kaila jagarana
SYNONYMS
ratri-kale—at night; raya—Ramananda Raya; punah—again; kaila—did; agamana—coming; dui jane—the two of them; krsna-kathaya—in discourses on topics of Krsna; kaila—did; jagarana—keeping awake through the night.
Sri Ramananda Raya returned at night, and he and the Lord discussed topics concerning Krsna.
Thus they passed the night.
9.329
dui jane krsna-katha kahe ratri-dine
parama-anande gela panca-sata dine
SYNONYMS
dui jane—both of them; krsna-katha—topics of Krsna; kahe—speak; ratri-dine—day and night; parama-anande—in great happiness; gela—passed; panca-sata dine—five to seven days.
Ramananda Raya and Sri Caitanya Mahaprabhu discussed Krsna day and night, and thus they passed from five to seven days in great happiness.
9.330
ramananda kahe,--prabhu, tomara ajna pana
rajake likhilun ami vinaya kariya
SYNONYMS
ramananda kahe—Ramananda Raya said; prabhu—my dear Lord; tomara ajna—Your permission; pana—getting; rajake likhilun—have written a letter to the King; ami—I; vinaya kariya—with great humility.
Ramananda Raya said, "My dear Lord, with Your permission I have already written a letter to the King with great humility.
9.331
raja more ajna dila nilacale yaite
calibara udyoga ami lagiyachi karite
SYNONYMS
raja—the King; more—unto me; ajna dila—has given an order; nilacale yaite—to go to Jagannatha Puri; calibara—to go; udyoga—arrangement; ami—I; lagiyachi—began; karite—to do “The King has already given me an order to return to Jagannatha Puri, and I am making arrangements to do this.”
9.332
prabhu kahe,--etha mora e-nimitte agamana
toma lana nilacale kariba gamana
SYNONYMS
prabhu kahe—Lord Sri Caitanya Mahaprabhu said; etha—here; mora—My; e-nimitte—for this reason; agamana—coming back; toma lana—taking you; nilacale—to Jagannatha Puri; kariba—I shall do; gamana—going.
Sri Caitanya Mahaprabhu then said, “It is for this purpose alone that I have returned.
I want to take you with Me to Jagannatha Puri.”
9.333
raya kahe,--prabhu, age cala nilacale
mora sange hati-ghoda, sainya-kolahale
SYNONYMS
raya kahe—Ramananda Raya replied; prabhu—Lord; age cala—You go ahead; nilacale—to Jagannatha Puri; mora sange—with me; hati-ghoda—elephants and horses; sainya—soldiers; kolahale—tumultuous roaring.
Ramananda Raya said, "My dear Lord, it is better that You proceed to Jagannatha Puri alone because with me there will be many horses, elephants and soldiers, all roaring tumultuously.
9.334
dina-dase iha-sabara kari’ samadhana
tomara pache pache ami kariba prayana
SYNONYMS
dina-dase—within ten days; iha-sabara—of all of this; kari’ samadhana—making adjustment; tomara—You; pache pache—following; ami—I; kariba—shall do; prayana—going “I shall make arrangements within ten days.
Following You, I shall go to Nilacala without delay.”
9.335
tabe mahaprabhu tanre asite ajna diya
nilacale calila prabhu anandita hana
SYNONYMS
tabe—then; mahaprabhu—Sri Caitanya Mahaprabhu; tanre—unto him; asite—to come; ajna diya—giving an order; nilacale—to Jagannatha Puri; calila—departed; prabhu—Lord Sri Caitanya Mahaprabhu; anandita hana—with great pleasure.
Giving orders to Ramananda Raya to come to Nilacala, Sri Caitanya Mahaprabhu departed for Jagannatha Puri with great pleasure.
9.336
yei pathe purve prabhu kaila agamana
sei pathe calila dekhi, sarva vaisnava-gana
SYNONYMS
yei pathe—the path by which; purve—formerly; prabhu—Lord Sri Caitanya Mahaprabhu; kaila agamana—came; sei pathe—by that way; calila—departed; dekhi—seeing; sarva—all; vaisnava-gana—Vaisnavas.
Sri Caitanya Mahaprabhu returned by the same road He formerly took to Vidyanagara, and all the Vaisnavas along the way saw Him again.
9.337
yahan yaya, loka uthe hari-dhvani kari’
dekhi’ anandita-mana haila gaurahari
SYNONYMS
yahan yaya—wherever He goes; loka uthe—people stand up; hari-dhvani kari’-vibrating the holy name of the Hare Krsna mantra; dekhi’-by seeing; anandita—happy; mana—in mind; haila—became; gaurahari—Lord Sri Caitanya Mahaprabhu.
Wherever Sri Caitanya Mahaprabhu went, the holy name of Sri Hari was vibrated.
Seeing this, the Lord became very happy.
9.338
alalanathe asi’ krsnadase pathaila
nityananda-adi nija-gane bolaila
SYNONYMS
alalanathe—to the place known as Alalanatha; asi’-coming; krsnadase—Krsnadasa, His assistant; pathaila—sent ahead; nityananda—Lord Nityananda; adi—and others; nija-gane—personal associates; bolaila—called for.
When the Lord reached Alalanatha, He sent His assistant Krsnadasa ahead to call for Nityananda and other personal associates.
9.339
prabhura agamana suni’ nityananda raya
uthiya calila, preme theha nahi paya
SYNONYMS
prabhura—of Lord Sri Caitanya Mahaprabhu; agamana—arrival; suni’-hearing; nityananda raya—Lord Nityananda; uthiya calila—got up and started; preme—in great ecstasy; theha—patience; nahi paya—does not get.
As soon as Nityananda received news of Sri Caitanya Mahaprabhu’s arrival, He immediately got up and started out to see Him.
Indeed, He was very impatient in His great ecstasy.
9.340
jagadananda, damodara-pandita, mukunda
naciya calila, dehe na dhare ananda
SYNONYMS
jagadananda—Jagadananda; damodara-pandita—Damodara Pandita; mukunda—Mukunda; naciya—dancing; calila—departed; dehe—the body; na dhare—does not hold; ananda—happiness.
Sri Nityananda Raya, Jagadananda, Damodara Pandita and Mukunda all became ecstatic in their happiness, and dancing along the way, they went to meet the Lord.
9.341
gopinathacarya calila anandita hana
prabhure milila sabe pathe lag pana
SYNONYMS
gopinatha-acarya—Gopinatha Acarya; calila—departed; anandita—in happiness; hana—being; prabhure—Lord Sri Caitanya Mahaprabhu; milila—met; sabe—all; pathe—along the way; lag—contact; pana—getting.
Gopinatha Acarya also went in a very happy mood.
They all went to meet the Lord, and they finally contacted Him on the way.
9.342
prabhu premavese sabaya kaila alingana
premavese sabe kare ananda-krandana
SYNONYMS
prabhu—Lord Sri Caitanya Mahaprabhu; prema-avese—in ecstatic love; sabaya—all of them; kaila alingana—embraced; prema-avese—in ecstatic love; sabe kare—all of them did; ananda-krandana—crying in pleasure.
The Lord was also filled with ecstatic love, and He embraced them all.
Out of their love, they began to cry with pleasure.
9.343
sarvabhauma bhattacarya anande calila
samudrera tire asi’ prabhure milila
SYNONYMS
sarvabhauma bhattacarya—Sarvabhauma Bhattacarya; anande—in pleasure; calila—went; samudrera tire—on the beach by the ocean; asi’-coming; prabhure milila—met the Lord.
Sarvabhauma Bhattacarya also went to see the Lord with great pleasure, and he met Him on the beach by the sea.
9.344
sarvabhauma mahaprabhura padila carane
prabhu tanre uthana kaila alingane
SYNONYMS
sarvabhauma—Sarvabhauma Bhattacarya; mahaprabhura—of Lord Sri Caitanya Mahaprabhu; padila—fell down; carane—at the feet; prabhu—Sri Caitanya Mahaprabhu; tanre—him; uthana—making get up; kaila alingane—embraced.
Sarvabhauma Bhattacarya fell down at the lotus feet of the Lord, and the Lord pulled him up and embraced him.
9.345
premavese sarvabhauma karila rodane
saba-sange aila prabhu isvara-darasane
SYNONYMS
prema-avese—in ecstatic love; sarvabhauma—Sarvabhauma; karila rodane—cried; saba-sange—with all of them; aila—came; prabhu—Sri Caitanya Mahaprabhu; isvara-darasane—to see the Jagannatha temple.
Sarvabhauma Bhattacarya cried in great ecstatic love.
Then the Lord, accompanied by them all, went to the temple of Jagannatha.
9.346
jagannatha-darasana premavese kaila
kampa-sveda-pulakasrute sarira bhasila
SYNONYMS
jagannatha-darasana—visiting Lord Jagannatha; prema-avese—in ecstatic love; kaila—made; kampa—trembling; sveda—perspiration; pulaka—jubilation; asrute—with tears; sarira—the whole body; bhasila—was inundated.
Due to ecstatic love experienced upon visiting Lord Jagannatha, inundations of trembling, perspiration, tears and jubilation swept the body of Sri Caitanya Mahaprabhu.
9.347
bahu nrtya-gita kaila premavista hana
panda-pala aila sabe mala-prasada lana
SYNONYMS
bahu—much; nrtya-gita—dancing and chanting; kaila—performed; prema-avista—in ecstatic love; hana—being; panda-pala—the priests and attendants; aila—came; sabe—all; mala-prasada—a garland and remnants of the food of Jagannatha; lana—offering.
In ecstatic love Sri Caitanya Mahaprabhu danced and chanted.
At that time all the attendants and priests came to offer Him a garland and the remnants of Lord Jagannatha’s food.
PURPORT
Those who are priests engaged in Lord Jagannatha’s service are called pandas or panditas, and they are brahmanas.
The attendants who look after the temple’s external affairs are called palas.
The priests and attendants went together to see Sri Caitanya Mahaprabhu.
9.348
mala-prasada pana prabhu susthira ha-ila
jagannathera sevaka saba anande milila
SYNONYMS
mala-prasada—the garland and prasada; pana—getting; prabhu—Sri Caitanya Mahaprabhu; su-sthira ha-ila—became patient; jagannathera—of Lord Jagannatha; sevaka—servants; saba—all; anande milila—met Him in great pleasure.
Sri Caitanya Mahaprabhu became patient after receiving the garland and prasada of Lord Jagannatha.
All the servants of Lord Jagannatha met Sri Caitanya Mahaprabhu with great pleasure.
9.349
kasi-misra asi’ prabhura padila carane
manya kari’ prabhu tanre kaila alingane
SYNONYMS
kasi-misra—Kasi Misra; asi’-coming; prabhura—of the Lord; padila—fell down; carane—at the feet; manya kari’-with great respect; prabhu—Lord Sri Caitanya Mahaprabhu; tanre—unto him; kaila—did; alingane—embracing.
Afterward, Kasi Misra came and fell down at the lotus feet of the Lord, and the Lord respectfully embraced him.
9.350
prabhu lana sarvabhauma nija-ghare gela
mora ghare bhiksa bali’ nimantrana kaila
SYNONYMS
prabhu lana—taking Lord Sri Caitanya Mahaprabhu; sarvabhauma—Sarvabhauma Bhattacarya; nija-ghare—to his own home; gela—went; mora—my; ghare—at home; bhiksa—luncheon; bali’-saying; nimantrana kaila—invited.
Sarvabhauma Bhattacarya then took the Lord with him to his home, saying, “Today’s luncheon will be at my home.” In this way he invited the Lord.
9.351
divya maha-prasada aneka anaila
pitha-pana adi jagannatha ye khaila
SYNONYMS
divya—very nice; maha-prasada—remnants of food from Jagannatha; aneka—various; anaila—brought; pitha-pana adi—such as cakes and condensed milk; jagannatha—Lord Jagannatha; ye—which; khaila—ate.
Sarvabhauma Bhattacarya brought various types of food remnants that had been left by Lord Jagannatha.
He brought all kinds of cakes and condensed-milk preparations.
9.352
madhyahna karila prabhu nija-gana lana
sarvabhauma-ghare bhiksa karila asiya
SYNONYMS
madhyahna—noon lunch; karila—performed; prabhu—Sri Caitanya Mahaprabhu; nija-gana lana—accompanied by associates; sarvabhauma-ghare—at the home of Sarvabhauma Bhattacarya; bhiksa—lunch; karila—performed; asiya—coming.
Accompanied by all His associates, Sri Caitanya Mahaprabhu went to Sarvabhauma Bhattacarya’s house and took His noon lunch there.
9.353
bhiksa karana tanre karaila sayana
apane sarvabhauma kare pada-samvahana
SYNONYMS
bhiksa karana—after giving lunch; tanre—Him; karaila—made; sayana—lie down to rest; apane—personally; sarvabhauma—Sarvabhauma Bhattacarya; kare—does; pada-samvahana—massaging the legs.
After offering food to Sri Caitanya Mahaprabhu, Sarvabhauma Bhattacarya made Him lie down to rest, and he personally began to massage the legs of the Lord.
9.354
prabhu tanre pathaila bhojana karite
sei ratri tanra ghare rahila tanra prite
SYNONYMS
prabhu—Sri Caitanya Mahaprabhu; tanre—him; pathaila—sent; bhojana karite—to take lunch; sei ratri—that night; tanra ghare—at his home; rahila—remained; tanra prite—just to satisfy him.
Sri Caitanya Mahaprabhu then sent Sarvabhauma Bhattacarya to take his lunch, and the Lord remained that night in his home just to please him.
9.355
sarvabhauma-sange ara lana nija-gana
tirtha-yatra-katha kahi’ kaila jagarana
SYNONYMS
sarvabhauma-sange—with Sarvabhauma Bhattacarya; ara—and; lana nija-gana—taking His own associates; tirtha-yatra-katha—topics of the pilgrimage; kahi’-telling; kaila—did; jagarana—keeping awake through the night.
Sri Caitanya Mahaprabhu and His personal associates remained with Sarvabhauma Bhattacarya.
They all stayed awake the entire night as the Lord spoke of His pilgrimage.
9.356
prabhu kahe,--eta tirtha kailun paryatana
toma-sama vaisnava na dekhilun eka-jana
SYNONYMS
prabhu kahe—the Lord said; eta tirtha—to so many holy places; kailun paryatana—I have traveled; toma-sama—like you; vaisnava—devotee; na—not; dekhilun—I could see; eka-jana—one man.
The Lord told Sarvabhauma Bhattacarya, “I have traveled to many holy places, but I could not find a Vaisnava as good as you anywhere.”
PURPORT
In the Sri Caitanya-candrodaya-nataka (eighth part) Sri Caitanya Mahaprabhu said, “Sarvabhauma, I have traveled to many holy places, but I cannot find a Vaisnava as good as you anywhere.
However, I must admit that Ramananda Raya is wonderful.” Sarvabhauma Bhattacarya replied, “Therefore, my Lord, I requested that You see him.” Sri Caitanya Mahaprabhu then said, “There are, of course, many Vaisnavas in these holy places, and most of them worship Lord Narayana.
Others, who are called Tattvavadis, are also Laksmi-Narayana worshipers, but they do not belong to the pure Vaisnava cult.
There are many worshipers of Lord Siva, and there are also many atheists.
9.357
eka ramananda raya bahu sukha dila
bhatta kahe,--ei lagi’ milite kahila
SYNONYMS
eka—one; ramananda raya—Ramananda Raya; bahu sukha—much pleasure; dila—gave; bhatta kahe—Sarvabhauma Bhattacarya replied; ei lagi’-for this reason; milite—to meet; kahila—I requested.
Sri Caitanya Mahaprabhu continued, “I received much pleasure from the talks of Ramananda Raya.”
The Bhattacarya replied, “For this reason I requested that You meet him.”
9.358
tirtha-yatra-katha ei kailun samapana
sanksepe kahilun, vistara na yaya varnana
SYNONYMS
tirtha-yatra-katha—topics of the pilgrimage; ei—these; kailun samapana—I have finished; sanksepe kahilun—I have described in brief; vistara—expansively; na yaya varnana—it is not possible to describe.
Thus I have ended my narration about Sri Caitanya Mahaprabhu’s pilgrimage, describing it in brief.
It cannot be described very broadly.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura points out that in the seventy-fourth verse of this chapter it is stated that Sri Caitanya Mahaprabhu visited the temple of Siyali-bhairavi, but actually at Siyali, Sri Caitanya Mahaprabhu visited the temple of Sri Bhu-varaha.
Near Siyali and Cidambaram there is a temple known as Sri Musnam.
In this temple there is a Deity of Sri Bhu-varaha.
In the jurisdiction of Cidambaram there is a district known as southern Arcot.
The town of Siyali is in that district.
There is a temple of Sri Bhu-varahadeva nearby, not Bhairavi-devi.
This is Srila Bhaktisiddhanta Sarasvati Thakura’s conclusion.
9.359
ananta caitanya-lila kahite na jani
lobhe lajja khana tara kari tanatani
SYNONYMS
ananta—unlimited; caitanya-lila—pastimes of Lord Caitanya; kahite—to speak; na jani—I do not know; lobhe—out of greed; lajja khana—becoming shameless; tara—of them; kari—I do; tanatani—some attempt only.
The pastimes of Lord Caitanya are unlimited.
No one can properly describe His activities, yet I make the attempt out of greed.
This but reveals my shamelessness.
9.360
prabhura tirtha-yatra-katha sune yei jana
caitanya-carane paya gadha prema-dhana
SYNONYMS
prabhura—of Lord Sri Caitanya Mahaprabhu; tirtha-yatra—touring of sacred places of pilgrimage; katha—topics about; sune—hears; yei—who; jana—person; caitanya-carane—at the lotus feet of Sri Caitanya Mahaprabhu; paya—gets; gadha—deep; prema-dhana—riches of ecstatic love.
Whoever hears of Sri Caitanya Mahaprabhu’s pilgrimage to various holy places attains the riches of very deep ecstatic love.
PURPORT
Srila Bhaktisiddhanta Sarasvati Thakura remarks, “The impersonalists imagine some forms of the Absolute Truth through the direct perception of their senses.
The impersonalists worship such imaginary forms, but neither Srimad-Bhagavatam nor Sri Caitanya Mahaprabhu accepts this sense gratificatory worship to be of any spiritual significance.” The Mayavadis imagine themselves to be the Supreme.
They imagine that the Supreme has no personal form and that all His forms are imaginary like the will-o’-the-wisp or a flower in the sky.
Both Mayavadis and those who imagine forms of God are misguided.
According to them, worship of the Deity or any other form of the Lord is a result of the conditioned soul’s illusion.
However, Sri Caitanya Mahaprabhu confirms the conclusion of Srimad-Bhagavatam on the strength of His philosophy of acintya-bhedabheda-tattva.
That philosophy holds that the Supreme Lord is simultaneously one with and different from His creation.
That is to say, there is unity in diversity.
In this way Sri Caitanya Mahaprabhu proved the impotence of fruitive workers, speculative empiric philosophers and mystic yogis.
The realization of such men is simply a waste of time and energy.
To set the example, Sri Caitanya Mahaprabhu personally visited temples in various holy places.
Wherever He visited, He immediately exhibited His ecstatic love for the Supreme Personality of Godhead.
When a Vaisnava visits the temple of a demigod, his vision of that demigod is different from the vision of the impersonalists and Mayavadis.
The Brahma-samhita supports this.
A Vaisnava’s visit to the temple of Lord Siva, for example, is different from a nondevotee’s visit.
The nondevotee considers the deity of Lord Siva an imaginary form because he ultimately thinks that the Supreme Absolute Truth is void.
However, a Vaisnava sees Lord Siva as being simultaneously one with and different from the Supreme Lord.
In this regard, the example of milk and yogurt is given.
Yogurt is actually nothing but milk, but at the same time it is not milk.
It is simultaneously one with milk yet different from it.
This is the philosophy of Sri Caitanya Mahaprabhu, and it is confirmed by Lord Krsna in the Bhagavad-gita (9.4):
maya tatam idam sarvam
jagad avyakta-murtina
mat-sthani sarva-bhutani
na caham tesv avasthitah “By Me, in My unmanifested form, this entire universe is pervaded.
All beings are in Me, but I am not in them.” The Absolute Truth, God, is everything, but this does not mean that everything is God.
For this reason Sri Caitanya Mahaprabhu and His followers visited the temples of all the demigods, but they did not see them in the same way an impersonalist sees them.
Everyone should follow in the footsteps of Sri Caitanya Mahaprabhu and visit all temples.
Sometimes mundane sahajiyas suppose that the gopis visited the temple of Katyayani in the same way mundane people visit the temple of Devi.
However, the gopis prayed to Katyayani to grant them Krsna as their husband, whereas mundaners visit the temple of Katyayani to receive some material profit.
That is the difference between a Vaisnava’s visit and a nondevotee’s visit.
Not understanding the process of disciplic succession, so-called logicians put forward the theory of pancopasana, in which a person worships one of five deities-namely Visnu, Siva, Durga, the sun-god or Ganesa.
In this conception the impersonalists accept one of these five deities as supreme and reject the others.
Such philosophical speculation, which is certainly idol worship, is not accepted by Sri Caitanya Mahaprabhu or by Vaisnavas.
This imaginary deity worship has recently been transformed into Mayavada impersonalism.
For want of Krsna consciousness, people are victimized by the Mayavada philosophy, and consequently they sometimes become staunch atheists.
However, Sri Caitanya Mahaprabhu established the process of self-realization by His own personal behavior.
As stated in Caitanya-caritamrta (Madhya 8.274):
sthavara-jangama dekhe, na dekhe tara murti
sarvatra haya nija ista-deva-sphurti “A Vaisnava never sees the material form of anything, moving or nonmoving.
9.361
caitanya-carita suna sraddha-bhakti kari’
matsarya chadiya mukhe bala ’hari’ ’hari’
SYNONYMS
caitanya-carita—the activities of Lord Sri Caitanya Mahaprabhu; suna—hear; sraddha—faith; bhakti—devotion; kari’-accepting; matsarya—envy; chadiya—giving up; mukhe—by the mouth; bala—say; hari hari—the holy name of the Lord (Hari, Hari).
Please hear the transcendental pastimes of Lord Sri Caitanya Mahaprabhu with faith and devotion.
Giving up envy of the Lord, everyone chant the Lord’s holy name, Hari.
9.362
ei kali-kale ara nahi kona dharma
vaisnava, vaisnava-sastra, ei kahe marma
SYNONYMS
ei kali-kale—in this Age of Kali; ara—other; nahi kona—there is not any; dharma—religious principle; vaisnava—devotee; vaisnava-sastra—devotional literature; ei kahe marma—this is the purport.
In this Age of Kali there are no genuine religious principles other than those established by Vaisnava devotees and Vaisnava scriptures.
This is the sum and substance of everything.
PURPORT
One must have firm faith in the process of devotional service and the scriptures that support it.
If one hears the activities of Sri Caitanya Mahaprabhu with this faith, he can be freed from his envious position.
Srimad-Bhagavatam is meant for such nonenvious persons (nirmatsaranam satam).
In this age a person should not envy Sri Caitanya Mahaprabhu’s movement but should chant the holy names of Hari and Krsna, the maha-mantra.
That is the sum and substance of the eternal religion, known as sanatana-dharma.
In this verse the word vaisnava refers to a pure devotee and fully realized soul, and the word vaisnava-sastra refers to sruti, or the Vedas, which are called sabda-pramana, the evidence of transcendental sound.
One who strictly follows the Vedic literature and chants the holy name of the Supreme Personality of Godhead will actually be situated in the transcendental disciplic succession.
Those who want to attain life’s ultimate goal must follow this principle.
In Srimad-Bhagavatam (11.19.17), it is said:
srutih pratyaksam aitihyam
anumanam catustayam
pramanesv anavasthanad
vikalpat sa virajyate “Vedic literature, direct perception, history and hypothesis are the four kinds of evidential proofs.
9.363
caitanya-candrera lila--agadha, gambhira
pravesa karite nari,--sparsi rahi’ tira
SYNONYMS
caitanya-candrera lila—the pastimes of Lord Sri Caitanya Mahaprabhu; agadha—unfathomable; gambhira—deep; pravesa karite—to enter into; nari—I am unable; sparsi—I touch; rahi’ tira—standing on the bank.
The pastimes of Sri Caitanya Mahaprabhu are just like an unfathomable ocean.
It is not possible for me to enter into them.
Simply standing on the shore, I am but touching the water.
9.364
caitanya-carita sraddhaya sune yei jana
yateka vicare, tata paya prema-dhana
SYNONYMS
caitanya-carita—the pastimes of Sri Caitanya Mahaprabhu; sraddhaya—with faith; sune—hears; yei jana—which person; yateka vicare—as far as he analytically studies; tata—so far; paya—he gets; prema-dhana—the riches of ecstatic love.
The more one hears the pastimes of Sri Caitanya Mahaprabhu with faith, analytically studying them, the more one attains the ecstatic riches of love of Godhead.
9.365
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; krsnadasa—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.
PURPORT
As usual the author concludes the chapter by reciting the names of Sri Rupa and Raghunatha and reinstating himself at their lotus feet.
SYNONYMS
Thus end the Bhaktivedanta purports to Sri Caitanya-caritamrta, Madhya-lila, Ninth Chapter, describing Sri Caitanya Mahaprabhu’s travels to many holy places in South India.
The Lord’s Return to Jagannatha Puri While Sri Caitanya Mahaprabhu was traveling in South India, Sarvabhauma the Bhattacarya had many talks with King Prataparudra.
When Maharaja Prataparudra requested the Bhattacarya to arrange an interview with the Lord, the Bhattacarya assured him that he would try to do so as soon as Caitanya Mahaprabhu returned from South India.
When the Lord returned to Jagannatha Puri from His South Indian tour, He lived at the home of Kasi Misra.
Sarvabhauma Bhattacarya introduced many Vaisnavas to Sri Caitanya Mahaprabhu after His return.
The father of Ramananda Raya, Bhavananda Raya, offered another son named Vaninatha Pattanayaka for the Lord’s service.
Sri Caitanya Mahaprabhu informed His associates about the pollution of Krsnadasa brought about by his association with the Bhattatharis, and thus the Lord proposed to give him leave.
Nityananda Prabhu sent Krsnadasa to Bengal to inform the Navadvipa devotees about the Lord’s return to Jagannatha Puri.
All the devotees of Navadvipa thus began arranging to come to Jagannatha Puri.
At this time Paramananda Puri was at Navadvipa, and immediately upon hearing news of the Lord’s return, he started for Jagannatha Puri accompanied by a brahmana named Kamalakanta.
Purusottama Bhattacarya, a resident of Navadvipa, was educated at Varanasi.
He accepted the renounced order from Caitanyananda, but he took the name of Svarupa.
Thus he arrived at the lotus feet of Sri Caitanya Mahaprabhu.
After the demise of Sri Isvara Puri, his disciple Govinda, following his instructions, went to see Caitanya Mahaprabhu.
Due to his relationship with Kesava Bharati, Brahmananda Bharati was also respectfully received by Sri Caitanya Mahaprabhu.
When he arrived at Jagannatha Puri, he was advised to give up the deerskin clothing he wore.
When Brahmananda understood Sri Caitanya Mahaprabhu correctly, he accepted Him as Krsna himself.
However, when Sarvabhauma Bhattacarya addressed Sri Caitanya Mahaprabhu as Krsna, the Lord immediately protested.
In the meantime, Kasisvara Gosvami also came to see Caitanya Mahaprabhu.
In this chapter, devotees from many different areas come to see Caitanya Mahaprabhu, and they are exactly like many rivers that come from many places to finally flow into the sea.