<!--
// Webs Unlimited's J-BOTS FrontPage 2000 JavaScript Generator version 3.0
// Copyright Webs Unlimited 1998, 1999 All rights reserved - http://WebsUnlimited.com
vote_handle = new Object;
vote_ID = 0;

function vote() {
  vote_handle = window.open("vote.asp","vote",",,,,,scrollbars,,width=520,height=300,top=15,left=15");
   vote_handle.focus(); 
}
//-->
