function go_home()
{
   document.location = 'index.html';
}

function go_wie()
{
   document.location = 'Wie_is.html';
}

function go_verhalen()
{
   document.location = 'Verhalen.html';
}

function go_projecten()
{
   document.location = 'Projecten.html';
}

function go_feest()
{
   document.location = 'Feest.html';
}

function go_agenda()
{
   document.location = 'Agenda.html';
}

function go_contact()
{
   document.location = 'Contact.html';
}


function go_een_verhaal()
{
   document.location = 'Een_Verhaal.html';
}

function go_links()
{
   document.location = 'Links.html';
}

