<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ziki - Matthieu Barthelemy's last published content</title>
    <link>http://www.ziki.com/fr/matthieub+8333</link>
    <pubDate>fri, 05 Sep 2008 21:32:13 +0200</pubDate>
    <ttl>120</ttl>
    <description>Mon contenu chez Ziki.com</description>
    <item>
      <title>Quick URL sniffer</title>
      <link>http://www.matthieu.me/2008/09/quick-url-sniffer/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">urlsnarf is part of the dsniff debian paquet (apt-get install dsniff). It&#8217;s a really simple web request sniffer.
To use it you can use this command:

urlsnarf -i eth0

Then urlsnarf is sniffing the eth0 ethernet interface, and analyse the web request on port: 80, 8080, 3128, and show you the IP address, the request mode (GET/POST), the [...]</div>]]>
      </description>
      <pubDate>fri, 05 Sep 2008 21:32:13 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739713</guid>
    </item>
    <item>
      <title>Simplicity</title>
      <link>http://www.matthieu.me/2008/09/simplicity/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">Aperçu non disponible pour cette note</div>]]>
      </description>
      <pubDate>fri, 05 Sep 2008 14:42:11 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739714</guid>
    </item>
    <item>
      <title>Dynamically call static method from .NET assembly</title>
      <link>http://www.matthieu.me/2008/08/dynamically-call-static-method-from-net-assembly/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">// First load the assembly
System.Reflection.Assembly assembly =
                   System.Reflection.Assembly.Load(
                       &#8220;MyAssemblyDll, Version=1.0.0.0, Culture=Neutral, PublicKeyToken=A20C0156G53B31T6&#8243;);
// Select the &#8220;Class&#8221; and the Method
System.Reflection.MethodInfo myMethod =
                   assembly.GetType(&#8221;MyCompany.MyApp&#8221;).GetMethod(&#8221;MyMethod&#8221;);
// Then  create an object for the parameters
Object[] parameters = new Object[2];
               parameters[0] = true;
               parameters[1] = &#8220;HelloWord&#8221;;
//Finally, invoke the methode
String ret = (String) myMethod.Invoke(null, parameters);</div>]]>
      </description>
      <pubDate>tue, 26 Aug 2008 14:31:07 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739715</guid>
    </item>
    <item>
      <title>Create a CAD file for autoInstall SSL certificat on Windows Mobile</title>
      <link>http://www.matthieu.me/2008/08/create-a-cad-file-for-autoinstall-ssl-certificat-on-windows-mobile/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">thumbprint 


This is a really usefull method for create an Windows Mobile install for an SSL certifcat.
I use it to install a self signed certificat on mobile phone.
First you need to create a file named: &#8220;_setup.xml&#8221;
With the following content:
&#60;wap-provisioningdoc&#62;
&#60;characteristic type=&#8221;CertificateStore&#8221;&#62;
&#60;characteristic type=&#8221;ROOT&#8221;&#62;
&#60;characteristic type=&#8221;&#8211;thumbprint&#8211;&#8221;&#62;
&#60;parm name=&#8221;EncodedCertificate&#8221; value=&#8221;&#8211;hash&#8211;&#8221;/&#62;
&#60;/characteristic&#62;
&#60;/characteristic&#62;         
&#60;/characteristic&#62;
&#60;/wap-provisioningdoc&#62;
You will need to remplace &#8211;thumbprint&#8211; by the thumbprint of the certificat.
To [...]</div>]]>
      </description>
      <pubDate>fri, 15 Aug 2008 10:30:39 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739716</guid>
    </item>
    <item>
      <title>Tools for admins looking to diagnose their systems&#8217; health</title>
      <link>http://www.matthieu.me/2008/08/tools-for-admins-looking-to-diagnose-their-systems%E2%80%99-health/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">top 
Display Linux tasks
iftop 
Top for bandwidth usage (apt-get install iftop) 
apachetop 
Top Apache (apt-get install apachetop) 
mtop 
Top MySQL (apt-get install mtop) 
ftptop 
Display running status on proftpd server connections 
 
About the network :
netstat -tap 
Active Internet connections (servers and established)
netstat -tulp 
Shows all services (shows the ports open)
lsof -n &#124; grep LISTEN 
Shows all [...]</div>]]>
      </description>
      <pubDate>thu, 14 Aug 2008 20:01:50 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739717</guid>
    </item>
    <item>
      <title>Why never use ntpdate with a cron</title>
      <link>http://www.matthieu.me/2008/08/why-never-use-ntpdate-with-a-cron/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text">Having is clock on time is more than an obligation for a server. Especially when connected to internet.
 
On GNU/Linux (the problem and the solution are exactly the same on Windows), if you want to adjust the time, you can use the ntpdate command.
Ntpdate get the time from a time server, and set your clock’s time [...]</div>]]>
      </description>
      <pubDate>thu, 07 Aug 2008 14:32:03 +0200</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/7739718</guid>
    </item>
    <item>
      <title>Slow Motion</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!805.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><div style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; display: inline;"></div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Slow+Motion&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>fri, 07 Mar 2008 19:42:44 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6375924</guid>
    </item>
    <item>
      <title>Sex Toys for Dogs !</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!804.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Dogs can also have some toys :-)
</p>
<p>
  <img src="http://uk.gizmodo.com/sex%20toy%20for%20dogs.jpg" height="188" alt="sex toy for dogs.jpg" width="240" /><img src="http://uk.gizmodo.com/hotdoll2.jpg" height="203" alt="hotdoll2.jpg" width="240" /><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Sex+Toys+for+Dogs+!&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>mon, 03 Mar 2008 13:47:49 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6344649</guid>
    </item>
    <item>
      <title>Don't judge too quickly</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!776.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><div style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; width: 491px; padding-top: 0px;"></div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Don't+judge+too+quickly&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>wed, 20 Feb 2008 22:57:02 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6267029</guid>
    </item>
    <item>
      <title>Freeze</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!775.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><div>
  <br />
  <strong><a href="http://www.dailymotion.com/video/x49xtn_flash-mob-dans-la-gare-grand-centra_fun">"Grand Central Station" NYC</a></strong>
</div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Freeze&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>sat, 09 Feb 2008 22:40:21 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6191403</guid>
    </item>
    <item>
      <title>Day trip to St Andrews</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!800.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  A little town in Scotland, on the EST coast.
</p>
<p>
  First the beach:<a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vmtwIdqXll7aCU-OmSSCBJLdT5Zn6pBT9Vb7WrTBOhmNOK3MoakFfoEEUktCfoBaLbkov4Pk1tIQ?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CgYKPv9PHJVG4XybLbuGG0lF7HnW-DCnP1QabU-zVanjEGFPeWABdZ8vXDlJ91stnb1CBHnN_0NS5ob_TmBpES?PARTNER=WRITER" height="340" alt="DSC03166" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp;
</p>
<p>
  Walking on the sea!<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DSpBOX2YUbv-_u0Eu_NLXeg56mKvzInuUm6ER670puN7SFWS5cCddDGjF_py2kfI147XGpDrewtf1Y65-Ft6wr?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Azg4dyEQkP167wpVCcE-Y58TVtEMfzgt7asaDYutyJSb2VqhjSEBsjVNnbFnUEKwWpUTuTXEargvwb9ecw0JEs?PARTNER=WRITER" height="340" alt="DSC03167" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  The town:<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BdMZzfMCHcFHMN3EjAoQJ1ono6iimKmZq3kAwHYMjJY0Stx5wvsdzWjSa5ySNiIBOqcV2QqLjOsO5dLtUpqxPP?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DZqDer5KjmFAl9sWYvIGG4SfDLwFuw28-SoQl8Pv-XvwKX_5sviubfbn8OBEf6IUR7Ni4nf2FqpETIXLjwzbBT?PARTNER=WRITER" height="340" alt="DSC03168" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  The Castle:<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DQ6EBkYyPM7mDdv-qWjq786m7n1VK7zLw5H2fPadxXzF_QboqYvbYEzjqjghWGnMB4WRqLwYkgiHS5nGmft41h?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DY3-rkZCDTWf3lU2CrUsyauQHqHx2yqW_6O2-88WtJJwfwxiMu4ZVxBVnXurl25RjBUaD0B2i3862WJ2kjSFUt?PARTNER=WRITER" height="340" alt="DSC03171" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  The other nice place:<br />
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4A6L7PNv-7BakFrFMhNzvYxKVba_5dAXQjtcp8310IdcVCkMVGoZBFl8EGOKrIlLI-A-pMNFuQFisSu0zy70H3W?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4B8f8WjKPD_0TqfxLmQN7fmJpVbISI3tkAdnBBln5xs-MFL2iOpGSmPMqYNEM0343P1dzpvhB5TjXiGSDyx3lRc?PARTNER=WRITER" height="340" alt="DSC03179" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  In St Andrews you have to be very carefully, they are everywhere! Waiting you to attack you!<br />
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4C-QqinDqV3L5zI2yLWGoI4pWr9Go3IAyKrrfEzPTMK1UiDFBNpFexO04jN6VMY24i_dt4CAJTGNzIsZB1iDs2B?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AvbWEx31eKGulA9FkgrOKrs-xi7eIsThakOxDM4EEv9WfGWR6njxvuENjj5dZxTPPtFE5NOHnMXYzM2MAlBEf5?PARTNER=WRITER" height="340" alt="DSC03184" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  The botanic garden:<br />
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BIVfe50Oad_rq0ExN6WjXW7-F2a387M2YgT2YLzrpZkIAKgBlFxJWsLrGPg8wrxeoniNzJjIAUeKkVtHEhZ9mi?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AMT8BHg85Tm2GPTkEETfhWHW_13GR4wjL0wtzHLDBrbRH6rSHU6Z7dOyJ9XcadNoQFOZmZ2WrVVqpZehWRjI9a?PARTNER=WRITER" height="340" alt="DSC03185" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp;
</p>
<p>
  Like you can see it was so sunny!<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DiSGJv2zHmkjC-njM9H2b7zzzXgEOzdADH2O1w8GyR7UYrwits_qHI84Oqr5-Ah13Vnp7Uy1tFGInSmx9z48l2?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DEDuCikzSgpigT0vawFpaLJ6RJoDhQnIoPhInZvKZPj6fg-Ys5LeB2obFKrUK9iHmc9O1aqtBWsPBTMPaO3sRY?PARTNER=WRITER" height="340" alt="DSC03188" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  People:<br />
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BGt0RBzErgZjB3UzZ3c2NEw-4RgJifGbXCLqPvxSEwGJqXYdRFvE8kQBZZdEuUBDJGOTsPzm0f_AGjFpwzRAQj?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4A5xlE6uUAtLgOEsoUpjsOJHrLolYSzoo4XlB-5uZke9cmAkPXjwSfEhYrYY-cK4tBw0fQH1f7MwR2Yii5SMphD?PARTNER=WRITER" height="340" alt="DSC03189" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  4.30pm departure time:<br />
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BcdOY2W3-HWCg54ChvVAPlLVv_rqrK9lu-juM4JI3FvZdXbvP-jbSyLNMORYF9OoKkxDE5H6ZCcQutw3pEInad?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CEvuRfU-gW9qzxljkDqC_Bj3xpNBYuNB4zXI5f7ckJqzPj7ev7wqwXt-_d6jDavWt2BrB-lVg7SG3_ssOVv9rg?PARTNER=WRITER" height="340" alt="DSC03192" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BzKId9e6oiaR2nnOCvMIRty9M_dWvC8uZcKKd3gdB0B61FZsUoI-CLTwtfOcNP3XI2IA3dQbDIQMVB2v74j_b4?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Aa84cZhsL4dhSWq4iEzgz7_yKoyp4eI4DDXg-pkSb-GLm42YSn_0T2KDbM4JNVIdweePUiY496xn_7uATsrqUq?PARTNER=WRITER" height="340" alt="DSC03194" width="601" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp; Still sunny !!<img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Day+trip+to+St+Andrews&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>sat, 09 Feb 2008 21:00:41 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6279724</guid>
    </item>
    <item>
      <title>Saturday: between 5am and 8am...</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!773.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <img src="http://photos-729.ll.facebook.com/photos-ll-sf2p/v195/127/109/750623729/n750623729_400077_2053.jpg" height="453" width="604" />
</p>
<p>
  It was snowing during the night... (during the coming back from a party...) so Snow battles!<br />
  But at 10am the sun have chasse the snow, and everything come back as usual!<img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Saturday%3a+between+5am+and+8am...&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>sun, 03 Feb 2008 09:00:01 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6152525</guid>
    </item>
    <item>
      <title>BURN'S NIGHT EVENT</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!770.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Burn's night is one of Scotland's most important celebrations - Burn's Night, celebrating the life of the poet Robert Burns (we're actually one day early, Burn's Night is always on the 25th of January).
</p>
<p>
  The event was in Bute Hall (in the main building of the uni), and that was the occasion to see some Bagpipes, Scottish Dancers.
</p>
<p>
  <img src="http://photos-c.ak.facebook.com/photos-ak-sf2p/v188/60/73/729611576/n729611576_609354_5044.jpg" height="180" width="240" />&nbsp;&nbsp;&nbsp; <img src="http://photos-b.ak.facebook.com/photos-ak-sf2p/v188/60/73/729611576/n729611576_609361_6936.jpg" height="240" width="180" />
</p>
<p>
  That's was also the occasion to try some Haggis (In french: panse de brebis farcie):
</p>
<p>
  <img src="http://photos-b.ak.facebook.com/photos-ak-sf2p/v188/60/73/729611576/n729611576_609353_4776.jpg" height="180" width="240" />
</p>
<p>
  And no ways I don't like it...
</p>
<p>
  And of course, some Ceilidh dancing!!
</p>
<p>
  &nbsp;
</p>
<p>
  <img src="http://photos-d.ak.facebook.com/photos-ak-sf2p/v188/60/73/729611576/n729611576_609355_5314.jpg" height="180" width="240" />&nbsp;&nbsp; <img src="http://photos-a.ak.facebook.com/photos-ak-sf2p/v188/60/73/729611576/n729611576_609356_5579.jpg" height="180" width="240" /><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+BURN'S+NIGHT+EVENT&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>fri, 25 Jan 2008 04:00:16 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6107296</guid>
    </item>
    <item>
      <title>Waxy O'Connor's - Nicest Pub in the City Center!</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!769.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BPOqHd4VTuMjQf6FMXd6CnkILwt6xIFS1u2eo7WphTEF7oKZRZOAslAO-DqqWwPG1c5ndfWiVKvXUSE-h6WYQf?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4I_rxQhvLL8ccj5JVg_WEwkG5ogcG-wNOFFbUsd_1JRbH-GS7wgBfrnAkPHMYkblKcqjdEOp8iNiCHhdsKlph3?PARTNER=WRITER" height="184" alt="DSC03103" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4D76vLLF1K-QdCtdO74hU8ob8dcgSi1yMu3gLlJQs0AKhnf0v4T307lvn_DGFQu46o6YghGRA9vd8f6S6s032zH?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4hpcOBeP8KIZal6n3fpni_kFxf7BgyD4MaMR3j79xmYitevcbE3u8GEuAJ0Tu_F5pJ4494ITeMO8vpxnFdzSWA?PARTNER=WRITER" height="184" alt="DSC03112" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp;<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CjFNaj85gPsFe3oUuP-GJmyJQT41BzUJhSpEgQYVXCeKsOh3o2YTp1CsC07IbvVVTECAZpRyw1JOxvQdt5eQ_A?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5liywQyVWAbTgkdDwOOahFjGQKBBIdqqoUt6Z5V9L938zBKaC_uRbuFu_Q7w5LpC2nnCNG7vaBAt0S97IC1PHM?PARTNER=WRITER" height="184" alt="DSC03118" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BVTE8r7q9KtGsjiQsK35WbS0mmCVyF7k4rRAktoXysgKWlAtvKtiJLD35YtJN8aNw56TbZZayXJrNMntgOM0fq?PARTNER=WRITER"></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4A_aY4flKV8K_j4D7wF1y7U1IkNHqM3u01ydMyJrXuEZmT_QMOjplx3xpZ_dvvV7vwS0ti1BEY7oIPob1-lbJsV?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6Fp3YykpH6_qUVkzlq-7WMyXhqQdNVowhUOJqfj_P6IfO5fGyGTdsgkcux8NLpWSaSVXgJlO7GAA2PZULSRvsK?PARTNER=WRITER" height="184" alt="DSC03129" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  This pub is really amazing! Maybe five different floors, two bars... Just a little bit expensive (£2.5 a Tennent's).&nbsp; <img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Waxy+O'Connor's+-+Nicest+Pub+in+the+City+Center!&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>tue, 15 Jan 2008 00:00:29 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6054254</guid>
    </item>
    <item>
      <title>Science Center</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!759.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vLpDNi-_iuRgvyh8UqlDZmIWLp3e3puhE-z0P_6z-9fKm6lMOhL0buo_f_w9kk6kKoOV_eUwYmkg?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5aKNZ26l1H_54SZnKzO_Jg-aDmJSPh-ns7Hv4eJx83SqFlp6h4_J7GDcew-fuqPz5nMmFbnU1dQBJmk1jWmflt?PARTNER=WRITER" height="184" alt="DSC03091" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a><a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CUtlCghV-O1segXTeTPzBe14v8hDSIx0btS5wUrvgPLob9aVkS0uchIuGNtHk1GECAZ2qk34GXXu9G7-QuEiu9?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7bN3CcwTPf04reoB2rSWFZXSQPT4tDDyDZc-iqClFyRmVvfKbZGhXwRqmXzjSrjmB3gayNasU5CkLbc3dAfOru?PARTNER=WRITER" height="184" alt="DSC03094" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4A_vHLWFAThmxyKu2uZ4mH8YZPNDTijGitQsLRsaoRLLQb6TvKBZYq8K0t5xxQ2snR1G9fy0XpXLrPNStbsBrqG?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN67aQ8EzzzpX7sfkVUe1YOZR2p5H3RTX1DX9aLPjGJX9e6fa6hZgCCS2Qv29ehvdK6NDgWkl7EtdM0W2XcSZD9w?PARTNER=WRITER" height="184" alt="DSC03099" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Science+Center&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>sun, 13 Jan 2008 20:29:25 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2008:/article/6054255</guid>
    </item>
    <item>
      <title>Christmas Party at Royston Castle</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!749.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9uMQUD4mhY1AgyHJVt7YrLKI4SkwOJ9S_kZ0Mu05axGyqYCW5Cmsf1XH2-gFaWlDTAYGOrU5P_GuQ?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN47gU3xX4-57ngBXZnTMbud6afpPL3Ajtpi_l1W4KHJPLqAYit5Gaweke72uRHiReuGcYRAog_NdKgLQ9OeJLXB?PARTNER=WRITER" height="368" alt="DSC02998" width="489" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4D98BY0UmDmD3wzWkrrYVTKg1LPITg6PJ3Pm_J8Fnv1ZhzKzDya9H1OO4aS4yF5HMlzjYAC1mfsuYd7MaocCdgq?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN419Pjvo2B0bKuQ766Fz1yEMgetAeUMDX5ZCBeqvILVDsV9zyoQjsUbeDWxuBSfWieM5R2__ZxoqXT6emtQj2dS?PARTNER=WRITER" height="184" alt="DSC02940" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp;<a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9se6yTnTnJIvJEPPD7Ormf0tzXFdepkQ_eSewBdUF_C0DB6ajiSsuB4Pn6Yc-g8lRdYhWIOOQXaxw?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZtxYncLgYvDOx8RiFOy5gOA3NvfZpHYqWXKcHjoHvLOr-J8Gov2PJI4RPyHcVVwaQg?PARTNER=WRITER" height="184" alt="DSC02981" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9u33V_TQwdOkFaqujgWaqrSmYUbKKgzfH3KSuI9bo-cjU5ZxftlD27nZkpZ1RYbYxOprSEFR3xJ0w?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6lXesPuXJRfapx4xl73JS5jSObrR2D2DLec6ivc57mhAZzcEdfKI0if2MbwuVeQdW_ZsDDmLEsoV7dZyEg52Xp?PARTNER=WRITER" height="184" alt="DSC02971" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BKUb7K_UOOwWR4c3_GzJ0886xcGJ9G-_K61LX2yE-1dWUvb-4zAtZHoeq66Q0mSLpQpdm84bU-a7e7M-TalNNZ?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5EWjg6EnD0zYxow3Y9aLvaRL3Npnk-_wVzH7cNURPRvAuSP2tdM7fXysgXZ1Z4TVhgvWMY_cp50CfutE1vZB38?PARTNER=WRITER" height="184" alt="DSC02957" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AKmxtwK2QTbmH4ovSZ77Uy_aEDzE6MKxb06gs-QquJzXrPgt0Jz1Z25jyzfukDBtvZIi2C0XkE_8UK_xeoEKWi?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4NqbTUvxo82X9DwRIr2A3OXvtC3huHifiuHT5baEfR0zew6QL_gAkLQx-rhhEn1vmG2ljdQFiZsAg2xcwocKDh?PARTNER=WRITER" height="184" alt="DSC02949" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AAOqIS77MIuwhoRC62mUoBP4f_jOX8t8SSYI1Rkmbrb5BPfWNnXeNgcmuUoSkh8jgKTiplUNmeirxTIw4Bkwiu?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4qE5NeL-p5Cxc4ODcDTIMl7LGoyHWSBf3nEukwZ0UUgIlx77ORPYlxnuDRfffzfju8W9Bq5TkY2clKoOLX98DM?PARTNER=WRITER" height="184" alt="DSC02945" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Christmas+Party+at+Royston+Castle&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>sun, 09 Dec 2007 05:00:39 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5717869</guid>
    </item>
    <item>
      <title>Photo Album: Isle of Skye</title>
      <link>http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Isle of Skye
</p>
<div>
  
    
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!623"><img src="http://storage.live.com/items/EA2E6BCA589026C9!623:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!625"><img src="http://storage.live.com/items/EA2E6BCA589026C9!625:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!627"><img src="http://storage.live.com/items/EA2E6BCA589026C9!627:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!629"><img src="http://storage.live.com/items/EA2E6BCA589026C9!629:thumbnail" /></a>
        </p>
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!631"><img src="http://storage.live.com/items/EA2E6BCA589026C9!631:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!633"><img src="http://storage.live.com/items/EA2E6BCA589026C9!633:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!635"><img src="http://storage.live.com/items/EA2E6BCA589026C9!635:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!636"><img src="http://storage.live.com/items/EA2E6BCA589026C9!636:thumbnail" /></a>
        </p>
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!639"><img src="http://storage.live.com/items/EA2E6BCA589026C9!639:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!641"><img src="http://storage.live.com/items/EA2E6BCA589026C9!641:thumbnail" /></a>
        </p>
      
      
    
  <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/">More Photos...</a>
</div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Photo+Album%3a+Isle+of+Skye&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>mon, 26 Nov 2007 00:02:46 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5459482</guid>
    </item>
    <item>
      <title>Photo Album: Isle of Skye</title>
      <link>http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  Isle of Skye
</p>
<div>
  
    
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!623"><img src="http://storage.live.com/items/EA2E6BCA589026C9!623:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!625"><img src="http://storage.live.com/items/EA2E6BCA589026C9!625:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!627"><img src="http://storage.live.com/items/EA2E6BCA589026C9!627:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!629"><img src="http://storage.live.com/items/EA2E6BCA589026C9!629:thumbnail" /></a>
        </p>
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!631"><img src="http://storage.live.com/items/EA2E6BCA589026C9!631:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!633"><img src="http://storage.live.com/items/EA2E6BCA589026C9!633:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!635"><img src="http://storage.live.com/items/EA2E6BCA589026C9!635:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!636"><img src="http://storage.live.com/items/EA2E6BCA589026C9!636:thumbnail" /></a>
        </p>
      
    
    
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!639"><img src="http://storage.live.com/items/EA2E6BCA589026C9!639:thumbnail" /></a>
        </p>
      
      
      
        <p>
          <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/cns!EA2E6BCA589026C9!641"><img src="http://storage.live.com/items/EA2E6BCA589026C9!641:thumbnail" /></a>
        </p>
      
      
    
  <a href="http://cybmat.spaces.live.com/photos/cns!EA2E6BCA589026C9!685/">More Photos...</a>
</div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Photo+Album%3a+Isle+of+Skye&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>mon, 26 Nov 2007 00:02:46 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5459306</guid>
    </item>
    <item>
      <title>Trip to the Isle of Skye</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!727.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  The tour was organized by the Haggis Company!
</p>
<p>
  So here is one of the 3 bus and our Guide for these 2.5 days!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9synhbC8YuVXf5IJFAEO31hHfXShE7TL5SVG6CEwdr3E7o4cu4KjQJ7MEUyEajXczToIJSOnke_eg?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7870_0SpkjhOdCmWZ9zVZ0Z3zkwD9A-dXnGUxq-opMs4VJYupCa9zLFgm5tubPhmVQsgL8Q5vaKmLWVpNkEgF7?PARTNER=WRITER" height="184" alt="DSC02776" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AiQtEB9YHYjpeCt9t-AEfB0hA64WZB-p5F6T_z5MhOyS4EahzqWnf0n5umZnWsSJYUFAXBzMM-aeHciW4yjk32?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN71gELFYsK8pyPDileBfAx_41BZ7R50hraglPQwFNeldMy9n8wPojJcxsWOZuQi54UryrVgV76JO_StJ34tCYh0?PARTNER=WRITER" height="184" alt="DSC02737" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Friday 23 Nov 2007at 4pm: The departure
</h3>
<p>
  At the main gate of the University. 80 persons ready for the trip to the Isle of Skye in the Highlands!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AwWsUoAbpCAVoZR4uZVR0I7AH0q0ti9r3tZXMggCvIjSEl21VKG943VIFFpbacK3PWoB_j29Q5tY0iE_iHZkby?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZsiD3VsfVGXXfcEurS1nfXbktTp0xWICpJk_e8FCbdbdliFxCfddOoUxWRMIMCkHQc?PARTNER=WRITER" height="184" alt="DSC02328" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  The Isle of Skye is at 6 Hours of road on the north! 1656 km² Skye is the second largest island in Scotland.
</p>
<p>
  <a href="http://byfiles.storage.msn.com/y1pC-OmZhAAaZtW30ran_bRefCYctusflkn6cWeyCGvgiYt1jZIPul6ca7UKnxWuaGatmSlpqdeSkA?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN78cmpx6RK8O8wmT_pFDaWXgDT-iGuF5ZW_8IOgP4od8hX_ZqTnc6HL9rrNSjf0rO5tbe0wwb5TTom-xZ1JRhpu?PARTNER=WRITER" height="244" alt="clip_image008" width="199" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  So the first step was to travel a little (3h) and get a dinner.
</p>
<p>
  <a href="http://by1.storage.msn.com/y1prBetlsn5RN5WNu7-TSNxsTEcrudn4EjVWEYYtIYSmyQZr-AKW3VoxP3QuNfFRz68yuV-Vgy7ZxhYTt-1T0bPrSL2rzRE2UcT?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5WxTgFFTgWL1Hql1H_neDZ2fcrNdYSpnjPlc4JVV6gCpR2kClBKCcfExfCwzqPA8dnN8Z5D-hO_nlOp1FJoGAq?PARTNER=WRITER" height="184" alt="DSC02333" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  In the second part of the road we were able to see some stuff like the Eileen Donan Castle on the Kyle of Lochalsh.
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Asc_bUdcDaqLRFP6duhHrPigZAOsxWWiM4kKoCXKNJmXlEDBBjTHsr4VhSZw0rXboVY2XH8uN4AXdY3UpghafP?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5lfqlcQU8mjYcigpfSEbnN6C9bxmBUhYkw2W7ePdso4Xy3iGZhpBNxxF6vNugxjSk9DtZDE2izo9TI2MzKuT1I?PARTNER=WRITER" height="184" alt="DSC02344" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  And we arrived at the hotel at 00:30,
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4D4_yWt_gLjEgMAJMHvBF1CNnThBTYHXRT9aqiOFLI17HvbN1ZJvjin5uXAIrguc5B5NO6Q-pOfYrmF7Vpdzajz?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6qKes_zOEcNxbz8yMf2qPdZ0ML5W_51jcnP9QpPd_5RFq-rqYq7O4nyF0F11tdiBeb8Cfa3dtkSwjJS1SQAh4S?PARTNER=WRITER" height="184" alt="DSC02351" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Saturday 24 Nov 2007at 9am: Day trip in the Isle of sky! Let’s take the Bus...
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BP2FDT1ueNw7Sinj_TS0ydCx4V8Ligh8jfDAotbYAJbS2uUFXgBZ3XF6fCk_hguEYd47Q-utaFTaQPAUD43pNz?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6X-3G8YfgT8RUhuaJ1ZzQbBSQ8dg4ZXVPcYuyjBgP8Dkl2EHHnTxNXAk5if7mr-5LZfRRKOdi67DYeVnGA10EO?PARTNER=WRITER" height="184" alt="DSC02358" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  And now my first views of the Highland!
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BVb9eEJkmgabIKSMg03JDZnMyewz1DxB1AqDYSaEsEEBRbmcJeE9LzWUwlRPF9l9zIiR8QtKWyjOm3y2m2ZRrU?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5_HStOVtG28JSVQXrZ7TL13p-ycvHuzUsWXcaKxpfVZQOZZusIDAhKNb85quWlZvNtq-dDsg0kSCRcRY4lIZ9e?PARTNER=WRITER" height="450" alt="DSC02365b" width="598" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DIgfnnkObHsIC35cEXCSDiLfXxLS5wsIOuodTQ9w8sD0dcUiEIsCUTunsjAK97fr5rKl7kp60HN83F3lR9cptB?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DaUcP5m-jRtdtS6nlVVwMidLXxa0qyABlXvKK3sIvx7aR5sK0nhW9OOqxJxUZz88qKzcQ2jvLYwK1NrQkj_0vV?PARTNER=WRITER" height="453" alt="DSC02377b" width="603" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  Everybody is here enjoying this first hour of trip:
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CnpTSm4-5lOpGDQL3RwDk1SCMQdb_qpHY5zKlyn_CCzRYVTblT0Jv5eeUrDxsLhuJJHKAobdg_dWNclRarNrD-?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7dUDlbvPXTSHQJNHiKrLiQmxPEm6AVljE2pqT_gZ98uTmKZj0aW8hxW5JzfPJ29Ta1h0ogyWl1pdc5X43B6D1V?PARTNER=WRITER" height="184" alt="DSC02383" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4B3OHHb-sBIb-usi3kLyeChIHJPiHBXqHQj1IFR7MAevS0d8nfGkHWNGzLcOpvpqcfxJruKFtoZ_wB4iIJWBT-8?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7vbsJvH2yUphHGDOyu9ZePnUQ2QVNiVhhQQACli3c3mruGa6m-SRD7r8Mz3x5NwDP2YtfBwvGnUw9xka9aUBZT?PARTNER=WRITER" height="184" alt="DSC02392b" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  To remember that we are in Scotland some rain, but thanks we have a nice bus :-)
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4APQIjj_tNpQvPwm0qz3Z8_UatRioyWC0wNK7tq90q-0Ubxm_NjCT8gTciutOJqNvnLP24b8Qsj0jLVlMjaGo7V?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6HMhCO13m62oxHLQ70PDum3W_PRZOpMtl_NysBA1Y7AXqlX7ODo0v5QHSi7sQ7pXh8vP224fqPzBnu_bIreGoo?PARTNER=WRITER" height="184" alt="DSC02397" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Next point: The River of beauty!
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9swjA8ibrJOeW8tzjKTnD1wEre-wqSJ-UQW3DYX1FvmoM46NN_uPPF6pqZJtNqMUzaFowqBygr1RQ?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6psnSj-imxlybNsAiP1GzU9PsuYlbp12xQNaGCVkHPWWbilP7isPbWcKk8sApvrq27CUSoDC9YPwZsNFzQz4l4?PARTNER=WRITER" height="444" alt="DSC02415b" width="591" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  The legend is that the cutest girls of the Skye of the clan Mc something (Sorry I don’t remember exactly the story) was going to marry the cutest boy of another clan.
</p>
<p>
  Each family was standing on one side of the river. The girl was mounting a wee pony to pass through the river. She was so happy to discover the guy she will marry.
</p>
<p>
  When she was passing the river, the wee pony slide on a rock and the girl fall down directly on one of the big rock of the river and his family see her left eye going out.
</p>
<p>
  She was completely bleeding, practically blind with only one of his eye... But anyway she goes on the side of the other family. When the other family see the girl approaching without one eye, completely bleeding, they think that the other clan wanted to marry a monster to the most beautiful guy of the island! So they start fighting with the other family (Fighting seem to be the most favourite sport in the Highlands).
</p>
<p>
  The girls was so desperate, and she was crying along the river, when she see one of the wee people (pour les Français une sorte de lutins), he ask her what’s append? Why are you crying? She explains the entire story...
</p>
<p>
  The wee people say her: "Don’t worries, just put is head in the water during 7 seconds, and everything will be ok".
</p>
<p>
  After some hesitation, she did it. When she put is head out of the water her eye was there again, and she was more beautiful than before. So she put is wee pony inside the water, and the pony was transformed in a beautiful pony.
</p>
<p>
  Then she mounts it, and she goes on the other side to the other family and marries the guy! (I’m not sure of all the details but that’s the idea).
</p>
<p>
  Since this time this river is called the river of beauty and people come here to put their head inside the water and be beautiful forever.
</p>
<p>
  So I have tried!! Under the rain (it’s was just starting to rain) and I promise you: it’s cold!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DNHPsaHL5t0HRS3sUtuHRl8sJ8ib6Dx_vu4AhdPUHkKW53T1ylfx5Ya1NBkKkje7Ugkeo-SFkJl7v9GZizsx8N?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5Y2l1QLhqxHDYYFUnClV2BSwBCBMAmVkLglKiURlBT0HiLCAKtrQRWSRPphE8dgKUwK3APBQMyFggObEJYPqRP?PARTNER=WRITER" height="184" alt="DSC02416b" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DBQxE81n_iXBokn8pqscRKdPxneGqvL4iBtig4wZydxFc8EmKLZvN1sH0Qhcp64Svk8no0R6iNxSd8rZkeFJG8?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6Yg3Zw0qLxz3FI1lujnOcEcjamjiO1fG-wcFZ8lWBWSQjJMz-TesFBiaBApd9JmtIgoz56waC4NKCNbyp1jBf_?PARTNER=WRITER" height="184" alt="DSC02417" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  Just in case if you want to buy a place close to this river:
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4B5Fq75CEsWbQ4aDh8NpTY8Yc-ByDdX5wZES-8HnHHL3XGQB88W2GMzzT_Nn7g4k4r7QrDKY_gRNBZqLz6GWyGE?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZsi80aw2bWUkeQDkGEbfdvB8-SzM5tNB4P6YJrpbLvvjcDZLXprXt_WY02f3wpMu5Q?PARTNER=WRITER" height="449" alt="DSC02403b" width="597" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Next stop! The windiest place I have never seen!
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9uZg1Oqk5W1KWkPuZsY-wR-Fqj69ToCpAEJDXxW0YtjwNLBPEHS8tBhYPbNXjJdTbBVg3Ja6YuQqw?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CYWOwfM1q2AQtrt7Jmauqp7x2nJyBc_4CWCpwNuf4GGdfZ7-lodvLKcW0QmzQ8j_FjZrMrKKgOQ3MVfq8Nz6ub?PARTNER=WRITER" height="453" alt="DSC02446b" width="603" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9twX8F5xUJu8RHCKTInzRQSwxqgRJSPKsjHEZWbvXmDR-R0aemlTNmKNRLS1Eka9XH_VMAJu49VPQ?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DeaEIH-V_U8A5BrWiQbFDK3cfORPscS9XvpDXXXItw7F0I1h26-BS6UWa_NBF9rG0ry2p9B6_ZPibMdjZ9qpZO?PARTNER=WRITER" height="452" alt="DSC02479b" width="602" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DxZeX4c4otEel3LRUPskswJmHzv3XHitXkJhC4l2rTVQFye7DnYR9FV0O4uxpWBupKpDbD2KdTXBlG4zMWNC-w?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CLeOtw_GclZNXIinxD_EaO0KkcPrM8frizN1aNzuOHI6svvjcAY9_M6_ZOZGYBtkk9A33BYGmsSjzgfFcJNrE6?PARTNER=WRITER" height="453" alt="DSC02488" width="603" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Dte26XnNBPKzih4Vu4ULwPxK-yzwcF20e3-e59o93kPvBrnLSDs-I-eJpzYSEuBVw6V20u7G-OtezDfKPWkCkT?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CA0FPrezcIgHXEZmRwfCWEZzJWgkCbw7q4XFUGBjKxKgxMcHUFbKo7Y8jZYxsIWKwF2cwBm_tDLQsDCZyfbuTo?PARTNER=WRITER" height="456" alt="DSC02497b" width="607" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4B4qHtSXDxPxSX9H8eS_XZJPHlsNTokUdQzMqz_bP7HAzSNL3AWaVltuy8NcNHsyv_C1I1VkZXPPwgLcbSPf-6e?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4b1JeBVdI2q3dOteHhboC_zaE-EREkOqjJWVsvvvp8hIcYtw9wMBFLOqoUSf7QyAxd9XmC7D5VapMoIQwya8ch?PARTNER=WRITER" height="449" alt="DSC02513" width="597" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  That’s was really windy (I have never seen so lot of wind, and a so cold, but so gorgeous!
</p>
<h3>
  Next place: The kilt Rock!
</h3>
<p>
  Practically at the top of the Island, it’s a typical view point of the Isle of Skye.
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CE9_jIVHe_S0gimgjDwV26R5GH7wlhD6nZBwFKXCHleAjp8n8W0VWAwjCRymMRG9wGNlu4BlVmz9VYyhgoKEoS?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4RLZ8rQuC9j1p8qg7pVmRLhjLUEAMMw42FIDUegBLNWfAEBjRLUBWKfZy9mIvgCRhOzjAl5KzZzbmvr8CrxHzS?PARTNER=WRITER" height="449" alt="DSC02539b" width="598" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BIX9wq_UyjLbxZuhU8bg56yTWIm2pvUFdZvN44xVQd6gyOdWsndTITqPb5VAeRDIEw-azSeSVFEpy85MPIXdMM?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7ou27p61nnNAQS2eIdD74uyKfeEyWGhqnBuDeu7erVzvf0sH2QZqGrbazmi4kLu9ElOIqVRwD9XkbA2DgCPvo7?PARTNER=WRITER" height="453" alt="DSC02553b" width="602" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vLQ63MKRBhyyuotmiyP5tBjDlvI2Y8_InGAGK9HJD-ywF0zYJWdmIX4liUTjNlYrpi3LAik9lXkQ?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Bda9VKuDYN1frP_RgqHPPb6vR8VOfW1kc1kPwqNsd-NNzp78KX9Qhh2uFZUKXJjSmiqklJJdpjQIcRpcV_HlOI?PARTNER=WRITER" height="451" alt="DSC02565_6_7" width="603" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Lealt Gorge
</h3>
<h3>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Cj98qlO4RbPVIHrCFbW8FLXh8POHMCLhDKjUlQgIXC6Dt5DBQZZv45rzaAu35Q9FghkwXrr9miSnlRS1_LM5da?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7ak8hnQqDzlm1XlqEjGoiZqT9Kc8g2vr0JE2W81w6xmqJhDIjLEa8amzN1gyLaRbkYvPmlDxOuE5KWvH3Klmuu?PARTNER=WRITER" height="445" alt="DSC02586b" width="592" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</h3>
<p>
  As you can see it’s beginning to rain and have a lot of wind,
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vB7t8S3nCpwO8pKnsdn75wolq5txHcgFjasph9SbNQ0183LSo1_JRo-HxI22_c8tawzA8L0zpJUA?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BuZym3zmg0m2X7rAvroFlB0GcY_jSbmCj7lMItSnkWnnxpPmWJn2tTkifS3UvyckIf3BNawPce1Qcjhm31wXgn?PARTNER=WRITER" height="452" alt="DSC02595" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  But we are strong and we have continued to the point of view!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9tponJLeAAX5xaZ4DBOSN3Ns9fmHPzDuVGppJoLQSgJ3NKEVKkJywh4RfF55Vw6vxA3b-_mDhiPtw?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DESgUaUc_eHHsgUs1zD4iH6dThYS08cAZoxw3GSY5v562lX-k3_Y6R047ZkKiflYRN9JW0Ay4Opm8n19b4M1Z3?PARTNER=WRITER" height="452" alt="DSC02614b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  So beautiful!
</p>
<p>
  <a href="http://by1.storage.msn.com/y1prBetlsn5RN5Q5tTndakGP2bdgilj_Wgz2BnnbESyFLRBAJO-W5u7WlFolKZTCLwAVxDt-XmhufQhY-5xBpiAy72w7tB1okOF?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9t4G0hC8ZSVTy1BZ0h1LqAAQ2xRrTOhDZwiJzLgmBRWpgSmkGES-_hxpgQAn_546pnQn1_UF95vVw?PARTNER=WRITER" height="455" alt="DSC02623b" width="605" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  After you will not get any picture until the next point, because that was starting to fall ice rocks, with the wind, and the rain! That’s was so hurting! We were completely unable to look in the direction of the wind (the direction of the Bus). When I arrived at the bus I was completely wet, and when I say wet I mean like falling down on a swimming pull... and my face was so cold and so hurt by the ice rocks... Amazing!
</p>
<h3>
  Next point: The Old Man of Storr
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9ueTyrnL3WdUuloRtgz86RUpq4sl_P9Hf84xV2XRWrfSmsYJvnHyyoEuWgTeU--iL5NJ9nNmOO3FA?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7ozJTiVKY3hDB9wCVEVBqn1SgW230tULifmAXFJAwmHbh66g_AC_ozlWS_KIrvcpE3oSGpF0Gn5mCfZBv6vYph?PARTNER=WRITER" height="444" alt="DSC02641" width="591" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  The legend is there is an old couple living is this valley. But the man was working on the other side of the house. So he was unable to come back at home during days. So with his wife they were used to speak, gossips about the news of the village, say stories each other, from each side of the valley.
</p>
<p>
  One day the man see a wee people listening the stories, and the wee people said that he really like these stories. He also said that if he could listen stories regularly, it will be sunny every days in the area. And that’s append! And more and more wee people stayed listening to the stories.
</p>
<p>
  But the man becomes to be very old! And be unable to walk to the top of the mountain to tell the story. So one time he said that they (his wife and him) will only do one other time and they will stop.
</p>
<p>
  Next week when the old man said his last story, at the end, he eared a little song in the rock being him, he walked to the rock and see some steps, he take it, and he seen a big party specially for him with all the wee people!
</p>
<p>
  At the end of the party, when he leaves the place, the wee people was so sad, that they asked him to continue, but he said that is impossible, and continues to leave by the steps. When he was outside the wee people transform him, and his wife in the other side, in a big rock. As this the old man will stay here forever and he will be obliged to tell stories.
</p>
<p>
  So now you can see the big rock of the old man, and another one on the other side (I was unable to see it from where I have take the shot). Also now there is a river in the valley created by the cries of the old man and his wife...
</p>
<p>
  Yeah the wee people can be sometime good sometime bad! So be careful!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Cp_YGro-Irs71jfrmLXnNh-aNspyUNah0jLymopmvZocL-WetJdfhX6k9HTq06x_pwEW6BcIiaNhaogY8-F0rT?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4Q_k-v5r_xpl_JhaXyzOEwVreor0jhUCvj0FaWgA0JlVBAIacojdOew7USKrdLuqXzuIb67vBVRqNIaV-TeIM5?PARTNER=WRITER" height="447" alt="DSC02652b" width="595" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  Has you can also see the weather is changing every 10 minutes...
</p>
<h3>
  14:20 Lunch to Portree
</h3>
<p>
  Everybody was wet and cold, so first we have eaten in a little pub, trying to stay close to the fireplace or the heater.
</p>
<p>
  And finally a short visit of the city and the port.
</p>
<p>
  <a href="http://by1.storage.msn.com/y1prBetlsn5RN5oo0hRq6Y-iKdTzybupPHA_arIJjSOaW0fiz8e13dd0_rsnY8o2RENpEhfnevW5tZ4YWN2M-yZVxeLajofsgoZ?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7J_bAUy-ryYVDLSqMAK1_uGqywBMnsJuwutjQ59xnVPAnuvovVUB-QvR31NR6Cj_YrLNEwzTwiI8YoMVek-Ler?PARTNER=WRITER" height="443" alt="DSC02680b" width="589" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AreXNWhIg3KcUqtqUOw3_5mJVyJlz_NcZ7FlWtJKrtcG-1ZWpYmNtXX6Q5e-Lr85jQ9xwiERntqxbF1JH-jvwx?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZvxkFjQ2eyojWWYXm_g1_EA8G5KmyaMt7-9NauCpiyu5afaG5cFVRorcwzuUr7EeAg?PARTNER=WRITER" height="441" alt="DSC02707b" width="587" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  And of the day
</h3>
<p>
  Let’s go to the hotel, take a hot shower! go to diner in another place and have a party!
</p>
<p>
  The Isle of Sky (in the pub where we have eaten):
</p>
<p>
  <a href="http://byfiles.storage.msn.com/y1pC-OmZhAAaZs3Cn9UBuWc5XWGrLwQEuyDClFWflFSrGgWJVdDBSW8RyfCI8UzPx9Dc5Iqo0LGDU4?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZtbpfKRA3KQE4JLsuxoZ21jEC8rRXgAJcIORTEd5fDrFScqYkR6ThDp7MC_Z-lf34c?PARTNER=WRITER" height="432" alt="DSC02742" width="574" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vUxfNKzZkAN8CbYU2kgoIePixYiwTSKxLglw6tnJyLkqkTNB7BSNHxrjI7sfAptiwi3fR9QBhV5w?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7dLEsTQ83RiVKKo6bdI-jCPQM3hMyz_YxfL5mdk9zzJkHmynSUA-b_k4W3iypYrE-8dnD-qp4LJw2QgDthCSs3?PARTNER=WRITER" height="184" alt="DSC02755" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4ARORh3kKTZ8LqoJriKQfluV6vOHqktxqPui_FsnZRWIE1WsHrP15joPBYwfahJYPNO6ZofFwaz6FNIS18wDq_n?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6_kXVlBTWxpifG0QVMwdkiewFhBE1_3IQskhtx1icqmVDpq0358kyr4DIDrjc0URKy4_Z3luN2UeQg-cjiFjtT?PARTNER=WRITER" height="184" alt="DSC02758" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4C0svHOFw7zxCFmWJipVo7rk3YwvATQFp2LJUaPshO5zzPE1zF70ki6kMbs0U1XJx1jr4j0JsRDr6CtvJ4Vc5FY?PARTNER=WRITER"><img src="http://byfiles.storage.msn.com/y1pC-OmZhAAaZsHqbfP75FP77UD9OOPaBMNgwzw69muoOVBoceS2HKQdYzbtm9ZEVn4ecbZCZREcsg?PARTNER=WRITER" height="184" alt="DSC02762" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9uCI_Ji-U0QLo63sq2gupw-X1-hYaGkQMaKoyfU3sZL6Jzq5BfS9ihRTOktChfcVkPIwsw2INhVxQ?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN74OkgmjeI9LndIiuAMhKAJZ3J1vI6QXIzdEsRM3bHhfa1U0VbgBto8M8jv5Z3_ACLtzsxH_HHaYuCqdjR-axJb?PARTNER=WRITER" height="184" alt="DSC02766" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  And the party have continued in the hotel, drinking and playing a version of bullshit with dice until 2am.
</p>
<h3>
  &nbsp;
</h3>
<h3>
  Sunday 9am: Return to Glasgow
</h3>
<p>
  First stop at 10am, to see the Castle of the Isle of Skye! The spot where the post cards of Skye are taken... Lochalsh!
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9u5md9n-m0X4AUQ8eS2xOqwewk-B9YloFWQakDlYrBcL7_2tYdett4RtgGFDt29UpWw0ORiUgi-Zg?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7cgPPHRMV2-rHVfJzJbTbJF3HVPF5jMdOUNm7uMCAj9oLx9eVYoqQzdn6fMDbn2yvSNZ4Q2Hp3ZEY-61HVoQ3q?PARTNER=WRITER" height="446" alt="DSC02780b" width="593" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CCffIqVorOhmb65LXNSdUE73yo7F67wk3ILpoqLNvAC1fiXzMna-cN50fRB7J3zX2kaNU3EWflNnM9wsRbHqrk?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CFHNO5r_gWU2D0eEHTdsyEFvSGcIJG9w2hLavRPik8RiPzuK7nZEcD8SoFvpaLDNi-aLAYIX0KjLWYvP8C8Raw?PARTNER=WRITER" height="452" alt="DSC02833b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9s5XgvT_qq-VlORJTSoWYbaC2thlp2_3asKN5tZkI4nIkWg5G3-37Dtz8t1XKUTeNUbtMK2FNH7Hg?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AMeeuu3XCcnjr7towPHoP-f7NqtCcaMHcgpdeVfC5PoDzv6wA-zbzUv7Vxq52hMfImoCp1gYYEqCKGJqbwUyJw?PARTNER=WRITER" height="452" alt="DSC02857b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9uZGRRg-hBLVRnCtSNX_xXevQ-6jnOMnkkt5BEPWtg2P_0v8NaUOXDSq6iEl16x-nyYL0EIPiYU2w?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4A6e_oDhQmA5qGuqHtr6aaKEqdzr7KTEjnoEgseAaRFTt43evI4gFMnSaJ9cNrNAagbnXBJGC9GPJSaZ1kp6d3g?PARTNER=WRITER" height="452" alt="DSC02809" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  &nbsp;
</h3>
<h3>
  Next point: Just an amazing point of view!
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CrP0rv7nVn4075RO3HD7q2beog6IM4kOvw1p-xSyHzMLOta1xSYDclzLn_SGSWMpfX-7ylngn9GmowB9UHVzf0?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9tZvTf5lxVqHnv0wQ2VCC7RyHh7gZ7nBvhT4Q6XLmXdUA2I83P87hpSUaZnJTi3LlUIsiuj4koNmw?PARTNER=WRITER" height="452" alt="DSC02872b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9sgtegUNkhx7GXqqVaI0fJ4s-EcGvdEwQjm3TNjEZP0dFp3GRMKVrIdMJ66h-UGwv7SD3v6WrFabA?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9uTBKXrP3LPZclNUlV8ODJjSoywZJEFnVxnObrQd2K4bdOflVAyR-rVGXFspNWGbZCTfBRACKmOoA?PARTNER=WRITER" height="452" alt="DSC02875b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  Another one...
</h3>
<h3>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9vVj5vpJE4DYXhkpKIQDzfgHVHV35JblicgR0zaJbGzTT7x9PSpEh_rlwjPjfqp5H8P7eew5GCdOQ?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4AjaGK_IVrn1vsE8LZeivfjld8v2_BbGYK-OGeRRu_-LejXqslkmR7zWblTMhP2HWF8n-FOa5zlgN_Y4CJ1xyQU?PARTNER=WRITER" height="452" alt="DSC02902b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</h3>
<h3>
  ...And another one...
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9spmjbkAbcLKLynHEfzkxEtFaRnm6Z2YoBeKbJy9vOsgZp-IddsULlIemeMLr66CVr0FDVyz41lpQ?PARTNER=WRITER"><img src="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4BLkfOhXFlGOKWOLGbBFAKoyJWYTfHQT9mOxNAczQD0WLZqbeV_7nH8bJAw_GeBcQkYIH2IU1PiUo0UjJL3L908?PARTNER=WRITER" height="452" alt="DSC02933b" width="601" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  13:40 Everybody is still there:
</h3>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4C-zCtKa51_WwfKO3rzpKC0wMrh6EBL7sVYQ_-UMFnGrcj4JeAi1_cmxcs75irStg-occcdf3rLiURxdTPAFsUA?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4-h6IfV7QCZok0pG0Ng1U-RjbIKVK2unIg5uTM-7uV6oKvOxTW41U8oSpIsK_jkP8RhyXn3VxLypUzbC4-rDsT?PARTNER=WRITER" height="184" alt="DSC02934" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9sFExQDjzTqA45JxVtFHR4BvkDqTf4bK1vxP6l-VImHUyKBWRxS6-eP7xTksjhCahJbg4f0tK2a8A?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6I5CQV139iw8UMoVr8XLB2SdPpjip8g4qZ-YKU1lcTbfFI0jtt7vzhbVy266oBRT5rYTiqPuOoOTb-5z00VTDW?PARTNER=WRITER" height="184" alt="DSC02937b" width="244" style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px;" /></a>
</p>
<h3>
  17:00 Glasgow!
</h3>
<p>
  We have just done a little stop to Loch Lomond, the 3th biggest loch of Scotland; I haven’t taken any picture because I was already being there...
</p>
<p>
  So End of this gorgeous trip!!! See you.
</p>
<p>
  (I just come back from the trip, And I have past 3 hours to write this post).<img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Trip+to+the+Isle+of+Skye&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>mon, 26 Nov 2007 00:02:29 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5459307</guid>
    </item>
    <item>
      <title>Next Weekend --&gt; The Isle of Skye</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!621.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <strong>Day 1: Glasgow - Skye<br /></strong>Depart Glasgow 4pm to drive up the West of the country. As we head into the Highlands we pass the famous Loch Lomond as night falls.<br />
  We follow the Loch up into the northern Highlands. Our route north takes us through the dramatic &amp; inspiring Glencoe, before heading for Fort William - in the shadow of mighty Ben Nevis (Britain’s highest mountain).<br />
  Travelling through the Great Glen we head for the Isle of Skye having stopped en route for dinner before finally arriving at our destination of the “Misty Isle”.
</p>
<p>
  <strong>Day 2: Full Day Touring on Skye</strong><br />
  Today we explore the magical Isle of Skye.<br />
  Ruined castles, awesome scenery, Viking fortresses and home to the legendary MacLeod and MacDonald Clans.<br />
  Immersed in Celtic myths and legends, hear all about the Faeries and the Selkies, and local characters who have contributed to the rich history of this magical island.<br />
  The day’s route takes us through the imposing Cuillin mountains.<br />
  We see such famous sites as Kilt Rock and the Old Man of Storr and have a chance to explore the capital of Skye - the colourful harbour town of Portree.<br />
  Quite simply unmissable!
</p>
<p>
  <strong>Day 3: Skye - Glasgow</strong><br />
  Our return takes us back down the West but this time in fully fledged technicolour daylight with more time to appreciate the beauty of the Highlands.<br />
  Our first attraction for the day is a visit to one of Scotland’s most famous sights - the stunning Eilean Donan Castle where we have the opportunity to explore the former stronghold of the clan Macrae. We then pass through Glen Shiel and under the Five Sisters of Kintail - impressive mountains surrounded by a famous legend.<br />
  We descend back along the Lochs of the Great Glen taking in views of the famous Nevis range of mountains and back into Glencoe to appreciate the impressive nature of this atmospheric place.<br />
  We cross Rannoch moor and meet up once again with Loch Lomond and another chance to take in the sights of one of Scotland’s best known bodies of water before returning to Glasgow at about 6.00pm.<img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Next+Weekend+--%3e+The+Isle+of+Skye&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>tue, 20 Nov 2007 21:16:14 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5349882</guid>
    </item>
    <item>
      <title>Heroes French ads</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!620.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><div>
  <br />
</div>
<div>
  <br />
</div>
<div>
  <br />
  <strong><a href="http://www.dailymotion.com/video/x3hgme_13e-rue-bar-exmari-heroes-en-hd_fun">13e rue - Bar - Ex-mari - Heroes en HD</a></strong><br />
  <em>envoyé par <a href="http://www.dailymotion.com/yom_">yom_</a></em>
</div><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Heroes+French+ads&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>fri, 16 Nov 2007 17:11:09 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5271109</guid>
    </item>
    <item>
      <title>Nabaztag :-)</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!619.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Nabaztag+%3a-)&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>tue, 13 Nov 2007 20:48:51 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5213830</guid>
    </item>
    <item>
      <title>The Worlds Best Kept Auto Secret</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!618.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  I have just read on a blog this amazing tips !
</p>
<p>
  When you arrive to the gas station, and for any reason you don't know on which side is your gas tank --- It's not your car, or you always forget...--- There is two ways to know it !
</p>
<p>
  The usual : Stick your head out the window, and look.<br />
  The best one: Just look at your gas gauge! there is a small icon of a gas pump, the handle is on the same side than your gas tank!
</p>
<p>
  Crazy isn't it ? I am sure nobody know this tips ! ;-)
</p>
<p>
  <img src="http://blogs.msdn.com/blogfiles/shailan/WindowsLiveWriter/FuelGauges_ACCB/clip_image001.jpg" height="75" alt="gasgaugethumb.JPG" width="75" /><img src="http://blogs.msdn.com/blogfiles/shailan/WindowsLiveWriter/FuelGauges_ACCB/clip_image002.jpg" height="343" alt="gas_tank-copy.jpg" width="500" /><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+The+Worlds+Best+Kept+Auto+Secret&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>fri, 09 Nov 2007 18:47:59 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5150743</guid>
    </item>
    <item>
      <title>Bonfire Night</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!616.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><p>
  <strong>Explanations from Wikipedia:&nbsp;</strong> <em><strong>Guy Fawkes Night</strong> (more commonly known as <strong>Bonfire Night</strong> and sometimes Fireworks Night) is an annual celebration on the evening of the</em> <a href="http://en.wikipedia.org/wiki/November_5"><em>5th of November</em></a><em>. It celebrates the foiling of the</em> <a href="http://en.wikipedia.org/wiki/Gunpowder_Plot"><em>Gunpowder Plot</em></a> <em>of the 5th of November</em> <a href="http://en.wikipedia.org/wiki/1605"><em>1605</em></a> <em>in which a number of</em> <a href="http://en.wikipedia.org/wiki/Roman_Catholic"><em>Roman Catholic</em></a> <em>conspirators, including</em> <a href="http://en.wikipedia.org/wiki/Guy_Fawkes"><em>Guy Fawkes</em></a><em>, attempted to blow up the</em> <a href="http://en.wikipedia.org/wiki/Palace_of_Westminster"><em>Houses of Parliament</em></a><em>.</em>
</p>
<p>
  Some photos of the party on Glasgow Green, but there were more than 7 other firework in Glasgow this night.
</p>
<p>
  <a href="http://kt3cnq.bay.livefilestore.com/y1p_x1hj71Oo9tCYvfyDK7DKjTpG3rl_6iBI3FgkPgjmIfIWDt0BAbgVWuld6o4-_H8vZqxBAweZRHi_ygGof9OwA?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5Iql_mqxewdPObWDfhqGPcdbRys_n6uriD2woiHx525pTWTG4PVpc0PPKfSI1jdgfHkL1H0N7OjoZnftNaBPju?PARTNER=WRITER" height="184" alt="DSC02301" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a>&nbsp;<a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4CMpKyEZKKIblkVgRAWkDxHk1191_uS3n5wjOl1SGenp3SmkEtcn2-zGfur6M_mJKRpxpfIWIo0k3Z8YCnetChY?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7LswTI8XbhjWUZ1hRjItQgaHmxCLP2cX31mQ3KYzEh33e47xqT5hr-fMnzDxazAv3L2lnip105dlVNr_o01cEH?PARTNER=WRITER" height="184" alt="DSC02305" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DhMF5aCS71f-Du6rw5AIPA2zOMBMeSqPyYoBECMXd4dZPl3tmek4USkxbDNZd1l0Opif4rjc2i5eEDjL0_mWPj?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4fe1wynC8TKlTPz9_upGoG4F1uFuJycBzc2xAZQ3SlMxP3stXLcrDXhnw2a4F6jKUsrT3Jjj1WYkL9GVIJcoTn?PARTNER=WRITER" height="184" alt="DSC02319" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Cha64P_w6xDR-Xv3zGlxU8ujdDQp8ufQ6PFG_fbpLy5K6x0geCKIRvEHRLImwoig-mrsFzjY685esXeJQ34Kr9?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN7cqSbKy5cz6BAdbe4NAZYTpkxLcz7k88i0D730khbhby5Sy7r_aiyqt-IFoM4mA7NiAhlpk-7qiu1MTb-Zjx0Y?PARTNER=WRITER" height="184" alt="DSC02320" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4C6TD3XdwV4i0WZZyE0SQyz88LNMoGjuE_sd_c26Z5Z5X7M3Vharxi6R4Ss13QrM7Z_BY6TkmeZutM2JHJfzfQm?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN5w48LzBtI-If4IuD7hQ2Sy5210tbgGihZVlfnYGdq2zCkOk6UlMQ6NFj9FHOMsC94vNvW8j9CqeWh_rgHMh1Gt?PARTNER=WRITER" height="370" alt="DSC02324" width="491" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Bonfire+Night&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</p>
</div>]]>
      </description>
      <pubDate>tue, 06 Nov 2007 11:06:53 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5113153</guid>
    </item>
    <item>
      <title>Glasgow by Night</title>
      <link>http://cybmat.spaces.live.com/Blog/cns!EA2E6BCA589026C9!605.entry</link>
      <description>
        <![CDATA[<div class="post_content wiki_text"><a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4Dh5TB8V3DE29i1Zgz10yTtCO2qpl-t_xIe1ametRmIR8nhjbMjMVTGVKEVTayZgggysQrmZMvus9OD1zq-Vdg4?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN4-Kr7VEiCODar4ug5TQI6FyuTGBlq197Oiox6YZppNXhBDnqUxxH1w3tjuVlgcuws0DbfrdZP18uz5QARnuQx-?PARTNER=WRITER" height="184" alt="DSC02273" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a> <a href="http://kt3cnq.bay.livefilestore.com/y1puPaqE3O2u4DXoma0c0wzBezoG0Nv1KukvcO75Hjreh4e1RRo6EYE3fOM79GZzDOWOwbntVrmt46oCo8oc48gRzOqFIGj-i8r?PARTNER=WRITER"><img src="http://by1.storage.msn.com/y1prBetlsn5RN6ThDnDujnJ9Ur6cS13jNzFvTkOu_0BvsnkctgPucwJ5RQTTlC_UB0xcULjZJZwY6VGYkLos9ITPttJuJWlM7ui?PARTNER=WRITER" height="184" alt="DSC02281" width="244" style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px;" /></a><img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=-1572200703092316471&amp;amp;page=RSS%3a+Glasgow+by+Night&amp;amp;referrer=" height="1px" alt="" width="1px" /><img src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=cybmat.spaces.live.com&amp;amp;GT1=cybmat" height="0px" alt="" width="0px" style="" />
</div>]]>
      </description>
      <pubDate>sat, 03 Nov 2007 22:00:32 +0100</pubDate>
      <guid isPermaLink="false">tag:ziki.com,2007:/article/5113154</guid>
    </item>
  </channel>
</rss>
