function main()
	Is3D( FALSE );

	AddBackground( "digsite\\still_3_arrowheadCU" );
	
		
	-- Displayable objects
	AddSprite( ODigSiteArrowHeadCU, 196,  83, 256, 128, "obj_3_arrow.dds", VISIBLE );

	-- Hotspot
	AddSprite( HDigSiteArrowHeadCU, 247,  89, 153, 118, nil, ACTIVE, 0, 0, TOOLS );

end