// JavaScript Document

  now = new Date();
  quotes = new Array();
  if(now.getMilliseconds() < 150) {
    quotes[0] = "<p>Having SLEC in our design process gives our team flexibility when optimizing RTL.</p><p class=\"sig\">John Arends, Freescale</p>";
    quotes[1] = "<p>SLEC's ability to verify sequential differences is a strong addition to our advanced verification methodology.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
  }
  else if (now.getMilliseconds() < 300) {
    quotes[0] = "<p>We consider SLEC an important tool in our high-level design flow.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
    quotes[1] = "<p>In designing our next-generation e700 core, we employ a process of iterative refinement from high-level RTL specification to detailed implementation. This technology is especially helpful in meeting the timing goals of a high performance design.</p><p class=\"sig\">John Arends, Freescale</p>";
  }
  else if (now.getMilliseconds() < 400) {
    quotes[0] = "<p>Leveraging all the existing stimulus-based verification cycles that we ran on logic during the pre-timing-closure phase, SLEC enables us to confidently close timing.</p><p class=\"sig\">John Arends, Freescale</p>";
    quotes[1] = "<p>We consider SLEC an important tool in our high-level design flow.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
  }
  else if (now.getMilliseconds() < 500) {
    quotes[0] = "<p><p>SLEC's ability to verify sequential differences is a strong addition to our advanced verification methodology.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
    quotes[1] = "<p>In designing our next-generation e700 core, we employ a process of iterative refinement from high-level RTL specification to detailed implementation. This technology is especially helpful in meeting the timing goals of a high performance design.</p><p class=\"sig\">John Arends, Freescale</p>";
  }
  else if (now.getMilliseconds() < 600) {
    quotes[0] = "<p>Having SLEC in our design process gives our team flexibility when optimizing RTL.</p><p class=\"sig\">John Arends, Freescale</p>";
    quotes[1] = "<p>SLEC offers us an innovative approach for functional verification as we refine our design at various levels of abstraction.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
  }
  else if (now.getMilliseconds() < 700) {
    quotes[0] = "<p>SLEC's ability to verify sequential differences is a strong addition to our advanced verification methodology.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
    quotes[1] = "<p>Leveraging all the existing stimulus-based verification cycles that we ran on logic during the pre-timing-closure phase, SLEC enables us to confidently close timing.</p><p class=\"sig\">John Arends, Freescale</p>";
  }
  else if (now.getMilliseconds() < 800) {
    quotes[0] = "<p>In designing our next-generation e700 core, we employ a process of iterative refinement from high-level RTL specification to detailed implementation. This technology is especially helpful in meeting the timing goals of a high performance design.</p><p class=\"sig\">John Arends, Freescale</p>";
    quotes[1] = "<p>SLEC offers us an innovative approach for functional verification as we refine our design at various levels of abstraction.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
  }
  else if (now.getMilliseconds() < 900) {
    quotes[0] = "<p>SLEC offers us an innovative approach for functional verification as we refine our design at various levels of abstraction.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
    quotes[1] = "<p>Leveraging all the existing stimulus-based verification cycles that we ran on logic during the pre-timing-closure phase, SLEC enables us to confidently close timing.</p><p class=\"sig\">John Arends, Freescale</p>";
  }
  else {
    quotes[0] = "<p>Having SLEC in our design process gives our team flexibility when optimizing RTL.</p><p class=\"sig\">John Arends, Freescale</p>";
    quotes[1] = "<p>We consider SLEC an important tool in our high-level design flow.</p><p class=\"sig\">Osamu Tada, Renesas</p>";
  }
  
  if(now.getMilliseconds() % 4 == 0)
    quotes[1] = "<p>Our microprocessor design teams are consistently innovating to increase overall performance and deliver industry-leading performance-per-watt.  The fast, comprehensive verification which Calypto's SLEC provides enhances this creative process, helping our design teams continue to meet the processing needs of our customers.</p><p class=\"sig\">Nihar Mohapatra, AMD</p>";

  tempMess = "";
  for( i=0; i < quotes.length; i++)
    tempMess += "" + quotes[i] + "";
  tempMess += "";
  document.write(tempMess);
