// JavaScript Document
   texcuse0="<b>Saul Bass</b><br><br>Designer of movie titles (including Psycho) and logos (including AT&T).<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Saul_Bass' target='_blank'>More Info</a>"
   texcuse1="<b>Eric Gill</b><br><br>Printmaker and typographer, creator of the typeface Gill Sans.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Eric_Gill' target='_blank'>More Info</a>"
   texcuse2="<b>Herb Lubalin</b><br><br>Designer and typographer, creator of the typeface Avant Garde.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Herbert_Lubalin' target='_blank'>More Info</a>"
   texcuse3="<b>Lou Dorfsman</b><br><br>Creative Director at CBS for over 40 years.<br><a class='myLinks' href='http://wiredforbooks.org/loudorfsman/index.htm' target='_blank'>More Info</a>"
   texcuse4="<b>Raymond Loewy</b><br><br>Mid-Century graphic and industrial designer whose clients included Studebaker and Shell.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Raymond_Loewy' target='_blank'>More Info</a>"
   texcuse5="<b>Max Miedinger</b><br><br>Typographer at the HAAS foundry, creator of the typeface Helvetica.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Helvetica' target='_blank'>More Info</a>"
   texcuse6="<b>Paul Rand</b><br><br>20th-Century designer who emphasized clean layouts, designer of the IBM logo.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Paul_rand' target='_blank'>More Info</a>"
   texcuse7="<b>Piet Mondrian</b><br><br>19th/20th-Century Dutch artist whose blocky style begat modern grid layout systems.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Piet_Mondrian' target='_blank'>More Info</a>"
   texcuse8="<b>Hermann Zapf</b><br><br>Designer and typographer, creator of Optima and Palatino.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Hermann_Zapf' target='_blank'>More Info</a>"
   texcuse9="<b>Adrian Frutiger</b><br><br>Swiss typographer, creator of the typeface family Univers.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Adrian_Frutiger' target='_blank'>More Info</a>"
   texcuse10="<b>Neville Brody</b><br><br>English designer and typographer whose clients have included Macromedia and Nine Inch Nails.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Neville_Brody' target='_blank'>More Info</a>"
   texcuse11="<b>Herbert Bayer</b><br><br>Bauhaus-trained designer and architect who refined the minimalist style.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Herbert_Bayer' target='_blank'>More Info</a>"
   texcuse12="<b>Walter Gropius</b><br><br>German architect and father of the Bauhaus.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Walter_Gropius' target='_blank'>More Info</a>"
   texcuse13="<b>Aldus Manutius</b><br><br>Italian printer and typographer who invented italic type.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Aldus_Manutius' target='_blank'>More Info</a>"
   texcuse14="<b>Paul Renner</b><br><br>German type designer, creator of the typeface Futura.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Paul_Renner' target='_blank'>More Info</a>"
   texcuse15="<b>Milton Glaser</b><br><br>Founder of Push Pin Studios.<br><a class='myLinks' href='http://en.wikipedia.org/wiki/Milton_Glaser' target='_blank'>More Info</a>"
   texcuse16="<b>Cipi Pineles</b><br><br>Mid-Century art director, notably at Seventeen Magazine.<br><a class='myLinks' href='http://www.aiga.org/content.cfm?contentalias=cipepineles' target='_blank'>More Info</a>"
   texcuse17="<b>Louise Fili</b><br><br>New York designer who revolutionized book cover design.<br><a class='myLinks' href='http://www.louisefili.com' target='_blank'>More Info</a>"
   texcuse18="<b>Muriel Cooper</b><br><br>MIT Press Design Director and Professor who was an early adopter of technology.<br><a class='myLinks' href='http://www.aiga.org/content.cfm?ContentID=655' target='_blank'>More Info</a>"
   texcuse19="<b>Bertha M. Boye</b><br><br>Early 20th Century artist whose suffrage poster inspired an entire design style.<br><a class='myLinks' href='http://www.designwritingresearch.org/essays/women.html' target='_blank'>More Info</a>"
   texcuse20="<b>Deborah Sussman</b><br><br>Integrator of graphic design and the 'built' environment.<br><a class='myLinks' href='http://www.aiga.org/content.cfm?contentalias=deborahsussman' target='_blank'>More Info</a>"

	 now=new Date()
  num=(now.getSeconds() )%19 
  num=num+1
   document.write
  if (num == 0)
    {texcuse=texcuse0}
  if (num == 1)
    {texcuse=texcuse1}
  if (num == 2)
    {texcuse=texcuse2}
  if (num == 3)
     {texcuse=texcuse3}
  if (num == 4)
    {texcuse=texcuse4}
  if (num == 5)
    {texcuse=texcuse5}
  if (num == 6)
     {texcuse=texcuse6}
  if (num == 7)
    {texcuse=texcuse7}
  if (num == 8)
    {texcuse=texcuse8}
  if (num == 9)
     {texcuse=texcuse9}
  if (num == 10)
    {texcuse=texcuse10}
  if (num == 11)
    {texcuse=texcuse11}
  if (num == 12)
     {texcuse=texcuse12}
  if (num == 13)
     {texcuse=texcuse13}
  if (num == 14)
    {texcuse=texcuse14}
  if (num == 15)
    {texcuse=texcuse15}
  if (num == 16)
     {texcuse=texcuse16}
  if (num == 17)
    {texcuse=texcuse17}
  if (num == 18)
    {texcuse=texcuse18}
  if (num == 19)
     {texcuse=texcuse19}		 
  document.write(texcuse)
  document.write("</p>")
