getPCContentsBanner('../about/assets_data/banner_contents_pc.xml', '../about/assets_data/banner_contents_pc_num.log');
} catch (Exception $e) {
}
if ( $banner_source == '' ) {
try {
$banner_source = $imageData->getPCContentsBanner('banner_contents_pc.xml', 'banner_contents_pc_num.log');
} catch (Exception $e) {
}
}
echo $banner_source;
?>