/*
**     JavaScript Source Code
**     Created by Kalin Ganev
**     <KalinGanev [AT] Gmail (DOT) com>
**     Date Created:  2008-06-05
**     Last Modified: 2008-08-28
**     Note: Needed at some pages to automatically refresh them upon certain period of time.
*/





var  gint_idTimeoutAutoRefresh = window.setTimeout('window.location.reload();', AUTO_REFRESH_TIMEOUT*1000);

