function init() {

var location = window.location;
var reply = function(data) {

      if(data != null)
      	window.location=data+"?dest="+location;
    }
    
CGIAuthenticationRedirect.checkRedirect(reply);
}
