str1=document.location.pathname;
now = new Date();
var lm = now.getDate();

if (lm<0)
{ 
  if (document.location.hostname == 'www.autosnelwegen.net' || document.location.hostname == 'autosnelwegen.net')
  {
    document.location='http://www.xs4all.nl/~egavic/ASN'+str1;
  }
}
else
{ 
  if (document.location.hostname == 'www.xs4all.nl')
  {
    document.location='http://www.autosnelwegen.net/'+str1.substr(13,100);
  }
} 