G_total_sa = 0;					
G_day = new Date();				
G_seed = G_day.getTime();			

ae_('&copy; Commonwealth Broadcasting Association 2006.');

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 () {}