Help Sitemap Home Skip Navigation Contact Us Disability Statement

 
 
Friday, 12th March 2010

Guestbook

 

Welcome to the guestbook, view comments from ex-pats and other users. To add your comment
to the guestbook is easy, just click the link below.



 
 

Message From: Maureen Ball - Writing From: Norfolk, England

Seeking MacDonald & MacCleod families in LAXDALE, STORNOWAY. My partner's late father was born and bred in Laxdale, Stornoway and my partner often speaks about his own memories of the place. His father was Donald ROSS (known as Dolly) and he is named Donald after his dad. I wonder if Laxdale or Stornoway have an online community forum where my partner can gain contact with his relatives up there.
25/02/2010 17:39:26

Message From: Ellen Willmott - Writing From: Auckland, New Zealand

Hi, My father's family come from Lewis and I was wondering if there were any relatives remaining on the island. His mother was Christina MacMillan (Kirsty/Chursty) and she married John Mackie (from Glasgow) in 1915 - at 22 Stag Rd in Stornoway - where she lived. Her parents were Angus MacMillan (Leurbost) and Isabella MacLean (South Shawbost). Kirsty and John left Stornoway some time after my father was born (maybe around 1925) and settled in Port Glasgow. I visited Stornoway in 1996 but hadn't researched any information at that stage - so just had a general look around. We plan on visiting again in 2011 and it would be good if I had could catch up with any relatives. Does anyone know if there is a branch of the genealogical society I could contact? Many thanks!
02/02/2010 05:07:33

Message From: Ellen Willmott - Writing From: Auckland, New Zealand

Hi, My father was born in Stornoway and and I have traced my ancestors on Lewis back to about 1800. I was wanting to find out if I have any living relatives? My grandmother was Christina MacMillan and she was married (to John Mackie) from 22 Stag Rd in Stornoway in 1915. Her parents were Angus MacMillan and Isabella MacLean. I live in NZ now but I'll be visiting Lewis some time in 2011 and it would be great if I could catch up with any relatives. cheers Ellen
01/02/2010 00:45:49

Message From: Siobhan Beeton - Writing From: Thunder Bay,Ontario CANADA

Hello.I realize this is like looking for a needle in a haystack but we're looking for relatives in the Thomson Family.My mother was adopted and recently found out her birth mother's name was Margaret Jean(Jane) Thomson,born Minot Township Ontario Canada May 5,1901,died Sept 1,1971.We were told her brother Russell Thomson had visited relatives in Stornoway(he has since passed away).Margaret's parents were John Thomson and Catherine Morrison Lamont,also born in Canada.My great,great, grand parents were Thomas Thomson and Janet Stark,who lived in Libberton/Biggar area in Scotland in the early 1850's and came to Canada shortly after that.Thomas' parents were Thomas Thomson and Jane Cassells.If anyone has any information on any of their descendents we would appreciate hearing from you!.We're planning a trip to Scotland next fall and are hoping to meet up with any lost family members.Thank you. Siobhan
01/12/2009 02:41:39

Message From: Alexander Gillan - Writing From: South Wales (UK)

http://lewis-social.net
We live on the Island for a short time (we remember well the tornado of Jan 2005). Through various reasons we moved to the mainland (Banff), and due to family illness back to South Wales. Looking forward to the day when it's possible to return to Lewis, this time to say. In the meantime we are in contact with folk through the new Lewis social network (http://lewis-social.net). Please drop by and say hello!
31/10/2009 14:48:28
 
 
 
 
Also Search
Days Out UK Date me today Online Shop
 
 
Local pages today
 
 

Sister Newspapers:
Press Complaints Commission

This website and its associated newspaper adheres to the Press Complaints Commission’s Code of Practice. If you have a complaint about editorial content which relates to inaccuracy or intrusion, then contact the Editor by clicking here.

If you remain dissatisfied with the response provided then you can contact the PCC by clicking here.




var c_$ID$timerLength = 5; var c_$ID$animationLengths = new Array(); var c_$ID$timerIDs = new Array(); var c_$ID$startTimes = new Array(); var c_$ID$objectList = new Array(); var c_$ID$endHeights = new Array(); var c_$ID$isMoving = new Array(); var c_$ID$SelectedIndex = 0; var c_$ID$BaseClass = new Array();c_$ID$BaseClass[0]="a";c_$ID$BaseClass[1]="b";c_$ID$BaseClass[2]="c";c_$ID$BaseClass[3]="d";c_$ID$BaseClass[4]="e"; function $ID$SlideOpen(index,interval, contentHeight){ var elementNameStart=$ID$PanelList[index].PanelContentID; if(c_$ID$isMoving[elementNameStart] || c_$ID$SelectedIndex==index){return;} c_$ID$SelectedIndex=index for(x=0;x<$ID$PanelList.length;x++){ document.getElementById($ID$PanelList[x].PanelContentID).style.height = "1px"; document.getElementById($ID$PanelList[x].PanelContentID).style.display = "none"; document.getElementById($ID$PanelList[x].PanelID).className="panelHeader"+ c_$ID$BaseClass[x] +"Off"; } var panelContent = document.getElementById(elementNameStart); var panelHeader = document.getElementById($ID$PanelList[index].PanelID); panelHeader.className="panelHeader"+c_$ID$BaseClass[index]+"On"; document.getElementById($ID$LastSelectedID).value=elementNameStart; if(interval && interval>0){ c_$ID$animationLengths[elementNameStart]=interval; }else{ c_$ID$animationLengths[elementNameStart]=200; } c_$ID$isMoving[elementNameStart] = true; c_$ID$objectList[elementNameStart] = panelContent; c_$ID$endHeights[elementNameStart] = contentHeight; c_$ID$startTimes[elementNameStart] = (new Date()).getTime(); c_$ID$objectList[elementNameStart].style.display = "block"; c_$ID$timerIDs[elementNameStart] = setInterval('$ID$Slidetick(\'' + elementNameStart + '\');',c_$ID$timerLength); } function $ID$MouseOver(index){ if(c_$ID$SelectedIndex==index){ return; } document.getElementById($ID$PanelList[index].PanelID).className="panelHeader"+ c_$ID$BaseClass[index] +"Over"; } function $ID$MouseOut(index){ if(c_$ID$SelectedIndex==index){ return; } document.getElementById($ID$PanelList[index].PanelID).className="panelHeader"+ c_$ID$BaseClass[index] +"Off"; } function $ID$Slidetick(elementName){ var elapsedTime = (new Date()).getTime() - c_$ID$startTimes[elementName]; if (elapsedTime > c_$ID$animationLengths[elementName]){ $ID$endSlide(elementName); }else { var distance =Math.round(elapsedTime / c_$ID$animationLengths[elementName] * c_$ID$endHeights[elementName]); c_$ID$objectList[elementName].style.height = distance + "px"; } return; } function $ID$endSlide(elementName){ clearInterval(c_$ID$timerIDs[elementName]); c_$ID$objectList[elementName].style.height = c_$ID$endHeights[elementName] + "px"; delete(c_$ID$isMoving[elementName]); delete(c_$ID$timerIDs[elementName]); delete(c_$ID$startTimes[elementName]); delete(c_$ID$endHeights[elementName]); delete(c_$ID$objectList[elementName]); return; }