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/img_banner.jpg' width='387' height='361' border='0'>";
random_image[2] = "<img src='images/img_banner1.jpg' width='387' height='361' border='0'>";
random_image[3] = "<img src='images/img_banner4.jpg' width='387' height='361' border='0'>";
random_image[4] = "<img src='images/img_banner5.jpg' width='387' height='361' border='0'>";

function randall(n)
{
  return(Math.floor(Math.random() * n + 1));
}


// Store some random quotes

//TOP IMAGES
var random_imageall = new Array();

random_imageall[1] = "<img src='images/img_banner.jpg' width='387' height='361' border='0'>";
random_imageall[2] = "<img src='images/img_banner1.jpg' width='387' height='361' border='0'>";
random_imageall[3] = "<img src='images/img_banner2.jpg' width='387' height='361' border='0'>";
random_imageall[4] = "<img src='images/img_banner3.jpg' width='387' height='361' border='0'>";
random_imageall[5] = "<img src='images/img_banner4.jpg' width='387' height='361' border='0'>";
random_imageall[6] = "<img src='images/img_banner5.jpg' width='387' height='361' border='0'>";
