random_number= Math.floor(Math.random()* 4+1 );
// Loads the appropriate image and text color based on random number.
if (random_number==1) {
image="http://www3.webio.fi/nostopalvelu/content/img/taustakuvat/taustakuva1.jpg";
}
if (random_number==2) {
image="http://www3.webio.fi/nostopalvelu/content/img/taustakuvat/taustakuva2.jpg";
}
if (random_number==3) {
image="http://www3.webio.fi/nostopalvelu/content/img/taustakuvat/taustakuva3.jpg";
}
if (random_number==4) {
image="http://www3.webio.fi/nostopalvelu/content/img/taustakuvat/taustakuva4.jpg";
}

// End -->
