
function aImageText(imgNum)
{
    var t = new Array();

    t[0]='<div align="left" class="copysmall">Our Process Model illustrates how 5THink provides the link between project teams, hospital leadership, the architect firm and the construction team.<br /><a href="ourprocess.htm" class="copylink">READ MORE</a></div>';

    t[1]='<div align="left" class="copysmall">Since 2000, the provision of 5THink\'s Operational Transition/Move Occupancy expertise has been complementing the efforts of architect and construction colleagues in service to our mutual healthcare clients.<br /><a href="company.htm" class="copylink">READ MORE</a></div>';

    t[2]='<div align="left" class="copysmall">"Initially I thought, <em>Why do we need a consultant to help us move? You just move, piece by piece, patient by patient.</em> Boy, was I wrong!  5THink proved to be invaluable."<br /><a href="testimonials.htm" class="copylink">READ MORE</a></div>';

    t[3]='<div align="left" class="copysmall">If your facility already has an internal transition team established, 5THink can offer Project Guidance and Oversight. We can also offer select support service lines as needed.<br /><a href="servicelines.htm" class="copylink">READ MORE</a></div>';

    t[4]='<div align="left" class="copysmall">5THink\'s clients are all over the map!  Our headquarters are in California and we have a branch office in Denver, Colorado.<br /><a href="locations.htm" class="copylink">READ MORE</a></div>';

    return t[ imgNum % 5 ];
}


