

var r=Math.random()

if (r<=0.1)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/woodyguthrie.jpg' border=0 alt='Inducted into the Rock and Roll Hall of Fame in 1988, Okemah, Oklahoma-born Woody Guthrie mixed folk music with political and social commentary. He influenced countless rock artists, including Bob Dyland and Bruce Springsteen'  />")
}

else if (r<=0.2)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/cains.jpg' border=0  alt='In 1930 this converted Tulsa garage became Cain's Ballroom. The dance hall has hosted acts ranging from Bob Wills to the Sex Pistols' />")
}


else if (r<=0.3)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/call.jpg' border=0  alt='Rock band The Call, formed in Santa Cruz in 1980, included Oklahomans Michael Been and Scott Musick. The Call released ten albums by the year 2000. Their 1986 album, Reconciled, featured a song titled Oklahoma.' />")
}

else if (r<=0.4)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/leonrussell.jpg' border=0  alt='Born in Lawton, Oklahoma Leon Russell has performed with artists George Harrison and Bob Dylan. In 1972 his own album, Carney, hit number two in the charts.' />")
}

else if (r<=0.6)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/jjcale.jpg' border=0 alt='J J Cale, born in Oklahoma City, is known for his Tulsa sound. He has been a major influence on the music of both Eric Clapton and Neil Young.'/>")
}



else if (r<=0.7)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/ventures.jpg' border=0 alt='Oklahomans Nokie Edwards and Bob Bogle performed with the legendary 1960s surf rock group The Ventures. In 1963 The Ventures had five L Ps in the Billboard Top 100.'  />")
}

else if (r<=0.9)
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/wandajackson.jpg' border=0 alt='Maud, Oklahoma native Wanda Jackson, the Queen of Rockabilly, has performed alongside artists ranging from Elvis Presley to Elvis Costello.'  />")
}


else
{
document.write("<img src='http://www.anotherhotoklahomanight.org/images/flaminglips.jpg' alt='Image from the OHS Photograph Collection' title='&copy; Oklahoma Historical Society' />")

}