function loadContentBlock_1() {var elmContentBlockHolder = document.getElementById("contentBlockHolder_9LeL2"); var elmContentBlockContainer = document.createElement("div"); elmContentBlockContainer.className = "__content_block_container"; var elmContentBlockHeading = document.createElement("h3");elmContentBlockHeading.appendChild(document.createTextNode("Latest Blog Entries"));elmContentBlockContainer.appendChild(elmContentBlockHeading); var elmContentBlockList_1 = document.createElement("ul"); var elmListItem = document.createElement("li"); elmListItem.className = 'icon16x16_News';elmListItem.innerHTML = 'Getting Value from your Finance Director ';elmContentBlockList_1.appendChild(elmListItem); var elmListItem = document.createElement("li"); elmListItem.className = 'icon16x16_News';elmListItem.innerHTML = 'The Investors are Coming!';elmContentBlockList_1.appendChild(elmListItem); var elmListItem = document.createElement("li"); elmListItem.className = 'icon16x16_News';elmListItem.innerHTML = 'View from the Outside';elmContentBlockList_1.appendChild(elmListItem); var elmListItem = document.createElement("li"); elmListItem.className = 'icon16x16_News';elmListItem.innerHTML = 'Welcome to 2008 ';elmContentBlockList_1.appendChild(elmListItem); var elmListItem = document.createElement("li"); elmListItem.className = 'icon16x16_News';elmListItem.innerHTML = 'In The Manager\'s Chair';elmContentBlockList_1.appendChild(elmListItem); elmContentBlockContainer.appendChild(elmContentBlockList_1);elmContentBlockHolder.appendChild(elmContentBlockContainer);var elmContentBlockFooter = document.createElement("div"); elmContentBlockFooter.className = "__content_block_footer" elmContentBlockHolder.appendChild(elmContentBlockFooter);} addLoadEvent( loadContentBlock_1);