    var ic = 5;     // Number of alternative images
    var x = new Array(ic);  // Array to hold filenames
        
x[0] = "<B>Against All Odds</B><BR><DIV style='margin-top:4px;'>&quot;Prior to implementing GOexchange, we had a catastrophic failure of one of our key Exchange Servers.<BR><BR>Multiple attempts were made to recover the information stores using standard Exchange Server utilities...<br><DIV align=right style=margin-top:4px; margin-bottom:4px;><A HREF=recovery_tests.asp#1 class=link><img src=/images/arrow_o.gif width=9 height=9 border=0>&nbsp;more</A>&nbsp;&nbsp;&nbsp;</DIV>";
x[1] = "<B>Knowledge and Expertise</B><BR><DIV style='margin-top:4px;'>&quot;Without warning we experienced major problems with our Exchange 2000 server. We tried to fix the problem ourselves via articles off of the web this was unsuccessful. We then contacted Microsoft and were told that the only resolution was to...<br><DIV align=right style=margin-top:4px; margin-bottom:4px;><A HREF=recovery_tests.asp#2 class=link><img src=/images/arrow_o.gif width=9 height=9 border=0>&nbsp;more</A>&nbsp;&nbsp;&nbsp;</DIV>";
x[2] = "<B>Quick & Professional</B><BR><DIV style='margin-top:4px;'>&quot;Gone.... Unresponsive.... Unrecoverable - Those are the words used by the network engineer at our company when our Exchange Server went offline. Our company has users working in 30 offices across 8 mid-Atlantic states and we rely heavily ...<br><DIV align=right style=margin-top:4px; margin-bottom:4px;><A HREF=recovery_tests.asp#3 class=link><img src=/images/arrow_o.gif width=9 height=9 border=0>&nbsp;more</A>&nbsp;&nbsp;&nbsp;</DIV>";
x[3] = "<B>Completely Restored</B><BR><DIV style='margin-top:4px;'>&quot;Our main Exchange Server crashed on December 23rd, our backups were invalid and there was pretty much panic and chaos throughout the office. Our client files, important correspondence, meetings, schedules and more was gone...<br><DIV align=right style=margin-top:4px; margin-bottom:4px;><A HREF=recovery_tests.asp#4 class=link><img src=/images/arrow_o.gif width=9 height=9 border=0>&nbsp;more</A>&nbsp;&nbsp;&nbsp;</DIV>";
x[4] = "<B>Dedicated Service</B><BR><DIV style='margin-top:4px;'>&quot;Exchange puked on Friday at noon, nothing we did seemed to help the situation, the backups would not restore and we had 500+ users that couldn't get or send email, this was serious. <BR><BR>We called Lucid8 and they had a team working on the problem within...<br><DIV align=right style=margin-top:4px; margin-bottom:4px;><A HREF=recovery_tests.asp#5 class=link><img src=/images/arrow_o.gif width=9 height=9 border=0>&nbsp;more</A>&nbsp;&nbsp;&nbsp;</DIV>";
function pickRandom(range) {
if (Math.random)
return Math.round(Math.random() * (range-1));
else {
var now = new Date();
return (now.getTime() / 1000) % range;
}
}
// Write out an IMG tag, using a randomly-chosen image name.
var choice = pickRandom(ic);
// -->
