function rand(n)
{
  return(Math.floor(Math.random() * n + 1));
}


// Store some random quotes

//TOP IMAGES
var random_image = new Array();

random_image[1] = "<img src='images/homeimg1.jpg' width='351' height='500' border='0'>";

random_image[2] = "<img src='images/homeimg2.jpg' width='351' height='500' border='0'>";

random_image[3] = "<img src='images/homeimg3.jpg' width='351' height='500' border='0'>";

//random_image[4] = "<img src='images/homeimg4.jpg' width='351' height='500' border='0'>";

