function setupFadeLinks() {
  //arrFadeLinks[0] = "http://javascriptsource.com/snippets/popup-blocker-detection.html";
  arrFadeTitles[0] = "“For nearly 8 years and two different gigs, I’ve had the pleasure of working with Gorman Foy. Through it all, the one constant for me has been peace of mind...when you get that sort of dedication from a vendor, it’s unbeatable and the reason they are an integral part of our team.”<br /><br /><font style='font-size: 11px;'>Keith Vincent<br />Director of Marketing, PPAI</font>";
  
  //arrFadeLinks[1] = "http://javascriptsource.com/miscellaneous/mailto.html";
  arrFadeTitles[1] = "“From logo creation, to innovative print marketing pieces, to memorable promotional products, Gorman Foy does it all and does it with finesse. They are consummate professionals in the printing and promotional arenas and they've helped us elevate our marketing/ promotional campaigns to a new level.”<br /><br /><font style='font-size: 11px;'>Jeff Hurt, Director of Education and Events, NADP</font>";
  
  arrFadeLinks[2] = "http://javascriptsource.com/forms/code-box-editor.html";
  arrFadeTitles[2] = "“Their expertise has been greatly appreciated on many occasions: when we redesigned our stationary, business cards, prepared flyers for new properties, made Christmas cards and handled the gifts we give our tenants and clients during the holiday session. Gorman Foy shall remain Proterra's choice.”<br /><br /><font style='font-size: 11px;'>Beverly H. Eversole, Vice President, Proterra Properties, Inc.</font>";
  
  arrFadeLinks[3] = "http://javascriptsource.com/cookies/delicious-cookies.html";
  arrFadeTitles[3] = "“I've been extremely impressed with their professionalism and timely turnaround, and their customer service is stellar. Gorman Foy definitely delivers on their promise to provide print and promotional solutions through extensive knowledge and experience with a positive 'make-it-happen' attitude.”<br /><br /><font style='font-size: 11px;'>Blake Hull, Marketing Manager, HRsmart</font>";

  
  arrFadeLinks[4] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[4] = "“Solution-oriented and success driven, Gorman Foy has always shown incredible skill, insight and creative savvy when it comes to meeting the needs of a client. Always within budget, within deadline and beyond out-of-box thinking, Gorman Foy meets every challenge, exceeds every expectation.”<br /><br /><font style='font-size: 11px;'>Nancy Crabb,<br />Manager/Roaster, Aduro Bean</font>";
  
  
  arrFadeLinks[5] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[5] = "“DCYC is fortunate to have Gorman Foy as a sponsor for the Regatta. These two women bring a lot of energy to the event! Gorman Foy is very good about recommending new product ideas for our ship store and the Regatta.”<br /><br /><font style='font-size: 11px;'>David Butler, Past-chairman Leukemia Cup Regatta</font>";
  
  arrFadeLinks[6] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[6] = "“For more than 5 years now, Gorman Foy has been an integral component to our branding and marketing strategies. They have always done a great job of listening to understand our needs and then acting quickly to deliver high-end creative solutions that help us separate ourselves from the pack.”<br /><br /><font style='font-size: 11px;'>Alison Amiot, Business Administrative Manager, Clearview Staffing Software, Inc.</font>";
  
  arrFadeLinks[7] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[7] = "“It is the attention to detail, behind the scenes work and customer service that really sets Gorman Foy apart. They seem to anticipate my needs and always provide me solutions that help make projects successful.”<br /><br /><font style='font-size: 11px;'>Emily Short, Operations Support, LumaCorp, Inc.</font>";
  
  arrFadeLinks[8] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[8] = "“They take the stress out of your printing and promotional product needs. In all my professional career, I have never had the outstanding service experience anywhere that I am provided through Gorman Foy.”<br /><br /><font style='font-size: 11px;'>Michelle Swayze, Time Warner Cable Media Sales</font>";
  
  arrFadeLinks[9] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[9] = "“We say thank you to Gorman Foy for the excellent level of service and quality products they have provided to RealPage, Inc. over the years.<br /><br />We appreciate their efforts and hard work and look forward to a long-lasting business relationship.”<br /><br /><font style='font-size: 11px;'>Stacey Blackwell, Marketing Specialist, RealPage, Inc</font>";
  
  arrFadeLinks[10] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[10] = "“Having people you can count on time and time again is a rare gem. This is why my decade long, deeply rooted relationship with Gorman Foy has produced exciting, diverse, successful and creative projects. Along the way, their 'white-glove-service' and 'attention to detail' have been life savers. It doesn't get any better than this.”<br /><br /><font style='font-size: 11px;'>Thu-Ha Nguyen, Creative Design www.thuha.com</font>";
  
  arrFadeLinks[11] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[11] = "“Creative. Efficient. Accessible. Timely. The beauty of Gorman Foy to me is white glove service - that sums it all up. I do not have to worry about my projects being on time, being correct and being effective. I appreciate the responsiveness of the entire Gorman Foy team. If you need one less thing to worry about - let Gorman Foy handle all your marketing needs.”<br /><br /><font style='font-size: 11px;'>Missy Duffle, Owner, Armstrong McCall/MS Salon Services</font>";
  
   arrFadeLinks[12] = "http://javascriptsource.com/snippets/insertafter.html";
  arrFadeTitles[12] = "“I am always confident that my project will be completed on schedule and the end result will be spot-on for what my company needs and expects, if not better.  Professional - thorough - timely -  creative - you need not look any further than Gorman Foy to trust with your printing and promotional products needs.”<br /><br /><font style='font-size: 11px;'>Michelle Swayze, In Your Face Apparel</font>";

  
}

// You can also play with these variables to control fade speed, fade color, and how fast the colors jump.

var m_FadeOut = 0;
var m_FadeIn= 0;
var m_Fade = 0;
var m_FadeStep = 2;
var m_FadeWait = 20000;
var m_bFadeOut = false;

var m_iFadeInterval;

window.onload = Fadewl;

var arrFadeLinks;
var arrFadeTitles;
var arrFadeCursor = 0;
var arrFadeMax;

function Fadewl() {
  m_iFadeInterval = setInterval(fade_ontimer, 10);
  arrFadeLinks = new Array();
  arrFadeTitles = new Array();
  setupFadeLinks();
  arrFadeMax = arrFadeLinks.length-1;
  setFadeLink();
}

function setFadeLink() {
  var ilink = document.getElementById("fade_link");
  ilink.innerHTML = arrFadeTitles[arrFadeCursor];
  ilink.href = arrFadeLinks[arrFadeCursor];
}

function fade_ontimer() {
  if (m_bFadeOut) {
    m_Fade+=m_FadeStep;
    if (m_Fade>m_FadeOut) {
      arrFadeCursor++;
      if (arrFadeCursor>arrFadeMax)
        arrFadeCursor=0;
      setFadeLink();
      m_bFadeOut = false;
    }
  } else {
    m_Fade-=m_FadeStep;
    if (m_Fade<m_FadeIn) {
      clearInterval(m_iFadeInterval);
      setTimeout(Faderesume, m_FadeWait);
      m_bFadeOut=true;
    }
  }
  var ilink = document.getElementById("fade_link");
  if ((m_Fade<m_FadeOut)&&(m_Fade>m_FadeIn))
    ilink.style.color = "#" + ToHex(m_Fade);
}

function Faderesume() {
  m_iFadeInterval = setInterval(fade_ontimer, 10);
}

function ToHex(strValue) {
  try {
    var result= (parseInt(strValue).toString(16));

    while (result.length !=2)
            result= ("0" +result);
    result = result + result + result;
    return result.toUpperCase();
  }
  catch(e)
  {
  }
}