rnd.today=new Date(); rnd.seed=rnd.today.getTime(); function rnd() { rnd.seed = (rnd.seed*9301+49297) % 233280; return rnd.seed/(233280.0); }; function rand(number) { return Math.ceil(rnd()*number); }; var Names = new Array(3); var Images = new Array(3); var Captions = new Array(3); var Links = new Array(3); var BasePageImages = 'http://www.jnnffr.com/images/' var BasePageLinks = 'http://www.jnnffr.com/' Names = [ 'Cole Family Christmas', 'Player Piano Mouse', 'Walters Pond', ]; Images = [ 'NCP_coverfront.jpg', 'PPMmelodyIntro_250x250.jpg', 'WaltersPond4_250x250.jpg', ]; Captions = ['The illustrator was sent on a visual research trip to the historical coal mining town of Benham Kentucky, where she was inspired by the people, the landscape and the true story of the Cole Family.', 'The Player Piano Mouse was, after all, always going to be of the male gender, that it, until a certain sketch gave birth to a very persuading adolescent female. ', 'There was one particular illustration that brought the author, Bill Farrell, right back to his childhood indiscretion with his two older brothers. Now that is the best compliment this artist can receive, to capture a moment in his memory.', ]; Links = [ 'colefamilychristmas.htm', 'freelance.htm', 'jenkins_walterspond.htm', ]; var Which = rand(3)-1; //document.write('
'); document.write(' '); document.write(' ',Names[Which],'
'); document.write('
',Captions[Which],' ');