/**
*	If Chrome browser then wait before calling DOM functions since Chrome does not call onload before the 
*	page is finished loading.
*
**/

if (chrome) {
		 setTimeout("pray()", 2000);
		 tt_initializeVariables();
	 }
