<?php
	switch( $_GET["location"] )
	{
		case "stream_tutorial":
			header( 'Location: 
http://oregonstate.edu/~johnsos2/stream_ecosystem_model/doc/doku.php?id=stream:tutorial' ) ;
			return;
		default:
			header( 'Location: http://oregonstate.edu/~johnsos2/stream_ecosystem_model/doc' ) ;
			return;
	}
?>

