
var r=Math.random()

if (r<=0.19)
{
document.write("<img src='images/bubble/gould.jpg' border=0 alt='In 1931 Chester Gould created the Dick Tracy comic strip. He wrote and drew the strip until his retirement in 1977.' />")
}

else if (r<=0.2)
{
document.write("<img src='images/bubble/woods.jpg' border=0  alt='In 1954 Don Woods began drawing Gusty for KTUL TV Channel 8 in Tulsa, Oklahoma. Don and Gusty gave Oklahoma 35 years of memorable weather forcasts.' />")
}


else if (r<=0.25)
{
document.write("<img src='images/bubble/tidwell.jpg' border=0  alt='Comic artist Terry Tidwell has done work for both Marvel and DC comics as well as his own comics The Twilight Avenger and The Uncanny Frog.' />")
}

else if (r<=0.4)
{
document.write("<img src='images/bubble/bridwell.jpg' border=0  alt='E. Nelson Bridwell was a writer for MAD magazine, Superfriends, the Batman comic strip and was famous for his encyclopedic knowledge of the Superman comic universe.' />")
}

else if (r<=0.5)
{
document.write("<img src='images/bubble/mauldin.jpg' border=0 alt='Pulitzer Prize winner Bill Mauldin created the Willie and Joe cartoon which depicted the typical infantryman during World War II.'  />")
}

else if (r<=0.6)
{
document.write("<img src='images/bubble/benders.jpg' border=0 alt='Jack and Carole Bender currently write and draw Alley Oop, one of the longest running and well-known comic strips of all time.'/>")
}


else if (r<=0.7)
{
document.write("<img src='images/bubble/goodwin.jpg' border=0 alt='Archie Goodwin was a comic book editor, artist and writer. He was editor-in-chief at both Marvel and DC comics.'  />")
}


else if (r<=0.75)
{
document.write("<img src='images/bubble/jones.jpg' border=0 alt='Writer R.A. Jones has written stories for Green Lantern, Wolverine and Star Trek comic books.'  />")
}

else if (r<=0.8)
{
document.write("<img src='images/bubble/wooley.jpg' border=0 alt='John Wooley created The Twilight Avenger, The Uncanny Man Frog and wrote a graphic novel adaptation of Ed Wood's Plan 9 From Outer Space.'  />")
}

else if (r<=0.9)
{
document.write("<img src='images/bubble/lange.jpg' border=0 alt='Jim Lange was the editorial cartoonist for the Daily Oklahoman from 1950 to 2008, creating roughly 19,000 editorial cartoons during this time.'/>")
}

else
{
document.write("<img src='images/bubble/gates.jpg' alt='Tulsa native Sterling Gates is the current writer for DC Comics&#39; Supergirl.' />")
}
