// http://sitgc*/ -> http://www-g.obs-azur.fr/galilee/sitgc/

if (document.location.href.substring(7,12) == 'sitgc' )
  window.location.href = 'http://www-g.obs-azur.fr/galilee/sitgc/';
