// Zage Script
// All rights of this very difficult script are strictly reserved.
// If you try to copy, emulate, despise this script i'll... i'll... cry.
function swap() {
	nr_random = Math.round(Math.random() * (nr_di_foto - 1)) + 1;
	foto = percorso + "webcam" + nr_random + ".jpg";
	document["webcam"].src = foto;
}