<!-- 

G_total_sa = 0;					// total sandom elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for sandom number

ae_('<img src="i/misc_photos/misc5.jpg" width="274" height="162" alt="" border="0"><br>');
ae_('<img src="i/misc_photos/misc4.jpg" width="274" height="162" alt="" border="0"><br>');
ae_('<img src="i/misc_photos/misc5.jpg" width="274" height="162" alt="" border="0"><br>');
function ae_ (description) {
	G_total_sa++;
	sa [G_total_sa] = description;
}
function sand() {
RN = parseInt(((G_seed - (parseInt(G_seed/1000,10) * 1000))/10)/100*G_total_sa + 1,10);
	return RN;
}
function sa () {}
//-->
