var now = new Date()
var sec = now.getSeconds()
rand=(now.getSeconds() )%2

function text() {
document.write("<h4>COOMBE&#8217;S ADVENTURER ~ JAMESTOWNE MANUSCRIPT</h4><p class='overlay'><img src='/combs/graphics/0.gif' alt='Draper&#8217;s Company, Jamestowne Record &copy; Denise Mortorff 2002' title='Draper&#8217;s Company, Jamestowne Record &copy;Denise Mortorff 2002' height='540' width='720'></p><p class='first'>Two photographs I created Spring, 2002, at London, England, are of the documents, establishing John Coombe, Draper, as supporting the Jamestowne venture of the Virginia Company. This John Coombe is believed to be the grandfather of Archdale COMBE immigrant to Virginia, America, in the 1660s. These are presented here at our website with permission of the Archivist, Penelope Fussell, for the Worshipful Company of the Draper&#8217;s.</p><p>The Company&#8217;s first Royal charter was dated in 1364 with records indicating an informal association among Draper&#8217;s as early as 1180, just over a hundred years after William the Conqueror, William I, seized the throne of England by defeating the army of Harold the II at the Battle of Hastings.</p><p>Please read the notes I have provided for each photo with the literal interpretations of the document content to learn more.</p><p>Denise Mortorff, Member Combs Research Group</p><p><a href='/combs/index-photo0.htm'>NOTES for PHOTO 1</a></p><p><a href='/combs/index-photo1.htm'>NOTES for PHOTO 2</a></p></div>")
}

function info()
{

if (rand == 0){
document.write("<div id='image' style='background:transparent url(/combs/graphics/index16.jpg) no-repeat center 50px;'><span class='view' style='color:#ffffff;'>Draper&#8217;s Jamestowne Record 1</span>")
text()
}

else if (rand == 1){
document.write("<div id='image' style='background:transparent url(/combs/graphics/index17.jpg) no-repeat center 50px;'><span class='view' style='color:#ffffff;'>Draper&#8217;s Jamestowne Record 2</span>")
text()
}

else {
document.write("<div id='image' style='background:transparent url(/combs/graphics/index18.jpg) no-repeat center 50px;'><span class='view' style='color:#ffffff;'>The Verney House</span>")
text2()
}

}
