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://training.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(2011,11,29,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 Training &amp; Development News&nbsp;&bull;&nbsp;Information on recent events\">Important notice - browser compatibility<\/a> (<small>November&nbsp;2011<\/small>)<\/p>')}}function displayrandomcourse(){coursenames = new Array();coursenames[0]='Assertiveness At Work';coursenames[1]='Basic Bookkeeping';coursenames[2]='Basic Business Skills';coursenames[3]='Building Customer-Centred Organisations';coursenames[4]='Building Winning Teams';coursenames[5]='Coaching Skills';coursenames[6]='Designing Effective Induction Programmes';coursenames[7]='Effective Business Writing';coursenames[8]='Effective Business Writing Overview';coursenames[9]='Effective Inter-personal Skills';coursenames[10]='Effective Office Administration';coursenames[11]='Effective Stress Management';coursenames[12]='Effective Time Management';coursenames[13]='Essential Customer Care';coursenames[14]='Making Effective Presentations';coursenames[15]='Management Skills';coursenames[16]='Managing Change';coursenames[17]='Managing Conflict';coursenames[18]='Managing Successful Projects';coursenames[19]='Managing Yourself';coursenames[20]='Masterclass Workshops';coursenames[21]='Motivating Effectively';coursenames[22]='Negotiating Effectively';coursenames[23]='Planning Effective Training &amp; Development';coursenames[24]='Recruitment &amp; Selection';coursenames[25]='Retailing Skills';coursenames[26]='Supervisor Skills';coursenames[27]='Taking Effective Minutes';coursenames[28]='Taking the lead';coursenames[29]='The Effective Receptionist';coursenames[30]='The Prevention and Detection of Money Laundering';coursenames[31]='Thinking, Planning & Decision Making';coursenames[32]='Writing Effective Announcements';courselinks = new Array();courselinks[0]='assertivenessatwork.htm';courselinks[1]='basicbookkeeping.htm';courselinks[2]='basicbusinessskills.htm';courselinks[3]='buildingcustomercentredorganisations.htm';courselinks[4]='buildingwinningteams.htm';courselinks[5]='coachingskills.htm';courselinks[6]='designingeffectiveinductionprogrammes.htm';courselinks[7]='effectivebusinesswriting.htm';courselinks[8]='effectivebusinesswritingoverview.htm';courselinks[9]='effectiveinterpersonalskills.htm';courselinks[10]='effectiveofficeadministration.htm';courselinks[11]='effectivestressmanagement.htm';courselinks[12]='effectivetimemanagement.htm';courselinks[13]='essentialcustomercare.htm';courselinks[14]='makingeffectivepresentations.htm';courselinks[15]='managementskills.htm';courselinks[16]='managingchange.htm';courselinks[17]='managingconflict.htm';courselinks[18]='managingsuccessfulprojects.htm';courselinks[19]='managingyourself.htm';courselinks[20]='masterclassworkshops.htm';courselinks[21]='motivatingeffectively.htm';courselinks[22]='negotiatingeffectively.htm';courselinks[23]='planningeffectivetraininganddevelopment.htm';courselinks[24]='recruitmentandselection.htm';courselinks[25]='retailingskills.htm';courselinks[26]='supervisorskills.htm';courselinks[27]='takingeffectiveminutes.htm';courselinks[28]='takingthelead.htm';courselinks[29]='theeffectivereceptionist.htm';courselinks[30]='thepreventionanddetectionofmoneylaundering.htm';courselinks[31]='thinkingplanninganddecisionmaking.htm';courselinks[32]='writingeffectiveannouncements.htm';coursesubtitles = new Array();coursesubtitles[0]='Your right to be yourself';coursesubtitles[1]='All you need to know to run a small business on St. Helena';coursesubtitles[2]='Everything you need to know to run a small business on St. Helena';coursesubtitles[3]='It&rsquo;s all about the customer';coursesubtitles[4]='Together Everyone Achieves More';coursesubtitles[5]='You do it like this . . .';coursesubtitles[6]='&quot;Start as you mean to go on . . .&quot;';coursesubtitles[7]='&quot;Let&rsquo;s be clear about this . . .&quot;';coursesubtitles[8]='&quot;Let&rsquo;s be clear about this . . .&quot;';coursesubtitles[9]='Getting the message across';coursesubtitles[10]='Pulling the Rabbit out of the Hat';coursesubtitles[11]='Keeping it together';coursesubtitles[12]='Time flies – but you can be the pilot';coursesubtitles[13]='Exceeding expectations';coursesubtitles[14]='It&rsquo;s the way you tell &lsquo;em . . .';coursesubtitles[15]='Isn&rsquo;t management just telling other people what to do?';coursesubtitles[16]='Making a Difference';coursesubtitles[17]='Strategy and tactics';coursesubtitles[18]='A balancing act . . .';coursesubtitles[19]='The key to success';coursesubtitles[20]='Sharing experience';coursesubtitles[21]='A spoonful of sugar ...';coursesubtitles[22]='Let&rsquo;s make a deal . . .';coursesubtitles[23]='Getting & keeping the best';coursesubtitles[24]='Gain and retain';coursesubtitles[25]='Putting the magic into shopping';coursesubtitles[26]='How to be an octopus';coursesubtitles[27]='Just a minute . . .';coursesubtitles[28]='Leadership Qualities';coursesubtitles[29]='&quot;Hello; how can I help you?&quot;';coursesubtitles[30]='&quot;Doing your bit . . .&quot;';coursesubtitles[31]='Getting a head';coursesubtitles[32]='Making headlines';courseimages = new Array();courseimages[0]='assertivenessatworkimage.jpg';courseimages[1]='basicbookkeepingimage.jpg';courseimages[2]='basicbusinessskillsimage.jpg';courseimages[3]='buildingcustomercentredorganisationsimage.jpg';courseimages[4]='buildingwinningteamsimage.jpg';courseimages[5]='coachingskillsimage.jpg';courseimages[6]='designingeffectiveinductionprogrammesimage.jpg';courseimages[7]='effectivebusinesswritingimage.jpg';courseimages[8]='effectivebusinesswritingimage.jpg';courseimages[9]='effectiveinterpersonalskillsimage.jpg';courseimages[10]='effectiveofficeadministrationimage.jpg';courseimages[11]='effectivestressmanagementimage.jpg';courseimages[12]='effectivetimemanagementimage.jpg';courseimages[13]='essentialcustomercareimage.jpg';courseimages[14]='makingeffectivepresentationsimage.jpg';courseimages[15]='managementskillsimage.jpg';courseimages[16]='managingchangeimage.gif';courseimages[17]='managingconflictimage.jpg';courseimages[18]='managingsuccessfulprojectsimage.jpg';courseimages[19]='managingyourselfimage.jpg';courseimages[20]='masterclassworkshopsimage.jpg';courseimages[21]='motivatingeffectivelyimage.jpg';courseimages[22]='negotiatingeffectivelyimage.jpg';courseimages[23]='planningeffectivetraininganddevelopmentimage.jpg';courseimages[24]='recruitmentandselectionimage.jpg';courseimages[25]='retailingskillsimage.jpg';courseimages[26]='supervisorskillsimage.jpg';courseimages[27]='takingeffectiveminutesimage.jpg';courseimages[28]='takingtheleadimage.jpg';courseimages[29]='theeffectivereceptionistimage.jpg';courseimages[30]='thepreventionanddetectionofmoneylaunderingimage.jpg';courseimages[31]='thinkingplanninganddecisionmakingimage.jpg';courseimages[32]='writingeffectiveannouncementsimage.jpg';var coursed = new Date() % 33;document.write('<p class=\"randjavacourse\"><b>One of our training courses:<\/b>&nbsp; <a href=\"'+courselinks[coursed]+'\" title=\"Click for: '+coursenames[coursed]+'&nbsp;&bull;&nbsp;'+coursesubtitles[coursed]+'\"><img src=\"'+courseimages[coursed]+'\" alt=\"Click for: '+coursenames[coursed]+'&nbsp;&bull;&nbsp;'+coursesubtitles[coursed]+'\" height=\"12\" />&nbsp; '+coursenames[coursed]+'&nbsp;&bull;&nbsp;'+coursesubtitles[coursed]+'<\/a><\/p>')};function displayrandomsd(){sdnames = new Array();sdnames[0]='Training Programme Design';sdnames[1]='Training Programme Delivery';sdnames[2]='Personal Coaching for Business';sdnames[3]='Just imagine . . . What can we do for you?';sdlinks = new Array();sdlinks[0]='trainingprogrammedesign.htm';sdlinks[1]='trainingprogrammedelivery.htm';sdlinks[2]='personalcoachingforbusiness.htm';sdlinks[3]='whatcanwedoforyou.htm';sdsubtitles = new Array();sdsubtitles[0]='Keeping your people up to date';sdsubtitles[1]='What you need to know . . .';sdsubtitles[2]='It&rsquo;s not just for athletes&nbsp;.&nbsp;.&nbsp;.';sdsubtitles[3]='Training solutions to meet your needs';sdimages = new Array();sdimages[0]='trainingprogrammedesignimage.jpg';sdimages[1]='trainingprogrammedeliveryimage.jpg';sdimages[2]='personalcoachingforbusinessimage.jpg';sdimages[3]='crest.png';var sdd = new Date() % 4;document.write('<p class=\"randjavasd\"><b>One of our training & development 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 */

