// JavaScript Document
function go_there()
{
 var where_to= confirm("Are you sure that you don't want to change the content any more?");
 if (where_to== true)
 {
   window.location="http://www.kigoobe.com/addat/liens-3.php";
 }
 else
 {
  return false;
  }
}
