<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-170438128555547455</id><updated>2011-11-28T01:42:40.140+02:00</updated><category term='veriboard'/><category term='PCB etching'/><category term='wrist'/><category term='breadboard'/><category term='ICSP Programmer'/><category term='tools'/><category term='Arduino'/><category term='Linux'/><category term='RepStrap'/><category term='USA'/><category term='bloging'/><category term='Gentoo'/><title type='text'>the plot thickens...</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>40</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-1334047684903224553</id><published>2011-10-10T11:47:00.001+02:00</published><updated>2011-10-10T11:50:10.816+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Counting lines from ls</title><content type='html'>I needed to count how many directories where in a directory and print the directory number in the output. It was easily done like this:&lt;br /&gt;&lt;br /&gt;$ ls -1 | cat -n&lt;br /&gt;     1  CBMessageGenerator&lt;br /&gt;     2  CRFeedback&lt;br /&gt;     3  CRHelpProvider&lt;br /&gt;     4  CRhelp&lt;br /&gt;     5  CellDiscrepancyManager&lt;br /&gt;     6  ConformanceChecker&lt;br /&gt;     7  ControlRoomDeskTop_VFI&lt;br /&gt;     8  DDSEmailLog&lt;br /&gt;     9  DTOutputFileBuilder&lt;br /&gt;    10  DTReportServer&lt;br /&gt;    11  DatabaseInstallScripts&lt;br /&gt;    12  DynoDBLib&lt;br /&gt;    13  DynoIntelliShed&lt;br /&gt;    14  DynoMail&lt;br /&gt;    15  FTPPoll&lt;br /&gt;    16  FTPPusher&lt;br /&gt;    17  HeartBeat&lt;br /&gt;    18  IPBrokerConfig&lt;br /&gt;    19  ReportBuilder2.0&lt;br /&gt;    20  ReportBuilder2.1&lt;br /&gt;    21  ReportingFramework1.1&lt;br /&gt;    22  Scheduler_jqf&lt;br /&gt;    23  StaticReportGenerator&lt;br /&gt;    24  StaticReportNotificationsEmailGenerator&lt;br /&gt;    25  SwarmDDS&lt;br /&gt;    26  SwarmDDSProcessManager&lt;br /&gt;    27  SwarmDTChasis&lt;br /&gt;    28  SwarmDTChasis_VFI&lt;br /&gt;    29  SwarmDTLoader&lt;br /&gt;    30  SwarmDTProcessServer&lt;br /&gt;    31  libDynoMail&lt;br /&gt;&lt;br /&gt;ls | cat -n&lt;br /&gt;gives the same result.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-1334047684903224553?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/1334047684903224553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=1334047684903224553' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1334047684903224553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1334047684903224553'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2011/10/counting-lines-from-ls.html' title='Counting lines from ls'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-916376052193239991</id><published>2010-06-17T08:47:00.003+02:00</published><updated>2010-06-17T09:03:20.433+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>XYZ Dark Vader Test</title><content type='html'>Last weekend, I found some time to work on my RepStrap once again! There was a problem with the Z plain. I thought it was the stepper driver board, because there was smoke coming out of it, the last time I tried running it, but it turn out it was something wrong with the stepper motor. It appeared to be seized!&lt;br /&gt;&lt;br /&gt;I found a replacement stepper motor in an old dot matrix printer, and swapped it out. It was at that moment that my dad walked in and asked what was wrong with the previous stepper motor. I showed him it would not move, not even if you took a pliers, gripped the axle and tried turning it. My dad asked if he could open it up and take it apart, and since it was not working, I said sure, since I was curious to see what the insides of a stepper motor looked like... Once it was open, we could see the two coils. Everything looked fine. There where 2 bearings on the top and bottom of the axis. My dad thought that the problem could be a seized bearing, but they where fine... So I tried again with the pliers... and after applying some force, it began so spin like the others when you finger-turn them...&lt;br /&gt;&lt;br /&gt;So I hooked it back up and tested it... and it worked... I found the test code for the steppers on the reprap site and burned it to the arduino... I had to comment out some code... like PSU stuff, and the stuff for the enable pins... I will post my code, but here is the link to the original for now: &lt;a href="http://reprap.svn.sourceforge.net/viewvc/reprap/trunk/reprap/firmware/Sanguino/Sanguino3G/testers/imperial_stepper/imperial_stepper.pde"&gt;http://reprap.svn.sourceforge.net/viewvc/reprap/trunk/reprap/firmware/Sanguino/Sanguino3G/testers/imperial_stepper/imperial_stepper.pde&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here is the result!&lt;br /&gt;&lt;br /&gt;&lt;object height="385" width="480"&gt;&lt;param name="movie" value="http://www.youtube.com/v/uZUoyh_vEqY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/uZUoyh_vEqY&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="385" width="480"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-916376052193239991?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/916376052193239991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=916376052193239991' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/916376052193239991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/916376052193239991'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2010/06/xyz-dark-vader-test.html' title='XYZ Dark Vader Test'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7828634161878054298</id><published>2009-10-08T22:06:00.006+02:00</published><updated>2009-10-08T22:33:27.335+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>Wiring up - Round 1</title><content type='html'>last night, (as in the date on the photos... I'm re posting this from my back up blog site...) I finally took the time to work on my repstrap again… when I say &lt;strong&gt;TOOK&lt;/strong&gt; the time… look at the time on the photos… all in all I spent 4hours working on the robot. &lt;p&gt;This is what I did:&lt;/p&gt; &lt;ol&gt;&lt;li&gt; I placed all the boards on the perspex, and drilled holls for them… making good use of my drill press &lt;img src="http://moralfibre.co.za/ouzo/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /&gt;  no photos of that needed.&lt;/li&gt;&lt;li&gt; Starting with the &lt;a href="http://www.arduino.cc/"&gt; arduino &lt;/a&gt; and shield, I put :: M3×50 machine screws &gt; washer &gt; PCB &gt; clear tubing &gt; perspex &gt; washer &gt; nut.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBAbe8AI/AAAAAAAABQc/50yrs0LYQtA/s1600-h/dscn9650_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBAbe8AI/AAAAAAAABQc/50yrs0LYQtA/s400/dscn9650_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390326085653032962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Here is the arduino mounted&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Here are the 3 stepper driver boards mounted with the arduino showing. This is a view from behind.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBwvzUDI/AAAAAAAABQs/EEBAIOMD5e8/s1600-h/dscn9652_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBwvzUDI/AAAAAAAABQs/EEBAIOMD5e8/s400/dscn9652_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390326098623156274" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Here are all the boards mounted, the two new additions are the PWM driver &amp;amp; the DC motor driver.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JCc4D70I/AAAAAAAABQ0/yp0MKXo4GPU/s1600-h/dscn9654_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JCc4D70I/AAAAAAAABQ0/yp0MKXo4GPU/s400/dscn9654_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390326110468960066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;And now my wiring nightmares begin… Just take a look at this rats nest! what a mess…&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JClg-2qI/AAAAAAAABQ8/5BdWgGQcIUc/s1600-h/dscn9655_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JClg-2qI/AAAAAAAABQ8/5BdWgGQcIUc/s400/dscn9655_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390326112788077218" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBie6_tI/AAAAAAAABQk/OcUvWBpIkjE/s1600-h/dscn9651_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBie6_tI/AAAAAAAABQk/OcUvWBpIkjE/s400/dscn9651_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390326094794260178" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/Ss5LdaHcRbI/AAAAAAAABRM/9rxoxXs_IFU/s1600-h/dscn9657_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/Ss5LdaHcRbI/AAAAAAAABRM/9rxoxXs_IFU/s400/dscn9657_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390328772607886770" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Next I mounted the perspex to the Z axis of the rep strap. The Z axis was taken off to make this a bit easier…&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/Ss5Ld6Au_nI/AAAAAAAABRU/7NMa75eE49E/s1600-h/dscn9658_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/Ss5Ld6Au_nI/AAAAAAAABRU/7NMa75eE49E/s400/dscn9658_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390328781169688178" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Here is a close up of the clear tubing. Its purpose is to act as a “shock absorber” for bumps and also so that the perspex does not crack if I tighten the screws too tight… which I do… The clear tubing was used to attach all PCB’s&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5LeJ6IP_I/AAAAAAAABRc/qvpu1uitPgg/s1600-h/dscn9660_800x600.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Ss5LeJ6IP_I/AAAAAAAABRc/qvpu1uitPgg/s400/dscn9660_800x600.jpg" alt="" id="BLOGGER_PHOTO_ID_5390328785436950514" border="0" /&gt;&lt;/a&gt;Because the rats nest is such a mess, I am now going to have to de-solder the IDL headers and hard wire cat 5e cable in its place, this will make it easier to connect to the arduino break away shield and easier to route the wires.&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7828634161878054298?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7828634161878054298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7828634161878054298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7828634161878054298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7828634161878054298'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/10/wiring-up-round-1.html' title='Wiring up - Round 1'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/Ss5JBAbe8AI/AAAAAAAABQc/50yrs0LYQtA/s72-c/dscn9650_800x600.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-109713811127714534</id><published>2009-04-07T22:29:00.004+02:00</published><updated>2009-04-07T22:59:00.212+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>Stepper demo</title><content type='html'>Here is a short introduction to my RepStrap or CNC machine.&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-ff2c74a8b935ada3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v3.nonxt7.googlevideo.com/videoplayback?id%3Dff2c74a8b935ada3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D1D993E36EB442E77AD4D3DC068D6F550E04759BE.23FA5D4C82A89723D4E9C9EF8FC795490DD9D34A%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dff2c74a8b935ada3%26offsetms%3D5000%26itag%3Dw160%26sigh%3DuVHi9zZlpue8_s_b0kYZ13fAf3w&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v3.nonxt7.googlevideo.com/videoplayback?id%3Dff2c74a8b935ada3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D1D993E36EB442E77AD4D3DC068D6F550E04759BE.23FA5D4C82A89723D4E9C9EF8FC795490DD9D34A%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dff2c74a8b935ada3%26offsetms%3D5000%26itag%3Dw160%26sigh%3DuVHi9zZlpue8_s_b0kYZ13fAf3w&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;I demo the stepper driver and the stepper motor running the RepStrap test code, stepping the Y axis.&lt;br /&gt;&lt;br /&gt;As mentioned... I have no idea how to tell what parts of the wires coming out of the stepper motor are the A,B,C,D wires. All I do know is which two wires make a pair. I couldn't figure out the ABCD cables connection block either. I clamped the wires to small metal parts, then put them inside the plastic female. When I tried to plug the connections block into its male pins the wires poped out. So I have just improvised for now.&lt;br /&gt;&lt;br /&gt;The ribbon cable that has ten (10) wires in it... I cant figure out why there was a need for ribbon cable and where the other end of the ribbon cable is supposed to plug into? since only three (3) wires are used and there is no place on the Arduino or the break away board for ribbon cable connection blocks...&lt;br /&gt;&lt;br /&gt;Lastly, I may have popped the main or secondard IC on the stepper driver board. I might have not connected the wires properly or something. Nothing was happening &amp;amp; the heat sink was getting really hot. Hope I haven't done too much damage there.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-109713811127714534?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=ff2c74a8b935ada3&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/109713811127714534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=109713811127714534' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/109713811127714534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/109713811127714534'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/04/stepper-demo.html' title='Stepper demo'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-273975760567688149</id><published>2009-04-06T21:59:00.008+02:00</published><updated>2009-04-07T00:04:13.266+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>Final Assembly part 1</title><content type='html'>Last Thursday evening I had a go at assembling the final bits and pieces of the RepStrap. I started trying to mount the opto end stops... I came into a few annoying problems.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0eVTBMI/AAAAAAAABP4/KTVW5a0noCo/s1600-h/DSCN9532.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0eVTBMI/AAAAAAAABP4/KTVW5a0noCo/s400/DSCN9532.JPG" alt="" id="BLOGGER_PHOTO_ID_5321675662838400194" border="0" /&gt;&lt;/a&gt;As you can see, the RepRap opto end stop does not like my Perspex opto end stop spacer... My holes where not lined up 100% and if I recall correctly either my dad or I said that we wern't building a swiss clock and we could just drill holes where ever so long as its roughly right.... WRONG!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0qZKEtI/AAAAAAAABQA/YYz0g9-4eRE/s1600-h/DSCN9533.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0qZKEtI/AAAAAAAABQA/YYz0g9-4eRE/s400/DSCN9533.JPG" alt="" id="BLOGGER_PHOTO_ID_5321675666075816658" border="0" /&gt;&lt;/a&gt;Here is a shot of the reverse side once I forced the parts together... as you can see, its far from square.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0KJ93II/AAAAAAAABPw/5wQKlDEiXrE/s1600-h/DSCN9530.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0KJ93II/AAAAAAAABPw/5wQKlDEiXrE/s400/DSCN9530.JPG" alt="" id="BLOGGER_PHOTO_ID_5321675657422167170" border="0" /&gt;&lt;/a&gt;Then there was a nother battle trying to get that to line up with my holes I drilled into the X &amp;amp; Y end brackes. Ok so I didn't drill my holes properly and rushed them a bit... But does this image not look a bit odd??? Where is the ethernet cable (cat5e) supposed to go? How is it supposed to reach into the connector? &amp;amp; yes if I swapped the opto end stop around that didn't help either because then its up against the drive screw / threaded rod.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/Sdpj01oj5GI/AAAAAAAABQI/1auGuZy0bNM/s1600-h/DSCN9535.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/Sdpj01oj5GI/AAAAAAAABQI/1auGuZy0bNM/s400/DSCN9535.JPG" alt="" id="BLOGGER_PHOTO_ID_5321675669093213282" border="0" /&gt;&lt;/a&gt;I had to cut a bit off the end of the X stages threaded rod. I had a first go at using my Dremel. Its pretty cool...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/Sdpj1OD3F5I/AAAAAAAABQQ/s9sr4Xs-rBE/s1600-h/DSCN9538.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/Sdpj1OD3F5I/AAAAAAAABQQ/s9sr4Xs-rBE/s400/DSCN9538.JPG" alt="" id="BLOGGER_PHOTO_ID_5321675675650168722" border="0" /&gt;&lt;/a&gt;Unfortunately the cutting disks dont last too long and snap easily... I borke 5 cutting disks that night! I only managed to cut both sides of the Y stage and one side of the X stage.&lt;br /&gt;&lt;br /&gt;The next things I need to get done is, cut the other side of the X stage and cut for the Z stage as well. I ordered a piece of Perspex to mount all the PCB's and the &lt;a href="http://reprap.org/bin/view/Main/PCPowerSupply"&gt;hacked power supply&lt;/a&gt; on to.&lt;br /&gt;&lt;br /&gt;One thing I can't quite understand is why or what is the great need for a OPTICAL end stop and not just a simple limit switch??? surely a simple limit switch is way cheaper???&lt;br /&gt;&lt;br /&gt;That goes for the stepper driver board... It looks a lot more complicated than a board that &lt;a href="http://opend.co.za/hardware/step1/index.html"&gt;Murray Horn designed&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If I get time - this could be a year from now - I will try contribute my modifications to the RepStrap and show where I deviated and what I think should change to have a successful RepStrap, but just a bit cheaper.&lt;br /&gt;&lt;br /&gt;So far I would replace the Z bearing arm holders... The things that hold the Z satage to the vertical base. I used angle brackets for that. I would swap the opto end stops for limit switches. I would use &lt;a href="http://opend.co.za/hardware/step1/index.html"&gt;Murray Horn's stepper boards&lt;/a&gt; to drive my stepper motors...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;One last very annoying thing... I ordered the electronics from the RRRF. They were expensive and took a long time to arrive. The name says &lt;a href="http://store.rrrf.org/index.php?main_page=product_info&amp;amp;cPath=1&amp;amp;products_id=78"&gt;Complete Arduino Electronics Kit&lt;/a&gt;. In the &lt;a href="http://www.reprap.org/bin/view/Main/Generation2Electronics#Opto_Endstop_v2_1"&gt;RepStrap build instructions it say I will need SIX (6) opto end stops&lt;/a&gt;... WHY then does the COMPLETE Arduino kit only come with THREE (3) opto end stops???&lt;br /&gt;&lt;br /&gt;Very annoying... Now I am going to have to etch another three (3) opto end stops myself - which will take time - and even worse... I will have to covert that opto end stop double sided board to a single sided board - which will take time - because I only have single sided copper and it took me forever (3 months) to master etching PCB's with ferric chloride... stuff I hate! :(&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-273975760567688149?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/273975760567688149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=273975760567688149' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/273975760567688149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/273975760567688149'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/04/final-assembly-part-1.html' title='Final Assembly part 1'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/Sdpj0eVTBMI/AAAAAAAABP4/KTVW5a0noCo/s72-c/DSCN9532.JPG' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-4312331175376431467</id><published>2009-03-29T22:19:00.005+02:00</published><updated>2009-03-30T01:15:16.731+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><title type='text'>My Dremel</title><content type='html'>I haven't had the time to blog in a while and a lot has happened so I will have to wade though all the back log. I bought a Dremel 300 to use on the Mc Wire RepStrap. I should mention that I finished building ( and testing) all the electronics this weekend and am just waiting for some Perspex to mount all the PCB's on.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/Sc_aPrjaTMI/AAAAAAAABPY/sfWOcbEyF_w/s1600-h/FILE0026.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/Sc_aPrjaTMI/AAAAAAAABPY/sfWOcbEyF_w/s400/FILE0026.JPG" alt="" id="BLOGGER_PHOTO_ID_5318709647871986882" border="0" /&gt;&lt;/a&gt;Here is the Dremel in its box.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sc_aP76M2JI/AAAAAAAABPg/8uuXxg7sNcM/s1600-h/FILE0027.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/Sc_aP76M2JI/AAAAAAAABPg/8uuXxg7sNcM/s400/FILE0027.JPG" alt="" id="BLOGGER_PHOTO_ID_5318709652262541458" border="0" /&gt;&lt;/a&gt;Here is the Dremel's carry case.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/Sc_aQnOgyPI/AAAAAAAABPo/sUUyfNJ_xvk/s1600-h/FILE0030.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/Sc_aQnOgyPI/AAAAAAAABPo/sUUyfNJ_xvk/s400/FILE0030.JPG" alt="" id="BLOGGER_PHOTO_ID_5318709663890458866" border="0" /&gt;&lt;/a&gt;Here is the Dremel.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The idea for the Dremel is that it will let me etch PCB's with it and mill things like aluminium and wood, plastic too. Here is the instructables link: &lt;a href="http://www.instructables.com/id/Easy-to-Build-Desk-Top-3-Axis-CNC-Milling-Machine/"&gt;http://www.instructables.com/id/Easy-to-Build-Desk-Top-3-Axis-CNC-Milling-Machine/&lt;/a&gt; and here is the &lt;a href="http://reprap.org/bin/view/Main/McWire_Cartesian_Bot_1_2"&gt;RepStrap&lt;/a&gt; link: &lt;a href="http://reprap.org/bin/view/Main/McWire_Cartesian_Bot_1_2"&gt;http://reprap.org/bin/view/Main/McWire_Cartesian_Bot_1_2&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-4312331175376431467?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/4312331175376431467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=4312331175376431467' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4312331175376431467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4312331175376431467'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/03/my-dremel.html' title='My Dremel'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_i9CrsdvrrgE/Sc_aPrjaTMI/AAAAAAAABPY/sfWOcbEyF_w/s72-c/FILE0026.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6388682024742268179</id><published>2009-02-11T10:03:00.010+02:00</published><updated>2009-03-30T01:17:31.127+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><title type='text'>Drill Press</title><content type='html'>This past weekend my Dad found an old drill press hidden away in the hardware. It's from 1613BC &amp;amp; weighs 6 tons. (It took me about 20min to clean it from all the dust) Its a manual drill press! You have to wind a handle to make it work! There are two speeds! slow &amp;amp; very slow! I attempted to drill ~150 holes for the arduino board using this drill press. Take a look at the raw power in the video!&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-1f8c3f3de7c58baf" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v2.nonxt7.googlevideo.com/videoplayback?id%3D1f8c3f3de7c58baf%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D188E79EB8BE6E7F7B0D43994324AD052E9C71511.53DA0C1B7AD02290BEA2D396CA722EB26971E761%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D1f8c3f3de7c58baf%26offsetms%3D5000%26itag%3Dw160%26sigh%3DdcJg2Uxc7H_Uj8W6CyQPaylPMnc&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v2.nonxt7.googlevideo.com/videoplayback?id%3D1f8c3f3de7c58baf%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D188E79EB8BE6E7F7B0D43994324AD052E9C71511.53DA0C1B7AD02290BEA2D396CA722EB26971E761%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D1f8c3f3de7c58baf%26offsetms%3D5000%26itag%3Dw160%26sigh%3DdcJg2Uxc7H_Uj8W6CyQPaylPMnc&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;I tried to drill a hole... Broke the first bit on the first try! The chuck comes down with too much force &amp;amp; when the pit hits the fiber glass it snaps! This was with a 1mm bit! I put a new bit in &amp;amp; tried to control the decent a bit better. I then realised that if I let go the handle, the momentum from the top piece of spinning metal at the top, is enough to make the handle swing round with enough force to knock teeth out! I got fed up very quickly with this... It just wasn't going to work!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SZKXgENZfgI/AAAAAAAABPA/bwdCNChVkRA/s1600-h/file0024.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SZKXgENZfgI/AAAAAAAABPA/bwdCNChVkRA/s400/file0024.jpg" alt="" id="BLOGGER_PHOTO_ID_5301466288510041602" border="0" /&gt;&lt;/a&gt;This how ever was! &lt;span style="color: rgb(51, 255, 51);"&gt;:)&lt;/span&gt; Its a Ryobi drill press, with 5 speeds &amp;amp; a 13mm chuck! Cost me R450! It was a demo model at some other hardware &amp;amp; they wanted to get rid of it... &amp;amp; I wanted it!&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-72407083a0cc176f" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v4.nonxt2.googlevideo.com/videoplayback?id%3D72407083a0cc176f%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D469F3E778915B6FC0103F70D062441725100F1BD.60721CE1C8B7DE8DA21BB6A789B186B178CED391%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D72407083a0cc176f%26offsetms%3D5000%26itag%3Dw160%26sigh%3DIh5ynNftklLBh6-sCzFUKxBa7Sg&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v4.nonxt2.googlevideo.com/videoplayback?id%3D72407083a0cc176f%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D469F3E778915B6FC0103F70D062441725100F1BD.60721CE1C8B7DE8DA21BB6A789B186B178CED391%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D72407083a0cc176f%26offsetms%3D5000%26itag%3Dw160%26sigh%3DIh5ynNftklLBh6-sCzFUKxBa7Sg&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;Here you can see it in action! I didn't set the bit in the chuck 100% so it wobbled a bit... I just wanted to test it out &amp;amp; drill some holes! Works like a dream! (&amp;amp; yes, when I drill proper boards I will have 1 hand holding the PCB &amp;amp; 1 on the acent/decent leaver so the PCB wont spin!)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6388682024742268179?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=1f8c3f3de7c58baf&amp;type=video%2Fmp4' length='0'/><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=72407083a0cc176f&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6388682024742268179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6388682024742268179' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6388682024742268179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6388682024742268179'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/02/drill-press.html' title='Drill Press'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_i9CrsdvrrgE/SZKXgENZfgI/AAAAAAAABPA/bwdCNChVkRA/s72-c/file0024.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5007794992042702059</id><published>2009-02-02T10:58:00.011+02:00</published><updated>2009-03-30T01:18:27.605+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PCB etching'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>SUCCESS: Toner trasfer 3rd try</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;FINALLY!&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;I finally have the toner transfer method for single sided boards down! The important thing is to use PHOTO PAPER... I was trying to get away with standard printer/copier paper...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE6ehdizI/AAAAAAAABLg/NbZCAi2QEyQ/s1600-h/dscn9474.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE6ehdizI/AAAAAAAABLg/NbZCAi2QEyQ/s400/dscn9474.jpg" alt="" id="BLOGGER_PHOTO_ID_5298138520552835890" border="0" /&gt;&lt;/a&gt;I used HP Everyday Photo Paper, on an HP LaserJet 1012 printer. 25 sheets cost me R75, so R3 a shot. Let me explain why you need to use photo paper instead of normal paper... Toner is plastic particles... that get burned on to the paper by the laser in the laser printer. On the normal paper the plastic toner particles get infused with the paper fiber &amp;amp; then they dont seperate properly in water... maybe if I left a board in water over night normal paper could work...? (I'm not really patient enough to find out...) With photo paper... &amp;amp; if you look click the packaging phtoto to enlarge it, you will see it is SEMI-GLOSSY... I think this means that there is only 1 glossy side... which is perfect for me... the glossy side is glossy enough... so the toner gets burned onto the thin plastic layer of gloss on the phtoto paper... which allows for this... :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE6sc4ULI/AAAAAAAABLo/HKzUzILT96s/s1600-h/dscn9445.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE6sc4ULI/AAAAAAAABLo/HKzUzILT96s/s400/dscn9445.jpg" alt="" id="BLOGGER_PHOTO_ID_5298138524291715250" border="0" /&gt;&lt;/a&gt;The paper layer magically seperates from the thin plastic layer! I just pulled one corner of the paper &amp;amp; it all came off at once together!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE8KhaPLI/AAAAAAAABL4/SqfBOB4d2SA/s1600-h/dscn9447.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE8KhaPLI/AAAAAAAABL4/SqfBOB4d2SA/s400/dscn9447.jpg" alt="" id="BLOGGER_PHOTO_ID_5298138549543648434" border="0" /&gt;&lt;/a&gt;I rubbed the rest of the paper residue off with my thumb, took the board out &amp;amp; dried it... it looked like this! What you see is a thin layer of burned gloss! so I...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYbE63aSplI/AAAAAAAABLw/L-7w4SuSHGw/s1600-h/dscn9446.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYbE63aSplI/AAAAAAAABLw/L-7w4SuSHGw/s400/dscn9446.jpg" alt="" id="BLOGGER_PHOTO_ID_5298138527233648210" border="0" /&gt;&lt;/a&gt;Re submerged the board in the water, got an old tooth brush &amp;amp; scrubbed that all off... scrubed pretty heard... the toner was firmly attached to the copper.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYbE8e286TI/AAAAAAAABMA/XZkrRFRo6vU/s1600-h/dscn9448.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYbE8e286TI/AAAAAAAABMA/XZkrRFRo6vU/s400/dscn9448.jpg" alt="" id="BLOGGER_PHOTO_ID_5298138555002710322" border="0" /&gt;&lt;/a&gt;&amp;amp; the finished result &lt;span style="color: rgb(51, 255, 51);"&gt;:)&lt;/span&gt; pretty much perfect... there were two tracks that had a small gap in them...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYfrqZcU1KI/AAAAAAAABMw/gj42F5bLNrI/s1600-h/dscn9449.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 324px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYfrqZcU1KI/AAAAAAAABMw/gj42F5bLNrI/s400/dscn9449.jpg" alt="" id="BLOGGER_PHOTO_ID_5298462600241403042" border="0" /&gt;&lt;/a&gt;It was a hot day, not a cloud in the sky, probably 35 degrees Celsius! I heard the ferric chloride reaction works better the warmer it is &amp;amp; in direct sun light... which it did. I used another tooth brush to rub the copper. It was a much faster reaction! Probably under 10 minutes... &amp;amp; yes! I am fed up with the smell of ferric chloride &amp;amp; the fumes that it releases. I decided to use the protective equipment I have! Because I was using a tooth brush in the ferric chloride, some ferric chloride sprinkled its self onto my cloths &lt;span style="color: rgb(255, 0, 0);"&gt;:(&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYfrqsSxAFI/AAAAAAAABM4/FyosZPizgiA/s1600-h/dscn9450.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYfrqsSxAFI/AAAAAAAABM4/FyosZPizgiA/s400/dscn9450.jpg" alt="" id="BLOGGER_PHOTO_ID_5298462605301579858" border="0" /&gt;&lt;/a&gt;This is the result after rinsing in water. I'm told another way to speed up the reaction is to put a second paint tray with boiling water under the paint tray with ferric chloride! This also work, I made a stepper driver this weekend using the hot water in the bottom paint tray, it was a cloudy day that day... the reaction was very quick, also around 10minutes or less!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYfrq65d5qI/AAAAAAAABNA/S9Rn0WXVYqk/s1600-h/dscn9452.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYfrq65d5qI/AAAAAAAABNA/S9Rn0WXVYqk/s400/dscn9452.jpg" alt="" id="BLOGGER_PHOTO_ID_5298462609222002338" border="0" /&gt;&lt;/a&gt;Left: the new PCB etched, Right: an older PCP.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYfrrH9bHjI/AAAAAAAABNI/9fjXmiVzsgE/s1600-h/dscn9458.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYfrrH9bHjI/AAAAAAAABNI/9fjXmiVzsgE/s400/dscn9458.jpg" alt="" id="BLOGGER_PHOTO_ID_5298462612728258098" border="0" /&gt;&lt;/a&gt;I left the toner on, so I could identify where to drill the holes a bit easier... I think all the holes, pads &amp;amp; via's should be 1mm! getting hold of 0.7mm, 0.8mm was difficult... I couldn't find any 0.9mm bits! My drill press is still on its way! I used a drill press for the first stepper board! A drill press makes a 1hr40min job complete in 20 minutes! I am seriously considering trying a board with an SMD component! since I have my toner transfer method working well... I dont want to WASTE time drilling holes!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYfrrZsRFeI/AAAAAAAABNQ/1V9VnHSp7mc/s1600-h/dscn9460.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYfrrZsRFeI/AAAAAAAABNQ/1V9VnHSp7mc/s400/dscn9460.jpg" alt="" id="BLOGGER_PHOTO_ID_5298462617488135650" border="0" /&gt;&lt;/a&gt;I placed all the components on the board just to make sure all the holes were drilled &amp;amp; that everything could fit where it was supposed to. I have 5mm LED's, but now see that i need 3mm LED's instead.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYf1sw3RsfI/AAAAAAAABNY/0hBTT4EenZo/s1600-h/dscn9461.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYf1sw3RsfI/AAAAAAAABNY/0hBTT4EenZo/s400/dscn9461.jpg" alt="" id="BLOGGER_PHOTO_ID_5298473636004475378" border="0" /&gt;&lt;/a&gt;View from the side.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYf1twsJuYI/AAAAAAAABNg/nH43k8sQwMY/s1600-h/dscn9462.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYf1twsJuYI/AAAAAAAABNg/nH43k8sQwMY/s400/dscn9462.jpg" alt="" id="BLOGGER_PHOTO_ID_5298473653137684866" border="0" /&gt;&lt;/a&gt;View from under.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf1uIjFeDI/AAAAAAAABNo/sZdzGnWr59c/s1600-h/dscn9463.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf1uIjFeDI/AAAAAAAABNo/sZdzGnWr59c/s400/dscn9463.jpg" alt="" id="BLOGGER_PHOTO_ID_5298473659542108210" border="0" /&gt;&lt;/a&gt;I decided to put the top ink on!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYf1uKZv8lI/AAAAAAAABNw/AdHuHRWpXYM/s1600-h/dscn9464.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYf1uKZv8lI/AAAAAAAABNw/AdHuHRWpXYM/s400/dscn9464.jpg" alt="" id="BLOGGER_PHOTO_ID_5298473660039819858" border="0" /&gt;&lt;/a&gt;I didn't align it 100% but it was good enough, also I didnt let the paper soak in water long enough so some markings stayed on the paper...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYf1uaDNHsI/AAAAAAAABN4/VIHgjWJ5XBE/s1600-h/dscn9465.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYf1uaDNHsI/AAAAAAAABN4/VIHgjWJ5XBE/s400/dscn9465.jpg" alt="" id="BLOGGER_PHOTO_ID_5298473664240230082" border="0" /&gt;&lt;/a&gt;I then cleaned the toner off with thinners &amp;amp; soldered the most exciting componet first... I now realize that the smallest components should be first... resistors...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_xMit8eI/AAAAAAAABOA/qdlDjzxYfOM/s1600-h/dscn9466.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_xMit8eI/AAAAAAAABOA/qdlDjzxYfOM/s400/dscn9466.jpg" alt="" id="BLOGGER_PHOTO_ID_5298484707270193634" border="0" /&gt;&lt;/a&gt;capacitors &amp;amp; the choke&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYf_xpScTHI/AAAAAAAABOI/zLs2XHTq_LI/s1600-h/dscn9467.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SYf_xpScTHI/AAAAAAAABOI/zLs2XHTq_LI/s400/dscn9467.jpg" alt="" id="BLOGGER_PHOTO_ID_5298484714986556530" border="0" /&gt;&lt;/a&gt;I started tinning as I went along. I now know a better technique! Tin the whole board first, then put in the components!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_x1Ia4MI/AAAAAAAABOQ/rZJS-juxtN4/s1600-h/dscn9468.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_x1Ia4MI/AAAAAAAABOQ/rZJS-juxtN4/s400/dscn9468.jpg" alt="" id="BLOGGER_PHOTO_ID_5298484718165745858" border="0" /&gt;&lt;/a&gt;resistors &amp;amp; diodes...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_yJVhd1I/AAAAAAAABOY/vbou5_iy8L8/s1600-h/dscn9469.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SYf_yJVhd1I/AAAAAAAABOY/vbou5_iy8L8/s400/dscn9469.jpg" alt="" id="BLOGGER_PHOTO_ID_5298484723589412690" border="0" /&gt;&lt;/a&gt;tin&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYgGsAXyjhI/AAAAAAAABOo/wFn9gl3yHgE/s1600-h/dscn9471.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SYgGsAXyjhI/AAAAAAAABOo/wFn9gl3yHgE/s400/dscn9471.jpg" alt="" id="BLOGGER_PHOTO_ID_5298492314685181458" border="0" /&gt;&lt;/a&gt;tin for more components. &lt;a href="http://iouzo.blogspot.com/2009/01/changing-tips-on-magnum-1002.html"&gt;my soldering iron's thermostat was still broken at this time so the tracks started lifting off the fiber glass&lt;/a&gt; :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYgGsiT1NiI/AAAAAAAABOw/b5hF3bQvzPk/s1600-h/dscn9472.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYgGsiT1NiI/AAAAAAAABOw/b5hF3bQvzPk/s400/dscn9472.jpg" alt="" id="BLOGGER_PHOTO_ID_5298492323795383842" border="0" /&gt;&lt;/a&gt;Finished top view&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYgGs_sIVQI/AAAAAAAABO4/vR2E7mJ46YE/s1600-h/dscn9473.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SYgGs_sIVQI/AAAAAAAABO4/vR2E7mJ46YE/s400/dscn9473.jpg" alt="" id="BLOGGER_PHOTO_ID_5298492331681928450" border="0" /&gt;&lt;/a&gt;Finished bottom view.&lt;br /&gt;&lt;br /&gt;I read somewhere that opaque transparencies can be used... when you iron the PCB layout onto the coper, just the toner moves off the transparency then you submurge in cold water &amp;amp; the plactic transparency just seperates from the copper, leaving the toner on the copper &amp;amp; then you can reuse the transparency :) I might trie this...&lt;br /&gt;&lt;br /&gt;so im waiting for my soldering iron to come back from repair before make another arduino, &amp;amp; then make some stepper motor dirver boards!&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5007794992042702059?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5007794992042702059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5007794992042702059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5007794992042702059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5007794992042702059'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/02/success-toner-trasfer-3rd-try.html' title='SUCCESS: Toner trasfer 3rd try'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/SYbE6ehdizI/AAAAAAAABLg/NbZCAi2QEyQ/s72-c/dscn9474.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7377308144622438002</id><published>2009-01-25T00:00:00.005+02:00</published><updated>2009-03-30T01:19:33.526+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>Weekend Build 2</title><content type='html'>&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;This Weekend (Saturday to be precise) I finished the McWire RepStrap mechanical side... The Z stages was all I needed to get done...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXuVE_uHMBI/AAAAAAAABKI/-Ay3AZFHRow/s1600-h/dscn9433.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXuVE_uHMBI/AAAAAAAABKI/-Ay3AZFHRow/s400/dscn9433.jpg" alt="" id="BLOGGER_PHOTO_ID_5294989699961008146" border="0" /&gt;&lt;/a&gt;My captive nut was secures by a copper U shaped clamp. It had 6mm holes already. I counter sunk the top side of all the stages so that the mounting screws can be flush. Its an M8 nut.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXuVFRZsJZI/AAAAAAAABKQ/GE3Sfi_uf3I/s1600-h/dscn9435.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXuVFRZsJZI/AAAAAAAABKQ/GE3Sfi_uf3I/s400/dscn9435.jpg" alt="" id="BLOGGER_PHOTO_ID_5294989704707188114" border="0" /&gt;&lt;/a&gt;X stage with captive nut &amp;amp; M8 thread rod. Some 20mm tubing is used to connect the stepper motor to the thread rod.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXuVFkz8VeI/AAAAAAAABKY/bO9QBuxrhCA/s1600-h/dscn9436.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXuVFkz8VeI/AAAAAAAABKY/bO9QBuxrhCA/s400/dscn9436.jpg" alt="" id="BLOGGER_PHOTO_ID_5294989709917574626" border="0" /&gt;&lt;/a&gt;Same thing for the Y stage.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXuVF8_V-JI/AAAAAAAABKg/qb5ElJl2nKo/s1600-h/dscn9438.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXuVF8_V-JI/AAAAAAAABKg/qb5ElJl2nKo/s400/dscn9438.jpg" alt="" id="BLOGGER_PHOTO_ID_5294989716407842962" border="0" /&gt;&lt;/a&gt;Vertical base with Flange attached, Z rails &amp;amp; the Z bearing arms to hold the Z stage to it.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXuVGBOvWaI/AAAAAAAABKo/ytRv2oEQk-o/s1600-h/dscn9441.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXuVGBOvWaI/AAAAAAAABKo/ytRv2oEQk-o/s400/dscn9441.jpg" alt="" id="BLOGGER_PHOTO_ID_5294989717546162594" border="0" /&gt;&lt;/a&gt;Close up of the Z bearing arms on the vertical base. I used some angle bracket to attach the bearing arms. The holes that mount the bracket to the perspex are 3mm, I had to widen the other end to 6mm so that the bearing arms could be held properly with a M6 bolt. There is a self tapping screw with a spring to pull the arms together.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXuVjI-3myI/AAAAAAAABKw/I0VQ_xEtxck/s1600-h/dscn9442.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXuVjI-3myI/AAAAAAAABKw/I0VQ_xEtxck/s400/dscn9442.jpg" alt="" id="BLOGGER_PHOTO_ID_5294990217843284770" border="0" /&gt;&lt;/a&gt;There we are... all done! The flange is mounted with (not enough) thread lock. Everything has just enough clearance to pass. Click on the pic for a high res view! You'll see that the Z stage is leavel!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7377308144622438002?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7377308144622438002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7377308144622438002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7377308144622438002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7377308144622438002'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/weekend-build-2.html' title='Weekend Build 2'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SXuVE_uHMBI/AAAAAAAABKI/-Ay3AZFHRow/s72-c/dscn9433.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6208376975321199084</id><published>2009-01-23T11:58:00.005+02:00</published><updated>2009-03-30T01:20:34.670+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>Weekend Build 1</title><content type='html'>Here are the photos &amp;amp; the story for last weekend's build!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXmZRJf3VYI/AAAAAAAABJA/uy8b1sqFCiA/s1600-h/DSCN9414.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXmZRJf3VYI/AAAAAAAABJA/uy8b1sqFCiA/s400/DSCN9414.JPG" alt="" id="BLOGGER_PHOTO_ID_5294431356837123458" border="0" /&gt;&lt;/a&gt;Bolt -&gt; perspex -&gt; washer -&gt; bearing -&gt; washer -&gt; nut&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXmZRb5Ny1I/AAAAAAAABJI/2yf4VP-NhQA/s1600-h/DSCN9417.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXmZRb5Ny1I/AAAAAAAABJI/2yf4VP-NhQA/s400/DSCN9417.JPG" alt="" id="BLOGGER_PHOTO_ID_5294431361775291218" border="0" /&gt;&lt;/a&gt;I bought the wrong size bolts so I had to cut them down to size.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXmZR3482II/AAAAAAAABJY/zpMyZahdPNY/s1600-h/DSCN9421.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXmZR3482II/AAAAAAAABJY/zpMyZahdPNY/s400/DSCN9421.JPG" alt="" id="BLOGGER_PHOTO_ID_5294431369290373250" border="0" /&gt;&lt;/a&gt;I had to clamp a #13 spanner to the table then use a screw driver to fasten it.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXmZRshwBhI/AAAAAAAABJQ/ZY2L2tH2W4w/s1600-h/DSCN9418.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXmZRshwBhI/AAAAAAAABJQ/ZY2L2tH2W4w/s400/DSCN9418.JPG" alt="" id="BLOGGER_PHOTO_ID_5294431366240273938" border="0" /&gt;&lt;/a&gt;The first bearing arm done.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXmZSJ006nI/AAAAAAAABJg/iiSsSD30HAo/s1600-h/DSCN9422.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SXmZSJ006nI/AAAAAAAABJg/iiSsSD30HAo/s400/DSCN9422.JPG" alt="" id="BLOGGER_PHOTO_ID_5294431374104914546" border="0" /&gt;&lt;/a&gt;There were fine particles of metal powder form the hack saw that stuck to the bearing. :( they were all nice &amp;amp; oily, moved nicely when I bought them. Not any more.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="color: rgb(255, 204, 51);"&gt;&lt;span style="font-size:85%;"&gt;BREAKAGES&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXma-zAfAqI/AAAAAAAABJo/CyuK83QJ7sk/s1600-h/DSCN9426.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXma-zAfAqI/AAAAAAAABJo/CyuK83QJ7sk/s400/DSCN9426.JPG" alt="" id="BLOGGER_PHOTO_ID_5294433240585536162" border="0" /&gt;&lt;/a&gt;The hack saw blade that came with the hack saw snapped in 4 places!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXma_DOF1lI/AAAAAAAABJw/f7P30BuqZzE/s1600-h/DSCN9427.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SXma_DOF1lI/AAAAAAAABJw/f7P30BuqZzE/s400/DSCN9427.JPG" alt="" id="BLOGGER_PHOTO_ID_5294433244937573970" border="0" /&gt;&lt;/a&gt;Bearing arm shattered! I think I had the clam on too tight whilst trying to cut the bolt shorter...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXma_a1m6_I/AAAAAAAABJ4/QWuS5jPaDxk/s1600-h/DSCN9428.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SXma_a1m6_I/AAAAAAAABJ4/QWuS5jPaDxk/s400/DSCN9428.JPG" alt="" id="BLOGGER_PHOTO_ID_5294433251277335538" border="0" /&gt;&lt;/a&gt;X stage perfectly parallel with 1 Y rail support mounted&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXma_--X56I/AAAAAAAABKA/oazudYA1rk0/s1600-h/DSCN9429.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SXma_--X56I/AAAAAAAABKA/oazudYA1rk0/s400/DSCN9429.JPG" alt="" id="BLOGGER_PHOTO_ID_5294433260977776546" border="0" /&gt;&lt;/a&gt;Y sage on top of X stage, all working nicely after a 2nd attempt at the y stage rails... the first attempt was badly miss aliened. Take a look at everything working here: &lt;a href="http://iouzo.blogspot.com/2009/01/x-y-done.html"&gt;http://iouzo.blogspot.com/2009/01/x-y-done.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This weekend I will try get the Z stage done &amp;amp; then start making PCB's again.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6208376975321199084?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6208376975321199084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6208376975321199084' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6208376975321199084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6208376975321199084'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/weekend-build-1.html' title='Weekend Build 1'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/SXmZRJf3VYI/AAAAAAAABJA/uy8b1sqFCiA/s72-c/DSCN9414.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6434801078316339541</id><published>2009-01-20T18:05:00.003+02:00</published><updated>2009-03-30T01:20:47.393+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>X &amp; Y done</title><content type='html'>&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/bK0KSI0Z_dY&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/bK0KSI0Z_dY&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Over the weekend I build the RepStrap... taking lots of photos of all the steps... somehow my camera's memory card became corrupt &amp;amp; I can't access the pics... for now... I'll find a way to get them off the camera.&lt;br /&gt;&lt;br /&gt;In the mean time... check out my X &amp;amp; Y stages! Not bad hey :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6434801078316339541?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6434801078316339541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6434801078316339541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6434801078316339541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6434801078316339541'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/x-y-done.html' title='X &amp; Y done'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5469050585294283019</id><published>2009-01-15T21:53:00.005+02:00</published><updated>2009-03-30T01:21:01.174+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>McWire - metal done: Part 4</title><content type='html'>Today I did all the metal work.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW-aT7IUXqI/AAAAAAAABH0/dlyF9R_MXos/s1600-h/dscn9395.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW-aT7IUXqI/AAAAAAAABH0/dlyF9R_MXos/s400/dscn9395.jpg" alt="" id="BLOGGER_PHOTO_ID_5291617754264395426" border="0" /&gt;&lt;/a&gt;In my lunch hour I went to the skate shop &amp;amp; bought 16 ABEC3 bearings for R160 so R10 a bearing...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-aUINSimI/AAAAAAAABH8/KH8yzQz412E/s1600-h/dscn9398.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-aUINSimI/AAAAAAAABH8/KH8yzQz412E/s400/dscn9398.jpg" alt="" id="BLOGGER_PHOTO_ID_5291617757774908002" border="0" /&gt;&lt;/a&gt;Cut the aluminum angle iron [35mm X 35mm] with a hack saw. It was a new hack saw so i just used the blade that it came with, which seamed pretty decent since it was a ~R150 hack saw... I clamped it at 1 end &amp;amp; left the other (larger) end to hang free, that way the weight of the bigger piece would make a gap &amp;amp; it worked out easier to cut this way than having both sides clamped.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-aUZmxFBI/AAAAAAAABIE/wsPJX0l0uTU/s1600-h/dscn9401.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-aUZmxFBI/AAAAAAAABIE/wsPJX0l0uTU/s400/dscn9401.jpg" alt="" id="BLOGGER_PHOTO_ID_5291617762445169682" border="0" /&gt;&lt;/a&gt;The cutting left burs that need deburing, so I...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-aUs5fECI/AAAAAAAABIM/1-kyHyTQXrI/s1600-h/dscn9402.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-aUs5fECI/AAAAAAAABIM/1-kyHyTQXrI/s400/dscn9402.jpg" alt="" id="BLOGGER_PHOTO_ID_5291617767623954466" border="0" /&gt;&lt;/a&gt;Used a file so file down all the burs, using my thumb to gage weather it was acceptable.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW-aVK_HLGI/AAAAAAAABIU/bJy59OZ-H9I/s1600-h/dscn9405.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW-aVK_HLGI/AAAAAAAABIU/bJy59OZ-H9I/s400/dscn9405.jpg" alt="" id="BLOGGER_PHOTO_ID_5291617775700618338" border="0" /&gt;&lt;/a&gt;Drilled all the angle aluminum. Looking that the line of the door &amp;amp; the line of the drill bit, you can see I'm not quite parallel... not quite square :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW-fY7dVObI/AAAAAAAABIc/q-bO--n5QbU/s1600-h/dscn9407.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW-fY7dVObI/AAAAAAAABIc/q-bO--n5QbU/s400/dscn9407.jpg" alt="" id="BLOGGER_PHOTO_ID_5291623337810016690" border="0" /&gt;&lt;/a&gt;&amp;amp; again there was "walking" of the drill bit... really annoying because once your at this point you have to continue.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-fZSWEFbI/AAAAAAAABIk/YX0LFxPcWGU/s1600-h/dscn9410.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-fZSWEFbI/AAAAAAAABIk/YX0LFxPcWGU/s400/dscn9410.jpg" alt="" id="BLOGGER_PHOTO_ID_5291623343953548722" border="0" /&gt;&lt;/a&gt;I had to convert the 21" &amp;amp; 13" to millimeters for the U aluminum.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-fZl8QJbI/AAAAAAAABIs/_Ng1lussT7Y/s1600-h/dscn9411.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW-fZl8QJbI/AAAAAAAABIs/_Ng1lussT7Y/s400/dscn9411.jpg" alt="" id="BLOGGER_PHOTO_ID_5291623349213996466" border="0" /&gt;&lt;/a&gt;I tried to use as much down force as possible &amp;amp; to cut as fast as possible. Both the U and angle aluminum pieces can be cut in under 30 seconds. Aluminum is a softish metal I'm told.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-fZxR6cxI/AAAAAAAABI0/LuvVfPXYoBU/s1600-h/dscn9413.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW-fZxR6cxI/AAAAAAAABI0/LuvVfPXYoBU/s400/dscn9413.jpg" alt="" id="BLOGGER_PHOTO_ID_5291623352257639186" border="0" /&gt;&lt;/a&gt;There you see all the metal cut to size. I will only drill the U aluminum once i have the fasteners for the perspex... which I will have to sort out on Saturday.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5469050585294283019?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5469050585294283019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5469050585294283019' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5469050585294283019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5469050585294283019'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/mcwire-metal-done-part-4.html' title='McWire - metal done: Part 4'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/SW-aT7IUXqI/AAAAAAAABH0/dlyF9R_MXos/s72-c/dscn9395.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-127375035558482487</id><published>2009-01-14T23:41:00.004+02:00</published><updated>2009-03-30T01:23:09.318+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>McWire - plastics done: Part 3</title><content type='html'>Today i finished off the plastics...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW5g0KzD71I/AAAAAAAABHM/yMpzNG3Y0nE/s1600-h/dscn9387.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW5g0KzD71I/AAAAAAAABHM/yMpzNG3Y0nE/s400/dscn9387.jpg" alt="" id="BLOGGER_PHOTO_ID_5291273061574897490" border="0" /&gt;&lt;/a&gt;I counter sunk all the bearing arms.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW5g0Zr2dNI/AAAAAAAABHU/V4YTVKkJB1I/s1600-h/dscn9388.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW5g0Zr2dNI/AAAAAAAABHU/V4YTVKkJB1I/s400/dscn9388.jpg" alt="" id="BLOGGER_PHOTO_ID_5291273065571185874" border="0" /&gt;&lt;/a&gt;Used prit to glue all the stage stickers on then used the clear tape on the edges so that the drilling &amp;amp; jigsaw cutting wouldn't lift the sticker. I made this observations a bit too late... when drilling, just use the weight of the drill as the downward force, if you apply pressure to the drill while drilling perspex... it snaps/shears!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW5g1BeQsmI/AAAAAAAABHc/mSD9Bavxv7A/s1600-h/dscn9389.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW5g1BeQsmI/AAAAAAAABHc/mSD9Bavxv7A/s400/dscn9389.jpg" alt="" id="BLOGGER_PHOTO_ID_5291273076251603554" border="0" /&gt;&lt;/a&gt;Here you can see the jigsaw fastened under the chip wood, &amp;amp; the chip wood clamped to the ironing board. I trimmed of the exes perspex from the vertical base &amp;amp; Z stage, there was s strip on the Y satge... i can't remember about the X stage. However... this method of cutting long pieces of perspex worked really well. My Dad poped in &amp;amp; suggested a guide rails srewed into the chip wood because i was drifting a bit... but i don't thing I drifted a significat amount...&lt;br /&gt;Good advice thou...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW5g1UyokxI/AAAAAAAABHk/r4yFlZ2viBg/s1600-h/dscn9391.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW5g1UyokxI/AAAAAAAABHk/r4yFlZ2viBg/s400/dscn9391.jpg" alt="" id="BLOGGER_PHOTO_ID_5291273081437328146" border="0" /&gt;&lt;/a&gt;Stuck all the PTFE bearing stickers on &amp;amp; used a heavy duty scissors to cut them to size. Then drilled them &amp;amp; pealed off the stickers.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW5g2JZkwkI/AAAAAAAABHs/dvfST4Dq0OY/s1600-h/dscn9394.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW5g2JZkwkI/AAAAAAAABHs/dvfST4Dq0OY/s400/dscn9394.jpg" alt="" id="BLOGGER_PHOTO_ID_5291273095559299650" border="0" /&gt;&lt;/a&gt;There we go... all the plastic done...&lt;br /&gt;&lt;br /&gt;I'm still waiting for the springs, skate bearings &amp;amp; nails - we might use screws that have a 90 degree bend in them already... the ones used to hang keys on... instead of the nail method...&lt;br /&gt;&lt;br /&gt;I recieved the aluminium today. I will cut it to size... as soon as i convert all the sized to the METRIC system... I still need to suggest to the reprap team to put all measurments in imperial &amp;amp; metric... some of the drill &amp;amp; screw sizes sound rediculous... like this...  6 and 3/3 inches... &amp;amp; 5/16" compaired to say 220mm &amp;amp; 45mm... the metric system just sounds more human... water freezes at 0 (ZERO) degrees &amp;amp; boils at 100 degrees... not 32 &amp;amp; 212 or what ever its is in the imperial system... In anycase... I thought the international standard for measurements was the metric system. SI = Metric!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-127375035558482487?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/127375035558482487/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=127375035558482487' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/127375035558482487'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/127375035558482487'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/mcwire-plastics-done-part-3.html' title='McWire - plastics done: Part 3'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SW5g0KzD71I/AAAAAAAABHM/yMpzNG3Y0nE/s72-c/dscn9387.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-2268690193282367277</id><published>2009-01-14T00:05:00.016+02:00</published><updated>2009-03-30T01:23:20.913+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>McWire - Perspex parts: Part 2</title><content type='html'>My Dad came home today with all the plastic bits... the perspex &amp;amp; PTFE bearings...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0ReOJgaHI/AAAAAAAABF8/w5ptBaEz50s/s1600-h/dscn9359.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0ReOJgaHI/AAAAAAAABF8/w5ptBaEz50s/s400/dscn9359.jpg" alt="" id="BLOGGER_PHOTO_ID_5290904348121917554" border="0" /&gt;&lt;/a&gt;4 A4 size perspex sheets for the X, Y, Z &amp;amp; Backing stages. 2 Strips of perspex for the bearing arms. A meter of PTFE bronze plastic for the bearings. All the perspex is 5mm in thickness.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW0S9B5ycgI/AAAAAAAABGE/DiYiSR8xdG4/s1600-h/dscn9360.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW0S9B5ycgI/AAAAAAAABGE/DiYiSR8xdG4/s400/dscn9360.jpg" alt="" id="BLOGGER_PHOTO_ID_5290905976922337794" border="0" /&gt;&lt;/a&gt;I decided to cut a PTFE bearing first. My dad &amp;amp; I had an argument about printing out the templates &amp;amp; using them... so we drilled the holes with out sticking templates on top... then put the drilled baring against the template... &amp;amp; it was slightly off... so we used the templated from here onward.&lt;br /&gt;Easy descision really... (His argument was that it would take too long to cut them out &amp;amp; stick them on...)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0UtOnVs5I/AAAAAAAABGM/BHktZ6mLpFc/s1600-h/dscn9367.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0UtOnVs5I/AAAAAAAABGM/BHktZ6mLpFc/s400/dscn9367.jpg" alt="" id="BLOGGER_PHOTO_ID_5290907904479966098" border="0" /&gt;&lt;/a&gt;We didn't have any prit so we used clear tape. A little tricky to align on the perspex.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0WC_fpRiI/AAAAAAAABGU/wqZC1LwBR6Y/s1600-h/dscn9368.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0WC_fpRiI/AAAAAAAABGU/wqZC1LwBR6Y/s400/dscn9368.jpg" alt="" id="BLOGGER_PHOTO_ID_5290909377889912354" border="0" /&gt;&lt;/a&gt;Drilled the holes.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW0XWNyCkgI/AAAAAAAABGc/MjGO4Y4KS38/s1600-h/dscn9365.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SW0XWNyCkgI/AAAAAAAABGc/MjGO4Y4KS38/s400/dscn9365.jpg" alt="" id="BLOGGER_PHOTO_ID_5290910807654306306" border="0" /&gt;&lt;/a&gt;Cut the end stop off. I clamped the strip to a piece of chip wood &amp;amp; cut through the perspex &amp;amp; the wood so that when I got near to the end of the perspex it wouldn't  flap around with the vibration of the blade.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0Y1IlYDaI/AAAAAAAABGk/qO__UVIy1RQ/s1600-h/dscn9366.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0Y1IlYDaI/AAAAAAAABGk/qO__UVIy1RQ/s400/dscn9366.jpg" alt="" id="BLOGGER_PHOTO_ID_5290912438346583458" border="0" /&gt;&lt;/a&gt;There's the first end stop... not to bad I think! Its a bit big on the sides but I will file it down later if it is an issue.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0aL9AyWWI/AAAAAAAABGs/1HwP3rvEKHQ/s1600-h/dscn9370.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0aL9AyWWI/AAAAAAAABGs/1HwP3rvEKHQ/s400/dscn9370.jpg" alt="" id="BLOGGER_PHOTO_ID_5290913929888946530" border="0" /&gt;&lt;/a&gt;After idividually sticking on each sticker, drilling the holes, then cutting it off, we decided to get clever... I stuck the remaining 5 end stop stickers on, leaving enough space for the jigsaw to cut inbetween, then drilled all the holes at once.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW0btEgTb1I/AAAAAAAABG0/63o6vPB8Z1k/s1600-h/dscn9372.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW0btEgTb1I/AAAAAAAABG0/63o6vPB8Z1k/s400/dscn9372.jpg" alt="" id="BLOGGER_PHOTO_ID_5290915598347497298" border="0" /&gt;&lt;/a&gt;My Dad drew some alignment markings &amp;amp; screwed the jigsaw in place &amp;amp; flipped it over so that just the blade was exposed to us. Our jigsaw had a trigger with a switch to have the jigsaw permanently on...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW0c9IqHDhI/AAAAAAAABG8/d_hxVAfbtFU/s1600-h/dscn9380.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SW0c9IqHDhI/AAAAAAAABG8/d_hxVAfbtFU/s400/dscn9380.jpg" alt="" id="BLOGGER_PHOTO_ID_5290916973851905554" border="0" /&gt;&lt;/a&gt;This slowed us to cut much faster &amp;amp; do the curves of the bearing arms. I'm not sure how actuate these semi circles need to be... some of our bearing arms have triangular corners. I'm quite happy with this jigsaw cutting method. No more vibrations going through my arms!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0e60NGWhI/AAAAAAAABHE/fcu00z23uQY/s1600-h/dscn9382.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SW0e60NGWhI/AAAAAAAABHE/fcu00z23uQY/s400/dscn9382.jpg" alt="" id="BLOGGER_PHOTO_ID_5290919133025032722" border="0" /&gt;&lt;/a&gt;It took about 3hrs to get the 10 end stops done &amp;amp; 7 bearing arms done (the 8th sticker became unusable) I have stuck the rest of the bearing arms on the perspex &amp;amp; will do them tomorrow. Then the PTFE bearings, Then the 4 stages... :) Hopefully that will all get done tomorrow..&lt;br /&gt;&lt;br /&gt;The aluminum is on order &amp;amp; should also hopefully arrive tomorrow as well as the springs &amp;amp; the skateboard ABEC3 bearings.&lt;br /&gt;&lt;br /&gt;I really hope to have the mechanics of this McWire cartesian robot done by the weekend so i can work on the electronics side... more etching...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-2268690193282367277?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/2268690193282367277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=2268690193282367277' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/2268690193282367277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/2268690193282367277'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/mcwire-perspex-parts-part-2.html' title='McWire - Perspex parts: Part 2'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SW0ReOJgaHI/AAAAAAAABF8/w5ptBaEz50s/s72-c/dscn9359.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-3126751934819558589</id><published>2009-01-13T10:57:00.028+02:00</published><updated>2009-03-30T01:23:36.221+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PCB etching'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>FAILED: Toner trasfer 2nd try</title><content type='html'>I am so close to getting this right now... but not quite yet.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxYOj7vE8I/AAAAAAAABDM/8H8yS37LabQ/s1600-h/dscn9288.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxYOj7vE8I/AAAAAAAABDM/8H8yS37LabQ/s400/dscn9288.jpg" alt="" id="BLOGGER_PHOTO_ID_5290700669440693186" border="0" /&gt;&lt;/a&gt;Clean a piece of copper board with thinners &amp;amp; some mutton cloth or a rag.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxYw3HCVpI/AAAAAAAABDU/bxiGzmZKWWs/s1600-h/dscn9289.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxYw3HCVpI/AAAAAAAABDU/bxiGzmZKWWs/s400/dscn9289.jpg" alt="" id="BLOGGER_PHOTO_ID_5290701258703918738" border="0" /&gt;&lt;/a&gt;Use scotch bright bad to clean the copper to a shine. The scotch bright pad is very abrasive &amp;amp; leaves a thin layer of copper partials all over the board. You wont be able to see them but wiping the board down again with some cloth will show... I know this because i tried *this* method of toner transfer &amp;amp; the transfer was patchy... I rinsed the board in water, then wiped it down again.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxaBVEibbI/AAAAAAAABDc/TaG149fSq70/s1600-h/dscn9296.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxaBVEibbI/AAAAAAAABDc/TaG149fSq70/s400/dscn9296.jpg" alt="" id="BLOGGER_PHOTO_ID_5290702641136037298" border="0" /&gt;&lt;/a&gt;Turn you iron onto the hottest setting. It's probably better to use a NON-STEAM IRON, but mine was a steam iron, so I had to drain out all the water first.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxbG3vIr7I/AAAAAAAABDk/3XtUMshacK0/s1600-h/dscn9299.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxbG3vIr7I/AAAAAAAABDk/3XtUMshacK0/s400/dscn9299.jpg" alt="" id="BLOGGER_PHOTO_ID_5290703835852484530" border="0" /&gt;&lt;/a&gt;Print the positive mirror of the board you want. Use the highest print settings. I used standard copy paper &amp;amp; a laser printer.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxc1J5_mYI/AAAAAAAABDs/_OFlmIFaeLs/s1600-h/dscn9300.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxc1J5_mYI/AAAAAAAABDs/_OFlmIFaeLs/s400/dscn9300.jpg" alt="" id="BLOGGER_PHOTO_ID_5290705730515474818" border="0" /&gt;&lt;/a&gt;Use masking tape to tape on end of the print out to the board, then stretch the other end &amp;amp; tape it. Tape everything so that it is tight. this ensures that there will be no air bubbles in the paper when you iron it.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxdrJicdeI/AAAAAAAABD0/XXzFyN71qVI/s1600-h/dscn9303.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxdrJicdeI/AAAAAAAABD0/XXzFyN71qVI/s400/dscn9303.jpg" alt="" id="BLOGGER_PHOTO_ID_5290706658129638882" border="0" /&gt;&lt;/a&gt;Center the iron over the board, &amp;amp; leave it there for 2 minutes.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxeSrlU5gI/AAAAAAAABD8/61nRBxsdaR4/s1600-h/dscn9305.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxeSrlU5gI/AAAAAAAABD8/61nRBxsdaR4/s400/dscn9305.jpg" alt="" id="BLOGGER_PHOTO_ID_5290707337283429890" border="0" /&gt;&lt;/a&gt;Use your 2 minutes to fill up the kettle &amp;amp; boil the water.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxe-N0ht2I/AAAAAAAABEE/ZOllW4BNTsA/s1600-h/dscn9309.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxe-N0ht2I/AAAAAAAABEE/ZOllW4BNTsA/s400/dscn9309.jpg" alt="" id="BLOGGER_PHOTO_ID_5290708085208364898" border="0" /&gt;&lt;/a&gt;Iron the board in every direction putting pressure. You can stop ironing once you hear the kettle has boiled.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxfurGYCuI/AAAAAAAABEM/RtaGkgeXTjI/s1600-h/dscn9310.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxfurGYCuI/AAAAAAAABEM/RtaGkgeXTjI/s400/dscn9310.jpg" alt="" id="BLOGGER_PHOTO_ID_5290708917701577442" border="0" /&gt;&lt;/a&gt;So after a total of 5 minutes of ironing my board looked like this. I left it to cool for a bit while I...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxgcXVPjHI/AAAAAAAABEU/CSo5B5cOcoA/s1600-h/dscn9311.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxgcXVPjHI/AAAAAAAABEU/CSo5B5cOcoA/s400/dscn9311.jpg" alt="" id="BLOGGER_PHOTO_ID_5290709702669208690" border="0" /&gt;&lt;/a&gt;Plugged up the kitchen sink &amp;amp; emptied the kettle into the sink.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxhVcJPLzI/AAAAAAAABEc/eXDtUlPPnLs/s1600-h/dscn9318.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxhVcJPLzI/AAAAAAAABEc/eXDtUlPPnLs/s400/dscn9318.jpg" alt="" id="BLOGGER_PHOTO_ID_5290710683213573938" border="0" /&gt;&lt;/a&gt;Let is sit in the boiling water for about 13 minutes, you should be able to see the tracks through the paper.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxjXz6eTGI/AAAAAAAABEk/izVcaofjdrc/s1600-h/dscn9319.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxjXz6eTGI/AAAAAAAABEk/izVcaofjdrc/s400/dscn9319.jpg" alt="" id="BLOGGER_PHOTO_ID_5290712922977094754" border="0" /&gt;&lt;/a&gt;Rub the paper with your finger. the paper should easily dissolve &amp;amp; come off.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Don't rub in the same spot for too long. The toner tracks will break.&lt;/li&gt;&lt;li&gt;Don't rub too hard. The toner tracks will break.&lt;/li&gt;&lt;li&gt;Don't rub too fast. The toner tracks will break.&lt;/li&gt;&lt;li&gt;Once there as some paper balls, shake them off so that the don't roll over the board again. If you don't, the toner tracks will break.&lt;/li&gt;&lt;/ol&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxkpwHAdGI/AAAAAAAABEs/__CK8tHUO98/s1600-h/dscn9320.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxkpwHAdGI/AAAAAAAABEs/__CK8tHUO98/s400/dscn9320.jpg" alt="" id="BLOGGER_PHOTO_ID_5290714330705196130" border="0" /&gt;&lt;/a&gt;Here you can see the paper balls forming.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxlO8p_8KI/AAAAAAAABE0/1uuSbAWCJxs/s1600-h/dscn9323.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWxlO8p_8KI/AAAAAAAABE0/1uuSbAWCJxs/s400/dscn9323.jpg" alt="" id="BLOGGER_PHOTO_ID_5290714969728348322" border="0" /&gt;&lt;/a&gt;After all the paper is off, this is what the board looks like. Some of the tracks were damaged, so...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxmOad3RAI/AAAAAAAABE8/Sw_vhyMV53A/s1600-h/dscn9328.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxmOad3RAI/AAAAAAAABE8/Sw_vhyMV53A/s400/dscn9328.jpg" alt="" id="BLOGGER_PHOTO_ID_5290716060062270466" border="0" /&gt;&lt;/a&gt;I tried my best to touch them up with a permanent marker, but the tip was to fat!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxm23qVUFI/AAAAAAAABFE/Fy3Un4aoCas/s1600-h/dscn9330.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxm23qVUFI/AAAAAAAABFE/Fy3Un4aoCas/s400/dscn9330.jpg" alt="" id="BLOGGER_PHOTO_ID_5290716755093966930" border="0" /&gt;&lt;/a&gt;pore half a bottle of ferric chloride in a paint tray.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxnqv4d3DI/AAAAAAAABFM/NpabVGSkhBM/s1600-h/dscn9331.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxnqv4d3DI/AAAAAAAABFM/NpabVGSkhBM/s400/dscn9331.jpg" alt="" id="BLOGGER_PHOTO_ID_5290717646358961202" border="0" /&gt;&lt;/a&gt;Submerge the board in ferric chloride. This photo angle shows there was still some paper residue on the board!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxo0Jcn1NI/AAAAAAAABFU/6vDf8fk8H3k/s1600-h/dscn9336.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxo0Jcn1NI/AAAAAAAABFU/6vDf8fk8H3k/s400/dscn9336.jpg" alt="" id="BLOGGER_PHOTO_ID_5290718907351946450" border="0" /&gt;&lt;/a&gt;I wish i had a shake table! The fumes were so strong! I sat there for 45 minutes shacking the paint tray to agitate the solution in the hope that the reaction would go faster. I Did this for 25 minutes which was not enough. so then I checked on a 5 minutes interval.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxqEqVayxI/AAAAAAAABFc/Beyzx76qOwA/s1600-h/dscn9340.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWxqEqVayxI/AAAAAAAABFc/Beyzx76qOwA/s400/dscn9340.jpg" alt="" id="BLOGGER_PHOTO_ID_5290720290569636626" border="0" /&gt;&lt;/a&gt;Put on a glove &amp;amp; rinse the board in a separate paint tray containing tap water.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxrDl9pl4I/AAAAAAAABFk/FplxE0qkLd0/s1600-h/dscn9345.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWxrDl9pl4I/AAAAAAAABFk/FplxE0qkLd0/s400/dscn9345.jpg" alt="" id="BLOGGER_PHOTO_ID_5290721371727959938" border="0" /&gt;&lt;/a&gt;Once my board looked like this I decided it was done etching. In some places it was over exposed &amp;amp; the copper tracks were eaten away. Dry the board with a paper towel.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxr9hg7ckI/AAAAAAAABFs/uDzaoXaTNC0/s1600-h/dscn9347.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxr9hg7ckI/AAAAAAAABFs/uDzaoXaTNC0/s400/dscn9347.jpg" alt="" id="BLOGGER_PHOTO_ID_5290722366966166082" border="0" /&gt;&lt;/a&gt;Pour the ferric chloride back in the container. The solution becomes weaker but that's ok. When this solution begins to take too long to do reactions I will try the pool acid &amp;amp; hydrogen peroxide! At least that is clear. (so you can see the reaction happening)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxs2KWBjCI/AAAAAAAABF0/JlEZefH_yh8/s1600-h/dscn9354.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxs2KWBjCI/AAAAAAAABF0/JlEZefH_yh8/s400/dscn9354.jpg" alt="" id="BLOGGER_PHOTO_ID_5290723339998956578" border="0" /&gt;&lt;/a&gt;Take some thinners &amp;amp; a cloth &amp;amp; wipe off the toner, leaving the developed PCB. As you can see from this picture there are broken tracks everywhere. The next day, the board looked like it was oxidizing again. I should probably mention it has been raining a lot lately &amp;amp; there is a lot of moisture in the air.&lt;br /&gt;&lt;br /&gt;So if anyone has read this &amp;amp; has a working method for toner transfer PCB etching &amp;amp; wants to save me some trouble, please let me know! Photos of each step would be really nice, but at this point I would settle for very explicit, clear &amp;amp; unambiguous instructions.&lt;br /&gt;&lt;br /&gt;And Yes, I am aware that the exposure time for the board in the acid depends on:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;the size of the board&lt;/li&gt;&lt;li&gt;the amount of exposed copper that needs to react&lt;br /&gt;&lt;/li&gt;&lt;li&gt;the strength of the acid&lt;/li&gt;&lt;li&gt;the temperature of the acid - (there is no ways I will heat up any acid! That's where i draw the line)&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;This is painful!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-3126751934819558589?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/3126751934819558589/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=3126751934819558589' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3126751934819558589'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3126751934819558589'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/failed-toner-trasfer-2nd-try.html' title='FAILED: Toner trasfer 2nd try'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SWxYOj7vE8I/AAAAAAAABDM/8H8yS37LabQ/s72-c/dscn9288.jpg' height='72' width='72'/><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-1620027692993992972</id><published>2009-01-13T01:56:00.006+02:00</published><updated>2009-03-30T01:23:44.895+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='RepStrap'/><title type='text'>My McWire cartesian robot: Part 1</title><content type='html'>I will be following the instructions on this link &lt;a href="http://www.reprap.org/bin/view/Main/McWire_Cartesian_Bot_1_2"&gt;http://www.reprap.org/bin/view/Main/McWire_Cartesian_Bot_1_2&lt;/a&gt; to build the McWire cartesian robot for my RepStrap machine.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWvZ74njUNI/AAAAAAAABC8/9X5Bu5jAhU8/s1600-h/dscn9283.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SWvZ74njUNI/AAAAAAAABC8/9X5Bu5jAhU8/s400/dscn9283.jpg" alt="" id="BLOGGER_PHOTO_ID_5290561810110566610" border="0" /&gt;&lt;/a&gt;Here are my plumbing parts. The aluminum is next, if we could just get proper specs of the stuff. &lt;a href="http://parts.reprap.org/part/misc/3%2F4%22+x+3%2F4%22+Aluminum+Channel"&gt;The U rail to be specific.&lt;/a&gt; All the site says is 3/4" x 3/4"... the link in the &lt;a href="http://parts.reprap.org/part/module/McWire+Cartesian+Bot+v1.2"&gt;reprap parts lister&lt;/a&gt; is old &amp;amp; that product is no longer stocked by the supplier.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWva1tVpPgI/AAAAAAAABDE/FRZ3tRWBnCI/s1600-h/dscn9285.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWva1tVpPgI/AAAAAAAABDE/FRZ3tRWBnCI/s400/dscn9285.jpg" alt="" id="BLOGGER_PHOTO_ID_5290562803515080194" border="0" /&gt;&lt;/a&gt;&amp;amp; here it is, rather easy to assemble. I wish they would list the measurements in metric &amp;amp; not just in the imperial system, that would make life easier as well.&lt;br /&gt;After all, the goal of reprap is to make it easy for anyone anywhere in the world to assemble!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-1620027692993992972?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/1620027692993992972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=1620027692993992972' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1620027692993992972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1620027692993992972'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/my-mcwire-cartesian-robot-part-1.html' title='My McWire cartesian robot: Part 1'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SWvZ74njUNI/AAAAAAAABC8/9X5Bu5jAhU8/s72-c/dscn9283.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-3739369861022966144</id><published>2009-01-13T01:17:00.006+02:00</published><updated>2009-01-13T01:54:54.405+02:00</updated><title type='text'>Get a room!</title><content type='html'>Up till now, these have been my working conditions.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvQlvMZCtI/AAAAAAAABCc/77nG13Xq5dU/s1600-h/dscn9261.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvQlvMZCtI/AAAAAAAABCc/77nG13Xq5dU/s400/dscn9261.jpg" alt="" id="BLOGGER_PHOTO_ID_5290551534018955986" border="0" /&gt;&lt;/a&gt;One paint tray for ferric chloride, one to rinse afterwards. Not ideal... In the top left corner, there are mattress, Then there is a cadac gas braai &amp;amp; scottle. My UV box, (yes I tried photo resist before toner transfer PCB etching) a suitcase, hydrogen peroxide &amp;amp; some more braai stuff. You can see where frerric chloride has spilled on the floor!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvTqIoz3EI/AAAAAAAABCk/hxHIqspGAbE/s1600-h/dscn9269.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvTqIoz3EI/AAAAAAAABCk/hxHIqspGAbE/s400/dscn9269.jpg" alt="" id="BLOGGER_PHOTO_ID_5290554908103400514" border="0" /&gt;&lt;/a&gt;I went with my Dad to his hardware so we could pick up some stuff for the workshop. I got a big desk, about 165cm in length, and a cabinet that is on the roof. It was back breaking work loading &amp;amp; unloading this stuff!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWvVdb6YhEI/AAAAAAAABCs/yykUqpjVeZk/s1600-h/dscn9280.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWvVdb6YhEI/AAAAAAAABCs/yykUqpjVeZk/s400/dscn9280.jpg" alt="" id="BLOGGER_PHOTO_ID_5290556888962335810" border="0" /&gt;&lt;/a&gt;I took every thing out the room. Sweeped the flore to get all the dust out, then deceded to spray the whole room down with a hose to get rid of cobwebs &amp;amp; all the other sand...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvW9i1yG7I/AAAAAAAABC0/HxjaGknxx1o/s1600-h/dscn9282.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvW9i1yG7I/AAAAAAAABC0/HxjaGknxx1o/s400/dscn9282.jpg" alt="" id="BLOGGER_PHOTO_ID_5290558540089531314" border="0" /&gt;&lt;/a&gt;Here is the result of a lot of hard work &amp;amp; sweat! I have my own space to "play" with for this project.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-3739369861022966144?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/3739369861022966144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=3739369861022966144' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3739369861022966144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3739369861022966144'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/get-room.html' title='Get a room!'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvQlvMZCtI/AAAAAAAABCc/77nG13Xq5dU/s72-c/dscn9261.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7117423303185876556</id><published>2009-01-13T00:11:00.010+02:00</published><updated>2009-03-30T01:23:55.937+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PCB etching'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>FAILED: toner transfer</title><content type='html'>I found some WEAK instructions on the net on how to do toner transfer. All the instructions are week. I followed them as best I could. When i get my method right I will document it unambiguously &amp;amp; very explicitly!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvBsW5WTII/AAAAAAAABBk/M34N804BgOg/s1600-h/dscn9242.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvBsW5WTII/AAAAAAAABBk/M34N804BgOg/s400/dscn9242.jpg" alt="" id="BLOGGER_PHOTO_ID_5290535155081301122" border="0" /&gt;&lt;/a&gt;so after ferric chloride, I thought this was a complete reaction... The color of the original copper was different to the reacted copper... Since i know no better, I continue with the next step.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvC_wuwbAI/AAAAAAAABBs/xsWN_-Cb1I4/s1600-h/dscn9246.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvC_wuwbAI/AAAAAAAABBs/xsWN_-Cb1I4/s400/dscn9246.jpg" alt="" id="BLOGGER_PHOTO_ID_5290536587945339906" border="0" /&gt;&lt;/a&gt;I cleaned the toner off with thinners, cut a piece of chip board, clamped the PCB to the board so that I wouldn't drill holes through my Mom's kitchen table. Got out my manual hand drill &amp;amp; a pack of 0.7mm HSS drill bits.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvEa1LVthI/AAAAAAAABB0/VHIiRBWQjjA/s1600-h/dscn9248.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvEa1LVthI/AAAAAAAABB0/VHIiRBWQjjA/s400/dscn9248.jpg" alt="" id="BLOGGER_PHOTO_ID_5290538152507061778" border="0" /&gt;&lt;/a&gt;I start the first hole &amp;amp; snap my first bit imediately!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWvFlLo5hWI/AAAAAAAABB8/iVhhttpTzOg/s1600-h/dscn9250.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWvFlLo5hWI/AAAAAAAABB8/iVhhttpTzOg/s400/dscn9250.jpg" alt="" id="BLOGGER_PHOTO_ID_5290539429846943074" border="0" /&gt;&lt;/a&gt;My Dad decided to help me &amp;amp; we got a bit clever! We unscrewed the handle of the manual drill, then took put the power drill's chuck over the manual's handle. We balanced the drill combo on some masking tape &amp;amp; a small box, there was just enough spring to push down on the manual (red) drill to drill a hole, then it would spring back easily when done. This method worked for a while... then the manual drill's gears, which i assume are made from plastic started failing. All this hassle just because I don't have a drill press... yet...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvHk65RefI/AAAAAAAABCE/3GL9EXTWHoc/s1600-h/dscn9252.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvHk65RefI/AAAAAAAABCE/3GL9EXTWHoc/s400/dscn9252.jpg" alt="" id="BLOGGER_PHOTO_ID_5290541624375474674" border="0" /&gt;&lt;/a&gt;So I think I'm done drilling... I find out later that i missed about 5 holes. It took 1hr25 to drill all the holes of a Arduino Serial.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family:verdana;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;HUGE DISAPPOINTMENT!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvI4WguH_I/AAAAAAAABCM/41Vdb3HpHLs/s1600-h/dscn9255.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvI4WguH_I/AAAAAAAABCM/41Vdb3HpHLs/s400/dscn9255.jpg" alt="" id="BLOGGER_PHOTO_ID_5290543057717829618" border="0" /&gt;&lt;/a&gt;After all that trouble, I realize that print out was not 1:1! I'm furious now! In my mind I still think that the board etched properly... The next day the board is black with oxide... So then I realized that I took it out the ferric chloride too soon!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvKq8HR_hI/AAAAAAAABCU/yR9WwRbrA_w/s1600-h/dscn9259.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWvKq8HR_hI/AAAAAAAABCU/yR9WwRbrA_w/s400/dscn9259.jpg" alt="" id="BLOGGER_PHOTO_ID_5290545026316762642" border="0" /&gt;&lt;/a&gt;I decided to just place in as many components as I could... just for some motivation... My holes we not straight... some of the headers would never fit no matter what! The manual drill "walks" a bit when you start drilling. The position you intend the hole to be in is seldom where it ends up.&lt;br /&gt;&lt;br /&gt;Eventually I will either succeed with my own etching or I will go back to trying to figure out how to lay everything out on vero board. Either way, I have ordered an Arduino with my reprap kit order from the RRRF. I just have to wait for my brother to bring it back from the USA.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7117423303185876556?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7117423303185876556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7117423303185876556' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7117423303185876556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7117423303185876556'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/failed-toner-transfer.html' title='FAILED: toner transfer'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/SWvBsW5WTII/AAAAAAAABBk/M34N804BgOg/s72-c/dscn9242.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5952150931873224311</id><published>2009-01-12T23:28:00.006+02:00</published><updated>2009-03-30T01:24:07.896+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><title type='text'>changing tips on a magnum 1002</title><content type='html'>There were no instructions in the box on how to change tips on my magnum 1002 solder iron, looking back I should have google'd around a bit before doing what I did!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWu4APPVxWI/AAAAAAAABA8/d_K_IbAed1M/s1600-h/dscn9225.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWu4APPVxWI/AAAAAAAABA8/d_K_IbAed1M/s400/dscn9225.jpg" alt="" id="BLOGGER_PHOTO_ID_5290524501507163490" border="0" /&gt;&lt;/a&gt;So I unscrewed what I thought was just a heat shield. Nothing happened &amp;amp; the original tip seamed to be firmly held in place still... what i should had done was pulled it a bit harder, it would have come off &amp;amp; then I could have swapped it out with the SMD tip... unfortunately that's not what I did! :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWu51viBB0I/AAAAAAAABBE/LblnpwLBJgw/s1600-h/dscn9226.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWu51viBB0I/AAAAAAAABBE/LblnpwLBJgw/s400/dscn9226.jpg" alt="" id="BLOGGER_PHOTO_ID_5290526520220124994" border="0" /&gt;&lt;/a&gt;I took apart the body of the soldering iron! This is a big mistake... I have made it so no one else needs to make it.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWu8-Nqn56I/AAAAAAAABBM/ez8E0dphtAM/s1600-h/dscn9227.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/SWu8-Nqn56I/AAAAAAAABBM/ez8E0dphtAM/s400/dscn9227.jpg" alt="" id="BLOGGER_PHOTO_ID_5290529964283127714" border="0" /&gt;&lt;/a&gt;Out of interest this is the other side.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWu-Dy2O8QI/AAAAAAAABBU/OhEyLGkzbcA/s1600-h/dscn9228.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SWu-Dy2O8QI/AAAAAAAABBU/OhEyLGkzbcA/s400/dscn9228.jpg" alt="" id="BLOGGER_PHOTO_ID_5290531159674908930" border="0" /&gt;&lt;/a&gt;All this time the original tip was still in, only once the iron was apart did it fall out. I put it back together. there is the SMD tip I bought, which i later found out is a terrible tip to work with :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWu_VOxEPHI/AAAAAAAABBc/e-PMOYGeSe4/s1600-h/dscn9234.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SWu_VOxEPHI/AAAAAAAABBc/e-PMOYGeSe4/s400/dscn9234.jpg" alt="" id="BLOGGER_PHOTO_ID_5290532558738832498" border="0" /&gt;&lt;/a&gt;a glowing tip... I don't think so... there is obviously a BIG problem! Not what I need right now...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5952150931873224311?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5952150931873224311/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5952150931873224311' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5952150931873224311'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5952150931873224311'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2009/01/changing-tips-on-magnum-1002.html' title='changing tips on a magnum 1002'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/SWu4APPVxWI/AAAAAAAABA8/d_K_IbAed1M/s72-c/dscn9225.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5613479468975097056</id><published>2008-12-18T21:05:00.007+02:00</published><updated>2009-03-30T01:28:24.790+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ICSP Programmer'/><title type='text'>the parallel programmer</title><content type='html'>i was trying to follow the instructions &lt;a href="http://arduino.cc/en/Hacking/ParallelProgrammer"&gt;here&lt;/a&gt; as good as i could. but i didn't have a 220 ohm resistor and substituted it for a 220 K ohm resistor, which i would imagine changes the behavior of the parallel programmer drastically? if anyone knows about what i should do please contact me.&lt;br /&gt;&lt;br /&gt;here is the original parallel cable, i removed the cover exposing the wires... just wondering why there are fewer than 25 cables?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUtqc5ju2ZI/AAAAAAAABAc/Ksjq8O4gxcg/s1600-h/dscn9147.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUtqc5ju2ZI/AAAAAAAABAc/Ksjq8O4gxcg/s400/dscn9147.jpg" alt="" id="BLOGGER_PHOTO_ID_5281432032741611922" border="0" /&gt;&lt;/a&gt;next i soldered 2 470 ohm resistors onto pin 1 and 2 as in the guide.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUtruhmfenI/AAAAAAAABAk/RzxkSO4j7k8/s1600-h/dscn9148.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUtruhmfenI/AAAAAAAABAk/RzxkSO4j7k8/s400/dscn9148.jpg" alt="" id="BLOGGER_PHOTO_ID_5281433435060009586" border="0" /&gt;&lt;/a&gt;here is my completed parallel programmer. pin 11 has an incorrect 220 K ohm resistor, I'm told by kg4wsv and  Adilson Akashi (&lt;a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1229603909"&gt;link&lt;/a&gt;) that i should correct this by soldering two 470 ohm resistors in parallel... but it's almost the weekend and i will get a chance to buy a bunch of 220 ohm resistors from my electronics shop :) thanks thou...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUttkUrb2fI/AAAAAAAABAs/NYn-MMZNUmg/s1600-h/dscn9150.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUttkUrb2fI/AAAAAAAABAs/NYn-MMZNUmg/s400/dscn9150.jpg" alt="" id="BLOGGER_PHOTO_ID_5281435458815646194" border="0" /&gt;&lt;/a&gt;next i just cleaned up a bit my placing some plastic sleaves over the exposed wires so that they wouldn't touch&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SUtuje4BkvI/AAAAAAAABA0/H5KaE6udjEU/s1600-h/dscn9151.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SUtuje4BkvI/AAAAAAAABA0/H5KaE6udjEU/s400/dscn9151.jpg" alt="" id="BLOGGER_PHOTO_ID_5281436543884563186" border="0" /&gt;&lt;/a&gt;so this weekend i will get the 220 ohm resistor, replace the 220 K ohm resistor, then us test it, programming the &lt;a href="http://iouzo.blogspot.com/2008/12/arduino-on-veriboard.html"&gt;arduino&lt;/a&gt; i made then using a glue gun to glue everything inplace in the original packaging.&lt;br /&gt;&lt;a href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?action=viewprofile;username=adilson" rel="nofollow"&gt;&lt;b&gt;&lt;/b&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5613479468975097056?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5613479468975097056/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5613479468975097056' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5613479468975097056'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5613479468975097056'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/12/parallel-programmer.html' title='the parallel programmer'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/SUtqc5ju2ZI/AAAAAAAABAc/Ksjq8O4gxcg/s72-c/dscn9147.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5904673708415215493</id><published>2008-12-18T19:02:00.015+02:00</published><updated>2009-03-30T01:28:49.009+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='veriboard'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>Arduino on veriboard</title><content type='html'>i wanted to build the arduino on vero board - striper board - since i was having a hard time getting the printed pcb's. if anyone reading this is form Johannesburg, South Africa, and knows of a place that does pcb's for hobbiests, please let me know, it will save me a lot on trouble and time.&lt;br /&gt;&lt;br /&gt;first i made a design, i had paper with squares, 26 horizontal and 37 vertical, so that would be the maximum size of the board. i did many revisions of the design, just to make sure i had accounted for everything...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqEcf9FgiI/AAAAAAAAA_E/l3RF1vq-lBs/s1600-h/arduino-serial-veroboard-design.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqEcf9FgiI/AAAAAAAAA_E/l3RF1vq-lBs/s400/arduino-serial-veroboard-design.jpg" alt="" id="BLOGGER_PHOTO_ID_5281179138194244130" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;i would place components on the vero board to check there was enough space between components and so that if i needed to drill a hole to separate the track, i would be able to. i found from previous experiments that i needed 1 "hole" as a gap between components that needed the track drilled.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqMW1STRmI/AAAAAAAAA_M/Vlom9L_mXSw/s1600-h/dscn9133.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqMW1STRmI/AAAAAAAAA_M/Vlom9L_mXSw/s400/dscn9133.jpg" alt="" id="BLOGGER_PHOTO_ID_5281187836934178402" border="0" /&gt;&lt;/a&gt;i soldered the socket for the chip, the switch and the crystal in place. the chip socket's first pin is soldered to pin 12x,13y. the swich is soldered onto pin 1. the crystal is soldered between pin 9&amp;amp;10.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqNtQ0MXOI/AAAAAAAAA_U/Ilis6Z5uqBA/s1600-h/dscn9134.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqNtQ0MXOI/AAAAAAAAA_U/Ilis6Z5uqBA/s400/dscn9134.jpg" alt="" id="BLOGGER_PHOTO_ID_5281189321792838882" border="0" /&gt;&lt;/a&gt;here you can see my soldering and drilling... its not that good... (gets worse!)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqO_NL9k1I/AAAAAAAAA_c/jnTGvaiPiAQ/s1600-h/dscn9135.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqO_NL9k1I/AAAAAAAAA_c/jnTGvaiPiAQ/s400/dscn9135.jpg" alt="" id="BLOGGER_PHOTO_ID_5281190729568064338" border="0" /&gt;&lt;/a&gt;then its c1, c2, c3, c8, L1... c1 is soldered on 22x in line with pin 10, c2 on 21x in line with pin 9 , with with one hole between their legs, drilled. c3 between 7 &amp;amp; 8, L1 on 19x with a drilled hold between its legs. same with c8.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqQiPaO3KI/AAAAAAAAA_k/3XVuMW9T4tQ/s1600-h/dscn9136.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqQiPaO3KI/AAAAAAAAA_k/3XVuMW9T4tQ/s400/dscn9136.jpg" alt="" id="BLOGGER_PHOTO_ID_5281192430971837602" border="0" /&gt;&lt;/a&gt;my solder work for these components. knowtice how shocking c1 and c2 are joined... i think this may cause me some serious problems. the soldering iron was too hot... i have a magnum 2002 soldering station, with very little experience. if anyone is reading this and can tell me what the right temperature to solder is... then that would be great and much appreciated!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqSlDHqxbI/AAAAAAAAA_s/_tP9tWfTIkU/s1600-h/dscn9137.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqSlDHqxbI/AAAAAAAAA_s/_tP9tWfTIkU/s400/dscn9137.jpg" alt="" id="BLOGGER_PHOTO_ID_5281194678235612594" border="0" /&gt;&lt;/a&gt;in the top left corner, is a 5 pin header, in place of the serial DB9 sub connector... looking back i should have just soldered the serial connector on, breaking off the 4 unused pins... however, my top line of my board is the ground (bottom is +5V) so i know in my mind that pin 5 of the serial port is connected to the ground. this saves me some space in case i need the pin holes. so my serial connector goes like this from top to bottom, {5,1,2,3,4}&lt;br /&gt;port c is from pin 23 to 28, nothing special there... the pin 1 is connected to the ICSP pin 5... &amp;amp; yes, my ICSP ordering is different as well...&lt;br /&gt;c6 and c2 are joined by a wire bridge.&lt;br /&gt;c1/2 is connected to pin 6 of my ICSP via a wire bridge...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqV7onHgjI/AAAAAAAAA_8/l9v5Sik7V6U/s1600-h/dscn9139.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqV7onHgjI/AAAAAAAAA_8/l9v5Sik7V6U/s400/dscn9139.jpg" alt="" id="BLOGGER_PHOTO_ID_5281198364791636530" border="0" /&gt;&lt;/a&gt;ok so i lost connection with my camera... my parents wanted to borrow it, so i went ahead and did the rest of the board with out taking photos. :( i will try redo the design as i have the board here, labling everything, giving step by step instruction, at work tomorrow, then make another post for that... im really not even sure the board will actually work... take a look below!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqW-LaZvGI/AAAAAAAABAE/ITLe_xgmWqA/s1600-h/dscn9141.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqW-LaZvGI/AAAAAAAABAE/ITLe_xgmWqA/s400/dscn9141.jpg" alt="" id="BLOGGER_PHOTO_ID_5281199508004912226" border="0" /&gt;&lt;/a&gt;i soldered c5 and c8's negative to positive over the voltage regulator, when i connected it to the power source (without the ATmege8) the power LED light up for a while... the c8 blew up, scaring the cr@p out of me...! you can see the insides of c8 all over my pcb! lovely!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqYzty7-2I/AAAAAAAABAM/sDyMk1tr35A/s1600-h/dscn9146.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/SUqYzty7-2I/AAAAAAAABAM/sDyMk1tr35A/s400/dscn9146.jpg" alt="" id="BLOGGER_PHOTO_ID_5281201527279319906" border="0" /&gt;&lt;/a&gt;so this is what not to do! the shield part of the cap shot up like a bullet! i replaced c8 the right way this time... and...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SUqaoj1d5KI/AAAAAAAABAU/3JB22ZuwWlA/s1600-h/dscn9144.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SUqaoj1d5KI/AAAAAAAABAU/3JB22ZuwWlA/s400/dscn9144.jpg" alt="" id="BLOGGER_PHOTO_ID_5281203534650270882" border="0" /&gt;&lt;/a&gt;we see the power LED light up. i left it like this for 5 minutes, just to be sure that nothing else would blow up... i really hope i have built everything properly...&lt;br /&gt;&lt;br /&gt;now i need to get a boot loader onto the ATmega8!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5904673708415215493?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5904673708415215493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5904673708415215493' title='18 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5904673708415215493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5904673708415215493'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/12/arduino-on-veriboard.html' title='Arduino on veriboard'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/SUqEcf9FgiI/AAAAAAAAA_E/l3RF1vq-lBs/s72-c/arduino-serial-veroboard-design.jpg' height='72' width='72'/><thr:total>18</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-5031169958227685101</id><published>2008-12-03T23:11:00.004+02:00</published><updated>2009-03-30T01:28:59.180+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='breadboard'/><category scheme='http://www.blogger.com/atom/ns#' term='Arduino'/><title type='text'>my first arduino</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/STb4A4gDkfI/AAAAAAAAA-8/OlWO36sUJ5s/s1600-h/dimitri%2Barduino.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/STb4A4gDkfI/AAAAAAAAA-8/OlWO36sUJ5s/s400/dimitri%2Barduino.jpg" alt="" id="BLOGGER_PHOTO_ID_5275676707561640434" border="0" /&gt;&lt;/a&gt;it took me just over 2.5hrs to build, kind of following these &lt;a href="http://itp.nyu.edu/physcomp/Tutorials/ArduinoBreadboard"&gt;instructions&lt;/a&gt;. i dont have any means of creating the usb interface yet &amp;amp; am looking for a way to do that now!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/STb3De9BJmI/AAAAAAAAA-0/0TkcabYBA8M/s1600-h/dscn9130sml.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/STb3De9BJmI/AAAAAAAAA-0/0TkcabYBA8M/s400/dscn9130sml.jpg" alt="" id="BLOGGER_PHOTO_ID_5275675652731774562" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-5031169958227685101?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/5031169958227685101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=5031169958227685101' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5031169958227685101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/5031169958227685101'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/12/my-first-arduino.html' title='my first arduino'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/STb4A4gDkfI/AAAAAAAAA-8/OlWO36sUJ5s/s72-c/dimitri%2Barduino.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-3350100869592334588</id><published>2008-10-27T10:02:00.005+02:00</published><updated>2009-03-30T01:29:11.616+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gentoo'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Gentoo on the U100</title><content type='html'>I finally got gentoo to install on the MSI Wind U100.&lt;br /&gt;&lt;br /&gt;First i tried the minimal install cd (usb stick) which worked great, but then when it came to fetching the stage3 tar ball &amp;amp; portage snapshots... &amp;amp; kernel... it couldnt because it had not networking drivers... (both wired &amp;amp; wireless were not working )&lt;br /&gt;&lt;br /&gt;so i downloaded the livecd install &amp;amp; made a bootable usb of it. it booted, but after it set the clock, it would come with a message... something about the delta...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SQV4yYi7byI/AAAAAAAAA-M/mOjlWEAuKy0/s1600-h/U100_time_error.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 231px;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SQV4yYi7byI/AAAAAAAAA-M/mOjlWEAuKy0/s400/U100_time_error.jpg" alt="" id="BLOGGER_PHOTO_ID_5261744546630037282" border="0" /&gt;&lt;/a&gt;Clocksource tsc unstable (delta = -338627902 ns)&lt;br /&gt;&lt;br /&gt;if wait about 5 minutes it continues to boot the livecd...&lt;br /&gt;&lt;br /&gt;gdm fails to start up becasue of a the video driver...&lt;br /&gt;&lt;br /&gt;just do nano /etc/X11/xorg.conf and change the driver to vesa, then killall gdm, then gdm and you should have the gui XFCE.&lt;br /&gt;&lt;br /&gt;i clicked on GUI installer, made my partitions...&lt;br /&gt;100M ext2 /boot&lt;br /&gt;10G ext3 /&lt;br /&gt;44G ext3 /home&lt;br /&gt;1.5G swap&lt;br /&gt;&lt;br /&gt;continued with the instillation... which failed near to where  the end of the install should be...&lt;br /&gt;grub could not list all the kernels in /boot... here is the bug...&lt;br /&gt;&lt;a href="http://bugs.gentoo.org/show_bug.cgi?id=230998"&gt;http://bugs.gentoo.org/show_bug.cgi?id=230998&lt;/a&gt;&lt;br /&gt;after reading that, i mounted / and /boot, copied the "gentoo" kernel that was on the livecd to boot, then manually installed grub &amp;amp; wrote a grub.conf.&lt;br /&gt;&lt;br /&gt;then i added myself as a normal user... useradd...&lt;br /&gt;unmounted everything... &amp;amp; here is the result&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-fc1351d3b8117d68" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v1.nonxt2.googlevideo.com/videoplayback?id%3Dfc1351d3b8117d68%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D276628FB3EB3A52E25FEFA3CB463CB85FDDC139A.64832B3305D4D345A61C3765779D0327AA1C75EF%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dfc1351d3b8117d68%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dcrh18knknPRHUBoo85CloFMSaXY&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v1.nonxt2.googlevideo.com/videoplayback?id%3Dfc1351d3b8117d68%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D276628FB3EB3A52E25FEFA3CB463CB85FDDC139A.64832B3305D4D345A61C3765779D0327AA1C75EF%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dfc1351d3b8117d68%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dcrh18knknPRHUBoo85CloFMSaXY&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;gentoo boots on natively on the MSI Wind U100!&lt;br /&gt;&lt;br /&gt;My next step would be to:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;get the installer to install more packaged&lt;/li&gt;&lt;li&gt;get the networking sorted out... im guessing it will be easier to get the wired interface to work...&lt;/li&gt;&lt;/ol&gt;i just cant believe that there was not default wired driver in that livecd kernel...&lt;br /&gt;the drivers are all here... &lt;a href="http://global.msi.com.tw/index.php?func=downloaddetail&amp;amp;type=driver&amp;amp;maincat_no=135&amp;amp;prod_no=1474"&gt;http://global.msi.com.tw/index.php?func=downloaddetail&amp;amp;type=driver&amp;amp;maincat_no=135&amp;amp;prod_no=1474&lt;/a&gt; im just going to have to fiddle with it when i get more time.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-3350100869592334588?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=fc1351d3b8117d68&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/3350100869592334588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=3350100869592334588' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3350100869592334588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3350100869592334588'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/10/gentoo-on-u100.html' title='Gentoo on the U100'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SQV4yYi7byI/AAAAAAAAA-M/mOjlWEAuKy0/s72-c/U100_time_error.jpg' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-3526432017229602093</id><published>2008-10-09T19:58:00.008+02:00</published><updated>2009-03-30T01:29:24.077+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Gentoo'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>MSI Wind U100 - Gentoo LiveUSB boot</title><content type='html'>I recieved my MSI Wind U100 on Wednesday the 8th of October &amp;amp; was smiling the whole way home...&lt;br /&gt;&lt;br /&gt;I wanted the Linux version, but it came with less impressive hardware, so i went for the Windows XP Home version for the sole purpose of the extra 512MB ram, better web cam &amp;amp; Blue Tooth.&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/SO5HVj39lCI/AAAAAAAAA9o/fRCFc_ro7iw/s1600-h/MSIWindU100.jpeg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/SO5HVj39lCI/AAAAAAAAA9o/fRCFc_ro7iw/s320/MSIWindU100.jpeg" alt="" id="BLOGGER_PHOTO_ID_5255216250920735778" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Here you can see it next to my HP DV9607US currently running Kubuntu 8.04 64bit - also due for gentoo in the December holidays.&lt;br /&gt;&lt;br /&gt;The keyboard takes a bit of getting used to. I'm used to a full size keyboard. &amp;amp; a 17" screen :)&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-8ef952edcfe78aac" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v13.nonxt7.googlevideo.com/videoplayback?id%3D8ef952edcfe78aac%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D20E07B4EAD18D47BCA3266E5D57BF4DBA2DE2257.5BC8D9F2CE259EC171CD6B067B8A1CD4308752%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D8ef952edcfe78aac%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dg2kWeWwG_V5FNwh3-_e98NSAzFk&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v13.nonxt7.googlevideo.com/videoplayback?id%3D8ef952edcfe78aac%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D20E07B4EAD18D47BCA3266E5D57BF4DBA2DE2257.5BC8D9F2CE259EC171CD6B067B8A1CD4308752%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D8ef952edcfe78aac%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dg2kWeWwG_V5FNwh3-_e98NSAzFk&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Video shows XP running. Here is what i changed:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Uninstalled MS Office 2007 (it was a trial version i think?)&lt;/li&gt;&lt;li&gt;Installed OpenOffice&lt;/li&gt;&lt;li&gt;Removed Norton&lt;/li&gt;&lt;li&gt;Installed Avast (Home Free version) - WinClamAV would have been just as good&lt;/li&gt;&lt;/ol&gt;Then i de-flowered the "Designed for Windows XP Home" Badge :D&lt;br /&gt;&lt;br /&gt;Rebooted with the gentoo 2008.0 LiveUSB ( &lt;a href="http://www.gentoo.org/doc/en/liveusb.xml"&gt;http://www.gentoo.org/doc/en/liveusb.xml&lt;/a&gt; ) - Press F11 repeatedly at boot time to choose the boot menu, then select the USB key. It would also probably have worked with a SD card or something similar. I used the minimal iso. Its 80MB.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-3526432017229602093?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=8ef952edcfe78aac&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/3526432017229602093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=3526432017229602093' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3526432017229602093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/3526432017229602093'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/10/msi-wind-u100-gentoo-liveusb-boot.html' title='MSI Wind U100 - Gentoo LiveUSB boot'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/SO5HVj39lCI/AAAAAAAAA9o/fRCFc_ro7iw/s72-c/MSIWindU100.jpeg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-4017911824888391839</id><published>2008-02-16T17:34:00.003+02:00</published><updated>2009-03-30T01:29:35.561+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Philadelphia - (Philly)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cEJcNFUpI/AAAAAAAAAls/aliTmiSxDJ4/s1600-h/dscn9621.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cEJcNFUpI/AAAAAAAAAls/aliTmiSxDJ4/s320/dscn9621.jpg" alt="" id="BLOGGER_PHOTO_ID_5167603657667334802" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cFDcNFUqI/AAAAAAAAAl0/xuGwXT67D6E/s1600-h/dscn9624.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cFDcNFUqI/AAAAAAAAAl0/xuGwXT67D6E/s320/dscn9624.jpg" alt="" id="BLOGGER_PHOTO_ID_5167604654099747490" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cGmcNFUrI/AAAAAAAAAl8/c7D7ppVBQEo/s1600-h/dscn9625.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cGmcNFUrI/AAAAAAAAAl8/c7D7ppVBQEo/s320/dscn9625.jpg" alt="" id="BLOGGER_PHOTO_ID_5167606354906796722" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cLOsNFUsI/AAAAAAAAAmE/9auyS6V75gY/s1600-h/dscn9628.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cLOsNFUsI/AAAAAAAAAmE/9auyS6V75gY/s320/dscn9628.jpg" alt="" id="BLOGGER_PHOTO_ID_5167611444443042498" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cMxMNFUtI/AAAAAAAAAmM/6hzWxEJmXck/s1600-h/dscn9631.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cMxMNFUtI/AAAAAAAAAmM/6hzWxEJmXck/s320/dscn9631.jpg" alt="" id="BLOGGER_PHOTO_ID_5167613136660157138" border="0" /&gt;&lt;/a&gt;big buildings...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cPbsNFUvI/AAAAAAAAAmc/aM1JmqcWkbY/s1600-h/dscn9638.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cPbsNFUvI/AAAAAAAAAmc/aM1JmqcWkbY/s320/dscn9638.jpg" alt="" id="BLOGGER_PHOTO_ID_5167616065827853042" border="0" /&gt;&lt;/a&gt;u see what i mean?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cQuMNFUwI/AAAAAAAAAmk/dHRC9fY6tRA/s1600-h/dscn9645.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cQuMNFUwI/AAAAAAAAAmk/dHRC9fY6tRA/s320/dscn9645.jpg" alt="" id="BLOGGER_PHOTO_ID_5167617483167060738" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cRtsNFUxI/AAAAAAAAAms/Mh6Ou9x7Wqg/s1600-h/dscn9648.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cRtsNFUxI/AAAAAAAAAms/Mh6Ou9x7Wqg/s320/dscn9648.jpg" alt="" id="BLOGGER_PHOTO_ID_5167618574088753938" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cSwMNFUyI/AAAAAAAAAm0/lbwc4lE-bAo/s1600-h/dscn9655.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cSwMNFUyI/AAAAAAAAAm0/lbwc4lE-bAo/s320/dscn9655.jpg" alt="" id="BLOGGER_PHOTO_ID_5167619716550054690" border="0" /&gt;&lt;/a&gt;check the flag!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cUMsNFUzI/AAAAAAAAAm8/R92KCv8I0ow/s1600-h/dscn9663.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cUMsNFUzI/AAAAAAAAAm8/R92KCv8I0ow/s320/dscn9663.jpg" alt="" id="BLOGGER_PHOTO_ID_5167621305687954226" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cVhsNFU0I/AAAAAAAAAnE/PAhRyNo4_0Y/s1600-h/dscn9671.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cVhsNFU0I/AAAAAAAAAnE/PAhRyNo4_0Y/s320/dscn9671.jpg" alt="" id="BLOGGER_PHOTO_ID_5167622765976834882" border="0" /&gt;&lt;/a&gt;spin round &amp;amp; what do i see?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cX-sNFU1I/AAAAAAAAAnM/TA3uSzUNSJE/s1600-h/dscn9672.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cX-sNFU1I/AAAAAAAAAnM/TA3uSzUNSJE/s320/dscn9672.jpg" alt="" id="BLOGGER_PHOTO_ID_5167625463216296786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cZN8NFU2I/AAAAAAAAAnU/aNuGrD7wizM/s1600-h/dscn9683.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cZN8NFU2I/AAAAAAAAAnU/aNuGrD7wizM/s320/dscn9683.jpg" alt="" id="BLOGGER_PHOTO_ID_5167626824720929634" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7caLsNFU3I/AAAAAAAAAnc/U3lCdYyzgmc/s1600-h/dscn9687.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7caLsNFU3I/AAAAAAAAAnc/U3lCdYyzgmc/s320/dscn9687.jpg" alt="" id="BLOGGER_PHOTO_ID_5167627885577851762" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cbJ8NFU4I/AAAAAAAAAnk/Ek36l7dFNpU/s1600-h/dscn9689.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cbJ8NFU4I/AAAAAAAAAnk/Ek36l7dFNpU/s320/dscn9689.jpg" alt="" id="BLOGGER_PHOTO_ID_5167628955024708482" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7ccI8NFU5I/AAAAAAAAAns/qFEP9ogS32Y/s1600-h/dscn9691.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7ccI8NFU5I/AAAAAAAAAns/qFEP9ogS32Y/s320/dscn9691.jpg" alt="" id="BLOGGER_PHOTO_ID_5167630037356467090" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cdNsNFU6I/AAAAAAAAAn0/ZnV_s5yhqsY/s1600-h/dscn9692.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cdNsNFU6I/AAAAAAAAAn0/ZnV_s5yhqsY/s320/dscn9692.jpg" alt="" id="BLOGGER_PHOTO_ID_5167631218472473506" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cejcNFU7I/AAAAAAAAAn8/gg7ZgV9qZ1U/s1600-h/dscn9708.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cejcNFU7I/AAAAAAAAAn8/gg7ZgV9qZ1U/s320/dscn9708.jpg" alt="" id="BLOGGER_PHOTO_ID_5167632691646256050" border="0" /&gt;&lt;/a&gt;there is 1 of these statues on both sides of the road! they each say something different on them. you can zoom in ((click the photo) &amp;amp; see what they say...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cfv8NFU8I/AAAAAAAAAoE/fEfr1JWqYsg/s1600-h/dscn9709.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7cfv8NFU8I/AAAAAAAAAoE/fEfr1JWqYsg/s320/dscn9709.jpg" alt="" id="BLOGGER_PHOTO_ID_5167634005906248642" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cgycNFU9I/AAAAAAAAAoM/suz7hIYldvQ/s1600-h/dscn9719.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cgycNFU9I/AAAAAAAAAoM/suz7hIYldvQ/s320/dscn9719.jpg" alt="" id="BLOGGER_PHOTO_ID_5167635148367549394" border="0" /&gt;&lt;/a&gt;show me the money :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7ch58NFU-I/AAAAAAAAAoU/vE06L7ll9N0/s1600-h/dscn9726.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R7ch58NFU-I/AAAAAAAAAoU/vE06L7ll9N0/s320/dscn9726.jpg" alt="" id="BLOGGER_PHOTO_ID_5167636376728196066" border="0" /&gt;&lt;/a&gt;Franklyn bridge... yes i walked a cross &amp;amp; back again...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cjFMNFU_I/AAAAAAAAAoc/8tCbKcoUcYA/s1600-h/dscn9734.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cjFMNFU_I/AAAAAAAAAoc/8tCbKcoUcYA/s320/dscn9734.jpg" alt="" id="BLOGGER_PHOTO_ID_5167637669513352178" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7ckHsNFVAI/AAAAAAAAAok/otqR7qw7kS4/s1600-h/dscn9735.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7ckHsNFVAI/AAAAAAAAAok/otqR7qw7kS4/s320/dscn9735.jpg" alt="" id="BLOGGER_PHOTO_ID_5167638811974652930" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7clFsNFVBI/AAAAAAAAAos/tuC4unSTLE8/s1600-h/dscn9742.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7clFsNFVBI/AAAAAAAAAos/tuC4unSTLE8/s320/dscn9742.jpg" alt="" id="BLOGGER_PHOTO_ID_5167639877126542354" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cmFsNFVCI/AAAAAAAAAo0/O7ftuxuin_E/s1600-h/dscn9745.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R7cmFsNFVCI/AAAAAAAAAo0/O7ftuxuin_E/s320/dscn9745.jpg" alt="" id="BLOGGER_PHOTO_ID_5167640976638170146" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cnLMNFVDI/AAAAAAAAAo8/dsmQePg_3uk/s1600-h/dscn9751.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7cnLMNFVDI/AAAAAAAAAo8/dsmQePg_3uk/s320/dscn9751.jpg" alt="" id="BLOGGER_PHOTO_ID_5167642170639078450" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7coHMNFVEI/AAAAAAAAApE/nnWYp3YPRek/s1600-h/dscn9766.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R7coHMNFVEI/AAAAAAAAApE/nnWYp3YPRek/s320/dscn9766.jpg" alt="" id="BLOGGER_PHOTO_ID_5167643201431229506" border="0" /&gt;&lt;/a&gt;ill have 2 remember to try some of the cheese next time...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-4017911824888391839?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/4017911824888391839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=4017911824888391839' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4017911824888391839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4017911824888391839'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/02/hiladelphia-philly.html' title='Philadelphia - (Philly)'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/R7cEJcNFUpI/AAAAAAAAAls/aliTmiSxDJ4/s72-c/dscn9621.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-128711665852872109</id><published>2008-01-31T18:58:00.001+02:00</published><updated>2009-03-30T01:29:43.474+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>San Diego</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H-0HxCNzI/AAAAAAAAAgQ/XPzCAE8_8_Q/s1600-h/dscn9423.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H-0HxCNzI/AAAAAAAAAgQ/XPzCAE8_8_Q/s320/dscn9423.jpg" alt="" id="BLOGGER_PHOTO_ID_5161686819334666034" border="0" /&gt;&lt;/a&gt;pub crawl time!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H_dHxCN0I/AAAAAAAAAgY/3YEpJ960qN0/s1600-h/dscn9425.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H_dHxCN0I/AAAAAAAAAgY/3YEpJ960qN0/s320/dscn9425.jpg" alt="" id="BLOGGER_PHOTO_ID_5161687523709302594" border="0" /&gt;&lt;/a&gt;Kirsten, a kiwi&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IASnxCN1I/AAAAAAAAAgg/kDM9Wq8YEBg/s1600-h/dscn9428.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IASnxCN1I/AAAAAAAAAgg/kDM9Wq8YEBg/s320/dscn9428.jpg" alt="" id="BLOGGER_PHOTO_ID_5161688442832303954" border="0" /&gt;&lt;/a&gt;Gabrielle (ausi) &amp;amp; Kirsten&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IBGnxCN2I/AAAAAAAAAgo/syoZdKSuXYA/s1600-h/dscn9430.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IBGnxCN2I/AAAAAAAAAgo/syoZdKSuXYA/s320/dscn9430.jpg" alt="" id="BLOGGER_PHOTO_ID_5161689336185501538" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IBgXxCN3I/AAAAAAAAAgw/V1pKiNIBywU/s1600-h/dscn9433.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IBgXxCN3I/AAAAAAAAAgw/V1pKiNIBywU/s320/dscn9433.jpg" alt="" id="BLOGGER_PHOTO_ID_5161689778567133042" border="0" /&gt;&lt;/a&gt;Dugan (kiwi) on the right makes a plan 2go2 Tijuana!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IDgXxCN4I/AAAAAAAAAg4/PFfcjliKYtM/s1600-h/dscn9436.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IDgXxCN4I/AAAAAAAAAg4/PFfcjliKYtM/s320/dscn9436.jpg" alt="" id="BLOGGER_PHOTO_ID_5161691977590388610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ID9XxCN5I/AAAAAAAAAhA/McI7BCen_Lc/s1600-h/dscn9437.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ID9XxCN5I/AAAAAAAAAhA/McI7BCen_Lc/s320/dscn9437.jpg" alt="" id="BLOGGER_PHOTO_ID_5161692475806594962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61YssNFURI/AAAAAAAAAis/F-yzcenwdP0/s1600-h/n600900345_2160334_4592.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61YssNFURI/AAAAAAAAAis/F-yzcenwdP0/s320/n600900345_2160334_4592.jpg" alt="" id="BLOGGER_PHOTO_ID_5164881872467349778" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IE5HxCN7I/AAAAAAAAAhQ/qAIp220pPe0/s1600-h/dscn9443.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IE5HxCN7I/AAAAAAAAAhQ/qAIp220pPe0/s320/dscn9443.jpg" alt="" id="BLOGGER_PHOTO_ID_5161693502303778738" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IFSnxCN8I/AAAAAAAAAhY/8Ew_tsVHDKo/s1600-h/dscn9445.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IFSnxCN8I/AAAAAAAAAhY/8Ew_tsVHDKo/s320/dscn9445.jpg" alt="" id="BLOGGER_PHOTO_ID_5161693940390442946" border="0" /&gt;&lt;/a&gt;they paint their donkeys like zebras!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61ZH8NFUSI/AAAAAAAAAi0/M2C_AGqKawo/s1600-h/n600900345_2160339_6051.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61ZH8NFUSI/AAAAAAAAAi0/M2C_AGqKawo/s320/n600900345_2160339_6051.jpg" alt="" id="BLOGGER_PHOTO_ID_5164882340618785058" border="0" /&gt;&lt;/a&gt;$1 corona!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IGK3xCN-I/AAAAAAAAAho/dFghaUQxbhY/s1600-h/dscn9454.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IGK3xCN-I/AAAAAAAAAho/dFghaUQxbhY/s320/dscn9454.jpg" alt="" id="BLOGGER_PHOTO_ID_5161694906758084578" border="0" /&gt;&lt;/a&gt;good times!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61ZZ8NFUTI/AAAAAAAAAi8/NKr25GhDz_k/s1600-h/n600900345_2160347_8399.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61ZZ8NFUTI/AAAAAAAAAi8/NKr25GhDz_k/s320/n600900345_2160347_8399.jpg" alt="" id="BLOGGER_PHOTO_ID_5164882649856430386" border="0" /&gt;&lt;/a&gt;supper time... a Mexican family platter so we could try out the local chow!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IGr3xCN_I/AAAAAAAAAhw/sJYsGoPMBXs/s1600-h/dscn9456.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IGr3xCN_I/AAAAAAAAAhw/sJYsGoPMBXs/s320/dscn9456.jpg" alt="" id="BLOGGER_PHOTO_ID_5161695473693767666" border="0" /&gt;&lt;/a&gt;i cant remember what the translation of that was but it was something about teeth!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IHKHxCOAI/AAAAAAAAAh4/lpSwRg5YBec/s1600-h/dscn9460.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IHKHxCOAI/AAAAAAAAAh4/lpSwRg5YBec/s320/dscn9460.jpg" alt="" id="BLOGGER_PHOTO_ID_5161695993384810498" border="0" /&gt;&lt;/a&gt;no explanation required!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IH4HxCOBI/AAAAAAAAAiA/E18BRxioI7Y/s1600-h/dscn9249.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6IH4HxCOBI/AAAAAAAAAiA/E18BRxioI7Y/s320/dscn9249.jpg" alt="" id="BLOGGER_PHOTO_ID_5161696783658792978" border="0" /&gt;&lt;/a&gt;welcome aboard the USS Midway 41 - aircraft carrier! (remember earlier i was angry i couldn't go aboard the sub! I'm making up for that here!)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IIf3xCOCI/AAAAAAAAAiI/siuumBO8zHo/s1600-h/dscn9259.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6IIf3xCOCI/AAAAAAAAAiI/siuumBO8zHo/s320/dscn9259.jpg" alt="" id="BLOGGER_PHOTO_ID_5161697466558593058" border="0" /&gt;&lt;/a&gt;life aboard the Midway 41&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6II_XxCODI/AAAAAAAAAiQ/aCtQuOLDtK0/s1600-h/dscn9266.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6II_XxCODI/AAAAAAAAAiQ/aCtQuOLDtK0/s320/dscn9266.jpg" alt="" id="BLOGGER_PHOTO_ID_5161698007724472370" border="0" /&gt;&lt;/a&gt;im @ the controls :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IJqXxCOEI/AAAAAAAAAiY/L_hp6H9dDok/s1600-h/dscn9279.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6IJqXxCOEI/AAAAAAAAAiY/L_hp6H9dDok/s320/dscn9279.jpg" alt="" id="BLOGGER_PHOTO_ID_5161698746458847298" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IKGnxCOFI/AAAAAAAAAig/8SCwcfc7yZk/s1600-h/dscn9286.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6IKGnxCOFI/AAAAAAAAAig/8SCwcfc7yZk/s320/dscn9286.jpg" alt="" id="BLOGGER_PHOTO_ID_5161699231790151762" border="0" /&gt;&lt;/a&gt;a message 2 who ever that gets pointed @! sux 2bu!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61fmsNFUVI/AAAAAAAAAjM/4aHtL5W4y6k/s1600-h/dscn9295.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61fmsNFUVI/AAAAAAAAAjM/4aHtL5W4y6k/s320/dscn9295.jpg" alt="" id="BLOGGER_PHOTO_ID_5164889465969529170" border="0" /&gt;&lt;/a&gt;HELLO!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R61gvcNFUWI/AAAAAAAAAjU/-0xdiFnWQWc/s1600-h/dscn9298.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R61gvcNFUWI/AAAAAAAAAjU/-0xdiFnWQWc/s320/dscn9298.jpg" alt="" id="BLOGGER_PHOTO_ID_5164890715805012322" border="0" /&gt;&lt;/a&gt;TAG!!! ur it!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61kfMNFUXI/AAAAAAAAAjc/w5AThWGQHUg/s1600-h/dscn9303.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61kfMNFUXI/AAAAAAAAAjc/w5AThWGQHUg/s320/dscn9303.jpg" alt="" id="BLOGGER_PHOTO_ID_5164894834678649202" border="0" /&gt;&lt;/a&gt;ready? GO!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61nRsNFUYI/AAAAAAAAAjk/mvg1GGrKNBA/s1600-h/dscn9313.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R61nRsNFUYI/AAAAAAAAAjk/mvg1GGrKNBA/s320/dscn9313.jpg" alt="" id="BLOGGER_PHOTO_ID_5164897901285298562" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61pwMNFUZI/AAAAAAAAAjs/vdQrROVZ1ow/s1600-h/dscn9326.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61pwMNFUZI/AAAAAAAAAjs/vdQrROVZ1ow/s320/dscn9326.jpg" alt="" id="BLOGGER_PHOTO_ID_5164900624294564242" border="0" /&gt;&lt;/a&gt;on my 1st mission, i went to...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61xnMNFUcI/AAAAAAAAAkE/CiE2Utwa8Co/s1600-h/dscn9352.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R61xnMNFUcI/AAAAAAAAAkE/CiE2Utwa8Co/s320/dscn9352.jpg" alt="" id="BLOGGER_PHOTO_ID_5164909265768763842" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61rM8NFUaI/AAAAAAAAAj0/K0Thm5J0EFQ/s1600-h/dscn9357.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61rM8NFUaI/AAAAAAAAAj0/K0Thm5J0EFQ/s320/dscn9357.jpg" alt="" id="BLOGGER_PHOTO_ID_5164902217727431074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R614IMNFUdI/AAAAAAAAAkM/NknDos8-Htk/s1600-h/dscn9462.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R614IMNFUdI/AAAAAAAAAkM/NknDos8-Htk/s320/dscn9462.jpg" alt="" id="BLOGGER_PHOTO_ID_5164916429774213586" border="0" /&gt;&lt;/a&gt;Aerospace museum :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R615nsNFUeI/AAAAAAAAAkU/mys8gh28xuw/s1600-h/dscn9466.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R615nsNFUeI/AAAAAAAAAkU/mys8gh28xuw/s320/dscn9466.jpg" alt="" id="BLOGGER_PHOTO_ID_5164918070451720674" border="0" /&gt;&lt;/a&gt;Apollo 11 space lander pod&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R617HMNFUfI/AAAAAAAAAkc/lqvavnmOnrk/s1600-h/dscn9485.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R617HMNFUfI/AAAAAAAAAkc/lqvavnmOnrk/s320/dscn9485.jpg" alt="" id="BLOGGER_PHOTO_ID_5164919711129227762" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R618SMNFUgI/AAAAAAAAAkk/fIMu0-i0RCY/s1600-h/dscn9491.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R618SMNFUgI/AAAAAAAAAkk/fIMu0-i0RCY/s320/dscn9491.jpg" alt="" id="BLOGGER_PHOTO_ID_5164920999619416578" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R619jMNFUhI/AAAAAAAAAks/1ocxaoCOcQI/s1600-h/dscn9492.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R619jMNFUhI/AAAAAAAAAks/1ocxaoCOcQI/s320/dscn9492.jpg" alt="" id="BLOGGER_PHOTO_ID_5164922391188820498" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61-38NFUiI/AAAAAAAAAk0/AKRZWysZyrg/s1600-h/dscn9493.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R61-38NFUiI/AAAAAAAAAk0/AKRZWysZyrg/s320/dscn9493.jpg" alt="" id="BLOGGER_PHOTO_ID_5164923847182733858" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R62AD8NFUjI/AAAAAAAAAk8/5R6CUhxp658/s1600-h/dscn9507.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R62AD8NFUjI/AAAAAAAAAk8/5R6CUhxp658/s320/dscn9507.jpg" alt="" id="BLOGGER_PHOTO_ID_5164925152852791858" border="0" /&gt;&lt;/a&gt;spitfire!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R62FXsNFUkI/AAAAAAAAAlE/3Jw0VwEpeik/s1600-h/dscn9530.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R62FXsNFUkI/AAAAAAAAAlE/3Jw0VwEpeik/s320/dscn9530.jpg" alt="" id="BLOGGER_PHOTO_ID_5164930989713347138" border="0" /&gt;&lt;/a&gt;Apollo space module&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62GfMNFUlI/AAAAAAAAAlM/OuFnntxMvL0/s1600-h/dscn9531.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62GfMNFUlI/AAAAAAAAAlM/OuFnntxMvL0/s320/dscn9531.jpg" alt="" id="BLOGGER_PHOTO_ID_5164932218073993810" border="0" /&gt;&lt;/a&gt;Bell labs - 1 of the original 12 GPS satellites launched&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62KuMNFUoI/AAAAAAAAAlk/fFE0hBVFiwM/s1600-h/dscn9540.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62KuMNFUoI/AAAAAAAAAlk/fFE0hBVFiwM/s320/dscn9540.jpg" alt="" id="BLOGGER_PHOTO_ID_5164936873818542722" border="0" /&gt;&lt;/a&gt;Balboa Park&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62HxMNFUmI/AAAAAAAAAlU/LzRpcHL6L-k/s1600-h/dscn9543.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R62HxMNFUmI/AAAAAAAAAlU/LzRpcHL6L-k/s320/dscn9543.jpg" alt="" id="BLOGGER_PHOTO_ID_5164933626823266914" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-128711665852872109?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/128711665852872109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=128711665852872109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/128711665852872109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/128711665852872109'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/san-diego.html' title='San Diego'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H-0HxCNzI/AAAAAAAAAgQ/XPzCAE8_8_Q/s72-c/dscn9423.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6968088609862135515</id><published>2008-01-31T18:27:00.001+02:00</published><updated>2009-03-30T01:33:48.161+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Hoover Dam &amp; Grand Canyon</title><content type='html'>&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-404ef895d9f4367b" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v20.nonxt3.googlevideo.com/videoplayback?id%3D404ef895d9f4367b%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D5D1641780D7BDC8E6D67DC304C92791E14A268A3.6C42AE8B6B6B1C059B20958F30A7E4B50EA81CC5%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D404ef895d9f4367b%26offsetms%3D5000%26itag%3Dw160%26sigh%3D5vCQ07F6G4F9gHVMoL2q68UsQXk&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v20.nonxt3.googlevideo.com/videoplayback?id%3D404ef895d9f4367b%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D5D1641780D7BDC8E6D67DC304C92791E14A268A3.6C42AE8B6B6B1C059B20958F30A7E4B50EA81CC5%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D404ef895d9f4367b%26offsetms%3D5000%26itag%3Dw160%26sigh%3D5vCQ07F6G4F9gHVMoL2q68UsQXk&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;the voice of my south american bus driver! he was soo funny!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H44XxCNsI/AAAAAAAAAfY/HcgUltrV4s0/s1600-h/dscn8816.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H44XxCNsI/AAAAAAAAAfY/HcgUltrV4s0/s320/dscn8816.jpg" alt="" id="BLOGGER_PHOTO_ID_5161680295279343298" border="0" /&gt;&lt;/a&gt;well there it is, the Hoover dam!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H5qHxCNtI/AAAAAAAAAfg/k4XyKWCfnfc/s1600-h/dscn8852.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H5qHxCNtI/AAAAAAAAAfg/k4XyKWCfnfc/s320/dscn8852.jpg" alt="" id="BLOGGER_PHOTO_ID_5161681149977835218" border="0" /&gt;&lt;/a&gt;now i just have to say... i thought... ok Grand Canyon... just a big hole in the ground... NO... its definately worth seeing! seriously! its timeless... breath taking... it like staring into fire! or staring at a water fall! you can loose your self here! time stands still!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H7dXxCNuI/AAAAAAAAAfo/6R68roI6JHw/s1600-h/dscn8875.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H7dXxCNuI/AAAAAAAAAfo/6R68roI6JHw/s320/dscn8875.jpg" alt="" id="BLOGGER_PHOTO_ID_5161683129957758690" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H8QXxCNvI/AAAAAAAAAfw/sOhkNYZWp3k/s1600-h/dscn8925.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H8QXxCNvI/AAAAAAAAAfw/sOhkNYZWp3k/s320/dscn8925.jpg" alt="" id="BLOGGER_PHOTO_ID_5161684006131087090" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6H843xCNwI/AAAAAAAAAf4/_k20XXcwDVU/s1600-h/dscn8935.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6H843xCNwI/AAAAAAAAAf4/_k20XXcwDVU/s320/dscn8935.jpg" alt="" id="BLOGGER_PHOTO_ID_5161684701915789058" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6H9U3xCNxI/AAAAAAAAAgA/netTy-c567o/s1600-h/dscn8942.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6H9U3xCNxI/AAAAAAAAAgA/netTy-c567o/s320/dscn8942.jpg" alt="" id="BLOGGER_PHOTO_ID_5161685182952126226" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H96HxCNyI/AAAAAAAAAgI/TQ-bxtT1ye0/s1600-h/dscn8971.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H96HxCNyI/AAAAAAAAAgI/TQ-bxtT1ye0/s320/dscn8971.jpg" alt="" id="BLOGGER_PHOTO_ID_5161685822902253346" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6968088609862135515?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=404ef895d9f4367b&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6968088609862135515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6968088609862135515' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6968088609862135515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6968088609862135515'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/hoover-dam-grand-canyon.html' title='Hoover Dam &amp; Grand Canyon'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H44XxCNsI/AAAAAAAAAfY/HcgUltrV4s0/s72-c/dscn8816.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-770563874978873436</id><published>2008-01-31T03:54:00.001+02:00</published><updated>2009-03-30T01:33:57.242+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Vegas</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ErfnxCNWI/AAAAAAAAAco/Wgk9YMJutmg/s1600-h/dscn8612.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ErfnxCNWI/AAAAAAAAAco/Wgk9YMJutmg/s320/dscn8612.jpg" alt="" id="BLOGGER_PHOTO_ID_5161454470193886562" border="0" /&gt;&lt;/a&gt;the journey begins...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EsWXxCNXI/AAAAAAAAAcw/7lo8_xeO4r8/s1600-h/dscn8614.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EsWXxCNXI/AAAAAAAAAcw/7lo8_xeO4r8/s320/dscn8614.jpg" alt="" id="BLOGGER_PHOTO_ID_5161455410791724402" border="0" /&gt;&lt;/a&gt;i decided not to rent 1!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6Et7HxCNYI/AAAAAAAAAc4/cd1LubdH5rc/s1600-h/dscn8622.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6Et7HxCNYI/AAAAAAAAAc4/cd1LubdH5rc/s320/dscn8622.jpg" alt="" id="BLOGGER_PHOTO_ID_5161457141663544706" border="0" /&gt;&lt;/a&gt;:) german beer!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EvUXxCNZI/AAAAAAAAAdA/rZTevSh9ZGM/s1600-h/dscn8628.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EvUXxCNZI/AAAAAAAAAdA/rZTevSh9ZGM/s320/dscn8628.jpg" alt="" id="BLOGGER_PHOTO_ID_5161458674966869394" border="0" /&gt;&lt;/a&gt;1 leter!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EwQHxCNaI/AAAAAAAAAdI/52G0DWZQdY0/s1600-h/dscn8632.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EwQHxCNaI/AAAAAAAAAdI/52G0DWZQdY0/s320/dscn8632.jpg" alt="" id="BLOGGER_PHOTO_ID_5161459701464053154" border="0" /&gt;&lt;/a&gt;veal sausage... just to line the stomach!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ExcXxCNbI/AAAAAAAAAdQ/kHWja2LG0w4/s1600-h/dscn8640.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ExcXxCNbI/AAAAAAAAAdQ/kHWja2LG0w4/s320/dscn8640.jpg" alt="" id="BLOGGER_PHOTO_ID_5161461011429078450" border="0" /&gt;&lt;/a&gt;2 leters! - i lost the downing contest... beer should be enjoyed... not downed!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E0TXxCNcI/AAAAAAAAAdY/ob38J0mQ_Ck/s1600-h/dscn8648.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E0TXxCNcI/AAAAAAAAAdY/ob38J0mQ_Ck/s320/dscn8648.jpg" alt="" id="BLOGGER_PHOTO_ID_5161464155345139138" border="0" /&gt;&lt;/a&gt;stayed @ the hard rock the 1st night! was awsum :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6E1cHxCNdI/AAAAAAAAAdg/HW2ji7Ch6b4/s1600-h/dscn8663.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6E1cHxCNdI/AAAAAAAAAdg/HW2ji7Ch6b4/s320/dscn8663.jpg" alt="" id="BLOGGER_PHOTO_ID_5161465405180622290" border="0" /&gt;&lt;/a&gt;some were in vegas&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6E3h3xCNfI/AAAAAAAAAdw/_yCCdCUY-_Q/s1600-h/dscn8666.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6E3h3xCNfI/AAAAAAAAAdw/_yCCdCUY-_Q/s320/dscn8666.jpg" alt="" id="BLOGGER_PHOTO_ID_5161467702988125682" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E4uXxCNgI/AAAAAAAAAd4/4FoaHl5w9A4/s1600-h/dscn8668.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E4uXxCNgI/AAAAAAAAAd4/4FoaHl5w9A4/s320/dscn8668.jpg" alt="" id="BLOGGER_PHOTO_ID_5161469017248118274" border="0" /&gt;&lt;/a&gt;some day!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6E5sHxCNhI/AAAAAAAAAeA/4UVHaDXURBQ/s1600-h/dscn8682.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6E5sHxCNhI/AAAAAAAAAeA/4UVHaDXURBQ/s320/dscn8682.jpg" alt="" id="BLOGGER_PHOTO_ID_5161470078105040402" border="0" /&gt;&lt;/a&gt;:)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E_vXxCNiI/AAAAAAAAAeI/jFXK25uCPbw/s1600-h/dscn8702.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6E_vXxCNiI/AAAAAAAAAeI/jFXK25uCPbw/s320/dscn8702.jpg" alt="" id="BLOGGER_PHOTO_ID_5161476731009381922" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6FApHxCNjI/AAAAAAAAAeQ/Un0cNhqDh5s/s1600-h/dscn8715.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6FApHxCNjI/AAAAAAAAAeQ/Un0cNhqDh5s/s320/dscn8715.jpg" alt="" id="BLOGGER_PHOTO_ID_5161477723146827314" border="0" /&gt;&lt;/a&gt;flamingo!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6FBoXxCNkI/AAAAAAAAAeY/HoKL2ZlDWpw/s1600-h/dscn8726.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6FBoXxCNkI/AAAAAAAAAeY/HoKL2ZlDWpw/s320/dscn8726.jpg" alt="" id="BLOGGER_PHOTO_ID_5161478809773553218" border="0" /&gt;&lt;/a&gt;venetian&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6FCvXxCNlI/AAAAAAAAAeg/hdj8axUeJig/s1600-h/dscn8743.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6FCvXxCNlI/AAAAAAAAAeg/hdj8axUeJig/s320/dscn8743.jpg" alt="" id="BLOGGER_PHOTO_ID_5161480029544265298" border="0" /&gt;&lt;/a&gt;yes, im sure you do!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6FDt3xCNmI/AAAAAAAAAeo/_UxRhlok-Ow/s1600-h/dscn8745.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6FDt3xCNmI/AAAAAAAAAeo/_UxRhlok-Ow/s320/dscn8745.jpg" alt="" id="BLOGGER_PHOTO_ID_5161481103286089314" border="0" /&gt;&lt;/a&gt;iron horse!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6FE-nxCNnI/AAAAAAAAAew/A4lT3UoflyE/s1600-h/dscn8750.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6FE-nxCNnI/AAAAAAAAAew/A4lT3UoflyE/s320/dscn8750.jpg" alt="" id="BLOGGER_PHOTO_ID_5161482490560525938" border="0" /&gt;&lt;/a&gt;new york, new york!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6FGcHxCNoI/AAAAAAAAAe4/RbzwUqOouUo/s1600-h/dscn8759.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6FGcHxCNoI/AAAAAAAAAe4/RbzwUqOouUo/s320/dscn8759.jpg" alt="" id="BLOGGER_PHOTO_ID_5161484096878294658" border="0" /&gt;&lt;/a&gt;an all egg breakfast! was amazing!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6Hx-HxCNpI/AAAAAAAAAfA/FAQ0kzUC6lU/s1600-h/dscn8760-edidted.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6Hx-HxCNpI/AAAAAAAAAfA/FAQ0kzUC6lU/s320/dscn8760-edidted.jpg" alt="" id="BLOGGER_PHOTO_ID_5161672697482196626" border="0" /&gt;&lt;/a&gt;:)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H1zHxCNqI/AAAAAAAAAfI/FL44gZphJJw/s1600-h/dscn8765.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6H1zHxCNqI/AAAAAAAAAfI/FL44gZphJJw/s320/dscn8765.jpg" alt="" id="BLOGGER_PHOTO_ID_5161676906550146722" border="0" /&gt;&lt;/a&gt;cant remember the name of this 1 right now!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H2VXxCNrI/AAAAAAAAAfQ/fcIGdOhJbV8/s1600-h/dscn8788.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6H2VXxCNrI/AAAAAAAAAfQ/fcIGdOhJbV8/s320/dscn8788.jpg" alt="" id="BLOGGER_PHOTO_ID_5161677494960666290" border="0" /&gt;&lt;/a&gt;blue man  group was awsum! blew my mind!&lt;br /&gt;the next day i was off 2 hover dam &amp;amp; GRAND CANYON!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-770563874978873436?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/770563874978873436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=770563874978873436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/770563874978873436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/770563874978873436'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/vegas.html' title='Vegas'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ErfnxCNWI/AAAAAAAAAco/Wgk9YMJutmg/s72-c/dscn8612.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-8703405377425276617</id><published>2008-01-30T04:44:00.001+02:00</published><updated>2009-03-30T01:34:05.773+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Los Angeles</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_lcHxCMjI/AAAAAAAAAWQ/C9PHijNR_9A/s1600-h/dscn8159.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_lcHxCMjI/AAAAAAAAAWQ/C9PHijNR_9A/s320/dscn8159.jpg" alt="" id="BLOGGER_PHOTO_ID_5161095969273688626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;time 2 fly 2 LA!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_muXxCMkI/AAAAAAAAAWY/GnIqZ6Cqdq0/s1600-h/dscn8177.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_muXxCMkI/AAAAAAAAAWY/GnIqZ6Cqdq0/s320/dscn8177.jpg" alt="" id="BLOGGER_PHOTO_ID_5161097382317929026" border="0" /&gt;&lt;/a&gt;i get a tour of the immediate Hollywood area&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R5_ne3xCMlI/AAAAAAAAAWg/ipkfLGB0gLM/s1600-h/dscn8210.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R5_ne3xCMlI/AAAAAAAAAWg/ipkfLGB0gLM/s320/dscn8210.jpg" alt="" id="BLOGGER_PHOTO_ID_5161098215541584466" border="0" /&gt;&lt;/a&gt;think John was trying 2 say something here?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R5_oYnxCMmI/AAAAAAAAAWo/W4vk70Qi3yI/s1600-h/dscn8235.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R5_oYnxCMmI/AAAAAAAAAWo/W4vk70Qi3yI/s320/dscn8235.jpg" alt="" id="BLOGGER_PHOTO_ID_5161099207679029858" border="0" /&gt;&lt;/a&gt;the Walt Disney concert hall!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_t3HxCMnI/AAAAAAAAAWw/RyHjCuZtGAs/s1600-h/dscn8252.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_t3HxCMnI/AAAAAAAAAWw/RyHjCuZtGAs/s320/dscn8252.jpg" alt="" id="BLOGGER_PHOTO_ID_5161105229223178866" border="0" /&gt;&lt;/a&gt;?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_3WXxCMoI/AAAAAAAAAW4/FvrxRPYGLq0/s1600-h/dscn8276.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_3WXxCMoI/AAAAAAAAAW4/FvrxRPYGLq0/s320/dscn8276.jpg" alt="" id="BLOGGER_PHOTO_ID_5161115661698740866" border="0" /&gt;&lt;/a&gt;US Bank building!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_4RXxCMpI/AAAAAAAAAXA/_hhGkRlK5WE/s1600-h/dscn8294.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_4RXxCMpI/AAAAAAAAAXA/_hhGkRlK5WE/s320/dscn8294.jpg" alt="" id="BLOGGER_PHOTO_ID_5161116675311022738" border="0" /&gt;&lt;/a&gt;Beer!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_47HxCMqI/AAAAAAAAAXI/BTme7SaXQDs/s1600-h/dscn8296.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_47HxCMqI/AAAAAAAAAXI/BTme7SaXQDs/s320/dscn8296.jpg" alt="" id="BLOGGER_PHOTO_ID_5161117392570561186" border="0" /&gt;&lt;/a&gt;MORE beer!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EELHxCNGI/AAAAAAAAAao/UoLMXKXMGB0/s1600-h/dscn8401.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EELHxCNGI/AAAAAAAAAao/UoLMXKXMGB0/s320/dscn8401.jpg" alt="" id="BLOGGER_PHOTO_ID_5161411237053084770" border="0" /&gt;&lt;/a&gt;went 2 the Petersen Automotive Museum!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EH-XxCNHI/AAAAAAAAAaw/L3_mbE35v1Y/s1600-h/dscn8484.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EH-XxCNHI/AAAAAAAAAaw/L3_mbE35v1Y/s320/dscn8484.jpg" alt="" id="BLOGGER_PHOTO_ID_5161415416056263794" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6EJE3xCNII/AAAAAAAAAa4/l_ArLLgC3AY/s1600-h/dscn8500.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6EJE3xCNII/AAAAAAAAAa4/l_ArLLgC3AY/s320/dscn8500.jpg" alt="" id="BLOGGER_PHOTO_ID_5161416627237041282" border="0" /&gt;&lt;/a&gt;tricked out trike&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EKEXxCNJI/AAAAAAAAAbA/41UlbqWuTto/s1600-h/dscn8502.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EKEXxCNJI/AAAAAAAAAbA/41UlbqWuTto/s320/dscn8502.jpg" alt="" id="BLOGGER_PHOTO_ID_5161417718158734482" border="0" /&gt;&lt;/a&gt;krazy sound!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6ELI3xCNKI/AAAAAAAAAbI/2RC2ePrcRkQ/s1600-h/dscn8506.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6ELI3xCNKI/AAAAAAAAAbI/2RC2ePrcRkQ/s320/dscn8506.jpg" alt="" id="BLOGGER_PHOTO_ID_5161418894979773602" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ENoHxCNLI/AAAAAAAAAbQ/roun2eRvG-I/s1600-h/dscn8521.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ENoHxCNLI/AAAAAAAAAbQ/roun2eRvG-I/s320/dscn8521.jpg" alt="" id="BLOGGER_PHOTO_ID_5161421630873941170" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EP3XxCNMI/AAAAAAAAAbY/k_27ARm0kW4/s1600-h/dscn9034.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EP3XxCNMI/AAAAAAAAAbY/k_27ARm0kW4/s320/dscn9034.jpg" alt="" id="BLOGGER_PHOTO_ID_5161424091890201794" border="0" /&gt;&lt;/a&gt;i DIE &amp;amp; go 2 heaven!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ER2XxCNNI/AAAAAAAAAbg/apeXGytAfUk/s1600-h/dscn9037.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ER2XxCNNI/AAAAAAAAAbg/apeXGytAfUk/s320/dscn9037.jpg" alt="" id="BLOGGER_PHOTO_ID_5161426273733588178" border="0" /&gt;&lt;/a&gt;Voyager 1 - half scale!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6ETX3xCNOI/AAAAAAAAAbo/yXPbsnFj3vA/s1600-h/dscn9056.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6ETX3xCNOI/AAAAAAAAAbo/yXPbsnFj3vA/s320/dscn9056.jpg" alt="" id="BLOGGER_PHOTO_ID_5161427948770833634" border="0" /&gt;&lt;/a&gt;Mars rover&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R5_5knxCMrI/AAAAAAAAAXQ/vEzF6uaDTcA/s1600-h/dscn8306.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R5_5knxCMrI/AAAAAAAAAXQ/vEzF6uaDTcA/s320/dscn8306.jpg" alt="" id="BLOGGER_PHOTO_ID_5161118105535132338" border="0" /&gt;&lt;/a&gt;the famous pink's... (i stood in that LONG QUEUE...)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_7EHxCMtI/AAAAAAAAAXg/_YbncmbrIg4/s1600-h/dscn8332.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_7EHxCMtI/AAAAAAAAAXg/_YbncmbrIg4/s320/dscn8332.jpg" alt="" id="BLOGGER_PHOTO_ID_5161119746212639442" border="0" /&gt;&lt;/a&gt;for THIS!!! a (expensive) chilly dog - nothing special personally, but now at least i can say iv done  it!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_6XXxCMsI/AAAAAAAAAXY/Ght8tdLmlik/s1600-h/dscn8326.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R5_6XXxCMsI/AAAAAAAAAXY/Ght8tdLmlik/s320/dscn8326.jpg" alt="" id="BLOGGER_PHOTO_ID_5161118977413493442" border="0" /&gt;&lt;/a&gt;saw the stars! :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_8fHxCMuI/AAAAAAAAAXo/CMWZh8xXAqs/s1600-h/dscn8334.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_8fHxCMuI/AAAAAAAAAXo/CMWZh8xXAqs/s320/dscn8334.jpg" alt="" id="BLOGGER_PHOTO_ID_5161121309580735202" border="0" /&gt;&lt;/a&gt;street art!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ABkXxCMvI/AAAAAAAAAXw/Hf96H5WLXBU/s1600-h/dscn8335.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ABkXxCMvI/AAAAAAAAAXw/Hf96H5WLXBU/s320/dscn8335.jpg" alt="" id="BLOGGER_PHOTO_ID_5161126897333187314" border="0" /&gt;&lt;/a&gt;more street art! this dude looks like he baked in the sun!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AChHxCMwI/AAAAAAAAAX4/W9-4-t1UhdI/s1600-h/dscn8357.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AChHxCMwI/AAAAAAAAAX4/W9-4-t1UhdI/s320/dscn8357.jpg" alt="" id="BLOGGER_PHOTO_ID_5161127941010240258" border="0" /&gt;&lt;/a&gt;santa monica beach&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AEuHxCMyI/AAAAAAAAAYI/cvbSgtEdGDQ/s1600-h/dscn8375.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AEuHxCMyI/AAAAAAAAAYI/cvbSgtEdGDQ/s320/dscn8375.jpg" alt="" id="BLOGGER_PHOTO_ID_5161130363371795234" border="0" /&gt;&lt;/a&gt;got my feet wet!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AHPnxCMzI/AAAAAAAAAYQ/3tzyy8jVu7M/s1600-h/dscn8378.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AHPnxCMzI/AAAAAAAAAYQ/3tzyy8jVu7M/s320/dscn8378.jpg" alt="" id="BLOGGER_PHOTO_ID_5161133137920668466" border="0" /&gt;&lt;/a&gt;Venice beach&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AIH3xCM0I/AAAAAAAAAYY/5zHpky0Zhl4/s1600-h/dscn8389.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AIH3xCM0I/AAAAAAAAAYY/5zHpky0Zhl4/s320/dscn8389.jpg" alt="" id="BLOGGER_PHOTO_ID_5161134104288310082" border="0" /&gt;&lt;/a&gt;MOM!!! i cant tell u enough how much i miss home cooked food! cant wait 4 that again!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AJX3xCM1I/AAAAAAAAAYg/Kpw-WCgrNF8/s1600-h/dscn8569.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AJX3xCM1I/AAAAAAAAAYg/Kpw-WCgrNF8/s320/dscn8569.jpg" alt="" id="BLOGGER_PHOTO_ID_5161135478677844818" border="0" /&gt;&lt;/a&gt;i die &amp;amp; go 2 heaven! @ John's work in the server room :P&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AJ_nxCM2I/AAAAAAAAAYo/U4_CosuHHkw/s1600-h/dscn8573.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AJ_nxCM2I/AAAAAAAAAYo/U4_CosuHHkw/s320/dscn8573.jpg" alt="" id="BLOGGER_PHOTO_ID_5161136161577644898" border="0" /&gt;&lt;/a&gt;:D&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AK63xCM3I/AAAAAAAAAYw/1rFO-IezDt8/s1600-h/dscn8580.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6AK63xCM3I/AAAAAAAAAYw/1rFO-IezDt8/s320/dscn8580.jpg" alt="" id="BLOGGER_PHOTO_ID_5161137179484894066" border="0" /&gt;&lt;/a&gt;Chris!!! i went in2 this store JUST for you! its a 3story building just selling guitars!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ALnXxCM4I/AAAAAAAAAY4/6JTzWUpuUuY/s1600-h/dscn8585.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6ALnXxCM4I/AAAAAAAAAY4/6JTzWUpuUuY/s320/dscn8585.jpg" alt="" id="BLOGGER_PHOTO_ID_5161137943989072770" border="0" /&gt;&lt;/a&gt;John's boss heard i saw a NICKS game &amp;amp; got me tickets to see the LA Lakers... @ the staples Center!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AMJnxCM5I/AAAAAAAAAZA/g4SAyzgUhnw/s1600-h/dscn8586.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6AMJnxCM5I/AAAAAAAAAZA/g4SAyzgUhnw/s320/dscn8586.jpg" alt="" id="BLOGGER_PHOTO_ID_5161138532399592338" border="0" /&gt;&lt;/a&gt;Lakers won, 110-105&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AMrHxCM6I/AAAAAAAAAZI/k-Hmxsc1kgY/s1600-h/dscn8599.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6AMrHxCM6I/AAAAAAAAAZI/k-Hmxsc1kgY/s320/dscn8599.jpg" alt="" id="BLOGGER_PHOTO_ID_5161139107925210018" border="0" /&gt;&lt;/a&gt;after the game we had a beer @ this bar! the water changes color every few minutes! very cool!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ANN3xCM7I/AAAAAAAAAZQ/X_To5YPTbQ4/s1600-h/dscn9071.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ANN3xCM7I/AAAAAAAAAZQ/X_To5YPTbQ4/s320/dscn9071.jpg" alt="" id="BLOGGER_PHOTO_ID_5161139704925664178" border="0" /&gt;&lt;/a&gt;i really love Heineken!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6AN8XxCM8I/AAAAAAAAAZY/Fb6SoyVTvEA/s1600-h/dscn9074.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6AN8XxCM8I/AAAAAAAAAZY/Fb6SoyVTvEA/s320/dscn9074.jpg" alt="" id="BLOGGER_PHOTO_ID_5161140503789581250" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6APF3xCM9I/AAAAAAAAAZg/A0krjkZckPE/s1600-h/dscn9108.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6APF3xCM9I/AAAAAAAAAZg/A0krjkZckPE/s320/dscn9108.jpg" alt="" id="BLOGGER_PHOTO_ID_5161141766509966290" border="0" /&gt;&lt;/a&gt;if i could do it all agina... i would do it here!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ARa3xCM_I/AAAAAAAAAZw/xSMN7t8Jrb8/s1600-h/dscn9111.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ARa3xCM_I/AAAAAAAAAZw/xSMN7t8Jrb8/s320/dscn9111.jpg" alt="" id="BLOGGER_PHOTO_ID_5161144326310474738" border="0" /&gt;&lt;/a&gt;Anna goes to UCSB!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ASB3xCNAI/AAAAAAAAAZ4/mWmU0VppnMo/s1600-h/dscn9127.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6ASB3xCNAI/AAAAAAAAAZ4/mWmU0VppnMo/s320/dscn9127.jpg" alt="" id="BLOGGER_PHOTO_ID_5161144996325372930" border="0" /&gt;&lt;/a&gt;just look @ that!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6D7sXxCNBI/AAAAAAAAAaA/VmmesXlyP1A/s1600-h/dscn9130.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6D7sXxCNBI/AAAAAAAAAaA/VmmesXlyP1A/s320/dscn9130.jpg" alt="" id="BLOGGER_PHOTO_ID_5161401912679085074" border="0" /&gt;&lt;/a&gt;just like in the movies!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6D8q3xCNCI/AAAAAAAAAaI/6J2AyfyyaE4/s1600-h/dscn9132.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6D8q3xCNCI/AAAAAAAAAaI/6J2AyfyyaE4/s320/dscn9132.jpg" alt="" id="BLOGGER_PHOTO_ID_5161402986420909090" border="0" /&gt;&lt;/a&gt;ANNA!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6D-BnxCNDI/AAAAAAAAAaQ/ZWM72n7JDms/s1600-h/dscn9141.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6D-BnxCNDI/AAAAAAAAAaQ/ZWM72n7JDms/s320/dscn9141.jpg" alt="" id="BLOGGER_PHOTO_ID_5161404476774560818" border="0" /&gt;&lt;/a&gt;@ sum club near UCLA&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6Eal3xCNQI/AAAAAAAAAb4/-T7Ka2G529U/s1600-h/dscn9155.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R6Eal3xCNQI/AAAAAAAAAb4/-T7Ka2G529U/s320/dscn9155.jpg" alt="" id="BLOGGER_PHOTO_ID_5161435885870396674" border="0" /&gt;&lt;/a&gt;i LOVE roller coasters!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EbnHxCNRI/AAAAAAAAAcA/EVroBGybtVk/s1600-h/dscn9156.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R6EbnHxCNRI/AAAAAAAAAcA/EVroBGybtVk/s320/dscn9156.jpg" alt="" id="BLOGGER_PHOTO_ID_5161437006856860946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6EcmnxCNSI/AAAAAAAAAcI/HuaeOZ6bX8c/s1600-h/dscn9172.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6EcmnxCNSI/AAAAAAAAAcI/HuaeOZ6bX8c/s320/dscn9172.jpg" alt="" id="BLOGGER_PHOTO_ID_5161438097778554146" border="0" /&gt;&lt;/a&gt;i was SO pissed off! they wouldnt let me ride this, because of my cast :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EdxXxCNTI/AAAAAAAAAcQ/RWSiZIazrls/s1600-h/dscn9176.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EdxXxCNTI/AAAAAAAAAcQ/RWSiZIazrls/s320/dscn9176.jpg" alt="" id="BLOGGER_PHOTO_ID_5161439381973775666" border="0" /&gt;&lt;/a&gt;but it would have looked like that!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EekXxCNUI/AAAAAAAAAcY/K5SO4a4tKo0/s1600-h/dscn9175.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EekXxCNUI/AAAAAAAAAcY/K5SO4a4tKo0/s320/dscn9175.jpg" alt="" id="BLOGGER_PHOTO_ID_5161440258147104066" border="0" /&gt;&lt;/a&gt;&amp;amp; that!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EfbXxCNVI/AAAAAAAAAcg/cNqggLOwCkY/s1600-h/dscn9178.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6EfbXxCNVI/AAAAAAAAAcg/cNqggLOwCkY/s320/dscn9178.jpg" alt="" id="BLOGGER_PHOTO_ID_5161441203039909202" border="0" /&gt;&lt;/a&gt;i made up for it here!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6EAmnxCNEI/AAAAAAAAAaY/1oQJ4AsKqAA/s1600-h/dscn9571.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R6EAmnxCNEI/AAAAAAAAAaY/1oQJ4AsKqAA/s320/dscn9571.jpg" alt="" id="BLOGGER_PHOTO_ID_5161407311452976194" border="0" /&gt;&lt;/a&gt;well there's Hollywood&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ECaXxCNFI/AAAAAAAAAag/TScDhWo_eis/s1600-h/dscn9585.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R6ECaXxCNFI/AAAAAAAAAag/TScDhWo_eis/s320/dscn9585.jpg" alt="" id="BLOGGER_PHOTO_ID_5161409300022834258" border="0" /&gt;&lt;/a&gt;turn my head 180 degrees &amp;amp; what do i see?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-8703405377425276617?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/8703405377425276617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=8703405377425276617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/8703405377425276617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/8703405377425276617'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/los-angeles.html' title='Los Angeles'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/R5_lcHxCMjI/AAAAAAAAAWQ/C9PHijNR_9A/s72-c/dscn8159.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7873750054103791867</id><published>2008-01-29T03:51:00.001+02:00</published><updated>2009-03-30T01:34:09.995+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>San Fran!!!</title><content type='html'>you could say i wasnt really thinking when i got 2 the SEA-TAC air port... i 4got 2 move shampoo, shower gel &amp;amp; shaving cream into my checked items... so i was searched like a...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56HX3xCMKI/AAAAAAAAATQ/uRQcc3C9Iz4/s1600-h/dscn7823.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56HX3xCMKI/AAAAAAAAATQ/uRQcc3C9Iz4/s320/dscn7823.jpg" alt="" id="BLOGGER_PHOTO_ID_5160711067189522594" border="0" /&gt;&lt;/a&gt;when i got out the subway station, this is what i saw! (not bad!)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56IKHxCMLI/AAAAAAAAATY/VTVC7YwU6E4/s1600-h/dscn7848.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56IKHxCMLI/AAAAAAAAATY/VTVC7YwU6E4/s320/dscn7848.jpg" alt="" id="BLOGGER_PHOTO_ID_5160711930477949106" border="0" /&gt;&lt;/a&gt;get my picture taken with 1 of the locals :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56IvnxCMMI/AAAAAAAAATg/ata96zU-8bE/s1600-h/dscn7860.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56IvnxCMMI/AAAAAAAAATg/ata96zU-8bE/s320/dscn7860.jpg" alt="" id="BLOGGER_PHOTO_ID_5160712574723043522" border="0" /&gt;&lt;/a&gt;i walk past a lot of nice buildings... this is one of them! i realize that i have a bit more walking 2go!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56JUHxCMNI/AAAAAAAAATo/uPq0nGmmt6o/s1600-h/dscn7867.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56JUHxCMNI/AAAAAAAAATo/uPq0nGmmt6o/s320/dscn7867.jpg" alt="" id="BLOGGER_PHOTO_ID_5160713201788268754" border="0" /&gt;&lt;/a&gt;i get the feeling im getting close...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56KYHxCMOI/AAAAAAAAATw/WQW1A4Vmuq8/s1600-h/dscn7877.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56KYHxCMOI/AAAAAAAAATw/WQW1A4Vmuq8/s320/dscn7877.jpg" alt="" id="BLOGGER_PHOTO_ID_5160714370019373282" border="0" /&gt;&lt;/a&gt;i get there &amp;amp; i gotta say... there's nothing like free food!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56LVnxCMPI/AAAAAAAAAT4/hw5XXU2XIGc/s1600-h/dscn7879.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56LVnxCMPI/AAAAAAAAAT4/hw5XXU2XIGc/s320/dscn7879.jpg" alt="" id="BLOGGER_PHOTO_ID_5160715426581328114" border="0" /&gt;&lt;/a&gt;good friendly crowd 2 party with!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56M0HxCMQI/AAAAAAAAAUA/xZADwm4v_r4/s1600-h/dscn7882.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56M0HxCMQI/AAAAAAAAAUA/xZADwm4v_r4/s320/dscn7882.jpg" alt="" id="BLOGGER_PHOTO_ID_5160717050078966018" border="0" /&gt;&lt;/a&gt;good place 2 "download large e-mail attachments!"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56OHnxCMRI/AAAAAAAAAUI/APom74BHRhs/s1600-h/dscn7906.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56OHnxCMRI/AAAAAAAAAUI/APom74BHRhs/s320/dscn7906.jpg" alt="" id="BLOGGER_PHOTO_ID_5160718484598042898" border="0" /&gt;&lt;/a&gt;the very next day it was raining like hell!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56P1nxCMSI/AAAAAAAAAUQ/fhDQmHzebhY/s1600-h/dscn7915.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56P1nxCMSI/AAAAAAAAAUQ/fhDQmHzebhY/s320/dscn7915.jpg" alt="" id="BLOGGER_PHOTO_ID_5160720374383653154" border="0" /&gt;&lt;/a&gt;but if you think i cam all this way NOT to walk over the golden gate bridge...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56VWHxCMTI/AAAAAAAAAUY/BWE7pZ9shO0/s1600-h/dscn7930.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56VWHxCMTI/AAAAAAAAAUY/BWE7pZ9shO0/s320/dscn7930.jpg" alt="" id="BLOGGER_PHOTO_ID_5160726430287540530" border="0" /&gt;&lt;/a&gt;then you were wrong... very wrong!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56WVHxCMUI/AAAAAAAAAUg/648Zll_Uvkg/s1600-h/dscn7942.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56WVHxCMUI/AAAAAAAAAUg/648Zll_Uvkg/s320/dscn7942.jpg" alt="" id="BLOGGER_PHOTO_ID_5160727512619299138" border="0" /&gt;&lt;/a&gt;&amp;amp; there's the view from the other side of the bridge!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56XQ3xCMVI/AAAAAAAAAUo/hzzmqhIr6hk/s1600-h/dscn7953.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56XQ3xCMVI/AAAAAAAAAUo/hzzmqhIr6hk/s320/dscn7953.jpg" alt="" id="BLOGGER_PHOTO_ID_5160728539116482898" border="0" /&gt;&lt;/a&gt;on the way back i passes sum church!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56YTnxCMWI/AAAAAAAAAUw/FYwGRzb9vbU/s1600-h/dscn7971.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56YTnxCMWI/AAAAAAAAAUw/FYwGRzb9vbU/s320/dscn7971.jpg" alt="" id="BLOGGER_PHOTO_ID_5160729685872750946" border="0" /&gt;&lt;/a&gt;the next day it was still raining like krazy, so i went 2 the California institute of science &amp;amp; saw sum ?fish?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56ZPXxCMXI/AAAAAAAAAU4/8cIfi3JEkJE/s1600-h/dscn7979.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56ZPXxCMXI/AAAAAAAAAU4/8cIfi3JEkJE/s320/dscn7979.jpg" alt="" id="BLOGGER_PHOTO_ID_5160730712369934706" border="0" /&gt;&lt;/a&gt;here's another big 1!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56aD3xCMYI/AAAAAAAAAVA/pfGSIhSvh8E/s1600-h/dscn7980.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56aD3xCMYI/AAAAAAAAAVA/pfGSIhSvh8E/s320/dscn7980.jpg" alt="" id="BLOGGER_PHOTO_ID_5160731614313066882" border="0" /&gt;&lt;/a&gt;its a giant sea bass! freaky lookin!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56efXxCMZI/AAAAAAAAAVI/lTC5tON3KiU/s1600-h/dscn7992.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56efXxCMZI/AAAAAAAAAVI/lTC5tON3KiU/s320/dscn7992.jpg" alt="" id="BLOGGER_PHOTO_ID_5160736484805980562" border="0" /&gt;&lt;/a&gt;i bought a certain something for a certain someone there...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56gZXxCMaI/AAAAAAAAAVQ/JYwvWWgUuNs/s1600-h/dscn8026.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56gZXxCMaI/AAAAAAAAAVQ/JYwvWWgUuNs/s320/dscn8026.jpg" alt="" id="BLOGGER_PHOTO_ID_5160738580750021026" border="0" /&gt;&lt;/a&gt;im standing behind the USS &lt;cant-remember-name&gt; sub marine... the tour was closed (noticed the fencing) i was quit upset about that!&lt;br /&gt;&lt;/cant-remember-name&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56heHxCMbI/AAAAAAAAAVY/ZAnMB-4jkhg/s1600-h/dscn8048.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56heHxCMbI/AAAAAAAAAVY/ZAnMB-4jkhg/s320/dscn8048.jpg" alt="" id="BLOGGER_PHOTO_ID_5160739761866027442" border="0" /&gt;&lt;/a&gt;well im a little happier now... 2bad its just a wax museum :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56iaXxCMcI/AAAAAAAAAVg/jcdudpAleEg/s1600-h/dscn8059.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56iaXxCMcI/AAAAAAAAAVg/jcdudpAleEg/s320/dscn8059.jpg" alt="" id="BLOGGER_PHOTO_ID_5160740796953145794" border="0" /&gt;&lt;/a&gt;Nick... i know you would do the same thing :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56jonxCMdI/AAAAAAAAAVo/hmhY7crjZow/s1600-h/dscn8147.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R56jonxCMdI/AAAAAAAAAVo/hmhY7crjZow/s320/dscn8147.jpg" alt="" id="BLOGGER_PHOTO_ID_5160742141277909458" border="0" /&gt;&lt;/a&gt;left - activist&lt;br /&gt;middle -  Diane - a cape tonien!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56lCHxCMfI/AAAAAAAAAVw/YGBc1N13aGw/s1600-h/dscn8148.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56lCHxCMfI/AAAAAAAAAVw/YGBc1N13aGw/s320/dscn8148.jpg" alt="" id="BLOGGER_PHOTO_ID_5160743678876201458" border="0" /&gt;&lt;/a&gt;live music ALWAYS goes down well :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56lgXxCMgI/AAAAAAAAAV4/TRGtsTFJFA8/s1600-h/dscn8150.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R56lgXxCMgI/AAAAAAAAAV4/TRGtsTFJFA8/s320/dscn8150.jpg" alt="" id="BLOGGER_PHOTO_ID_5160744198567244290" border="0" /&gt;&lt;/a&gt;&amp;amp; these 2 are from Scotland!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56mE3xCMhI/AAAAAAAAAWA/xSaCsQDc4i0/s1600-h/dscn8151.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R56mE3xCMhI/AAAAAAAAAWA/xSaCsQDc4i0/s320/dscn8151.jpg" alt="" id="BLOGGER_PHOTO_ID_5160744825632469522" border="0" /&gt;&lt;/a&gt;UK&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56m5HxCMiI/AAAAAAAAAWI/lHgRdDWF9Zs/s1600-h/dscn8153.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R56m5HxCMiI/AAAAAAAAAWI/lHgRdDWF9Zs/s320/dscn8153.jpg" alt="" id="BLOGGER_PHOTO_ID_5160745723280634402" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7873750054103791867?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7873750054103791867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7873750054103791867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7873750054103791867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7873750054103791867'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/san-fran.html' title='San Fran!!!'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_i9CrsdvrrgE/R56HX3xCMKI/AAAAAAAAATQ/uRQcc3C9Iz4/s72-c/dscn7823.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7016538054135239082</id><published>2008-01-17T07:38:00.001+02:00</published><updated>2009-03-30T01:34:17.740+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Seattle, Space Needle, New Years</title><content type='html'>so after my 18hr grey hound bus ride, threw 4 mountain passes &amp;amp; 2 snow storms... i arrive in seattle. let me just say this. for anyone wanting to see the country side via bus... all you would see during the winter is snow! which is not very interesting!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R47rBhpGfrI/AAAAAAAAAPE/2t1eLGOZEk4/s1600-h/dscn7508.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R47rBhpGfrI/AAAAAAAAAPE/2t1eLGOZEk4/s320/dscn7508.jpg" alt="" id="BLOGGER_PHOTO_ID_5156317034828955314" border="0" /&gt;&lt;/a&gt;so i leave the grey hound bus terminal, its 11:30pm &amp;amp; this is what i see... suddenly i remember that i have no idea were to go!&lt;br /&gt;i for got to print any information on the place i was supposed to be staying in that night!&lt;br /&gt;didnt know were it was &amp;amp; how to get there!&lt;br /&gt;... but you know, luckly for me it started raining softly :(&lt;br /&gt;so i have 3 bags &amp;amp; a arm in a cast, dont know were to go &amp;amp; its raining...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R47sGRpGfsI/AAAAAAAAAPM/PU-8kbdS66o/s1600-h/dscn7514.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R47sGRpGfsI/AAAAAAAAAPM/PU-8kbdS66o/s320/dscn7514.jpg" alt="" id="BLOGGER_PHOTO_ID_5156318215944961730" border="0" /&gt;&lt;/a&gt;i meet some people who are staying in the same hostel as i am &amp;amp; follow them to the hostel! cozey :) fire place &amp;amp; DVD's going on the lap top...&lt;br /&gt;my room is on the 3rd floor, when i wake up in the morning this is what i see!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R47tLBpGftI/AAAAAAAAAPU/jsWOueLBNww/s1600-h/dscn7516.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R47tLBpGftI/AAAAAAAAAPU/jsWOueLBNww/s320/dscn7516.jpg" alt="" id="BLOGGER_PHOTO_ID_5156319397060968146" border="0" /&gt;&lt;/a&gt;not bad! im impressed, that 30min bus ride 2 the 'out of the way' hostel was kinda worth it!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47u8xpGfuI/AAAAAAAAAPc/pSGfQSfva50/s1600-h/dscn7518.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47u8xpGfuI/AAAAAAAAAPc/pSGfQSfva50/s320/dscn7518.jpg" alt="" id="BLOGGER_PHOTO_ID_5156321351271087842" border="0" /&gt;&lt;/a&gt;so there is my bed! i was annoyed that there was no place to store my lugage! just leaving it on the floor is not good enough! i have a laptop!!! im not just going to leave it on the floor while i explore the city! u mad?&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47v1xpGfvI/AAAAAAAAAPk/Ob3xCNUCSDI/s1600-h/dscn7532.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47v1xpGfvI/AAAAAAAAAPk/Ob3xCNUCSDI/s320/dscn7532.jpg" alt="" id="BLOGGER_PHOTO_ID_5156322330523631346" border="0" /&gt;&lt;/a&gt;well there's that view again!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R47wWhpGfwI/AAAAAAAAAPs/SNbZ3ssZWWo/s1600-h/dscn7536.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R47wWhpGfwI/AAAAAAAAAPs/SNbZ3ssZWWo/s320/dscn7536.jpg" alt="" id="BLOGGER_PHOTO_ID_5156322893164347138" border="0" /&gt;&lt;/a&gt;&amp;amp; im just enjoying that fire place...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R47w5RpGfxI/AAAAAAAAAP0/savtmXtdlGU/s1600-h/dscn7543.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R47w5RpGfxI/AAAAAAAAAP0/savtmXtdlGU/s320/dscn7543.jpg" alt="" id="BLOGGER_PHOTO_ID_5156323490164801298" border="0" /&gt;&lt;/a&gt;my uncles John &amp;amp; Darren got me a book of the top 10 things to do in Seattle... (10 best... places 2 stay, places to eat, things to see...)&lt;br /&gt;well that climbing wall was i of the 10... so i crossed it off my list! looks like it could be fun in the summer!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47y-xpGfzI/AAAAAAAAAQE/fCTSjfS1KMk/s1600-h/dscn7553.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47y-xpGfzI/AAAAAAAAAQE/fCTSjfS1KMk/s320/dscn7553.jpg" alt="" id="BLOGGER_PHOTO_ID_5156325783677337394" border="0" /&gt;&lt;/a&gt;well here is the Green Tortoise Seattle Hostel! http://www.greentortoise.net/ there is the link! now as you can see my stuff is safe... i can lock my stuff up &amp;amp; enjoy the city with please of mind! how ever there is no view! (not really a big deal since i only really spent 4hrs in the hostel - that was the 4hrs i slept!)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R470zxpGf1I/AAAAAAAAAQU/k9MK7yRAD0Y/s1600-h/dscn7562.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R470zxpGf1I/AAAAAAAAAQU/k9MK7yRAD0Y/s320/dscn7562.jpg" alt="" id="BLOGGER_PHOTO_ID_5156327793722031954" border="0" /&gt;&lt;/a&gt;there's Pike's public fish market!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R471XRpGf2I/AAAAAAAAAQc/0REcGwNWKzI/s1600-h/dscn7563.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R471XRpGf2I/AAAAAAAAAQc/0REcGwNWKzI/s320/dscn7563.jpg" alt="" id="BLOGGER_PHOTO_ID_5156328403607388002" border="0" /&gt;&lt;/a&gt;i donno, maybe they'r going GREEN... saving the environment? :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4719xpGf3I/AAAAAAAAAQk/5GVtMCRUYtg/s1600-h/dscn7566.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4719xpGf3I/AAAAAAAAAQk/5GVtMCRUYtg/s320/dscn7566.jpg" alt="" id="BLOGGER_PHOTO_ID_5156329065032351602" border="0" /&gt;&lt;/a&gt;im waiting in mind for the sky train... or mono rail... to go c...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R472wBpGf4I/AAAAAAAAAQs/Am3-2YjTy4k/s1600-h/dscn7569.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R472wBpGf4I/AAAAAAAAAQs/Am3-2YjTy4k/s320/dscn7569.jpg" alt="" id="BLOGGER_PHOTO_ID_5156329928320778114" border="0" /&gt;&lt;/a&gt;... this!!!&lt;br /&gt;the space needle!&lt;br /&gt;now keep in mind, its the 31st of December... the last day of 2007... &amp;amp; im going to the top of that :D&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R473fhpGf5I/AAAAAAAAAQ0/wZm96yFP0KU/s1600-h/dscn7574.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R473fhpGf5I/AAAAAAAAAQ0/wZm96yFP0KU/s320/dscn7574.jpg" alt="" id="BLOGGER_PHOTO_ID_5156330744364564370" border="0" /&gt;&lt;/a&gt;using this $16 ticket - mono rail was $4...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R474ehpGf6I/AAAAAAAAAQ8/shzpDrtjv98/s1600-h/dscn7578.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R474ehpGf6I/AAAAAAAAAQ8/shzpDrtjv98/s320/dscn7578.jpg" alt="" id="BLOGGER_PHOTO_ID_5156331826696322978" border="0" /&gt;&lt;/a&gt;&amp;amp; this is what i see when i get to the top!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4750RpGf7I/AAAAAAAAARE/0Sdv-qq287E/s1600-h/dscn7646.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4750RpGf7I/AAAAAAAAARE/0Sdv-qq287E/s320/dscn7646.jpg" alt="" id="BLOGGER_PHOTO_ID_5156333299870105522" border="0" /&gt;&lt;/a&gt;red bull @ the top :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R476kxpGf8I/AAAAAAAAARM/GGmDGnfHbdg/s1600-h/dscn7659.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R476kxpGf8I/AAAAAAAAARM/GGmDGnfHbdg/s320/dscn7659.jpg" alt="" id="BLOGGER_PHOTO_ID_5156334133093760962" border="0" /&gt;&lt;/a&gt;&amp;amp; there is the needle again, just after sun set! all the lights r on...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R477tBpGf9I/AAAAAAAAARU/coh6apDlcss/s1600-h/dscn7658.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R477tBpGf9I/AAAAAAAAARU/coh6apDlcss/s320/dscn7658.jpg" alt="" id="BLOGGER_PHOTO_ID_5156335374339309522" border="0" /&gt;&lt;/a&gt;obviously i couldn't miss this!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R478XRpGf-I/AAAAAAAAARc/Ji5TAcxiwJ8/s1600-h/dscn7660.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R478XRpGf-I/AAAAAAAAARc/Ji5TAcxiwJ8/s320/dscn7660.jpg" alt="" id="BLOGGER_PHOTO_ID_5156336100188782562" border="0" /&gt;&lt;/a&gt;got a $5 IMAX ticket to see 'beavers'... the other option was 'i am legend' the IMAX was ok... wouldn't recommend running out to see beavers...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R479cBpGf_I/AAAAAAAAARk/8WoLH0b-_qk/s1600-h/dscn7664.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R479cBpGf_I/AAAAAAAAARk/8WoLH0b-_qk/s320/dscn7664.jpg" alt="" id="BLOGGER_PHOTO_ID_5156337281304788978" border="0" /&gt;&lt;/a&gt;as you know... the human genome was solved...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47-rxpGgAI/AAAAAAAAARs/bKEnK5jlDq0/s1600-h/dscn7665.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R47-rxpGgAI/AAAAAAAAARs/bKEnK5jlDq0/s320/dscn7665.jpg" alt="" id="BLOGGER_PHOTO_ID_5156338651399356418" border="0" /&gt;&lt;/a&gt;these guys were cool... all robotic!&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-97d07015eeae2572" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v24.nonxt6.googlevideo.com/videoplayback?id%3D97d07015eeae2572%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3DDE52EF236546D731016094470978A7BDD74D23.D6579CB5610586383AA963D64EA378EF78B668F%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D97d07015eeae2572%26offsetms%3D5000%26itag%3Dw160%26sigh%3DRDpbVLgRXrRq1A2D8fAQuXjTEms&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v24.nonxt6.googlevideo.com/videoplayback?id%3D97d07015eeae2572%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3DDE52EF236546D731016094470978A7BDD74D23.D6579CB5610586383AA963D64EA378EF78B668F%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D97d07015eeae2572%26offsetms%3D5000%26itag%3Dw160%26sigh%3DRDpbVLgRXrRq1A2D8fAQuXjTEms&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;so there's the GT new years eve pre party! free beer from 8pm till the keg finishes...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R48ALxpGgBI/AAAAAAAAAR0/OklWyy7Kwko/s1600-h/dscn7676.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R48ALxpGgBI/AAAAAAAAAR0/OklWyy7Kwko/s320/dscn7676.jpg" alt="" id="BLOGGER_PHOTO_ID_5156340300666798098" border="0" /&gt;&lt;/a&gt;theres Anna, from Italy, staying in Santa Barbra for a year!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48BDRpGgCI/AAAAAAAAAR8/N35qL9OAEZ8/s1600-h/dscn7679.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48BDRpGgCI/AAAAAAAAAR8/N35qL9OAEZ8/s320/dscn7679.jpg" alt="" id="BLOGGER_PHOTO_ID_5156341254149537826" border="0" /&gt;&lt;/a&gt;cant remember here name... but...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R48B3BpGgDI/AAAAAAAAASE/rpFTRsWv2-k/s1600-h/dscn7681.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R48B3BpGgDI/AAAAAAAAASE/rpFTRsWv2-k/s320/dscn7681.jpg" alt="" id="BLOGGER_PHOTO_ID_5156342143207768114" border="0" /&gt;&lt;/a&gt;her friend was kinda freekin me out... that was a bit 2 close 4 comfort! just like my cast!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R48CfxpGgEI/AAAAAAAAASM/vFHjNqeC33M/s1600-h/dscn7685.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R48CfxpGgEI/AAAAAAAAASM/vFHjNqeC33M/s320/dscn7685.jpg" alt="" id="BLOGGER_PHOTO_ID_5156342843287437378" border="0" /&gt;&lt;/a&gt;more free beer!!! 4o FL OZ... thats like a leter!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48DbRpGgFI/AAAAAAAAASU/BRo5ZNWynG8/s1600-h/dscn7694.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48DbRpGgFI/AAAAAAAAASU/BRo5ZNWynG8/s320/dscn7694.jpg" alt="" id="BLOGGER_PHOTO_ID_5156343865489653842" border="0" /&gt;&lt;/a&gt;2008!&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-7cc8cad6fdd0e2c8" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v21.nonxt6.googlevideo.com/videoplayback?id%3D7cc8cad6fdd0e2c8%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D523066800690860C82912FD137263B8E54275887.1A0847DD06D717B61E2E87859670C36FE7DE1714%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D7cc8cad6fdd0e2c8%26offsetms%3D5000%26itag%3Dw160%26sigh%3DLX3f2MyoubXfYMbHpjW-lEz0-tA&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v21.nonxt6.googlevideo.com/videoplayback?id%3D7cc8cad6fdd0e2c8%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D523066800690860C82912FD137263B8E54275887.1A0847DD06D717B61E2E87859670C36FE7DE1714%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D7cc8cad6fdd0e2c8%26offsetms%3D5000%26itag%3Dw160%26sigh%3DLX3f2MyoubXfYMbHpjW-lEz0-tA&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;since the photo was blurred, i took video!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R48FyhpGgGI/AAAAAAAAASc/oegyxZG-ycI/s1600-h/dscn7729.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R48FyhpGgGI/AAAAAAAAASc/oegyxZG-ycI/s320/dscn7729.jpg" alt="" id="BLOGGER_PHOTO_ID_5156346463944867938" border="0" /&gt;&lt;/a&gt;Dimitri's JAZZ ally...i had to take a photo of it... &amp;amp; yes it was in a ally!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48HpRpGgHI/AAAAAAAAASk/lHH_pu3Fkzk/s1600-h/dscn7767.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R48HpRpGgHI/AAAAAAAAASk/lHH_pu3Fkzk/s320/dscn7767.jpg" alt="" id="BLOGGER_PHOTO_ID_5156348504054333554" border="0" /&gt;&lt;/a&gt;went to the EMP - Experience Music Project! - Chris... think u would like this place... A LOT!!!&lt;br /&gt;well i did a lot of walking in seattle... i think this is round about were my blisters started...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7016538054135239082?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=7cc8cad6fdd0e2c8&amp;type=video%2Fmp4' length='0'/><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=97d07015eeae2572&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7016538054135239082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7016538054135239082' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7016538054135239082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7016538054135239082'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/seattle-space-needle-new-years.html' title='Seattle, Space Needle, New Years'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/R47rBhpGfrI/AAAAAAAAAPE/2t1eLGOZEk4/s72-c/dscn7508.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7972263461739379184</id><published>2008-01-09T09:43:00.002+02:00</published><updated>2009-03-30T01:34:23.646+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>Yellow Stone</title><content type='html'>2 my surprize i got a chance 2c yellow stone national park!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4R8DxpGfaI/AAAAAAAAAM8/WCMUz8tyibM/s1600-h/dscn7298.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4R8DxpGfaI/AAAAAAAAAM8/WCMUz8tyibM/s320/dscn7298.jpg" alt="" id="BLOGGER_PHOTO_ID_5153380277925871010" border="0" /&gt;&lt;/a&gt;there i have arrived!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R4R80BpGfcI/AAAAAAAAANM/CzgaVVD88hQ/s1600-h/dscn7308.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R4R80BpGfcI/AAAAAAAAANM/CzgaVVD88hQ/s320/dscn7308.jpg" alt="" id="BLOGGER_PHOTO_ID_5153381106854559170" border="0" /&gt;&lt;/a&gt;there was a sign  saying something about fort yellowstone! didnt read it but stood next 2 it!&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-fcc792773daf3afb" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v23.nonxt7.googlevideo.com/videoplayback?id%3Dfcc792773daf3afb%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D301C46BAAD3FB9D495392D3B51003D4CD53386DC.629AFA165C726810B2CA30BB35A512F5D9701D5A%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dfcc792773daf3afb%26offsetms%3D5000%26itag%3Dw160%26sigh%3DfUCn7Qomib9zzrWhJsmIZtWLfkg&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v23.nonxt7.googlevideo.com/videoplayback?id%3Dfcc792773daf3afb%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D301C46BAAD3FB9D495392D3B51003D4CD53386DC.629AFA165C726810B2CA30BB35A512F5D9701D5A%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dfcc792773daf3afb%26offsetms%3D5000%26itag%3Dw160%26sigh%3DfUCn7Qomib9zzrWhJsmIZtWLfkg&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4R_LxpGfdI/AAAAAAAAANU/HzWZBD6iI7Q/s1600-h/dscn7329.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4R_LxpGfdI/AAAAAAAAANU/HzWZBD6iI7Q/s320/dscn7329.jpg" alt="" id="BLOGGER_PHOTO_ID_5153383713899707858" border="0" /&gt;&lt;/a&gt;there was water shooting out that rock! a gizer!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-9b31f27703b6c18e" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v6.nonxt1.googlevideo.com/videoplayback?id%3D9b31f27703b6c18e%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D567597AF9103AFE929A24AD018D8619F2DD84068.470BEEC7DB64E037D54BA6BCC215CB5A2B17B514%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D9b31f27703b6c18e%26offsetms%3D5000%26itag%3Dw160%26sigh%3D1dr0d-KvCWS3UvjwwiXiCEqiHKI&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v6.nonxt1.googlevideo.com/videoplayback?id%3D9b31f27703b6c18e%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D567597AF9103AFE929A24AD018D8619F2DD84068.470BEEC7DB64E037D54BA6BCC215CB5A2B17B514%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D9b31f27703b6c18e%26offsetms%3D5000%26itag%3Dw160%26sigh%3D1dr0d-KvCWS3UvjwwiXiCEqiHKI&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;well we got lost trying 2 find the car park &amp;amp; decided 2 run! u'l c in the video i kinda fall &amp;amp; sprain my ancel!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SA-RpGfeI/AAAAAAAAANc/TZTtqOSImr4/s1600-h/dscn7340.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SA-RpGfeI/AAAAAAAAANc/TZTtqOSImr4/s320/dscn7340.jpg" alt="" id="BLOGGER_PHOTO_ID_5153385680994729442" border="0" /&gt;&lt;/a&gt;we find the car &amp;amp; im soooooo happy!!!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R4SBhBpGffI/AAAAAAAAANk/qqZApeca3EE/s1600-h/dscn7342.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R4SBhBpGffI/AAAAAAAAANk/qqZApeca3EE/s320/dscn7342.jpg" alt="" id="BLOGGER_PHOTO_ID_5153386277995183602" border="0" /&gt;&lt;/a&gt;@ mammoth hot springs, just like chico hot springs just with a different name!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SCBhpGfgI/AAAAAAAAANs/90bt2Qz2ds4/s1600-h/dscn7343.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SCBhpGfgI/AAAAAAAAANs/90bt2Qz2ds4/s320/dscn7343.jpg" alt="" id="BLOGGER_PHOTO_ID_5153386836340932098" border="0" /&gt;&lt;/a&gt;there is a rock formation...&lt;br /&gt;liberty cay - a dormant hot spring!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SC0RpGfhI/AAAAAAAAAN0/ThammBHwQHg/s1600-h/dscn7347.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SC0RpGfhI/AAAAAAAAAN0/ThammBHwQHg/s320/dscn7347.jpg" alt="" id="BLOGGER_PHOTO_ID_5153387708219293202" border="0" /&gt;&lt;/a&gt;lots of elk&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SDQhpGfiI/AAAAAAAAAN8/N3W9bPu8Oi8/s1600-h/dscn7354.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SDQhpGfiI/AAAAAAAAAN8/N3W9bPu8Oi8/s320/dscn7354.jpg" alt="" id="BLOGGER_PHOTO_ID_5153388193550597666" border="0" /&gt;&lt;/a&gt;close up!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SD5hpGfjI/AAAAAAAAAOE/m1C0XkwCea8/s1600-h/dscn7369.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SD5hpGfjI/AAAAAAAAAOE/m1C0XkwCea8/s320/dscn7369.jpg" alt="" id="BLOGGER_PHOTO_ID_5153388897925234226" border="0" /&gt;&lt;/a&gt;male with horns!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SEZhpGfkI/AAAAAAAAAOM/IXwwHXmjiMQ/s1600-h/dscn7375.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R4SEZhpGfkI/AAAAAAAAAOM/IXwwHXmjiMQ/s320/dscn7375.jpg" alt="" id="BLOGGER_PHOTO_ID_5153389447681048130" border="0" /&gt;&lt;/a&gt;buffalo... i ended up eating a buffelo burger that day :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SFFxpGflI/AAAAAAAAAOU/2CeSYAjr9GA/s1600-h/dscn7390.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SFFxpGflI/AAAAAAAAAOU/2CeSYAjr9GA/s320/dscn7390.jpg" alt="" id="BLOGGER_PHOTO_ID_5153390207890259538" border="0" /&gt;&lt;/a&gt;coyote!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SFqRpGfmI/AAAAAAAAAOc/nXM2VcgvnMg/s1600-h/dscn7406.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R4SFqRpGfmI/AAAAAAAAAOc/nXM2VcgvnMg/s320/dscn7406.jpg" alt="" id="BLOGGER_PHOTO_ID_5153390834955484770" border="0" /&gt;&lt;/a&gt;more buffalo!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SGlxpGfoI/AAAAAAAAAOs/gU1a7vxlrSc/s1600-h/dscn7417.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SGlxpGfoI/AAAAAAAAAOs/gU1a7vxlrSc/s320/dscn7417.jpg" alt="" id="BLOGGER_PHOTO_ID_5153391857157701250" border="0" /&gt;&lt;/a&gt;cook city, a snow mobiler's heaven!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SH2xpGfqI/AAAAAAAAAO8/FTPbR5Sa_Ic/s1600-h/dscn7446.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R4SH2xpGfqI/AAAAAAAAAO8/FTPbR5Sa_Ic/s320/dscn7446.jpg" alt="" id="BLOGGER_PHOTO_ID_5153393248727105186" border="0" /&gt;&lt;/a&gt;45th parallel!!!!! - u can read the sign!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7972263461739379184?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=9b31f27703b6c18e&amp;type=video%2Fmp4' length='0'/><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=fcc792773daf3afb&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7972263461739379184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7972263461739379184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7972263461739379184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7972263461739379184'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/yellow-stone.html' title='Yellow Stone'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/R4R8DxpGfaI/AAAAAAAAAM8/WCMUz8tyibM/s72-c/dscn7298.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-7100795529129331872</id><published>2008-01-04T03:00:00.001+02:00</published><updated>2009-03-30T01:34:33.890+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>chico fairwell!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32IUBpGfNI/AAAAAAAAALU/MtF2phMeIIo/s1600-h/dscn7458.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32IUBpGfNI/AAAAAAAAALU/MtF2phMeIIo/s320/dscn7458.jpg" alt="" id="BLOGGER_PHOTO_ID_5151423426401303762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;the bar... i mean saloon!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32H0RpGfMI/AAAAAAAAALM/0dn58vcxzvI/s1600-h/dscn7457.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32H0RpGfMI/AAAAAAAAALM/0dn58vcxzvI/s320/dscn7457.jpg" alt="" id="BLOGGER_PHOTO_ID_5151422880940457154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;warning...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32HBBpGfLI/AAAAAAAAALE/BPdgcLvGDqw/s1600-h/dscn7453.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32HBBpGfLI/AAAAAAAAALE/BPdgcLvGDqw/s320/dscn7453.jpg" alt="" id="BLOGGER_PHOTO_ID_5151422000472161458" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;the pool...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32GOhpGfKI/AAAAAAAAAK8/3jztJhfaGms/s1600-h/dscn7465.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32GOhpGfKI/AAAAAAAAAK8/3jztJhfaGms/s320/dscn7465.jpg" alt="" id="BLOGGER_PHOTO_ID_5151421132888767650" border="0" /&gt;&lt;/a&gt;Erica, from Chile&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32KOhpGfPI/AAAAAAAAALk/o783yaTNBW4/s1600-h/dscn7467.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32KOhpGfPI/AAAAAAAAALk/o783yaTNBW4/s320/dscn7467.jpg" alt="" id="BLOGGER_PHOTO_ID_5151425530935278834" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R32LcxpGfRI/AAAAAAAAAL0/gsq9Z6HoC3w/s1600-h/dscn7468.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R32LcxpGfRI/AAAAAAAAAL0/gsq9Z6HoC3w/s320/dscn7468.jpg" alt="" id="BLOGGER_PHOTO_ID_5151426875260042514" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;the cake&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32K9RpGfQI/AAAAAAAAALs/JKp_hiARiWQ/s1600-h/dscn7471.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32K9RpGfQI/AAAAAAAAALs/JKp_hiARiWQ/s320/dscn7471.jpg" alt="" id="BLOGGER_PHOTO_ID_5151426334094163202" border="0" /&gt;&lt;/a&gt;the eating of the cake!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32MEhpGfSI/AAAAAAAAAL8/i2HEAgjz8rE/s1600-h/dscn7473.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R32MEhpGfSI/AAAAAAAAAL8/i2HEAgjz8rE/s320/dscn7473.jpg" alt="" id="BLOGGER_PHOTO_ID_5151427558159842594" border="0" /&gt;&lt;/a&gt;the last supper...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32OFRpGfTI/AAAAAAAAAME/DjhoCr7bDnU/s1600-h/dscn7475.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R32OFRpGfTI/AAAAAAAAAME/DjhoCr7bDnU/s320/dscn7475.jpg" alt="" id="BLOGGER_PHOTO_ID_5151429770068000050" border="0" /&gt;&lt;/a&gt;waiting alone @ the livingston bus station... bus came @ 3:30am :(&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32PGBpGfUI/AAAAAAAAAMM/1rbl6M0mIzY/s1600-h/dscn7493.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R32PGBpGfUI/AAAAAAAAAMM/1rbl6M0mIzY/s320/dscn7493.jpg" alt="" id="BLOGGER_PHOTO_ID_5151430882464529730" border="0" /&gt;&lt;/a&gt;there was a snow storm so the bus people had 2 put chains on the tiers...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-7100795529129331872?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/7100795529129331872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=7100795529129331872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7100795529129331872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/7100795529129331872'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2008/01/chico-fairwell.html' title='chico fairwell!'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_i9CrsdvrrgE/R32IUBpGfNI/AAAAAAAAALU/MtF2phMeIIo/s72-c/dscn7458.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-2836908499284456101</id><published>2007-12-28T07:10:00.001+02:00</published><updated>2009-03-30T01:38:30.707+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><category scheme='http://www.blogger.com/atom/ns#' term='wrist'/><title type='text'>pins &amp; needles!!!</title><content type='html'>2day i went 4 the post op &amp;amp; WOW im in a world of pain. now i understand y they put me under a general anesthetic...&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-2011c353cf4482e2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v1.nonxt3.googlevideo.com/videoplayback?id%3D2011c353cf4482e2%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D33A10804CB7B2782DB67AB928317079939397277.56E7E8412B2EE0E7E2086618ADEBDE31C81E6F95%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D2011c353cf4482e2%26offsetms%3D5000%26itag%3Dw160%26sigh%3DqyDFc6rtObt7W3b0TLXv47xPxj4&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v1.nonxt3.googlevideo.com/videoplayback?id%3D2011c353cf4482e2%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D33A10804CB7B2782DB67AB928317079939397277.56E7E8412B2EE0E7E2086618ADEBDE31C81E6F95%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3D2011c353cf4482e2%26offsetms%3D5000%26itag%3Dw160%26sigh%3DqyDFc6rtObt7W3b0TLXv47xPxj4&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;thats the video of the nurse taking off the temp cast... i cant believe that!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3SGmlkiOLI/AAAAAAAAAKU/Vwcgpw--NgU/s1600-h/pinz1.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3SGmlkiOLI/AAAAAAAAAKU/Vwcgpw--NgU/s320/pinz1.png" alt="" id="BLOGGER_PHOTO_ID_5148888271469820082" border="0" /&gt;&lt;/a&gt;there is the side view... pins going threw my bones...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3SG7FkiOMI/AAAAAAAAAKc/mBwaSYcHdns/s1600-h/pinz2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3SG7FkiOMI/AAAAAAAAAKc/mBwaSYcHdns/s320/pinz2.png" alt="" id="BLOGGER_PHOTO_ID_5148888623657138370" border="0" /&gt;&lt;/a&gt;there is the other side view!&lt;br /&gt;the pins prevent me from moving my wrist!&lt;br /&gt;:(&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3SHxFkiONI/AAAAAAAAAKk/L5NGEGqcCrA/s1600-h/dscn7289.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3SHxFkiONI/AAAAAAAAAKk/L5NGEGqcCrA/s320/dscn7289.jpg" alt="" id="BLOGGER_PHOTO_ID_5148889551370074322" border="0" /&gt;&lt;/a&gt;top view&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3SIS1kiOOI/AAAAAAAAAKs/KMsNcBGP2zs/s1600-h/dscn7292.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3SIS1kiOOI/AAAAAAAAAKs/KMsNcBGP2zs/s320/dscn7292.jpg" alt="" id="BLOGGER_PHOTO_ID_5148890131190659298" border="0" /&gt;&lt;/a&gt;front view&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3SIu1kiOPI/AAAAAAAAAK0/rI-GVmTXo7o/s1600-h/dscn7293.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3SIu1kiOPI/AAAAAAAAAK0/rI-GVmTXo7o/s320/dscn7293.jpg" alt="" id="BLOGGER_PHOTO_ID_5148890612226996466" border="0" /&gt;&lt;/a&gt;&amp;amp; theres a pissed off me!!!&lt;br /&gt;its harder 2 do everything :( boooooo&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-f47beb4da2ae54de" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v13.nonxt2.googlevideo.com/videoplayback?id%3Df47beb4da2ae54de%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D26BC43113CC352EFD8AAFD3D7B943B127F30B2A.21B90BE98B9069558D68EC9D82A502F64D0361F3%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Df47beb4da2ae54de%26offsetms%3D5000%26itag%3Dw160%26sigh%3DdNAwbCLEz6eFGMWbXhAepwXeMFo&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v13.nonxt2.googlevideo.com/videoplayback?id%3Df47beb4da2ae54de%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D26BC43113CC352EFD8AAFD3D7B943B127F30B2A.21B90BE98B9069558D68EC9D82A502F64D0361F3%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Df47beb4da2ae54de%26offsetms%3D5000%26itag%3Dw160%26sigh%3DdNAwbCLEz6eFGMWbXhAepwXeMFo&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;there is the video of the final cast! it was 2 painful 2 video the whole thing, but i have another camo cast, just like the 1st 1!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-2836908499284456101?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=2011c353cf4482e2&amp;type=video%2Fmp4' length='0'/><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=f47beb4da2ae54de&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/2836908499284456101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=2836908499284456101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/2836908499284456101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/2836908499284456101'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/12/pins-needles.html' title='pins &amp; needles!!!'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/R3SGmlkiOLI/AAAAAAAAAKU/Vwcgpw--NgU/s72-c/pinz1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6204377846087292014</id><published>2007-12-26T07:25:00.001+02:00</published><updated>2009-03-30T01:39:09.132+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><category scheme='http://www.blogger.com/atom/ns#' term='wrist'/><title type='text'>broken</title><content type='html'>&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-e5010ef30922c501" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v12.nonxt7.googlevideo.com/videoplayback?id%3De5010ef30922c501%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D290A9A79E7870C73CAEA4BB7DEE6C3672A4241AC.4C17B1E7736689B3194C097C2AB5E95BC573EA1E%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De5010ef30922c501%26offsetms%3D5000%26itag%3Dw160%26sigh%3DDx6Yp0BPOtCMGFxShS2Egzc1d_c&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v12.nonxt7.googlevideo.com/videoplayback?id%3De5010ef30922c501%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D290A9A79E7870C73CAEA4BB7DEE6C3672A4241AC.4C17B1E7736689B3194C097C2AB5E95BC573EA1E%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3De5010ef30922c501%26offsetms%3D5000%26itag%3Dw160%26sigh%3DDx6Yp0BPOtCMGFxShS2Egzc1d_c&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;i was in the pool at the xmas party, it was snowing, i got out the pool, the stairs were iced, i slipped... fell on my wrist, broke the ligament joining the thumb 2 the wrist!&lt;br /&gt;&lt;br /&gt;i had x-rays &amp;amp; a MRI&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3H2F1kiOFI/AAAAAAAAAJk/KgOvKGxmFvY/s1600-h/IMG00000-sk8.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R3H2F1kiOFI/AAAAAAAAAJk/KgOvKGxmFvY/s320/IMG00000-sk8.png" alt="" id="BLOGGER_PHOTO_ID_5148166429201283154" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;if u click on the image it becomes full size&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R3H7eFkiOGI/AAAAAAAAAJs/zDJ_vRgd-bA/s1600-h/dscn7242.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R3H7eFkiOGI/AAAAAAAAAJs/zDJ_vRgd-bA/s320/dscn7242.jpg" alt="" id="BLOGGER_PHOTO_ID_5148172343371249762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;there is me standing next 2 the MRI machine, im holding a key that is "floating" because of the strong electro magnet behind me!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3H8AlkiOHI/AAAAAAAAAJ0/_V-V4d32Fvg/s1600-h/dscn7243.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R3H8AlkiOHI/AAAAAAAAAJ0/_V-V4d32Fvg/s320/dscn7243.jpg" alt="" id="BLOGGER_PHOTO_ID_5148172936076736626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;sitting on the MRI&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R3H8UFkiOII/AAAAAAAAAJ8/s6D4y3TAw9c/s1600-h/dscn7244.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R3H8UFkiOII/AAAAAAAAAJ8/s6D4y3TAw9c/s320/dscn7244.jpg" alt="" id="BLOGGER_PHOTO_ID_5148173271084185730" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;lying on the MRI&lt;br /&gt;&lt;br /&gt;&lt;embed style="width: 400px; height: 326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=-3777982753157112765&amp;amp;hl=en" flashvars=""&gt;&lt;/embed&gt;&lt;br /&gt;&lt;br /&gt;theres the video of me getting my cast put on!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3H8uVkiOJI/AAAAAAAAAKE/34JQ5--F8gk/s1600-h/dscn7246.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3H8uVkiOJI/AAAAAAAAAKE/34JQ5--F8gk/s320/dscn7246.jpg" alt="" id="BLOGGER_PHOTO_ID_5148173722055751826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;amp; like i said in the video, im @ a bar/saloon playing pool! i won that game since Chris sunk the black!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3H9IVkiOKI/AAAAAAAAAKM/GOdMrQ22LuA/s1600-h/dscn7247.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R3H9IVkiOKI/AAAAAAAAAKM/GOdMrQ22LuA/s320/dscn7247.jpg" alt="" id="BLOGGER_PHOTO_ID_5148174168732350626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;amp; theres me about 2 kill a 16" pizza!&lt;br /&gt;&lt;br /&gt;for the surgery, they knocked me out with a general anesthetic, cut my wrist open, stretched out the bones in my wrist &amp;amp; screwed a long screw that extends across my whole wrist &amp;amp; sticks out on both sides!&lt;br /&gt;&lt;br /&gt;8weeks healing time &amp;amp; they say i will need therapy 2 learn how 2 use my thumb again!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6204377846087292014?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=e5010ef30922c501&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6204377846087292014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6204377846087292014' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6204377846087292014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6204377846087292014'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/12/broken.html' title='broken'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_i9CrsdvrrgE/R3H2F1kiOFI/AAAAAAAAAJk/KgOvKGxmFvY/s72-c/IMG00000-sk8.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-1013205057042178919</id><published>2007-12-13T06:25:00.002+02:00</published><updated>2009-03-30T01:39:38.894+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>week2 - xmas party &amp; shopping frenzy</title><content type='html'>hi every1,&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2C-XoJGWVI/AAAAAAAAAF0/oSPZMDoY43I/s1600-h/DSCN7193.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2C-XoJGWVI/AAAAAAAAAF0/oSPZMDoY43I/s320/DSCN7193.JPG" alt="" id="BLOGGER_PHOTO_ID_5143320087578958162" border="0" /&gt;&lt;/a&gt;this is pizza hut!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R2C-04JGWWI/AAAAAAAAAF8/x8MweOwhTwQ/s1600-h/DSCN7194.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R2C-04JGWWI/AAAAAAAAAF8/x8MweOwhTwQ/s320/DSCN7194.JPG" alt="" id="BLOGGER_PHOTO_ID_5143320590090131810" border="0" /&gt;&lt;/a&gt;that was my pizza&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2C_OIJGWXI/AAAAAAAAAGE/lV6zpytm4E4/s1600-h/DSCN7196.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2C_OIJGWXI/AAAAAAAAAGE/lV6zpytm4E4/s320/DSCN7196.JPG" alt="" id="BLOGGER_PHOTO_ID_5143321023881828722" border="0" /&gt;&lt;/a&gt;there is me &amp;amp; Annie eating the pizza&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2C_oIJGWYI/AAAAAAAAAGM/NfrsNd9ijso/s1600-h/DSCN7201.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2C_oIJGWYI/AAAAAAAAAGM/NfrsNd9ijso/s320/DSCN7201.JPG" alt="" id="BLOGGER_PHOTO_ID_5143321470558427522" border="0" /&gt;&lt;/a&gt;here is the xmas supper party of last nite! thats my table&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2C_9oJGWZI/AAAAAAAAAGU/HUHRNwcsvVU/s1600-h/DSCN7200.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2C_9oJGWZI/AAAAAAAAAGU/HUHRNwcsvVU/s320/DSCN7200.JPG" alt="" id="BLOGGER_PHOTO_ID_5143321839925614994" border="0" /&gt;&lt;/a&gt;there is my starter, cream spinish, fried chees (wtf) bbq chicken&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R2DArYJGWaI/AAAAAAAAAGc/oBvoLLxW96I/s1600-h/DSCN7202.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R2DArYJGWaI/AAAAAAAAAGc/oBvoLLxW96I/s320/DSCN7202.JPG" alt="" id="BLOGGER_PHOTO_ID_5143322625904630178" border="0" /&gt;&lt;/a&gt;thats all the south africans&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2DA9IJGWbI/AAAAAAAAAGk/kC5VMlJ1vWk/s1600-h/DSCN7208.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2DA9IJGWbI/AAAAAAAAAGk/kC5VMlJ1vWk/s320/DSCN7208.JPG" alt="" id="BLOGGER_PHOTO_ID_5143322930847308210" border="0" /&gt;&lt;/a&gt;thats my mains! ribs, prawns, pumpkin, salad, chicken&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R2DBf4JGWcI/AAAAAAAAAGs/YjSMP37oF5U/s1600-h/DSCN7209.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R2DBf4JGWcI/AAAAAAAAAGs/YjSMP37oF5U/s320/DSCN7209.JPG" alt="" id="BLOGGER_PHOTO_ID_5143323527847762370" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;i just thought i'd help the catering company clear the half empty bottles of wine! that wine was all from south aftica, stellenbosh!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2DLdIJGWxI/AAAAAAAAAJU/PnvwOL0cwTM/s1600-h/DSCN7210.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R2DLdIJGWxI/AAAAAAAAAJU/PnvwOL0cwTM/s320/DSCN7210.JPG" alt="" id="BLOGGER_PHOTO_ID_5143334475719400210" border="0" /&gt;&lt;/a&gt;When i woke up i had a BIG head ache! so i went 2 wendy's &amp;amp; got a double burger! ... noting beats burger king! wendy's sux!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2DCnoJGWeI/AAAAAAAAAG8/KGWjxRixdzw/s1600-h/DSCN7211.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R2DCnoJGWeI/AAAAAAAAAG8/KGWjxRixdzw/s320/DSCN7211.JPG" alt="" id="BLOGGER_PHOTO_ID_5143324760503376354" border="0" /&gt;&lt;/a&gt;Annie wanted 2 ride the bull!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-1013205057042178919?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/1013205057042178919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=1013205057042178919' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1013205057042178919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/1013205057042178919'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/12/week2-xmas-party-shopping-frenzy.html' title='week2 - xmas party &amp; shopping frenzy'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_i9CrsdvrrgE/R2C-XoJGWVI/AAAAAAAAAF0/oSPZMDoY43I/s72-c/DSCN7193.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-8696339303997503825</id><published>2007-12-05T18:04:00.001+02:00</published><updated>2009-03-30T01:39:55.676+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='USA'/><title type='text'>me in USA</title><content type='html'>1st of all nobody knows or understands that there r white people living in africa as well... when most americans ask me were im from &amp;amp; i reply - from South Africa... 1stly they dont know were it is so i explain that it is in the southern tip of africa...&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bUiYJGVoI/AAAAAAAAAAM/qDTp9Wi-jiE/s1600-h/DSCN7005.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bUiYJGVoI/AAAAAAAAAAM/qDTp9Wi-jiE/s320/DSCN7005.JPG" alt="" id="BLOGGER_PHOTO_ID_5140529711751255682" border="0" /&gt;&lt;br /&gt;when they say America is the fattest country then weren't lying! that 1 slice of pizza &amp;amp; it filled me up! i have how ever put on 2.5KG's in the week or so that i have been here! but let me start the story from the begging!&lt;br /&gt;&lt;br /&gt;airport... i was 2 fly out the day after my birthday - which was awsum so thank 2 every1 who was there 2 add 2 the fun! so i arrived with 3 or so hours till the flight time, i was supposed 2b off the ground @ 7:10... &amp;amp; I arrived @ about 3pm... now there is lots of walking 2 do &amp;amp; im not up 4 it so i asked Anni 2 push me in a wheel chair :)&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bY8oJGVpI/AAAAAAAAAAU/PNEX9trFPWI/s1600-h/DSCN6999.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bY8oJGVpI/AAAAAAAAAAU/PNEX9trFPWI/s320/DSCN6999.JPG" alt="" id="BLOGGER_PHOTO_ID_5140534560769332882" border="0" /&gt;&lt;/a&gt;yeah that was more like it! anyway the flight was delayed 3hrs... we only left the ground @ 10pm :&lt; onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1bdU4JGVqI/AAAAAAAAAAc/r0tlhDX_foY/s1600-h/DSCN7002.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1bdU4JGVqI/AAAAAAAAAAc/r0tlhDX_foY/s320/DSCN7002.JPG" alt="" id="BLOGGER_PHOTO_ID_5140539375427671714" border="0" /&gt;now SAA ran out of water @ about 1am... so i had 2 drink Heineken while i watched the in flight movies!&lt;br /&gt;&lt;br /&gt;anyway so i arrive in USA... lets take a little walk down Broadway!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bd7IJGVrI/AAAAAAAAAAk/gI-XWE8SeH0/s1600-h/DSCN7006.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bd7IJGVrI/AAAAAAAAAAk/gI-XWE8SeH0/s320/DSCN7006.JPG" alt="" id="BLOGGER_PHOTO_ID_5140540032557668018" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bf1oJGVtI/AAAAAAAAAA0/wPJNA7L6lZs/s1600-h/DSCN7007.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bf1oJGVtI/AAAAAAAAAA0/wPJNA7L6lZs/s320/DSCN7007.JPG" alt="" id="BLOGGER_PHOTO_ID_5140542137091643090" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bgTYJGVuI/AAAAAAAAAA8/ND-aJi6_Grk/s1600-h/DSCN7008.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bgTYJGVuI/AAAAAAAAAA8/ND-aJi6_Grk/s320/DSCN7008.JPG" alt="" id="BLOGGER_PHOTO_ID_5140542648192751330" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bgloJGVvI/AAAAAAAAABE/mMtuCrQsyxk/s1600-h/DSCN7009.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bgloJGVvI/AAAAAAAAABE/mMtuCrQsyxk/s320/DSCN7009.JPG" alt="" id="BLOGGER_PHOTO_ID_5140542961725363954" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bhFYJGVwI/AAAAAAAAABM/GxBdMZnwPXI/s1600-h/DSCN7011.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bhFYJGVwI/AAAAAAAAABM/GxBdMZnwPXI/s320/DSCN7011.JPG" alt="" id="BLOGGER_PHOTO_ID_5140543507186210562" border="0" /&gt;&lt;/a&gt;i did not eat there &amp;amp; i have not eaten Mc Donald's since i have been in the USA!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bhwoJGVxI/AAAAAAAAABU/w_GajCb0YOA/s1600-h/DSCN7016.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bhwoJGVxI/AAAAAAAAABU/w_GajCb0YOA/s320/DSCN7016.JPG" alt="" id="BLOGGER_PHOTO_ID_5140544250215552786" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1biE4JGVyI/AAAAAAAAABc/mbpP49fxcEk/s1600-h/DSCN7018.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1biE4JGVyI/AAAAAAAAABc/mbpP49fxcEk/s320/DSCN7018.JPG" alt="" id="BLOGGER_PHOTO_ID_5140544598107903778" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bitYJGV0I/AAAAAAAAABs/4AA4vCG4QYc/s1600-h/DSCN7026.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bitYJGV0I/AAAAAAAAABs/4AA4vCG4QYc/s320/DSCN7026.JPG" alt="" id="BLOGGER_PHOTO_ID_5140545293892605762" border="0" /&gt;&lt;/a&gt;there was this big ice rink in the middle on NYK with a xmas treee - but they were still busy decorating the tree! &amp;amp; i didnt have time 2 go skate!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bjPoJGV1I/AAAAAAAAAB0/uhXigHRAyV4/s1600-h/DSCN7034.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bjPoJGV1I/AAAAAAAAAB0/uhXigHRAyV4/s320/DSCN7034.JPG" alt="" id="BLOGGER_PHOTO_ID_5140545882303125330" border="0" /&gt;&lt;/a&gt;yes i went in2 the NYK library's! was nice... 4 a library, ill save u the board um of looking @ photos of books &amp;amp; just show u...&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bkmIJGV3I/AAAAAAAAACE/DGncTMh5Pqk/s1600-h/DSCN7050.JPG"&gt;&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-c9bff923b9d498c3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v22.nonxt2.googlevideo.com/videoplayback?id%3Dc9bff923b9d498c3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D36D0678BC3E276BA67BE8C8622C2AB244B6C34C9.38FBE21114E74B35B685758C5B8C85C06E2A9C78%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dc9bff923b9d498c3%26offsetms%3D5000%26itag%3Dw160%26sigh%3DPBz-pw018Bw45V3MLQCd7S-1wG0&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v22.nonxt2.googlevideo.com/videoplayback?id%3Dc9bff923b9d498c3%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1330347379%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D36D0678BC3E276BA67BE8C8622C2AB244B6C34C9.38FBE21114E74B35B685758C5B8C85C06E2A9C78%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Dc9bff923b9d498c3%26offsetms%3D5000%26itag%3Dw160%26sigh%3DPBz-pw018Bw45V3MLQCd7S-1wG0&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bj2IJGV2I/AAAAAAAAAB8/b11fbw74_CU/s1600-h/DSCN7044.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bj2IJGV2I/AAAAAAAAAB8/b11fbw74_CU/s320/DSCN7044.JPG" alt="" id="BLOGGER_PHOTO_ID_5140546543728088930" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;this is the room were they part of "the after tomorrow" was shot... not sure if any1 will remember but when they'r stuck in the library &amp;amp; they have 2 burn books 2 keep warm... they'r in this room burning books in that fire place!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bkmIJGV3I/AAAAAAAAACE/DGncTMh5Pqk/s1600-h/DSCN7050.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bkmIJGV3I/AAAAAAAAACE/DGncTMh5Pqk/s320/DSCN7050.JPG" alt="" id="BLOGGER_PHOTO_ID_5140547368361809778" border="0" /&gt;&lt;/a&gt;down in grand central station - &amp;amp; buy the way the subway is super dodge, not like the metro in Greece -&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bllIJGV4I/AAAAAAAAACM/pgIPhhaCJDY/s1600-h/DSCN7058.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bllIJGV4I/AAAAAAAAACM/pgIPhhaCJDY/s320/DSCN7058.JPG" alt="" id="BLOGGER_PHOTO_ID_5140548450693568386" border="0" /&gt;&lt;/a&gt;i went 2c a basket ball game - the NYK nicks vs the Utaha Jaxx or something like that.. i got dodge tickets for $25 &amp;amp; had 2 sit right &amp;amp; the back... the game was so boooooring... every 3min 1 team would call time out 4 something stupid... its not as fast passed as rugby!&lt;br /&gt;&lt;br /&gt;the next night Jeanie treated me 2 a night out in NYK which was awsum :)&lt;br /&gt;sushi, 2 bars &amp;amp; a club! all exclusive stuff!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bq8IJGV5I/AAAAAAAAACU/IJDO7l_Out4/s1600-h/n683388169_308593_7968.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bq8IJGV5I/AAAAAAAAACU/IJDO7l_Out4/s320/n683388169_308593_7968.jpg" alt="" id="BLOGGER_PHOTO_ID_5140554343388698514" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1brE4JGV6I/AAAAAAAAACc/wPanZh6-Yqg/s1600-h/n683388169_308595_8651.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1brE4JGV6I/AAAAAAAAACc/wPanZh6-Yqg/s320/n683388169_308595_8651.jpg" alt="" id="BLOGGER_PHOTO_ID_5140554493712553890" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1brNIJGV7I/AAAAAAAAACk/b9gmwFuaXto/s1600-h/n683388169_308597_9704.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1brNIJGV7I/AAAAAAAAACk/b9gmwFuaXto/s320/n683388169_308597_9704.jpg" alt="" id="BLOGGER_PHOTO_ID_5140554635446474674" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1brU4JGV8I/AAAAAAAAACs/dPk9aruvvlw/s1600-h/n683388169_308598_8464.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1brU4JGV8I/AAAAAAAAACs/dPk9aruvvlw/s320/n683388169_308598_8464.jpg" alt="" id="BLOGGER_PHOTO_ID_5140554768590460866" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1brboJGV9I/AAAAAAAAAC0/tKenFn9N9jY/s1600-h/n683388169_308603_6651.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1brboJGV9I/AAAAAAAAAC0/tKenFn9N9jY/s320/n683388169_308603_6651.jpg" alt="" id="BLOGGER_PHOTO_ID_5140554884554577874" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1brjIJGV-I/AAAAAAAAAC8/78KabeyeCkg/s1600-h/n683388169_308604_7303.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1brjIJGV-I/AAAAAAAAAC8/78KabeyeCkg/s320/n683388169_308604_7303.jpg" alt="" id="BLOGGER_PHOTO_ID_5140555013403596770" border="0" /&gt;&lt;/a&gt;that night ended @ 3:30 then i have 2b back @ grand centeral station @ 6:30 2 catch the 3day bus 2 Livingston, Montana! now i hated every bit of that bus trip!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bszYJGV_I/AAAAAAAAADE/WGL5eGe8hj8/s1600-h/DSCN7066.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bszYJGV_I/AAAAAAAAADE/WGL5eGe8hj8/s320/DSCN7066.JPG" alt="" id="BLOGGER_PHOTO_ID_5140556392088098802" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;here was a mc'd's that we stopped @ but i ate @ the buger king instead which is way way better than mc'd's&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1btpYJGWAI/AAAAAAAAADM/s8167r9hf5M/s1600-h/DSCN7071.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1btpYJGWAI/AAAAAAAAADM/s8167r9hf5M/s320/DSCN7071.JPG" alt="" id="BLOGGER_PHOTO_ID_5140557319801034754" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bupYJGWBI/AAAAAAAAADU/IQkZi6Mx8BU/s1600-h/DSCN7079.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bupYJGWBI/AAAAAAAAADU/IQkZi6Mx8BU/s320/DSCN7079.JPG" alt="" id="BLOGGER_PHOTO_ID_5140558419312662546" border="0" /&gt;&lt;/a&gt;so i arrived in billings Montana, almost there!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1bvZ4JGWCI/AAAAAAAAADc/v2GN1wSDP8Y/s1600-h/DSCN7084.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1bvZ4JGWCI/AAAAAAAAADc/v2GN1wSDP8Y/s320/DSCN7084.JPG" alt="" id="BLOGGER_PHOTO_ID_5140559252536317986" border="0" /&gt;&lt;/a&gt;finally after 3 days on a bus, having 2 sleep sitting up right... i arrive in Livingston Montana. now its just a 30mile ride 2 Chico Hot Springs!&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1bvZ4JGWCI/AAAAAAAAADc/v2GN1wSDP8Y/s1600-h/DSCN7084.JPG"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b42IJGWQI/AAAAAAAAAFM/baWE0hVRt3U/s1600-h/S4010014.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b42IJGWQI/AAAAAAAAAFM/baWE0hVRt3U/s320/S4010014.JPG" alt="" id="BLOGGER_PHOTO_ID_5140569633472272642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;thank u Laura 4 the OUZO im gonna have a shot every day after work &amp;amp; think of u! it was starting 2 freeze because it was in by bag which was in the under carriage of the bus for 3 days &amp;amp; we were driving threw snow!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bwyoJGWDI/AAAAAAAAADk/-cwi8cnLnyw/s1600-h/DSCN7093.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1bwyoJGWDI/AAAAAAAAADk/-cwi8cnLnyw/s320/DSCN7093.JPG" alt="" id="BLOGGER_PHOTO_ID_5140560777249708082" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;here we are! the 4 South Africans in Pray Montana!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bxeIJGWEI/AAAAAAAAADs/pyZvUqxoIr0/s1600-h/DSCN7100.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1bxeIJGWEI/AAAAAAAAADs/pyZvUqxoIr0/s320/DSCN7100.JPG" alt="" id="BLOGGER_PHOTO_ID_5140561524574017602" border="0" /&gt;&lt;/a&gt;thats just a massive packet of chips!!!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bx0YJGWFI/AAAAAAAAAD0/I0sASwbteN0/s1600-h/DSCN7102.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bx0YJGWFI/AAAAAAAAAD0/I0sASwbteN0/s320/DSCN7102.JPG" alt="" id="BLOGGER_PHOTO_ID_5140561906826106962" border="0" /&gt;&lt;/a&gt;the owner of Chico's car, but they call it a truck ? 1 thing that pisses me off about USA is that people lave their 3ton cars running, if they walk in2 a building 4 a bit &amp;amp; it pollutes! as well as being so f@cking lazy... instead of walking 30meters 2 the next building they will start their big ass cars drive 30m then switch it off, drop something off, start the engine again then drive 30m back... WTF!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bzOYJGWHI/AAAAAAAAAEE/CyeAIkisuoQ/s1600-h/DSCN7112.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bzOYJGWHI/AAAAAAAAAEE/CyeAIkisuoQ/s320/DSCN7112.JPG" alt="" id="BLOGGER_PHOTO_ID_5140563453014333554" border="0" /&gt;&lt;/a&gt;there is me staring a moose or elk or what ever that is called!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1by3IJGWGI/AAAAAAAAAD8/Jp188XmBjY0/s1600-h/DSCN7109.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1by3IJGWGI/AAAAAAAAAD8/Jp188XmBjY0/s320/DSCN7109.JPG" alt="" id="BLOGGER_PHOTO_ID_5140563053582375010" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;amp; im strangling it!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1b0h4JGWII/AAAAAAAAAEM/y-PVjLfOcpg/s1600-h/DSCN7115.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_i9CrsdvrrgE/R1b0h4JGWII/AAAAAAAAAEM/y-PVjLfOcpg/s320/DSCN7115.JPG" alt="" id="BLOGGER_PHOTO_ID_5140564887533410434" border="0" /&gt;&lt;/a&gt;This is Chico!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1b06oJGWJI/AAAAAAAAAEU/wEhgb7k0JZI/s1600-h/DSCN7116.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1b06oJGWJI/AAAAAAAAAEU/wEhgb7k0JZI/s320/DSCN7116.JPG" alt="" id="BLOGGER_PHOTO_ID_5140565312735172754" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b1IYJGWKI/AAAAAAAAAEc/5ub1Ds-JEO0/s1600-h/DSCN7117.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b1IYJGWKI/AAAAAAAAAEc/5ub1Ds-JEO0/s320/DSCN7117.JPG" alt="" id="BLOGGER_PHOTO_ID_5140565548958374050" border="0" /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b1nYJGWLI/AAAAAAAAAEk/Z5i5rySY0xw/s1600-h/DSCN7118.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b1nYJGWLI/AAAAAAAAAEk/Z5i5rySY0xw/s320/DSCN7118.JPG" alt="" id="BLOGGER_PHOTO_ID_5140566081534318770" border="0" /&gt;&lt;/a&gt;here is the saloon :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b2SIJGWMI/AAAAAAAAAEs/L-nu41IwK2k/s1600-h/DSCN7119.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b2SIJGWMI/AAAAAAAAAEs/L-nu41IwK2k/s320/DSCN7119.JPG" alt="" id="BLOGGER_PHOTO_ID_5140566815973726402" border="0" /&gt;&lt;/a&gt;here is a hall way in the main hotel!&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b2fIJGWNI/AAAAAAAAAE0/95GXc_sQ6u8/s1600-h/DSCN7120.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_i9CrsdvrrgE/R1b2fIJGWNI/AAAAAAAAAE0/95GXc_sQ6u8/s320/DSCN7120.JPG" alt="" id="BLOGGER_PHOTO_ID_5140567039312025810" border="0" /&gt;&lt;/a&gt;here is the geo-thermal pools, valcano's heat up the water in the under ground water table, that water gets pumped in2 these pools 110 degrees F!&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b27YJGWOI/AAAAAAAAAE8/xz0wGYDrWEQ/s1600-h/DSCN7122.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_i9CrsdvrrgE/R1b27YJGWOI/AAAAAAAAAE8/xz0wGYDrWEQ/s320/DSCN7122.JPG" alt="" id="BLOGGER_PHOTO_ID_5140567524643330274" border="0" /&gt;&lt;/a&gt;here is my room! its above the saloon :)&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1b3VoJGWPI/AAAAAAAAAFE/ztGq18wfUuw/s1600-h/DSCN7123.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_i9CrsdvrrgE/R1b3VoJGWPI/AAAAAAAAAFE/ztGq18wfUuw/s320/DSCN7123.JPG" alt="" id="BLOGGER_PHOTO_ID_5140567975614896370" border="0" /&gt;&lt;/a&gt;as u can see... i can care less 2 clean my room!&lt;br /&gt;&lt;br /&gt;so im going 2 make a blog post once a week 2 keep all u posted! :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-8696339303997503825?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=c9bff923b9d498c3&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/8696339303997503825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=8696339303997503825' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/8696339303997503825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/8696339303997503825'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/12/me-in-usa.html' title='me in USA'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_i9CrsdvrrgE/R1bUiYJGVoI/AAAAAAAAAAM/qDTp9Wi-jiE/s72-c/DSCN7005.JPG' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-4125484002913927366</id><published>2007-11-18T18:23:00.000+02:00</published><updated>2007-11-18T18:25:29.691+02:00</updated><title type='text'>need 2 stop smoking?</title><content type='html'>&lt;embed src="http://www.metacafe.com/fplayer/914475/still_smoking__watch_this.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-4125484002913927366?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/4125484002913927366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=4125484002913927366' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4125484002913927366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/4125484002913927366'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/11/need-2-stop-smoking.html' title='need 2 stop smoking?'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6847072011752745860</id><published>2007-09-26T16:10:00.000+02:00</published><updated>2007-09-26T16:15:05.924+02:00</updated><title type='text'>heaven n hell</title><content type='html'>i ask a lot of people what happens to use when we die... everyone says the same thing... u go2 heaven if u were good &amp;amp; hell if u were bad!&lt;br /&gt;&lt;br /&gt;i think u decompose in ur coffin or u get cremated &amp;amp; ur ashes get sprinkled over the ocean or something like that... live life 2 the fullest... there is no 2nd life or 2nd chance... only in the game 2nd life there is! &lt;a href="http://secondlife.com/"&gt;&lt;span style=""&gt;&lt;span class="a"&gt;second&lt;b&gt;life&lt;/b&gt;.com/&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;object type="application/x-shockwave-flash" wmode="transparent" data="http://www.liveleak.com/player.swf?autostart=false&amp;amp;token=adf_1190731634" height="370" width="450"&gt;&lt;param name="movie" value="http://www.liveleak.com/player.swf?autostart=false&amp;amp;token=adf_1190731634"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;param name="quality" value="high"&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6847072011752745860?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6847072011752745860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6847072011752745860' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6847072011752745860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6847072011752745860'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/09/heaven-n-hell.html' title='heaven n hell'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-170438128555547455.post-6229997493584630588</id><published>2007-09-19T22:38:00.000+02:00</published><updated>2007-09-19T22:47:02.623+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bloging'/><title type='text'>typo!</title><content type='html'>&lt;span style="font-size:130%;"&gt;&lt;span style="font-family:verdana;"&gt;Well i set up a Typo &lt;/span&gt;&lt;/span&gt;&lt;a href="http://www.blogger.com/img/gl.link.gif"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family:verdana;"&gt;http://typosphere.org/&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family:verdana;"&gt; blog &amp;amp; was hosting it from my own &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;pc&lt;/span&gt; in my room along with a gallery image/video web server! &lt;a href="http://gallery.menalto.com/"&gt;http://gallery.menalto.com/&lt;/a&gt; this was killing my 192k upload speed &amp;amp; everyone was complaining that the site was unbearably slow!!! so i decided maybe i would take a short cut &amp;amp; use my blogger.com account to blog everything! typo is very nice! ruby on rails!!!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/170438128555547455-6229997493584630588?l=iouzo.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://iouzo.blogspot.com/feeds/6229997493584630588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=170438128555547455&amp;postID=6229997493584630588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6229997493584630588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/170438128555547455/posts/default/6229997493584630588'/><link rel='alternate' type='text/html' href='http://iouzo.blogspot.com/2007/09/typo.html' title='typo!'/><author><name>OuZo</name><uri>http://www.blogger.com/profile/00368377456308541558</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='30' src='http://2.bp.blogspot.com/_i9CrsdvrrgE/SPOYuj0m4gI/AAAAAAAAA90/AbqKiIrPJvY/S220/head-shot.jpg'/></author><thr:total>0</thr:total></entry></feed>
