// ************************************************************************************
// ** This file has been created with the Rotating Content Tool by Amesbury Web.     **
// ** For more information, visit us on the web:                                     **
// **                                                                                **
// **     Rotating Content Tool   -- http://rotatecontent.com/                       **
// **     Company: Amesbury Web   -- http://amesburyweb.com/                         **
// **     Author:  Randy Hoyt     -- http://randyhoyt.com/                           **
// **                                                                                **
// ************************************************************************************

varLength = 1
var entryContent = new Array(varLength)

entryContent[0] = " <p align=\"center\">Laura is the author of <a href=\"http://www.amazon.com/exec/obidos/ASIN/0199540756/bestiarialati-20\"><strong>Aesop's Fables</strong></a>, <a href=\"http://www.amazon.com/exec/obidos/ASIN/0865166951/bestiarialati-20\"><strong>Aesop's Fables in Latin</strong></a>, <a href=\"http://www.lulu.com/content/370912\"><strong>Latin Via Proverbs</strong></a>, <a href=\"http://www.lulu.com/content/1232778\"><strong>Vulgate Verses</strong></a>, and <a href=\"http://www.lulu.com/content/431684\"><strong>Roman Sudoku</strong></a>.</p> <p>&nbsp;</p> <p align=\"center\"> <a href=\"http://www.amazon.com/exec/obidos/ASIN/0199540756/bestiarialati-20\"><img src=\"http://media.bestlatin.net/aesop120150.jpg\" border=\"0\" /></a> &nbsp;&nbsp;&nbsp; <a href=\"http://www.amazon.com/exec/obidos/ASIN/0865166951/bestiarialati-20\"> <img src=\"http://media.bestmoodle.net/aesop1201250.jpg\" border=\"0\" /></a> &nbsp;&nbsp;&nbsp; <a href=\"http://www.lulu.com/content/370912\"><img src=\"http://media.bestlatin.net/proverbs120150.jpg\" border=\"0\" /></a> &nbsp;&nbsp;&nbsp; <a href=\"http://www.lulu.com/content/1232778\"><img src=\"http://media.bestlatin.net/vulgate120150.jpg\" border=\"0\" /></a> &nbsp;&nbsp;&nbsp; <a href=\"http://www.lulu.com/content/431684\"><img src=\"http://media.bestlatin.net/sudoku120150.jpg\" border=\"0\" /></a></p> <p>&nbsp;</p>"

var randomNumber = Math.random()
randomNumber *= varLength
randomNumber = parseInt(randomNumber)
if(isNaN(randomNumber)) randomNumber = 0
else randomNumber %= varLength
selectedContent = entryContent[randomNumber]

document.write (selectedContent)