<!-- 

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_('<a href="web-design/actionaidspace.html"><img src="images/random/1.jpg" width="180" height="180" alt="&copy; Action Aid" border=0></a></td></tr></table>');
ae_('<a href="web-design/bwea.html"><img src="images/random/2.jpg" width="180" height="180" alt="&copy; BWEA" border=0></a></td></tr></table>');
ae_('<a href="web-design/globallinks.html"><img src="images/random/3.jpg" width="180" height="180" alt="&copy; Action Aid" border=0></a></td></tr></table>');
ae_('<a href="web-design/greenpeaceuk.html"><img src="images/random/4.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
ae_('<a href="web-design/saveordelete.html"><img src="images/random/5.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
ae_('<a href="cd-dvd/fsc.html"><img src="images/random/6.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
ae_('<a href="cd-dvd/genesys.html"><img src="images/random/7.jpg" width="180" height="180" alt="&copy; Genesys/Gate" border=0></a></td></tr></table>');
ae_('<a href="cd-dvd/cybershot.html"><img src="images/random/8.jpg" width="180" height="180" alt="&copy; Sony UK" border=0></a></td></tr></table>');
ae_('<a href="cd-dvd/tiger.html"><img src="images/random/9.jpg" width="180" height="180" alt="&copy; Tiger Communications" border=0></a></td></tr></table>');
ae_('<a href="commissions/oral_tradition.html"><img src="images/random/10.jpg" width="180" height="180" alt="&copy; co-lab projects" border=0></a></td></tr></table>');
ae_('<a href="commissions/karaokeme.html"><img src="images/random/11.jpg" width="180" height="180" alt="&copy; co-lab projects" border=0></a></td></tr></table>');

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 () {}


G_total_sa = 0;					// total random elements
G_day = new Date();				// date for seed
G_seed = G_day.getTime();			// G_seed for random number

be_('<a href="../web-design/actionaidspace.html"><img src="../images/random/1.jpg" width="180" height="180" alt="&copy; Action Aid" border=0></a></td></tr></table>');
be_('<a href="../web-design/bwea.html"><img src="../images/random/2.jpg" width="180" height="180" alt="&copy; BWEA" border=0></a></td></tr></table>');
be_('<a href="../web-design/globallinks.html"><img src="../images/random/3.jpg" width="180" height="180" alt="&copy; Action Aid" border=0></a></td></tr></table>');
be_('<a href="../web-design/greenpeaceuk.html"><img src="../images/random/4.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
be_('<a href="../web-design/saveordelete.html"><img src="../images/random/5.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
be_('<a href="../cd-dvd/fsc.html"><img src="../images/random/6.jpg" width="180" height="180" alt="&copy; greenpeace uk" border=0></a></td></tr></table>');
be_('<a href="../cd-dvd/genesys.html"><img src="../images/random/7.jpg" width="180" height="180" alt="&copy; Genesys/Gate" border=0></a></td></tr></table>');
be_('<a href="../cd-dvd/cybershot.html"><img src="../images/random/8.jpg" width="180" height="180" alt="&copy; Sony UK" border=0></a></td></tr></table>');
be_('<a href="../cd-dvd/tiger.html"><img src="../images/random/9.jpg" width="180" height="180" alt="&copy; Tiger Communications" border=0></a></td></tr></table>');
be_('<a href="../commissions/oral_tradition.html"><img src="../images/random/10.jpg" width="180" height="180" alt="&copy; co-lab projects" border=0></a></td></tr></table>');
be_('<a href="../commissions/karaokeme.html"><img src="../images/random/11.jpg" width="180" height="180" alt="&copy; co-lab projects" border=0></a></td></tr></table>');

function be_ (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 () {}
//-->