﻿
#include "forum.isf"
GUISetState()

While 1
Sleep (10)
			$msg = GUIGetMsg()
			Select
						Case $msg = $GUI_EVENT_CLOSE
									Exit
			EndSelect
Wend
