<?php
/**
 **	/navigation/topNav_VISITOR.inc
 ** 	topNav library file
 **
 **	Original Author:	Robby Anderson
 **	Original Date:		September 2005
 **
 **	Modified By:
 **	Modified On:
 **	Modifications:
 **
 ** this controls the top nav for visitors (unidentified users)
 **
 **/


	// Include the BASE library
	$topNavFile = LIBRARY_PATH."navigation/topNav_BASE.inc";
	include($topNavFile);

?>