 self.name="index";
 var shut=true;
 function exitvote()
 {
 if (shut)
  if (confirm(".  .\n  |        Will You Please Vote For Us In The TopDate?\n\\_/")) {
   var howMany = 0;  // max number of items listed below
   var page = new Array(howMany+1);
   page[0]="http://www.topdate.net/in/?1109";
//   page[1]="http://www.domain.com/";
//   page[2]="http://www.url.com/";
   var randscript = -1;
   while (randscript < 0 || randscript > howMany || isNaN(randscript)){
    randscript = parseInt(Math.random()*(howMany+1));
   }
   window.open(page[randscript], "win", 'height=400,width=500,status=1,menubar=1');
  } else { alert ("                   :-("); }   
 }