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/pinky.jpg' width='622' height='302' border='0' alt='Dog Parks Pet Outfits Fashionable Dog Clothes'>";

random_image[2] = "<img src='images/ruby.jpg' width='622' height='302' border='0' alt='Dog Tshirt Clothing For Dogs New York Dog Clothes'>";

random_image[3] = "<img src='images/maya.jpg' width='622' height='302' border='0' alt='New York Dog Clothing Fashionable Dog Clothes Dog Tshirt'>";

random_image[4] = "<img src='images/griffin.jpg' width='622' height='302' border='0' alt='Doggy Clothes Ruffluv Pet Outfits'>";

random_image[5] = "<img src='images/pita.jpg' width='622' height='302' border='0' alt='Pet Outfits Dog Clothes Dog Friendly Parks'>";

//random_image[4] = "<img src='images/homeimg4.jpg' width='351' height='500' border='0'>";

