function changepage() {
  var newpage=1;
  var newpage=document.gbfrm.intpage.value;
  //alert(document.gbfrm.intpage.value);
  window.location='http://www.pictureinthesky.net/guestbook.php?page='+newpage;
}
