/* Lessons from change - OG javascript - 21 October 2009 3:36pm
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************
***************************************************************/

function initialLoad() {
$('#sub_rightcolumn .yellowbox').remove();
$('#header').css('background', 'url(/ecimages/header_bg.gif) no-repeat center top');
$('ul#featuremenu').html(
'<li id="feature00"><a href="javascript:generic_link_WT(\'/GL/en/Industries/Oil---Gas/Lessons-from-change---Cautious-optimism-in-the-oil-and-gas-industry\', \'/GL/en/Industries/Oil & Gas\', \'Lessons from change - Cautious optimism in the oil and gas industry\');">Cautious optimism in the oil and gas industry</a></li>' +
'<li id="feature01"><a href="javascript:generic_link_WT(\'/GL/en/Industries/Oil---Gas/Lessons-from-change---Five-lessons-for-oil-and-gas\', \'/GL/en/Industries/Oil & Gas\', \'Lessons from change - Five lessons for oil and gas\');">Five lessons for oil and gas</a></li>' +
'<li id="feature02"><a href="javascript:generic_link_WT(\'/GL/en/Industries/Oil---Gas/Lessons-from-change---The-new-business-agenda-for-oil-and-gas\', \'/GL/en/Industries/Oil & Gas\', \'Lessons from change - The new business agenda for oil and gas\');">The new business agenda for oil and gas</a></li>' +
'<li id="feature03"><a href="javascript:generic_link_WT(\'/GL/en/Industries/Oil---Gas/Lessons-from-change---The-EY-performance-wheel\', \'/GL/en/Industries/Oil---Gas\', \'Lessons from change - The EY performance wheel\');">The EY performance wheel</a></li>' +
'<li id="feature04"><a href="javascript:generic_link_WT(\'/GL/en/Issues/Business-environment/Lessons-from-change\', \'/GL/en/Issues/Business environment\', \'Lessons from change\');"><i>Lessons from change</i> overview</a></li>');

$('ul#downloadpub').html('<li>Download &quot;<a assetid="AS-USDD-7WYCB3" href="/Publication/vwLUAssets/LFC-oil_and_gas/$FILE/LFC_oil & gas.pdf" onclick=\'javascript: if (generic_link_WT) generic_link_WT("/Publication/vwLUAssets/LFC-oil_and_gas/$FILE/LFC_oil & gas.pdf", "", "Lessons from change: the oil & gas industry", "_blank"); return false;\' >Lessons from change: the oil and gas industry</a>,&quot; as a printable document (16.8 MB PDF)</li>')
}