function redirect(year)
{
  window.location = 'http://www.dennis-oppenheim.com/works/' + year;
}