Mappa generale del sito - A. I. Amici del Presepio: esclusivamente presepi!
//set the urls
$urls = array("http://www.frisapresepi.it", "http://www.ilpresepio.com",
"http://www.demetzheinrich.com", "http://www.lamagiadelpresepe.it" );
//set the text links
$text = array("FRISA PRESEPI Dal 1979 presenti nei piu' bei presepi!", "IL PRESEPIO Finalmente un
presepe come vuole la tradizione!", "HEIDE Il presepe esclusivamente in legno della Val Gardena", "LA
MAGIA DEL PRESEPE di Sandra Carolini" );
srand(time());
//set the number in (rand()%4); for however many links there are
$random = (rand()%4);
echo ("$text[$random]");
?>