
 
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
 
<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {

content="The 100 orphaned Tsunami children who were found by the local Chennai Shri Saradha organisation were the lucky ones. They were cramped into a rented two bedroom house with the most basic amenities.";
headline="Smiles after a while";
alt="Smiles after a while";
picture="../images/smile.jpg";
width="150";
height="75";
vspace="0";
href="../about/success.html"
}
if (ad==2) {

content="One handicapped girl, now looks forward to starting her own business and is filled with gratitude for the options available to her, instead of leading a life of dependence and subjugation.";
headline="The Enterpreneurs";
alt="Smiles after a while";
picture="../images/enter.jpg";
width="150";
height="101";
vspace="0";
href="../about/success.html#mijawan"
}
if (ad==3) {

content="ANAND lost both his parents in a span of 2 months and was left on a train by relatives who did not want to assume the responsibility of caring for this severely disabled youth.";
headline="Anand";
alt="Anand from Manovikas";
picture="../images/anand.jpg";
width="150";
height="75";
vspace="0";
href="../about/success.html#anand"
}
if (ad==4) {

content="Shashima, a polio victim came to Children&rsquo;s Home of Hope about 10 years ago as an abandoned orphan. Today she is a kindergarten teacher at Children&rsquo;s Home of Hope, while simultaneously undertaking a bachelors degree.";
headline="The Teacher";
alt="The Kindergarten Teacher";
picture="../images/shashima.jpg";
width="105";
height="140";
vspace="0";
href="../about/success.html#shashima"
}


if (ad==5) {

content="Chetan had lost his entire family in a fire. Chetan suffered 90 percent burns all over his body and his left hand was reduced to a stub.";
headline="The Army";
alt="I Want to Join the Army";
picture="../images/chetan.jpg";
width="150";
height="98";
vspace="0";
href="../about/success.html#chaya"
}

if (ad==6) {

content="Besides practicing common-used software like Microsoft Office, he has taken to the world of new media that calls for Adobe Photoshop and Illustrator to edit pictures he has taken.";
headline="Graphic Designer";
alt="Graphic Designer";
picture="../images/sanjay.jpg";
width="122";
height="171";
vspace="0";
href="../about/success.html#sanjay"
}


if (ad==7) {

content="Ruhi Mahajan, and her two siblings, Ruchi and Deepak, were abandoned by their father a drug addict, when their mother passed away.  At the time they were between 7 and 13 years old.";
headline="The Mahajan Kids";
picture="../images/ruhi.jpg";
width="122";
height="175";
href="../about/success.html#mahajan"
}


if (ad==8) {

content="Paintings by some of our very creative kids.";
headline="Kids Artwork";
picture="../images/art.gif";
width="175";
height="169";
href="../about/artwork.html"
}



document.write('<div class="promoHeading">--- ' + headline + ' ---<br /></div>');
document.write('<div align="center"><img src=\"' + picture + '\"></div><br />');
document.write('<div class="promoText">' + content + '<br />');
document.write('<a href=\"' + href + '\">');
document.write('Learn more &raquo;</a></div>');

// End -->

