<?php
    /* Redirect browser */
    header("Location: http://www.humangenomeprivacy.org/2014/service.php ");
    
    /* Make sure that code below does not get executed when we redirect. */
    exit;
?>

