function BookmarkAndShare(){document.writeln('<table border=\"0\"><tr valign=\"top\"><td><p class=\"bookmarkandshare\">Bookmark &amp; share: ');if (window.sidebar){document.writeln('<\/p><\/td><td><p class=\"bookmarkandshare\">');document.writeln("<a href=\"javascript:window.sidebar.addPanel(document.title, document.URL,\"\"); \" title=\"Add to browser Favourites\"><img src=\"http://shared.burghhouse.com/addtofavourites.gif\" alt=\"Add To Browser Favourites\" width=\"20\" height=\"20\" /><\/a>")}else if(window.external){document.writeln('<\/p><\/td><td><p class=\"bookmarkandshare\">');document.writeln("<a href=\"javascript:window.external.AddFavorite(document.URL,document.title); \" title=\"Add to browser Favourites\"><img src=\"http://shared.burghhouse.com/addtofavourites.gif\" alt=\"Add To Browser Favourites\" width=\"20\" height=\"20\" /><\/a>")};document.writeln('<\/p><\/td><td><p class=\"bookmarkandshare\">');document.writeln("<a href=\"http://twitter.com/share\" target=\"_blank\" class=\"twitter-share-button\" data-count=\"none\" title=\"Tweet with Twitter\">Tweet<\/a>");document.writeln("<script type=\"text/javascript\" src=\"http://platform.twitter.com/widgets.js\"><\/script>");document.writeln('<\/p><\/td><td><p class=\"bookmarkandshare\">');document.writeln('<iframe src=\"http://www.facebook.com/plugins/like.php?href=http://burghhouse.com/\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; width:50px; height:25px\" allowTransparency=\"true\" title=\"Like in Facebook\"><\/iframe>');document.writeln('<\/p><\/td><td><p class=\"bookmarkandshare\">');document.writeln("<script type=\"text/javascript\">var addthis_pub=\"burghhouse\";<\/script>");document.writeln("<a href=\"http://www.addthis.com/bookmark.php\" onmouseover=\"return addthis_open(this, '', document.URL, document.title)\" onmouseout=\"addthis_close()\" onclick=\"return addthis_sendto()\" title=\"Share in various social networking systems\"><img src=\"http://s7.addthis.com/static/btn/sm-plus.gif\" width=\"20\" height=\"20\" alt=\"Share in various social networking systems\" /><\/a>");document.writeln("<script type=\"text/javascript\" src=\"http://s7.addthis.com/js/152/addthis_widget.js\"><\/script>");document.writeln('<\/p><\/td><\/tr><\/table>');return false};function ImageDisplayPage(linktarget, titletext, alttext){tempImagePage = window.open();tempImagePage.document.write('<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"><html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" >'+'<head>'+'<title>Image display page: '+titletext+'<\/title>'+'<meta http-equiv=\"content-type\" content=\"text/html;charset=iso-8859-1\" />'+'<link type=\"text/css\" rel=\"stylesheet\" href=\"normal.css\" />'+'<\/head>'+'<body>'+'<p class=\"pagetitle\">Image display page<\/p>'+'<p class=\"pagesubtitle\">'+titletext+'<\/p>'+'<p class=\"center\"><small>This image has been opened in a new window or tab which you can close after viewing<\/small><\/p>'+'<p class=\"center\"><img src=\"'+linktarget+'\" alt=\"'+alttext+'\" /><\/p>'+'<p class=\"footer\">From '+tempImagePage.opener.location+'<\/p>'+'<p class=\"footer\">At '+tempImagePage.document.lastModified.toLocaleString()+'<\/p>'+'<\/body>'+'<\/html>');tempImagePage.document.close();tempImagePage.defaultStatus=tempImagePage.document.title};function PeriodOfDay(){var today = new Date();var hrs = today.getHours();if (hrs < 12){return'morning'}else if (hrs < 18){return'afternoon'}else{return'evening'}};function goodPeriodOfDay(){document.write('Good '+PeriodOfDay()+'.')};function proceedifbefore(pibDate){var datenow = new Date();var datenownum = Date.parse(datenow);var pibDatenum = Date.parse(pibDate);return (datenownum < pibDatenum)};function reportLocalTimeUpdater(){if (!document.all&&!document.getElementById) return;var spanObject = document.getElementById? document.getElementById("updateTimeID"): document.all.updateTimeID;var dateUser = new Date();var dateGMT = new Date(dateUser.getUTCFullYear(), dateUser.getUTCMonth(), dateUser.getUTCDate(), dateUser.getUTCHours(), dateUser.getUTCMinutes(), dateUser.getUTCSeconds());spanObject.innerHTML=dateGMT.toLocaleString();setTimeout("reportLocalTimeUpdater()",1000)};function reportLocalTime(priorText, postText){document.write(priorText+'<span id=\"updateTimeID\"><\/span>'+postText);reportLocalTimeUpdater()};var SecurityStringAlpha ="";var SecurityStringDigits ="";var SecurityStringAll ="";var SecurityStringSelected ="";var SetupSecurityCodeLen = 5;function SetupSecurityCode(){var result = GenerateSecurityString();if (SecurityStringDigits.length < SecurityStringAlpha.length){ToFoilSpammersMsg.innerText ="Please enter just the DIGITS from the following: "+SecurityStringAll;SecurityStringSelected = SecurityStringDigits}else{ToFoilSpammersMsg.innerText ="Please enter just the NON-DIGITS from the following: "+SecurityStringAll;SecurityStringSelected = SecurityStringAlpha};return true};function GenerateSecurityString(){var CharNum = 0;SecurityStringAlpha ="";SecurityStringDigits ="";SecurityStringAll ="";SecurityStringSelected ="";while ((SecurityStringAlpha.length < SetupSecurityCodeLen) || (SecurityStringDigits.length < SetupSecurityCodeLen)){if (Math.random() < 0.5){CharNum = Math.round(Math.random()*7)+50;SecurityStringDigits += String.fromCharCode(CharNum)}else{do{CharNum = Math.round(Math.random()*26)+65}while ((CharNum == 64) || (CharNum == 73) || (CharNum == 79) || (CharNum == 91));SecurityStringAlpha += String.fromCharCode(CharNum)};SecurityStringAll += String.fromCharCode(CharNum)+' '};return true};function Reset(){document.emailform.elements[1].value ="";document.emailform.elements[2].value ="";document.emailform.elements[1].focus();SetupSecurityCode()};function submitForm(){if (isValidEntry()){if (confirm("Your message is:\n"+document.emailform.elements[1].value+"\nOK to send?")){return true}else{return false}}else{return false}};function isValidEntry(){var str = document.emailform.elements[1].value;while (str.charAt(0) ==" "){str = str.slice(1)};document.emailform.elements[1].value = str;if (str ==""){alert("The message field is blank.\nPlease enter your message.");document.emailform.elements[1].focus();return false}else{if (document.emailform.elements[2].value.toUpperCase() != SecurityStringSelected.toUpperCase()){alert("The security code was not correct.\nPlease try again.");document.emailform.elements[2].value ='';document.emailform.elements[2].focus();return false}else{return true}}};function doAnnounce(){if (proceedifbefore('25 November 2009 23:59')){document.write('<table style=\"width:100%;\" cellpadding=\"10\"><tr><td class=\"announcebox\"><table style=\"width:100%;\"><tr><td class=\"announcetext\"><p class=\"announcehead\">Announcement<\/p><p class=\"announcetext\">Cable &amp; Wireless South Atlantic is moving buildings and keeps disconnecting Internet access to and from St.&nbsp;Helena.&nbsp; This will not affect this website, as it is hosted in the UK, but it may cause a delay in replying to emails.&nbsp; Sorry.<\/p><\/td><\/tr><\/table><\/td><\/tr><\/table>')}}function checkPageWidth(){if (document.body.clientWidth < 1000){document.writeln('<p class=\"pagewidthwarning\">A minimum viewing window of 1000 pixels is recommended for this site.<\/p>')}};function googleCustomSearchHeadline(){document.write('<p style=\"color:#0f0f0f;background:#f0f0f0;\">Search all the Burgh House Limited sites with Google&trade; Custom Search:<\/p>')};function googleTranslateHeader(){document.write('<p style=\"color:#0f0f0f;background:#f0f0f0;\"><img src=\"http://shared.burghhouse.com/googletranslateflagsbanner.jpg\" alt=\"Translate this page, using Google&trade; Translate\" width=\"300\" \/><\/p>');document.write('<p style=\"color:#0f0f0f;background:#f0f0f0;float:left;\">traducir&nbsp; &ouml;vers&auml;tta&nbsp; vertalen&nbsp; &uuml;bersetzen&nbsp; tradurre<\/p>')};function displaynewsheadline(){var testDate = new Date(2012,0,28,0,0,0,1);if (proceedifbefore(testDate.toLocaleString())){document.writeln('<p class=\"newshead\" title=\"Click on the link to read the most recent news item\">LATEST NEWS:&nbsp; <a href=\"news.htm#newsitem0001\" title=\"Click for: Burgh House Limited News&nbsp;&bull;&nbsp;Information on recent events\">Airport opportunities for St.&nbsp;Helena<\/a> (<small>December&nbsp;2011<\/small>)<\/p>')}}function displayrandomfaq(){faqs = new Array();faqs[0]='01: How easy is it to start a business on St.&nbsp;Helena?';faqs[1]="02: I'm a St.&nbsp;Helenian looking to return to St.&nbsp;Helena.&nbsp; Can you help me?";faqs[2]="03: Is it right that you don't charge for doing business plans?";faqs[3]='04: Do you do anything other than business plans?';faqs[4]='05: Do you still do training at AVES?';faqs[5]='06: Who have you worked for?';faqs[6]='07: Are you funded by St.&nbsp;Helena Government?';faqs[7]='08: So what do you know about business that qualifies you to advise me?';faqs[8]='09: What is your relationship with SHDA?';faqs[9]='10: How many people do you employ?';faqs[10]='11: How much do you charge?';faqs[11]='12: Your logo - what does it mean?';faqs[12]='13: <span style=\"font-style: italic; font-weight: bolder; color: #000064;\">Just imagine . . .<\/span>?&nbsp; Just imagine what?';faqs[13]="14: Your site mentions the 'Institute of Business Consulting'.&nbsp; What's that?";faqs[14]="15: Where is 'Burgh House'";faqs[15]="16: I'm not a St.&nbsp;Helenian but I'm looking to invest.&nbsp; Can you help me?";faqs[16]='17: Can you help with residence in St.&nbsp;Helena?';faqs[17]="18: Is there any kind of business you won't help?";faqs[18]='19: Where is St.&nbsp;Helena and how would I get there?';var s = 19;var d = new Date() % s;var i = d+1;document.write('<a href=\"faq.htm#faqi'+i+'\" title=\"Click for: Frequently Asked Questions&nbsp;&bull;&nbsp;... and other useful information\">'+faqs[d]+'<\/a>')};function displayrandomsd(){sdnames = new Array();sdnames[0]='Free Business Solutions';sdnames[1]='Branding, Design and Packaging';sdnames[2]='Business Communications';sdnames[3]='Business Planning';sdnames[4]='Business Process Improvement';sdnames[5]='Business Risk Review';sdnames[6]='Computer Systems Review';sdnames[7]='Employment Law Compliance';sdnames[8]='Financial analysis you can understand';sdnames[9]='Interim Management';sdnames[10]='Managing Change';sdnames[11]='Marketing and Advertising';sdnames[12]='Project Management';sdnames[13]='Starting Your Own Business';sdnames[14]='Tendering';sdnames[15]='Training and Coaching';sdnames[16]='Just imagine . . . What can we do for you?';sdlinks = new Array();sdlinks[0]='freebusinesssolutions.htm';sdlinks[1]='brandingdesignandpackaging.htm';sdlinks[2]='businesscommunications.htm';sdlinks[3]='businessplanning.htm';sdlinks[4]='businessprocessimprovement.htm';sdlinks[5]='businessriskreview.htm';sdlinks[6]='computersystemsreview.htm';sdlinks[7]='employmentlawcompliance.htm';sdlinks[8]='financialanalysis.htm';sdlinks[9]='interimmanagement.htm';sdlinks[10]='managingchange.htm';sdlinks[11]='marketingandadvertising.htm';sdlinks[12]='projectmanagement.htm';sdlinks[13]='startingyourownbusiness.htm';sdlinks[14]='tendering.htm';sdlinks[15]='trainingandcoaching.htm';sdlinks[16]='whatcanwedoforyou.htm';sdsubtitles = new Array();sdsubtitles[0]='Free; Gratis; Kostenlos; Gratuit; Am ddim';sdsubtitles[1]='Presenting your products';sdsubtitles[2]='Getting closer to your customers and staff';sdsubtitles[3]='You wouldn&rsquo;t build a house without having a plan&nbsp;.&nbsp;.&nbsp;.';sdsubtitles[4]='A tune-up for your business';sdsubtitles[5]='Keeping on top of risk';sdsubtitles[6]='Keeping on top of Information Technology';sdsubtitles[7]='Keeping up with the new employment legislation';sdsubtitles[8]='An aid to business planning';sdsubtitles[9]='Keeping you in business by filling gaps in your management team';sdsubtitles[10]='Making a difference';sdsubtitles[11]='Getting your business noticed';sdsubtitles[12]='On target, on time and within budget';sdsubtitles[13]='Is it right for you? And how do you begin?';sdsubtitles[14]='Support for both sides';sdsubtitles[15]='Keeping your people up-to-date';sdsubtitles[16]='Business solutions to meet your needs';sdimages = new Array();sdimages[0]='crest.png';sdimages[1]='brandingdesignandpackagingimage.jpg';sdimages[2]='businesscommunicationsimage.jpg';sdimages[3]='businesplanningimage.jpg';sdimages[4]='businessprocessimprovementimage.jpg';sdimages[5]='businessriskreviewimage.jpg';sdimages[6]='computersystemsreviewimage.jpg';sdimages[7]='employmentlawimage.jpg';sdimages[8]='financialanalysisimage.jpg';sdimages[9]='interimmanagerimage.jpg';sdimages[10]='managingchangeimage.jpg';sdimages[11]='marketingandadvertisingimage.gif';sdimages[12]='projectmanagementimage.jpg';sdimages[13]='startingabusinessimage.jpg';sdimages[14]='tenderingimage.jpg';sdimages[15]='trainingcrest300x300.jpg';sdimages[16]='crest.png';var sdd = new Date() % 17;document.write('<p class=\"randjavasd\"><b>One of our business services:<\/b>&nbsp; <a href=\"'+sdlinks[sdd]+'\" title=\"Click for: '+sdnames[sdd]+'&nbsp;&bull;&nbsp;'+sdsubtitles[sdd]+'\"><img src=\"'+sdimages[sdd]+'\" alt=\"Click for: '+sdnames[sdd]+'&nbsp;&bull;&nbsp;'+sdsubtitles[sdd]+'\" height=\"12\" />&nbsp; '+sdnames[sdd]+'&nbsp;&bull;&nbsp;'+sdsubtitles[sdd]+'<\/a><\/p>')};function socialNetworkingExplain(){document.write("<p>There are now just four buttons, looking like this:&nbsp;<\/p>");BookmarkAndShare();document.write("<p>The first helps you bookmark the page in your browser.  The second is for linking to Twitter&trade;.  The third is the Facebook&trade; 'Like' button.  The last links to 'Add This', a route to a wide variety of other social networking sites.<\/p>");document.write("<p>You will find these buttons towards the bottom of each page.  We hope you find these links useful.<\/p>")};/* Copyright (c) Burgh House Limited 2012 all rights reserved */

