'###################################################################
'## Copyright (C) 2001  Sven Moderow
'##
'## The copyright is based on german law;
'##
'## This program is free to use for non-commercial purposes,
'## any kind of commercial use without expressed writtenpermission
'## of the author is strictly prohibited;
'##
'## The copyright for all material created
'## by the author is reserved. Any duplication or use of such codes,
'## pictures or texts in other electronic or printed publications
'## with commercial purposes is not permitted without the author's
'## agreement.
'##
'## All copyright notices regarding Sven Moderow's NewsSystem and
'## the "powered by" text/logo with a link back to 
'## http://www.episodex.de in the footer of the pages
'## MUST remain unchanged and visible when the pages are viewed
'## on any internet or intranet client.
'## 
'## This program is distributed in the good spirit that it will be useful,
'## but WITHOUT ANY WARRANTY; without even the implied warranty of
'## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
'## 
'## Support can only be obtained from support forums at:
'## http://www.episodex.de 
'##
'## Correspondence and Marketing Questions can be sent to:
'## sven.moderow@darth-sonic.de
'################################################################### 

- Changes to make in your global.asa (not needed, but recommended for better performance!):

	Sub Application_OnStart
	
	End Sub

	Sub Session_OnStart

		Session.Timeout = 30
		
	End Sub
