/*
 * Load the correct banner into the banner frame for IEA Web Site
 * Author: Thanh Nguyen (soa_clown@hotmail.com
 */
ieaUrl = 'http://www.iea-shc.org/';

function checkBanner(bannerName) {
  top.banner.location.replace( ieaUrl + bannerName + "/" + bannerName + "_banner_small.htm" );
}

