
		a = Math.floor(Math.random() * 5);
switch (a){
	case 0 :
                document.write("<img src=\"/images/foto01.jpg\" width=\"600\" height=\"228\" border=\"0\" />");
		break;	
	case 1 :
                document.write("<img src=\"/images/foto02.jpg\" width=\"600\" height=\"228\" border=\"0\" />");
		break;
	case 2 :
                document.write("<img src=\"/images/foto03.jpg\" width=\"600\" height=\"228\" border=\"0\" />");
		break;
	case 3 :
                document.write("<img src=\"/images/foto04.jpg\" width=\"600\" height=\"228\" border=\"0\" />");
		break;		
	case 4 :
                document.write("<img src=\"/images/foto05.jpg\" width=\"600\" height=\"228\" border=\"0\" />");
		break;		
}
