<!-- Begin// Set up the include files to be used.var theWins = new Array(); // do not change this// To add more Win files, continue with the// pattern below, adding to the array.theWins[0] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td>Jacobs Consultancy was recently selected by the Massachusetts Port Authority to provide on-call Air Quality consulting services for all Massport operated facilities.  <br><br><span class="orange"><a href="clients_recent.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'theWins[1] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td>Jacobs Consultancy was recently selected by The City of Colorado Springs, Department of Transportation Aviation Division to provide Rental Car Concessions Consulting services at Colorado Springs Airport. <br><br><span class="orange"><a href="clients_recent.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'theWins[2] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td>Jacobs Consultancy was recently selected by The Little Rock Municipal Airport Commission to develop and evaluate the implementation of a Customer Facility Charge (CFC). <br><br><span class="orange"><a href="clients_recent.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'theWins[3] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td>Jacobs Consultancy was recently selected by the Hyannis Airport Corporation to provide a Feasibility Study at Barnstable Municipal Airport-Boardman/Polando Field. <br><br><span class="orange"><a href="clients_recent.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'theWins[4] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td>Jacobs Consultancy was recently selected by the Dallas Forth Worth International Airport Board to provide Concession Planning services for the Dallas/Forth Worth International Airport. <br><br><span class="orange"><a href="clients_recent.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'// do not edit anything below this linevar j = 0;var p = theWins.length;var preBuffer = new Array()for (i = 0; i < p; i++){   preBuffer[i] = new Image()   preBuffer[i].src = theWins[i]}function showWin(){document.write(theWins[Math.round(Math.random()*(4))]);}//  End -->