<!--

function blue(i)
{
  if (i == 1)
  {
    this.document.location.href = 'blue.php3';
  } else {
    this.document.location.href = 'loser.php3';
  }
}

function watdoeje()
{
  alert('Wat doe je!');
}

// -->

