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

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