<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Another 15 minutes</title>
	<atom:link href="http://blog.silverstone.nu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.silverstone.nu</link>
	<description>~ There is no reality, only perception</description>
	<lastBuildDate>Thu, 17 May 2012 18:07:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Crown princess Victoria pregnant</title>
		<link>http://blog.silverstone.nu/2011/08/17/crown-princess-victoria-pregnant/</link>
		<comments>http://blog.silverstone.nu/2011/08/17/crown-princess-victoria-pregnant/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 13:35:39 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Current Events]]></category>
		<category><![CDATA[crown princess]]></category>
		<category><![CDATA[daniel westling]]></category>
		<category><![CDATA[pregnant]]></category>
		<category><![CDATA[royal]]></category>
		<category><![CDATA[sweden]]></category>
		<category><![CDATA[victoria]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2910</guid>
		<description><![CDATA[Today crown princess Victoria and prince Daniel announced to Swedish media that they are expecting their first child, and everyone is healthy and happy. The baby is due in March, 2012. Due to the big news the website of the royal familiy is currently having some problems. Congratulations to Victoria and Daniel! Related posts: Swedish crown [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/02/24/swedish-crown-princess-victoria-engaged-to-be-married/' rel='bookmark' title='Swedish crown princess Victoria engaged to be married'>Swedish crown princess Victoria engaged to be married</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/20/the-swedish-crownprincess-victorias-wedding/' rel='bookmark' title='The Swedish Crownprincess Victoria&#8217;s wedding'>The Swedish Crownprincess Victoria&#8217;s wedding</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today crown princess Victoria and prince Daniel <a href="http://www.aftonbladet.se/nyheter/article13483547.ab" target="_blank">announced</a> to Swedish media that they are expecting their first child, and everyone is healthy and happy. The baby is due in March, 2012. Due to the big news the website of the royal familiy is currently having some problems. Congratulations to Victoria and Daniel!</p>
<p style="text-align: center;"></p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/02/24/swedish-crown-princess-victoria-engaged-to-be-married/' rel='bookmark' title='Swedish crown princess Victoria engaged to be married'>Swedish crown princess Victoria engaged to be married</a></li>
<li><a href='http://blog.silverstone.nu/2010/06/20/the-swedish-crownprincess-victorias-wedding/' rel='bookmark' title='The Swedish Crownprincess Victoria&#8217;s wedding'>The Swedish Crownprincess Victoria&#8217;s wedding</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/08/17/crown-princess-victoria-pregnant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto open a port for single IP on a Linksys router</title>
		<link>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/</link>
		<comments>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 07:49:20 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[port forwarding]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2884</guid>
		<description><![CDATA[I recently bought a new Linksys RV082 router because my old Netgear firewall broke down, but with the Linksys admin interface I struggled to find how I could open up port forwarding for a specific IP address. Port forwarding opens the port for everyone on the Internet, and firewall access rules do not specify which [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I recently bought a new Linksys RV082 router because my old Netgear firewall broke down, but with the Linksys admin interface I struggled to find how I could open up port forwarding for a specific IP address. Port forwarding opens the port for everyone on the Internet, and firewall access rules do not specify which LAN address the traffic should be routed to. The trick is to combine these two.</p>
<p>In this example we will open up the SSH port (tcp/22) for remote access for a specific Internet IP. First, you have to create the service, give it a name and enter tcp/22 as the port number used. Remember, creating a port forwarding entry will open the port to everyone, so let&#8217;s create a firewall accessrule next to block this first. Create an accessrule to deny everything on this port for any on the WAN interface. Next, we need to open this traffic for our single IP. Create an accessrule to allow this single IP on this port on the WAN interface, make sure that the allow-rule has higher priority than the deny-rule. Final step is to create a port forwarding entry, and specify that this port should be forwarded to a LAN IP. We created the port fowarding last so that the port is not wide open until we created the accessrules. Now everything should be like we wanted, port 22 is only open for a single Internet IP and is forwarded to a LAN IP.</p>
<p>To sum up, this is what we need to make sure only 256.10.11.12 can use port 22 on LAN server 192.168.1.10 from the Internet.</p>
<p>Accessrule Priority 1, Allow SSH [22], WAN1, Source: 256.10.11.12, Destination: Any<br />
Accessrule Priority 2, Deny SSH [22], WAN1, Source: Any, Destination: Any<br />
Port forwarding, TCP/22~22 -&gt; 192.168.1.10</p>
<p style="text-align: center;"> </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nurburgring roadtrip</title>
		<link>http://blog.silverstone.nu/2011/07/30/nurburgring-roadtrip/</link>
		<comments>http://blog.silverstone.nu/2011/07/30/nurburgring-roadtrip/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 18:17:14 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[Nurburgring 2011]]></category>
		<category><![CDATA[nordschleife]]></category>
		<category><![CDATA[nurburg]]></category>
		<category><![CDATA[nurburgring]]></category>
		<category><![CDATA[vanessa]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2851</guid>
		<description><![CDATA[Me and a friend of mine decided to make a roadtrip to Nurburgring in Germany, a world (in)famous racetrack and do a couple of laps with our own cars, my Dodge Charger and his Golf GTI. This post is about the 5200 km roadtrip and the Nordschleife experience. The drive Since it&#8217;s a 1500 km [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Me and a friend of mine decided to make a roadtrip to Nurburgring in Germany, a world (in)famous racetrack and do a couple of laps with our own cars, my Dodge Charger and his Golf GTI. This post is about the 5200 km roadtrip and the <a href="http://en.wikipedia.org/wiki/N%C3%BCrburgring#Nordschleife_public_access" target="_blank">Nordschleife</a> experience.</p>
<p><span id="more-2851"></span></p>
<h4>The drive</h4>
<p>Since it&#8217;s a 1500 km drive from Stockholm to Nurburg we decided to do the trip in two stages and try to get a good sleep before the race day. We were travelling in separate cars but used walkie-talkies and headsets to talk to eachother, which helped to both kill time and keep the level of concentration up. We also had regular stops along the way to stretch our legs, have fresh air, eat and drink.</p>
<p style="text-align: center;"><a href="http://blog.silverstone.nu/wp-content/uploads/2011/07/Roadtripmap.png"><img class="aligncenter size-full wp-image-2858" title="Roadtripmap" src="http://blog.silverstone.nu/wp-content/uploads/2011/07/Roadtripmap.png" alt="" width="560" height="395" /></a></p>
<p style="text-align: left;">On the way down we decided to take the ferry from Rödby, Denmark (B), to Puttgarten, Germany. This would save us a few hours drive even though the price on the ferry and fuel would be pretty much the same, the ferry takes only 45 minutes to cross. Once in Germany, after about 10 hours of driving, we stayed in Lubeck (C) at Hotel Ibis, it was about 50 euros per person including garage space and breakfast. The next day we headed for Nurburg (D) on the autobahn and about 6 hours later we were there. The same evening we decided to go home, and not stay in Nurburg for the night. So starting with some awesome mountain roads and amazing scenery we drove for Denmark once again, this time not the ferry since it would be in the middle of the night once we got there anyway. We arrived in Aabenraa (E), Denmark, in the middle of the night and got a few hours of sleep in the cars behind a gas station (we were not alone doing the exact same thing). Then we spent most of the next day driving back to Stockholm (F), Sweden. 5200 kilometers of driving in 58 hours.</p>
<p style="text-align: center;"></p>
<h4 style="text-align: left;">Nurburgring &#8211; the green hell</h4>
<p style="text-align: left;">Nurburgring is one of the most famous tracks in the world, many cars use it to test their performance and it has become a benchmark-track all over the world. The big part of Nurburgring, the Nordschleife (Nothern circuit), is open to the public for a fee. Since it&#8217;s open for everyone normal road laws apply and there are actually speeds limits and there might be roadworks on the track, and racing is prohibited.</p>
<p style="text-align: center;"><a href="http://blog.silverstone.nu/wp-content/uploads/2011/07/nurburgring-map.jpg"><img class="aligncenter size-full wp-image-2869" title="Nurburgring map" src="http://blog.silverstone.nu/wp-content/uploads/2011/07/nurburgring-map.jpg" alt="" width="542" height="431" /></a></p>
<p style="text-align: left;">When we got to Nurburgring, there was some event going on with alot of luxury sports cars driving in groups. Most of them Porches, but also Audi, Ferrari, Lambos, Nissan GTRs, Aston Martins and Jaguars. There were also plenty of other Swedes there.</p>
<p style="text-align: left;">I have seen footage and videos of the Nurburgring Nordschleife racetrack on the internet and on TV so I knew alittle about how it looks like and what the dangers are, it demands respect and I didn&#8217;t want to spin off so we decided to go very carefully, it&#8217;s easy to get hubris and think you remember all 147 corners. Since normal road laws applies on the track you are only allowed to pass on the left, so you have to spend alot of time concentrating not only on the road ahead, but also on the rearview mirror. But I&#8217;m happy to say I did manage to do a few overtakes also. This was my first track experience and keeping that in mind, and also the fact that my Dodge Charger is very heavy, and could use better brakes, the laptimes were pretty good.</p>
<p style="text-align: left;">I would imagine that not having to worry about being overtaken, cutting more corners, and a few more laps of practise and no 30 km/h speedlimit due to roadworks on one part in the way, I would be able to shave a minute or two more off the 20.8 km lap. We did only two laps, but it was so much fun I really hope I&#8217;ll be back soon again and then maybe use the rent-a-racecar service and really give it the beans.</p>
<p style="text-align: left;">There are always people watching on viewpoints around the track, some of them are photographers taking pictures of all cars, then posting them online so you can buy them. Since the track was only open for 2 hours that day, we didn&#8217;t have time to take photos of eachother ourselves, but I managed to find myself on <a href="http://www.nordschleifenbilder.de/" target="_blank">http://www.nordschleifenbilder.de/</a> and bought a couple, below is one of them.</p>
<p style="text-align: center;"><a href="http://blog.silverstone.nu/wp-content/uploads/2011/07/IMG_1923-1.jpg"><img class="aligncenter size-full wp-image-2865" title="Vanessa on Nurburgring Nordschleife" src="http://blog.silverstone.nu/wp-content/uploads/2011/07/IMG_1923-1.jpg" alt="" width="524" height="350" /></a></p>
<p style="text-align: left;">I can&#8217;t wait to go back, it was a really good time and I&#8217;d love to do more laps.</p>
<p style="text-align: left;">
<div class="ngg-galleryoverview" id="ngg-gallery-31-2851">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.silverstone.nu/2011/07/30/nurburgring-roadtrip/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-301" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1010021-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="At one of the Nurburgring entrances" alt="At one of the Nurburgring entrances" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1010021-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-300" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1010004-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Cars on some racing event" alt="Cars on some racing event" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1010004-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-299" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000998-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Ferrari from Sweden" alt="Ferrari from Sweden" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000998-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-298" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000995-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Nurburgring parking lot" alt="Nurburgring parking lot" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000995-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-297" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000991-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Nurburgring rapid response vehicle" alt="Nurburgring rapid response vehicle" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000991-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-296" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000985-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Nurburgring straight" alt="Nurburgring straight" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000985-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-295" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000981-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Aston Martin and Jaguar on the parking lot" alt="Aston Martin and Jaguar on the parking lot" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000981-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-294" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000970-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Some engine checks before racing" alt="Some engine checks before racing" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000970-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-293" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000945-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Ferry from Denmark to Germany" alt="Ferry from Denmark to Germany" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000945-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-292" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000935-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Waiting for the Germany ferry in Denmark" alt="Waiting for the Germany ferry in Denmark" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000935-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-291" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000914-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="The Öresund bridge between Sweden and Denmark" alt="The Öresund bridge between Sweden and Denmark" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000914-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-290" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000891-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000891-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-289" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000881-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000881-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-288" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/P1000866-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_P1000866-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-287" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/Nordschleife-Entrance.png" title=" " class="thickbox" rel="set_31" >
								<img title="Nordschleife entrance" alt="Nordschleife entrance" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_Nordschleife-Entrance.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-286" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMG_1923-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Me racing" alt="Me racing" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMG_1923-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-285" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0774-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Prestige sticker in the car" alt="Prestige sticker in the car" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0774-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-284" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0745-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0745-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-283" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0738-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Gorgeous mountain roads" alt="Gorgeous mountain roads" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0738-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-282" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0737-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Gorgeous mountain roads" alt="Gorgeous mountain roads" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0737-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-281" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0721-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0721-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-280" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0718-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0718-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-279" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0714-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Driving to Nurburgring requires a few stops" alt="Driving to Nurburgring requires a few stops" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0714-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-278" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0711-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="On the autobahn" alt="On the autobahn" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0711-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-277" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0708-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0708-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-276" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0701-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="Driving onto the ferry to Germany" alt="Driving onto the ferry to Germany" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0701-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-275" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0687-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title="On the Öresund bridge" alt="On the Öresund bridge" src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0687-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-274" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0678-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0678-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-273" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0676-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0676-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-272" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0670-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0670-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-271" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0663-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0663-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-270" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0661-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0661-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-269" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0652-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0652-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-268" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/IMAG0650-1.jpg" title=" " class="thickbox" rel="set_31" >
								<img title=" " alt=" " src="http://blog.silverstone.nu/wp-content/gallery/nurburgring-2011/thumbs/thumbs_IMAG0650-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/07/30/nurburgring-roadtrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewall failure</title>
		<link>http://blog.silverstone.nu/2011/07/04/firewall-failure/</link>
		<comments>http://blog.silverstone.nu/2011/07/04/firewall-failure/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 07:49:42 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[fvx538]]></category>
		<category><![CDATA[Netgear]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/2011/07/04/firewall-failure/</guid>
		<description><![CDATA[Recently my Netgear fvx538 firewall has been acting up, ending with pretty much total failure on the LAN side. It started with random WAN interface restarts, but now the LAN ports are hanging/locking up. Even with cables pulled out the port LEDs still are lit. The device then needs to be rebooted, and might work [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/' rel='bookmark' title='Howto open a port for single IP on a Linksys router'>Howto open a port for single IP on a Linksys router</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently my Netgear fvx538 firewall has been acting up, ending with pretty much total failure on the LAN side. It started with random WAN interface restarts, but now the LAN ports are hanging/locking up. Even with cables pulled out the port LEDs still are lit. The device then needs to be rebooted, and might work for a few minutes before it happens again. I searched the net for answers but only found people with the same problem, and no solution. I tried reverting to an older firmware, factory reset, disabling DHCP and dyndns service, but no luck. Seems like the Netgear is done for, too bad, it was doing good for several years. </p>
<p>I have now ordered a new Cisco firewall, hoping it has better quality. It should arrive in a day or two. </p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/08/05/howto-open-a-port-for-single-ip-on-a-linksys-router/' rel='bookmark' title='Howto open a port for single IP on a Linksys router'>Howto open a port for single IP on a Linksys router</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/07/04/firewall-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer tyres is on!</title>
		<link>http://blog.silverstone.nu/2011/04/10/summer-tyres-is-on/</link>
		<comments>http://blog.silverstone.nu/2011/04/10/summer-tyres-is-on/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 17:17:06 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[dodge charger]]></category>
		<category><![CDATA[vanessa]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2658</guid>
		<description><![CDATA[The summer tyres are now on! Also I have washed the car thorough so it&#8217;s all shiny, but there will probably be some rain soon enough to change that. Here is a new picture, with the new rear wing spoiler on too. Related posts: Vanessas 2011 spring pimping
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/03/29/vanessas-2011-spring-pimping/' rel='bookmark' title='Vanessas 2011 spring pimping'>Vanessas 2011 spring pimping</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The summer tyres are now on! Also I have washed the car thorough so it&#8217;s all shiny, but there will probably be some rain soon enough to change that. Here is a new picture, with the new rear wing spoiler on too.</p>
<p><a href="http://blog.silverstone.nu/wp-content/uploads/2011/04/Vanessa-2011-04.jpg"><img class="aligncenter size-large wp-image-2659" title="Vanessa-2011-04" src="http://blog.silverstone.nu/wp-content/uploads/2011/04/Vanessa-2011-04-1024x771.jpg" alt="" width="600" height="451" /></a></p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/03/29/vanessas-2011-spring-pimping/' rel='bookmark' title='Vanessas 2011 spring pimping'>Vanessas 2011 spring pimping</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/04/10/summer-tyres-is-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vanessas 2011 spring pimping</title>
		<link>http://blog.silverstone.nu/2011/03/29/vanessas-2011-spring-pimping/</link>
		<comments>http://blog.silverstone.nu/2011/03/29/vanessas-2011-spring-pimping/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 14:34:08 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[dodge charger]]></category>
		<category><![CDATA[spoiler]]></category>
		<category><![CDATA[vanessa]]></category>
		<category><![CDATA[wing]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2617</guid>
		<description><![CDATA[For this years pimping of my car I&#8217;ve decided to go for a wing spoiler. I ordered it from the states a few weeks ago, all painted and ready to be mounted, much cheaper than getting it from a dealer here in Sweden, atleast half the price (even with paint and shipping). Next step is [...]
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/04/10/summer-tyres-is-on/' rel='bookmark' title='Summer tyres is on!'>Summer tyres is on!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>For this years pimping of my car I&#8217;ve decided to go for a wing spoiler. I ordered it from the states a few weeks ago, all painted and ready to be mounted, much cheaper than getting it from a dealer here in Sweden, atleast half the price (even with paint and shipping). Next step is just to get the summer tyres on, within a few weeks probably, and get cruising :). I will also probably spend some money on polishing this year again. Winter, salt and sand really put some annoying scratches on the body. Anyway, here is a picture of the new wing spoiler on my ride, enjoy&#8230;</p>
<p><a href="http://blog.silverstone.nu/wp-content/uploads/2011/03/Vanessa-spoiler.jpg"><img class="aligncenter size-large wp-image-2621" title="Vanessa spoiler" src="http://blog.silverstone.nu/wp-content/uploads/2011/03/Vanessa-spoiler-1024x771.jpg" alt="" width="600" height="451" /></a></p>
<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2011/04/10/summer-tyres-is-on/' rel='bookmark' title='Summer tyres is on!'>Summer tyres is on!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/03/29/vanessas-2011-spring-pimping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website webserver change</title>
		<link>http://blog.silverstone.nu/2011/02/17/website-webserver-change/</link>
		<comments>http://blog.silverstone.nu/2011/02/17/website-webserver-change/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 09:51:08 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2518</guid>
		<description><![CDATA[Since there is still some slowness on the blog from time to time after database server change, the webserver will now also change. The change comes to effect when DNS is updated, which could take a day or two, but there will be no downtime as the site is still running on the old server [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Since there is still some slowness on the blog from time to time after database server change, the webserver will now also change. The change comes to effect when DNS is updated, which could take a day or two, but there will be no downtime as the site is still running on the old server for several days more.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/02/17/website-webserver-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website database host changed</title>
		<link>http://blog.silverstone.nu/2011/02/15/website-database-host-changed/</link>
		<comments>http://blog.silverstone.nu/2011/02/15/website-database-host-changed/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 16:49:34 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2507</guid>
		<description><![CDATA[Recently the blog and main website has been pretty slow, unreachable sometimes, due to overloaded database server. The site is now using a different server and should be much faster loading pages. No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Recently the blog and main website has been pretty slow, unreachable sometimes, due to overloaded database server. The site is now using a different server and should be much faster loading pages.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2011/02/15/website-database-host-changed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long time no post</title>
		<link>http://blog.silverstone.nu/2010/11/12/long-time-no-post/</link>
		<comments>http://blog.silverstone.nu/2010/11/12/long-time-no-post/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 13:49:47 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[svartsjö slott]]></category>
		<category><![CDATA[vanessa]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2354</guid>
		<description><![CDATA[It was a long time since I posted something here now, but I have had nothing to post really and just forgot about it. Here&#8217;s a recent picture, one of my favorites of my ride, can&#8217;t wait until summer! No related posts.
No related posts.]]></description>
			<content:encoded><![CDATA[<p>It was a long time since I posted something here now, but I have had nothing to post really and just forgot about it. Here&#8217;s a recent picture, one of my favorites of my ride, can&#8217;t wait until summer!</p>
<p style="text-align: center;"><a href="http://blog.silverstone.nu/wp-content/uploads/2010/11/vanessa-svartsjo.jpg"></a><a href="http://blog.silverstone.nu/wp-content/uploads/2010/11/vanessa-svartsjo.jpg"><img class="aligncenter size-full wp-image-2355" title="Vanessa at Svartsjö Slott" src="http://blog.silverstone.nu/wp-content/uploads/2010/11/vanessa-svartsjo.jpg" alt="" width="648" height="488" /></a><a href="http://blog.silverstone.nu/wp-content/uploads/2010/11/vanessa-svartsjo.jpg"></a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2010/11/12/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wheels Classic Cars</title>
		<link>http://blog.silverstone.nu/2010/08/23/wheels-classic-cars/</link>
		<comments>http://blog.silverstone.nu/2010/08/23/wheels-classic-cars/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 12:30:50 +0000</pubDate>
		<dc:creator>Draupner</dc:creator>
				<category><![CDATA[Car]]></category>
		<category><![CDATA[barkarby]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[classic cars]]></category>
		<category><![CDATA[wheels]]></category>

		<guid isPermaLink="false">http://blog.silverstone.nu/?p=2277</guid>
		<description><![CDATA[I visited the Wheels magazine Classic Car show at Barkarby Airport last weekend to look at some muscle cars. There were ofcourse most classic cars, but also some nice modern cars. Here are some pictures, ofcourse my Dodge Charger was also there :). Related posts: More pictures of Vanessa Proud car owner
Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/05/16/more-pictures-of-vanessa/' rel='bookmark' title='More pictures of Vanessa'>More pictures of Vanessa</a></li>
<li><a href='http://blog.silverstone.nu/2009/05/12/proud-car-owner/' rel='bookmark' title='Proud car owner'>Proud car owner</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I visited the Wheels magazine Classic Car show at Barkarby Airport last weekend to look at some muscle cars. There were ofcourse most classic cars, but also some nice modern cars. Here are some pictures, ofcourse my Dodge Charger was also there :).</p>

<div class="ngg-galleryoverview" id="ngg-gallery-30-2277">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://blog.silverstone.nu/2010/08/23/wheels-classic-cars/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-267" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0199.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0199" alt="IMAG0199" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0199.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-266" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0195.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0195" alt="IMAG0195" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0195.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-263" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0192.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0192" alt="IMAG0192" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0192.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-262" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0191.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0191" alt="IMAG0191" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0191.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-261" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0190.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0190" alt="IMAG0190" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0190.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-260" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0189.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0189" alt="IMAG0189" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0189.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-259" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0188.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0188" alt="IMAG0188" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0188.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-258" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0187.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0187" alt="IMAG0187" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0187.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-257" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0186.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0186" alt="IMAG0186" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0186.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-256" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0185.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0185" alt="IMAG0185" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0185.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-255" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0184.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0184" alt="IMAG0184" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0184.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-254" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0183.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0183" alt="IMAG0183" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0183.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-253" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0182.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0182" alt="IMAG0182" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0182.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-252" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0180.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0180" alt="IMAG0180" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0180.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-251" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0179.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0179" alt="IMAG0179" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0179.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-250" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/IMAG0178.jpg" title=" " class="thickbox" rel="set_30" >
								<img title="IMAG0178" alt="IMAG0178" src="http://blog.silverstone.nu/wp-content/gallery/wheels-classic-cars-2010/thumbs/thumbs_IMAG0178.jpg" width="99" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


<p>Related posts:<ol>
<li><a href='http://blog.silverstone.nu/2009/05/16/more-pictures-of-vanessa/' rel='bookmark' title='More pictures of Vanessa'>More pictures of Vanessa</a></li>
<li><a href='http://blog.silverstone.nu/2009/05/12/proud-car-owner/' rel='bookmark' title='Proud car owner'>Proud car owner</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.silverstone.nu/2010/08/23/wheels-classic-cars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

