<!-- Begin
// Set up the include files to be used.
var thePubs = new Array(); // do not change this
// To add more Pub files, continue with the
// pattern below, adding to the array.

thePubs[0] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td><strong>Privatization: An Alternative  for Addressing Today&acute;s Challenges<br /> </strong>The pressures on public finances throughout the world are likely to mean that governments will be less able to provide direct funding for airports and other forms of infrastructure.  </td> <td><img src="images/home/thumb_01.jpg" width="72" height="72"><br><br><span class="orange"><a href="news_events_publications.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'

thePubs[1] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td><strong>Sustainability the Force Behind Communit y Involvement and Airport Planning In Portland, Oregon</strong><br /> Master plans have emerged as an effective means for airport operators to integrate sustainability concepts into airport development programs at the earliest possible time.</td> <td><img src="images/home/thumb_01.jpg" width="72" height="72"><br><br><span class="orange"><a href="news_events_publications.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'

thePubs[2] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td><strong>Voluntary Airport Low Emission (VALE) Program </strong><br /> Voluntary Airport Low Emission (VALE) Program Jacobs Consultancy is the pre-eminent firm in successfully assisting airports with Voluntary Airport Low Emission (VALE) Program applications. VALE is a tool for non-attainment airports to 1) offset potential emissions and to 2) receive funding to implement clean technology. </td> <td><img src="images/home/thumb_01.jpg" width="72" height="72"><br><br><span class="orange"><a href="news_events_publications.shtml" class="orange">More</a>&nbsp;<b style="font-size: 11px;">&gt;&gt;</b></span></td></tr></table>'

thePubs[3] = '<table width="262" border="0" cellspacing="10" cellpadding="0"><tr valign="top"><td><strong>Airport Bond Ratings <br /> </strong>As part of our initiative to provide information to our clients and the airport industry, we have revised and updated our quarterly report on airport bond ratings. The report provides information on bond ratings by hub size for general airport revenue bonds (GARBs), PFC-backed bonds, and special facility bonds. Additional information is also provided for bonds issued during the quarter. </td> <td><img src="images/home/thumb_01.jpg" width="72" height="72"><br><br><span class="orange"><a href="news_events_publications.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 = thePubs.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = thePubs[i]
}
function showPub(){
document.write(thePubs[Math.round(Math.random()*(3))]);
}

//  End -->



