// JavaScript for ratating photos in the header.php file

var images = new Array();

images[0] = "/wp-content/themes/pvl/bannerart/jakedorr-bohemia.jpg"; 
images[1] = "/wp-content/themes/pvl/bannerart/pvl-crows-beach.jpg"; 
images[2] = "/wp-content/themes/pvl/bannerart/doyleleek_seenbettertimes.jpg"; 
images[3] = "/wp-content/themes/pvl/bannerart/normaeatoncoloroflife.jpg"; 
images[4] = "/wp-content/themes/pvl/bannerart/nahorniakShhh.jpg"; 
images[5] = "/wp-content/themes/pvl/bannerart/ekholm_cornucopia.jpg"; 
images[6] = "/wp-content/themes/pvl/bannerart/deeyarnell-landscape.jpg"; 
images[7] = "/wp-content/themes/pvl/bannerart/deeyarnell-portait.jpg"; 

var titles = new Array();
titles[0] = "Jake Dorr 2005 Bohemia 8x10 acrylic "; 
titles[1] = "Pam Van Londen. Crows on the Beach 1 in oil. 2009 "; 
titles[2] = "Doyle Leek's #18 Seen Better Days in watercolor Colored Pencil in 2007 "; 
titles[3] = "Norma Eaton's Color of life collage, 2008"; 
titles[4] = "Jasmine Nahorniak's detail of Shhh... painted in oil on canvas in 2007."; 
titles[5] = "Details of Janet Ekholm's painting of Cornucopia in Oil Pastel in 2007"; 
titles[6] = "Details of Dee Yarnell's landscape in oil, 2008"; 
titles[7] = "Details of Dee Yarnell's portrait in oil, 2008"; 


function ShowImg() {
var number = images.length;
var increment = Math.floor(Math.random() * number);
var strTemp ='<img src="' + images[increment] + '" title="' + titles[increment] + '">';
document.write(strTemp);
}

//lpeachey_persimmons.jpg  Linda Peachey's Persimmon Party drawn in Colored Pencil in 2003