function anchor(where) {
   window.location=where.attributes["href"].value;
}