
function showHomeContent() {

document.write('    <div id="home-content">');
document.write('         <center><img style="z-index: 0;" alt="Hariom" src="images/gurudev.gif"></center>');

document.write('        <h1><font color="maroon">Chinmaya Mission</font></h1>');
document.write('        <p><font size="3"color="red">The Mission:</font>  The word \'Chinmaya\' means \'true knowledge\'. Chinmaya Mission is an organization where seekers of Truth');
document.write('            come together to acquire and impart the ancient teachings of the Upanishads.');
document.write('        </p>');
document.write('        <p><font size="3"color="red">Our Motto:</font>  To give maximum happiness to maximum number for the maximum time is our religion.');
document.write('        </p>');
document.write('        <p><font size="3"color="red">The Vision:</font>  Inner transformation of individuals resulting in a happy world around them.');
document.write('        </p>');
document.write('         <img style="width: 500px; height: 70px; position: absolute; left: 380px; top: 340px; z-index: 0;" alt="Chinmaya Mission" src="images/mission.png">');
document.write('      <br> <br><br> <br>');
document.write('        <p><font size="3"color="red">A True Life Member:</font> He, whose life is constantly dedicated to the service of others, is a true life-member of Chinmaya Mission.');
document.write('        </p>');
document.write('        <p><font size="3"color="red">We have Study Classes:</font> We have a complete schedule of Adult, Young Adult and Balavihar (children 5-15 years) study classes in the five boroughs of the New York area.');
document.write('        </p>');
document.write('        <p><font size="3"color="red">Make a Donation:</font> Click here to download and print out our donation form. You will need the Adobe Acrobat reader to view this. Click here to download Adobe Acrobat for free');
document.write('        </p>');
document.write('    </div>');

}

