<!-- 
//// Image Set 1

	G_total_sa = 0;				// total random elements
	G_day = new Date();			// date for seed
	G_seed = G_day.getTime();	// G_seed for random number
	ae_("");
	function ae_ (description) {
	G_total_sa++;
	sa [G_total_sa] = description;
	}
	function rand() {
	RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
	return RN;
	}
	function sa () {}

	//Random set 2
	
	G_total_sacl = 0;			// total random elements
	G_day = new Date();			// date for seed
	G_seed = G_day.getTime();	// G_seed for random number
	cl_("<img src='/gtp/images/corpHome_001.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_002.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_003.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_004.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_005.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_006.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");
	cl_("<img src='/gtp/images/corpHome_007.jpg' width='590' height='393' border='0' name='slide' style='filter:blendTrans(duration=2)'>");

	function cl_ (description) {
	G_total_sacl++;
	sacl [G_total_sacl] = description;
	}
	function rand2() {
	RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sacl + 1,10);
	return RN;
	}
	function sacl () {}


//-->