<?php
header("Location: http://lists.sourceforge.net/lists/listinfo/openqnx-developer"); /* Redirect browser */
exit;                 /* Make sure that code below does 
                         not get executed when we redirect. */
?>
