<html>
<!--Generated by Angelfire: L00S00-->
<head>
<title>Sonali Bendre</title>
</head>
<body bgcolor="#000000" text="#000000" link="#ffff00" alink="#ff0000" vlink="#90ee90">
<basefont size="3">

<!--Header-->
<h1 align="center">Sonali Bendre</h1>
<!--EndHeader-->

<!--Freetext--><!--Insert this script anywhere between the BODY tags.-->

<form>
<center>
<script language="JavaScript">
<!--

var current = 0;

function imageArray()
{
  this.length = imageArray.arguments.length;
  for (var i = 0; i < this.length; i++)
  {
     this[i] = imageArray.arguments[i];
  }
}
// All images MUST BE OF THE SAME SIZE, since
// the dimensions of the first image will be
// used for all subsequent images.
// All the images for your slide show need to 
// be stored in the same directory.
// You can use any group and any 
// number of images. Place your images within 
// each set of quotation marks below.
// If the images are all in your Angelfire 
// images subdirectory, makes sure the name 
// of each image starts with "images/" like
// in the example below.
var imgz = new imageArray("images/sb3.jpg","images/sb4.jpg","images/sb8.jpg","images/sb11.jpg","images/sb14.jpg","images/sb20.jpg","images/sonali8.jpg","images/sonali11.jpg","images/sonali12.jpg","images/sonali17.jpg");

document.write('<img name="myImages" border="1" src="'+imgz[0]+'">'); 

function getPosition(val)
{
  var goodnum = current+val;
  if (goodnum < 0)
// This message is displayed if your visitor 
// tries to click back past your first image.
// Place your message within the quotation 
// marks below.
    alert("You can't go any farther back!");

  else
    if (goodnum > imgz.length-1)
// This message is displayed if your visitor 
// tries to click past your last image. Place 
// your message within the quotation marks 
// below.
      alert("Ripal says that you can't go any farther forward!");
    else
      document.myImages.src = imgz[goodnum];

  current = goodnum;
}

//-->
</script>
<br>
  <input type="button" value="<<" onclick="getPosition(-1)">  
  <input type="button" value=">>" onclick="getPosition(1)">
</center>
</form>
<!--EndFreetext-->
<p>

<!--Counter-->
<center><img src="/cgi-bin/Count.cgi"></center>
<p>
<!--EndCounter-->

</body>
</html>