<!-- 

G_total_ra = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number



ae_('<img src="images/contactphoto1.jpg" width="523" height="509" alt="">');
ae_('<img src="images/contactphoto2.jpg" width="523" height="509" alt="">');
ae_('<img src="images/contactphoto3.jpg" width="523" height="509" alt="">');



function ae_ (description) {
	G_total_ra++;
	ra [G_total_ra] = description;
}
function rand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_ra + 1,10);
	return RN;
}
function ra () {}
//-->