// JavaScript Document

testo="testo mancante";
colore="999";

document.writeln("<script type=\"text/javascript\" src=\"random/"+numero+".js\"  charset=\"utf-8\"></script>");

function settaColore() {
	document.writeln("<style type=\"text/css\">");
	document.writeln("<!--");
	document.writeln("#testo {");
	document.writeln("background-color: #"+colore+";");
	document.writeln("}");
	document.writeln("a.pulsante {");
	document.writeln("background-color: #"+colore+";");
	document.writeln("}");
	document.writeln("-->");
	document.writeln("</style>");
}


function settaNumero() {
	document.writeln(numero);
}


function settaTesto() {
	document.writeln(testo);
}

function settaPicture() {
	document.writeln("<div id=\"picture\"><img src=\"arts/random/"+numero+".jpg\" alt=\""+testo+"\" width=\"678\" height=\"462\" /></div>");
}


